
  
  .wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .form-signin .form-signin-heading{
      font-size: 20px;
      text-align: center;
      padding-top: 20px;
      margin-bottom: 15px;
  }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 30px;
  }
  .form-signin .checkbox {
    font-weight: normal;
  }
  .form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type=text] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form-signin input[type=password] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  } 


  .contact-page-wrapper .contactus-wrapper .contactus-form-wrapper input.form-control::placeholder{
    font-size: 14px !important;
  }
  .contact-page-wrapper .contactus-wrapper .contactus-form-wrapper input.form-control{
    font-size: 14px !important;
  }

  .heading-wrapper{
    color: #1B5CA6;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
  }
.input-file input{
   padding: 19px !important;
}








.table-responsive {
  margin: 30px 0;
}
.table-wrapper {
  min-width: 1000px;
background: #fff;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-wrapper .btn {
float: right;
color: #333;
background-color: #fff;
border-radius: 3px;
border: none;
outline: none !important;
margin-left: 10px;
}
.table-wrapper .btn:hover {
color: #333;
background: #f2f2f2;
}
.table-wrapper .btn.btn-primary {
color: #fff;
background: #03A9F4;
}
.table-wrapper .btn.btn-primary:hover {
background: #03a3e7;
}
.table-title .btn {		
font-size: 13px;
border: none;
}
.table-title .btn i {
float: left;
font-size: 21px;
margin-right: 5px;
}
.table-title .btn span {
float: left;
margin-top: 2px;
}
.table-title {
  color: #1b5ca6;
  background: transparent;
  border-radius: 3px 3px 0 0;
  margin-top: 40px;
  margin-bottom: 26px;
}
.table-title h2 {
margin: 5px 0 0;
font-size: 24px;
}
.show-entries select.form-control {        
width: 60px;
margin: 0 5px;
}
.table-filter .filter-group {
float: right;
margin-left: 15px;
}
.table-filter input, .table-filter select {
height: 34px;
border-radius: 3px;
border-color: #ddd;
box-shadow: none;
}
.table-filter {
padding: 5px 0 15px;
margin-bottom: 5px;
}
.table thead th{
  border-bottom: 0 !important;
}
.table-filter .btn {
height: 34px;
}
.table-filter label {
font-weight: normal;
margin-left: 10px;
}
.table-filter select, .table-filter input {
display: inline-block;
margin-left: 5px;
}
.table-filter input {
width: 200px;
display: inline-block;
}
.filter-group select.form-control {
width: 110px;
}
.filter-icon {
float: right;
margin-top: 7px;
}
.filter-icon i {
font-size: 18px;
opacity: 0.7;
}	
table.table tr th, table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
  font-weight: 400;
}
table.table tr th:first-child {
width: 60px;
}
table.table tr th:last-child {
width: 80px;
}
table.table-striped tbody tr:nth-of-type(odd) {
background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
background: #f5f5f5;
}
table.table th i {
font-size: 13px;
margin: 0 5px;
cursor: pointer;
}	
table.table td a {
font-weight: bold;
color: #566787;
display: inline-block;
text-decoration: none;
}
table.table td a:hover {
color: #2196F3;
}
table.table td a.view {        
width: 30px;
height: 30px;
color: #2196F3;
border: 2px solid;
border-radius: 30px;
text-align: center;
}
table.table td a.view i {
font-size: 22px;
margin: 2px 0 0 1px;
}   
table.table .avatar {
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
}
.status {
font-size: 30px;
margin: 2px 2px 0 0;
display: inline-block;
vertical-align: middle;
line-height: 10px;
}
.text-success {
color: #10c469;
}
.text-info {
color: #62c9e8;
}
.text-warning {
color: #FFC107;
}
.text-danger {
color: #ff5b5b;
}
.pagination {
float: right;
margin: 0 0 5px;
}
.pagination li a {
border: none;
font-size: 13px;
min-width: 30px;
min-height: 30px;
color: #999;
margin: 0 2px;
line-height: 30px;
border-radius: 2px !important;
text-align: center;
padding: 0 6px;
}
.pagination li a:hover {
color: #666;
}	
.pagination li.active a {
background: #03A9F4;
}
.pagination li.active a:hover {        
background: #0397d6;
}
.pagination li.disabled i {
color: #ccc;
}
.pagination li i {
font-size: 16px;
padding-top: 6px
}
.hint-text {
float: left;
margin-top: 10px;
font-size: 13px;
}    

table.table td a{
  display: flex;
  align-items: center;
  font-weight: 500;
}
.avatar-logo{
  width: 30px;
  height: 30px;
  background-color: #0397d6;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  margin-right: 8px;
  border-radius: 50%;
  text-transform: uppercase;
}

.product-listing-wrapper{
  padding-bottom: 30px !important;
  padding-top: 40px !important;
}
#checkout-button:hover {
  opacity: 0.8;
}
/* General Styles for Form and Page */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.heading-wrapper {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.contactus-form-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Form Group Styles */
.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 14px;
    color: #333;
}

input[type="text"],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
textarea:focus {
    border-color: #3498db;
    outline: none;
}

/* Star Rating Styles */
.stars {
    display: flex;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
    margin-top: 10px;
}

.stars span {
    padding: 0 5px;
}

.stars .selected {
    color: gold;
}

.stars .half {
    color: gold;
    background: linear-gradient(90deg, gold 50%, #ccc 50%);
    background-clip: text;
}

/* Add hover effect for stars */
.stars span:hover {
    color: #f39c12;
}

.stars .half {
    width: 50%;
    display: inline-block;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #2980b9;
}

.d-flex {
    display: flex;
    justify-content: space-between;
}

.contactus-form-wrapper .col-12 {
    margin-bottom: 15px;
}

.product-item-wrapper {
    padding: 10px;
}

@media (max-width: 768px) {
    .contactus-form-wrapper {
        padding: 15px;
    }

    .stars {
        font-size: 24px;
    }

    .btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .d-flex {
        flex-direction: column;
        align-items: center;
    }
}
.review-section-wrapper {
  padding-top: 0;
  animation: fadeInUp 0.6s ease-in-out;
}

.reviews-page .mission-vision {
  font-size: 0.85em !important;
}

/* === Google Review Heading & Subheading Styling === */
.google-review-heading {
  color: #1b5ca6;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.4em; /* Adjust the font size */
  text-align: center;
  font-family: 'Helvetica', 'Arial', sans-serif; /* Using system fonts for a clean, robotic look */
}

.google-review-subheading {
  font-size: 1.2em; /* Reduced from 1.25em to 1.2em */
  color: #555;
  text-align: center;
  font-family: 'Helvetica', 'Arial', sans-serif; /* Keeping the same font for consistency */
}

/* === Responsive heading tweaks for mobile === */
@media (max-width: 767px) {
  .poetic-title-section h1,
  .google-review-heading {
    font-size: 1.1em; /* Slightly smaller on mobile */
    line-height: 1.4;
    text-align: center;
    word-break: break-word;
    padding: 0 10px;
  }

  .google-review-subheading {
    font-size: 0.9em; /* Slightly smaller subheading on mobile */
    padding: 0 15px;
    text-align: center;
  }
}

/* === Fade In Animation === */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
