body{
  background: rgb(53,153,213);
background: linear-gradient(90deg, rgba(53,153,213,0.1) 0%, rgba(145,200,72,0.1) 35%);;
    padding: 100px;
    
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Roboto", sans-serif;
}
.review-box {
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    backdrop-filter: blur(10px); /* Applies blur effect */
    -webkit-backdrop-filter: blur(15px); /* For Safari support */
    border-radius: 10px; /* Optional: rounded corners */
    padding:0 100px; /* Optional: spacing inside the box */

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
    border-top: 4px solid #3599D5;
}
.review-box img{
    height: 100px;
}
input,

input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: #3599D5;
}
textarea{
  width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
input:focus + .input-icon i {
  color: #3599D5;
}
input:focus + .input-icon:after {
  border-right-color: #3599D5;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #3599D5;
  color: #fff;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 920px){
     .btn-submit{
        width:100% !important; 
    } 
}
@media only screen and (max-width: 540px) {
  
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th, td {
    border: 1px solid #3599D5;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
}
td:first-child {
    text-align: left;
    font-weight: bold;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}
.radio-box{
    display: flex;
    align-items: center;
}
.radio{
    width: auto;
}
.radio-box label{
    margin-left: 10px;
}
.rating-container {
    display: flex;
    
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.rating-container label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.rating-container input[type="radio"] {
    display: none;
}

.rating-container input[type="radio"] + span {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.rating-container input[type="radio"]:checked + span {
    background-color: #3599D5;
    color: white;
    border-color: #3599D5;
}

.rating-container label:first-child::after {
    content: "Worst";
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}

.rating-container label:last-child::after {
    content: "Best";
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}
.captcha-container {
    margin: 20px 0;
    text-align: center;
}

canvas {
  max-width: 100%;
}
.btn-submit{
  width: 10%;
  margin: 0 auto;
  background-color: #3599D5;
  color: #fff;
  transition: 0.5s all ease;
}
.btn-submit:hover{
  background-color: transparent;
  border: 1px solid #3599D5;
  color: #3599D5;
  transition: 0.5s all ease;
}
.table-container {
  overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}

table {
  width: 100%; /* Optional: Adjust width for responsiveness */
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  text-align: left;
  white-space: nowrap; /* Prevents wrapping of content */
}
.date-group input{
    border:none;
    width:200px;
    padding:0;
    margin-top:50px;
}
.main-row{
        margin:100px 0;
}
.date-group{
    justify-content:end;
}
.btn-submit {
    margin-bottom:100px;
}
@media only screen and (max-width: 920px){
    .main-row{
        margin:20px 0;
}
.date-group input{
    margin-top:10px;
}
.date-group {
    justify-content: center;
}
.review-box img {
    height: 100px;
    margin: 0 auto;
    display: flex
;
}
h1,p{
    text-align:center;
}
.btn-submit {
    margin-bottom:20px;
}



.text-center {
    text-align: center;
    margin-top: 20px;
}

.success-message {
    color: #081143;
    font-size: 26px;
    font-weight: bold;
    padding: 20px;
    background-color: #e0f7fa;
    border: 2px solid #081143;
    border-radius: 8px;
    display: inline-block;
}

.error-message {
    color: #ff0000;
    font-size: 26px;
    font-weight: bold;
    padding: 20px;
    background-color: #ffe6e6;
    border: 2px solid #ff0000;
    border-radius: 8px;
    display: inline-block;
}
}