@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

table {
  width: 100%;
  border-collapse: collapse;
  margin-block-end: 0 !important;
  margin-bottom: 0px !important;
}
.error,.error-pages {
   color: #D8292F;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.twcolContent {
    margin: 25px auto;
}

th,
td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

input[type="number"] {
  width: 60px;
}

form {
  margin: 20px;
}

#grand_total {
  font-family: "Poppins", Sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  color: #000;
}

button {
  margin-top: 20px;
}

form {
  margin: 20px;
  display: block;
}

body {
  font-family: 'Poppins', sans-serif;
}


b {
  font-weight: 600;

}
p.chkp {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0px !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  /* Merge borders */
  margin: 10px 0;
  /* Add some spacing around the table */
  font-family: 'Poppins', sans-serif;
}


.pdfrw input::placeholder {
    font-family: 'Poppins';
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 28px;
    color: #d8292f !important;
}

input#contact_general {
    background-color: #d8292f !important;
    font-family: poppins;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px !important;
    padding: 16px 80px !important;
    color: #fff !important;
    font-weight: 500;
}
.pdfrw p{
  margin-bottom:20px;
}
.pdfrw input {
    height: 60px;
}




th,
td {
  padding: 15px 20px !important;
  vertical-align: middle !important;
  border: 0px solid hsla(0, 0%, 50.2%, .5019607843) !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 550 !important;
  font-family: 'Poppins', sans-serif;

  border: 0px solid #000;
  /* Border for table cells */
}

table thead th {
  color: #fff !important;
}

table tfoot th,
table thead th {
  padding: 20px !important;
  font-family: "Poppins", Sans-serif;
  font-size: 20px !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
}

thead {
  background-color: #D8292F;
  /* Header background color */
  color: #fff;
  /* White text color for contrast */
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
  /* Light gray for alternate rows */
}

tbody tr:hover {
  background-color: #e0e0e0;
  /* Light gray on hover */
}


button#submit_btn {
  background: #d8292f;
  color: #fff !important;
  font-size: 20px !important;
  width: auto;
  padding: 18px 100px;
  line-height: 20px;
  box-shadow: 2px 2px 2px 2px #000000;
  padding: 20px;
}

strong {
  font-weight: 600;
  /* Make strong text bolder */
}

tfoot td {
  border: 0px !important;
}

input[type=number] {

  padding: .2rem 1rem !important;

}

tbody#services_table tr {
  border-bottom: 1px solid #00000038;
  /* border-style: dashed; */
}


form#costCalculationForm {
  background: #fbfbfb82;
  padding: 25px 25px 0 25px;
  margin: 0px;
  border-radius: 20px;
  box-shadow: #a38c8f75 0px 10px 10px;
  border-bottom: 20px solid #ef3f56;
}

form {
  margin: 20px;
  display: block !important;
}

table tfoot td {

  padding: 20px 0px 0 !important;

  letter-spacing: 2px;
  /* font-size: 19px !important; */
  color: #000000;
}

span.ser_name {
  padding-left: 10px;
  position: relative;
  top: 0px;
}


/*button#send_email {
  background: #d8292f;
  padding: 8px 30px;
  color: #fff !important;
  margin: 0px 22px;
}*/

.snd {
  margin: 0;
  display: flex;
  justify-content: end;
 
}

td#sendme {
  padding: 0px !important;
  padding-bottom: 30px !important;
  padding-top: 10px !important;
}

p.desc {
  padding: 10px 0px 10px 35px;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 0px;
}

.desc {
  display: block;
}

.desc.hide {
  display: none;
  padding: 10px 0px 10px 35px;

}

span.ser_name {
  cursor: pointer;
}

tbody#services_table tr td:nth-child(2) {
    text-align: center;
}

tbody#services_table tr td:nth-child(2) input[type=number] {
    width: 80px;
    margin: 0 auto !important;
}


tr td input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d8292f;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}

tr td input[type='checkbox']:checked::before {
  content: '\2713';
  position: absolute;
  top: -3px;
  left: 3px;
  width: 14px;
  height: 14px;
  /* background-color: #d8292f; */
  border-radius: 0;
  color: #d8292f;
  font-weight: 900;
}

td#sendme {
  padding: 0px !important;
  padding-bottom: 30px !important;
  padding-top: 10px !important;
}

/*div#FormShow {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
  margin: 60px auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #11111187;
}

*/
.pdfrw input::placeholder {
  font-family: 'Poppins';
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 28px;
  color: #d8292f !important;
}

input#contact_general {
  background-color: #d8292f !important;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px !important;
  padding: 16px 80px !important;
  color: #fff !important;
  font-weight: 500;
}

.pdfrw p {
  margin-bottom: 20px;
}



table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th,
td {
  padding: 12px;
  text-align: left;
}

thead {
  background-color: #D8292F;

}

tbody td {
  border-bottom: 1px solid #ddd;
}

tbody#services_table tr td:last-child {
  text-align: center;
}

th.total {
  text-align: center;
}

th.qty {
  text-align: center;
}



div#wpcf7-f20539-p20536-o1 .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left !important;
    font-weight: 500;
    margin: 2px auto !important;
}
/*css for modal*/

.btn-close {

    cursor: pointer;

    position: relative;

    right: -5px;

    top: 5px;

    margin: 3px;

    width: 20px;

    height: 20px;

    float: right;

}
 
.clear {

    clear: both;

}
 
.btn-close::before,

.btn-close::after {

    content: "";

    height: 2px;

    display: block;

    background: #333;

}
 
.btn-close::before {

    margin-top: 10px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

}
 
.btn-close::after {

    margin-top: -2px;

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

}
 
.btn-close:hover:after, .btn-close:hover:before {

    background: #FF8CB4;

}
 
.modal-wrapper {

    display: flex;

    z-index: 999;

    width: 100%;

    height: 100%;

    position: fixed;

    visibility: hidden;

    top: 0;

    left: 0;

    background: rgba(25, 18, 12, 0.3);

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.modal-wrapper.open {

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=1);

}
 
.modal {

    padding-left: 15px;

    padding-right: 15px;

    display: inline-block;

    height:auto !important;

    width: 800px;

    position: relative;

    margin: auto;

    background: #e8e8e8;

    background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);

    background: -o-linear-gradient(bottom, #e8e8e8, #fff);

    background: linear-gradient(to top, #e8e8e8, #fff);

    box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    -ms-transform: scale(0.7);

    /* IE 9 */

    -webkit-transform: scale(0.7);

    /* Safari */

    transform: scale(0.7);
    padding: 20px;

}
 
.modal-wrapper.open .modal {

    opacity: 1;

    filter: alpha(opacity=100);

    -ms-transform: scale(1);

    /* IE 9 */

    -webkit-transform: scale(1);

    /* Safari */

    transform: scale(1);

}
 
.content {
    text-align: center;
    padding: 30px 50px !important;
}
.pdfrw input {
    height: 45px !imporant;
}


button#send_email {
    background: #d8292f;
    color: #fff;
    padding: 15px 50px;
    border: none !important;
    font-size: 18px;
    line-height: 30px; 
}

.reuslts {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    background: #ffffff5c;
    padding: 15px;
    transform: rotate(45deg);
    border: 1px solid #00000017;
}



.frw label {
    margin: 0px 10px 0px 0px;
    font-size: 16px;
}

.snd {
    margin: 0;
    display: flex;
    justify-content: space-between; !important;
    margin: 50px auto 15px  !important;
           font-family: "Poppins", Sans-serif;
           align-items: center;
           align-content: center;

}



input.wpcf7-form-control, textarea.wpcf7-form-control{
  color: #000 !important;
}

/*button#send_email{
    padding: 12px 40px !important;
}*/
body{
       font-family: "Poppins", Sans-serif;
}

.twcol {
    margin-bottom:30px;
}


/* Increase the size of radio buttons */
input[type="radio"] {
    -webkit-appearance: none; /* Remove default styling in webkit browsers */
    -moz-appearance: none;    /* Remove default styling in Firefox */
    appearance: none;         /* Remove default styling in all browsers */
    width: 15px;              /* Set the width */
    height: 15px;             /* Set the height */
    border-radius: 50%;       /* Make it circular */
    border: 2px solid #d8292f; /* Border color */
    background-color: white;  /* Background color */
    cursor: pointer;         /* Change the cursor on hover */
    position: relative;       /* Positioning for the inner circle */
    outline: none;            /* Remove the outline */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Style for when the radio button is checked */
input[type="radio"]:checked {
    background-color: #d8292f; /* Blue color when checked */
    border-color: #d8292f;     /* Darker border when checked */
}

/* Inner circle to represent the checked state */
input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: none !important; /* Inner circle is white */
}

/* Hover effect for the radio button */
input[type="radio"]:hover {
    border-color: #d8292f; /* Change the border color on hover */
}
.twcol label {
    font-size: 16px;
    display: flex
;
    align-items: center;
    align-content: center;
    margin-bottom: 0px;
      font-family: "Poppins", Sans-serif;
      font-weight: 400;
}

input[type="radio"] {
    margin-right: 8px;
    margin-left: 20px;
}
input[type="radio"]:first-child{
     margin-left: 0px;
}

input[type=number]{
    padding: 6px !important;
    width: 300px !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #d9d4d6 !important;
}

.twcols h4 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    color: #111010;
    font-weight: 400;
}

.twcol h2 {
    font-size: 22px;
    color: #000027;
    margin-bottom: 30px;
}


h4.h4 {
    color: #6c6e74;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    margin-bottom: 5px;
}

 h3.h3 {
    color: #000;
    font-size: 20px;
    font-family: "Poppins", Sans-serif;
    line-height: 30px;
    margin-bottom: 10px;
}

.mb {
    margin-bottom: 20px;
}

form#costCalculationForm {
    background: #fbfbfb82 !important;
    padding: 25px !important;
    margin: 0px;
    border-radius: 30px !important;
    box-shadow: #ef3f56 1px 1px 1px 10px;
    border: 3px solid #ffffffb8;
/*     border-bottom: 25px solid #ef3f56 !important; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px !important;
}


.reults {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    background: #ffffff5c;
    padding: 15px;

    border: 1px solid #00000017;
}

.pbold p{
    color: #000;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: right;
}
.pbold {
    margin: 0px;
}

.pbold span{
    color: #d8292f;
    font-weight: 800;
}

@media (min-width: 768px) and (max-width: 1080px) {

  th,
  td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
    font-size: 10px !important;
    line-height: 20px;

  }

  form#costCalculationForm {
    background: #fbfbfb82;
    padding: 10px;
  }

  table thead th {
    padding: 10px 5px !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    line-height: 20px;

  }

  tfoot tr td {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding-right: 10px !important;
  }


  #grand_total {

    font-size: 16px !important;
    line-height: 30px;

  }

  span.ser_name {
    padding-left: 10px;
    position: relative;
    top: 0;
  }

  p.desc {
    display: none !important;
  }

   tbody#services_table tr td:nth-child(2) {
    text-align: center;
  }

  tbody#services_table tr td:nth-child(2) input[type=number] {
    padding: 2px;
    width: 30% !important;
    margin: 0 auto;
  }
    
    .content {
    text-align: center;
    padding: 20px 40PX !important;
}


}



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

  .pdfrw input {
    height: 40px;
  }


  form {
    margin: 0;
    display: block !important;
  }



  thead {
    background-color: #D8292F;
    color: #fff;
    width: 100% !important;
  }
  

  tbody#services_table tr {
    display: flex;

  }

  tbody#services_table {
    width: 100% !important;
    display: block;
  }

  tbody#services_table tr td {

    width: 100% !important;
  }



  div#FormShow {
    padding: 30px 10px !important;

  }


  form#costCalculationForm {

    padding: 20px 8px;
    border-bottom: 10px solid #ef3f56;
  }

  tbody#services_table tr td {
    padding: 8px 4px !important;
    font-size: 10px !important;
    line-height: 20px;
    width: 100% !important;

  }

  table tfoot th,
  table thead th {
    padding: 8px 4px !important;
    font-size: 10px !important;
    line-height: 20px;
  }


  .ser_name {
    display: inline-block;
    white-space: nowrap;
    /* Prevents wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Adds "..." if the text is too long */
    width: 120px;
    /* Adjust width as needed */
  }

  .ser_name:before {
    content: attr(data-two-words);
    /* Fetches text from data attribute */
  }

  tbody#services_table tr td:first-child {
    display: flex !important;
  }

  .pdfrw input {
    height: 45px !important;
  }

  p.desc {
    padding: 10px 0px;
    display: none !important;
  }

  input[type=number] {
  padding: 0px !important;
        width: 100% ;
        font-size: 14px !important;
        text-align: center;
  }

  tfoot tr td:first-child {
    width: 100% !important;
    /* background: #ffffff; */
    text-align: left !important;
    font-size: 12px !important;
    line-height: 20px;
  }

  tfoot tr {
    display: flex;
  }

  tfoot tr td:last-child {
    text-align: right;
    width: 100% !important;

    padding-right: 10px !important;
  }

  td#sendme {
    padding: 0px !important;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    display: flex;
    /* Display headers in a row on mobile */
    justify-content: space-between;
  }

  th,
  td {
    width: 100%;
    /* Stack each cell for mobile */
  }

  #grand_total {

    font-size: 14px !important;

    line-height: 20px;

    text-align: right !important;
  }

 /* tbody#services_table tr td:nth-child(2) {
    background: rebeccapurple;
  }

  thead tr th:nth-child(2) {
    background: border-box;
    background: blue;
  } */
    
    .content {
    text-align: center;
    padding: 20px !important;
    }
    
    .content {
    text-align: left;
    padding: 20px;
}
    
    input#contact_general {

    font-size: 15px !important;
        padding: 10px 40px !important;
    }
    tbody#services_table tr td:nth-child(2) {
    text-align: center;
    }
    tbody#services_table tr td:nth-child(2) input[type=number] {
    width: 50px;
    margin: 0 auto !important;
}
    
    p.chkp {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px !important;
}
    
    

}



@media (min-width: 280px) and (max-width: 705px) and (orientation: landscape) {
     tbody#services_table tr td:nth-child(2)   input[type=number] {
        padding: 0px !important;
        width: 30% ! IMPORTANT;
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        height: 30px;
    }
    tbody#services_table tr td:nth-child(2) {
    text-align: center;
}
    
    tfoot {
    display: block;
    width: 100% !important;
}
tfoot tr#cost{
    display: flex;
}
    
  tfoot tr#cost td:first-child {
    width: 70% !important;
    text-align: right !important;
}
         tfoot tr#cost td:last-child {
        text-align: center;
        width: 30% !important;
        padding-right: 10px !important;
    }
    
    button#send_email {
    margin: 0px 45px;
    }

}

@media (min-width: 360px) and (max-width: 1007px) and (orientation: landscape) {
    
    
}

@media (min-width: 360px) and (max-width: 649px) and (orientation: landscape) {
     tbody#services_table tr td:nth-child(2)   input[type=number] {
        padding: 0px !important;
        width: 25% ! IMPORTANT;
        font-size: 14px !important;
        text-align: center;
        margin: 0 auto;
        height: 30px;
    }
    tbody#services_table tr td:nth-child(2) {
    text-align: center;
}
    
    tfoot {
    display: block;
    width: 100% !important;
}
tfoot tr#cost{
    display: flex;
}
    
  tfoot tr#cost td:first-child {
    width: 70% !important;
    text-align: right !important;
}
         tfoot tr#cost td:last-child {
        text-align: center;
        width: 30% !important;
        padding-right: 10px !important;
    }
    
    button#send_email {
    margin: 0px 45px;
    }

}

@media only screen and (min-width: 601px) and (max-width: 1007px) and (orientation: portrait) {
    
}


@media (min-width: 744px) and (max-width: 744px){

    
     tbody#services_table tr td:nth-child(2) {
    text-align: center;
  }
    
    tbody#services_table tr td:nth-child(2) input[type=number] {
        width: 80px !imporant;
        margin: 0 auto !important;
    }
}
@media only screen and (min-width: 744px) and (max-width: 1366px) and (orientation: landscape) {
    
}



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

.reults {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    background: #ffffff5c;
    padding: 15px;
    border: 1px solid #00000017;
}

input[type=number] {
    padding: 6px !important;
    width: 20% !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #d9d4d6 !important;
    text-align: center;
}

}


@media only screen and (min-width: 360px) and (max-width: 767px) {

.snd.sndrw {
    display: flex;
    flex-direction: column;
    margin: 40px auto 10px !important;
}
form#costCalculationForm{
  padding: 20px 10px !important;
}

.reults {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

button#send_email{
  padding: 12px 18px;
      font-size: 16px;
              width: 100%;
    
    line-height: 28px;
}

.frw label {
    margin: 0;
    font-size: 14px;
}

.reults {
    margin-bottom: 15px;
    width: 100% !important;
}

h3.h3 {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
}

h4.h4 {
    color: #6c6e74;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    margin-bottom: 5px;
}

    input[type=number] {
        padding: 10px !important;
        width:50% !important;
        font-size: 14px !important;
        text-align: center;

    }


    input#contact_general {
    width: 100% !important;
    padding: 14px 20px !important;
}
	
	.pbold p {

    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}

}




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

    .modal {

        width: 90%;

        height: auto !imporant;

        padding: 0;

    }
 
    .btn-close {

        right: 5px;

    }

}














