/* GSG Colors colors */
:root {
  --primary-accent: #28808c;
  --navbar-border-top: #20616d;
  --button-border: #28808c;
  --link-focus: #28808c;
  --form-shadow: rgba(56, 167, 187, 0.6);
  --pagination-bg: #a7dbe5;
  --link-hover-bg: #35abba;
  --navbar-focus: #80cbd9;
  --button-hover-nav: #cee5e9;
}

.navbar .btn-default:hover,
.navbar .btn-default.navbar-toggle:hover,
.navbar .btn-default:focus,
.navbar .btn-default.navbar-toggle:focus {
  background-color: #fff;
  border-color: var(--primary-accent);
  color: var(--button-hover-nav);
}
/*logo height*/
.navbar-brand img {
  max-height: 70px;
}
.navbar-brand {
  float: inline-start;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
  height: 62px;
}
.box-image-text .image {
  min-height: 190px;
  max-height: 190px;
}

.box-image-text .image img {
  max-height: 190px;
  margin: auto;
}

.box-simple {
  min-height: 230px;
}

#top {
  background: #a6a4a8;
  color: #fefef0;
  padding: 10px 0;
}

#top.light {
  background: #fefef0;
  color: #999999;
  border-bottom: solid 1px #fefef0;
}

#top .social a {
  color: #fefef0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
#top .social a:hover {
  color: #fefef0;
  background: var(--primary-accent);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.navbar {
  border: none;
  background: #fefef0;
}

/*carosuel images*/
.home-carousel .item img {
  max-width: 100%;
  max-height: 600px; /* Adjust this value as needed */
  width: auto;
  height: auto;
  object-fit: contain;
}
#footer {
  background: #014728;
  padding: 50px 0;
  color: #fefef0;
}
#copyright {
  background: #a6a4a8;
  color: #fefef0;
  padding: 10px 0;
  font-size: 12px;
  line-height: 28px;
}

/* styling for the form*/
#fs-frm {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#fs-frm fieldset {
  border: none;
  padding: 0;
}
#fs-frm label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
#fs-frm input[type="text"],
#fs-frm input[type="email"],
#fs-frm textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
#fs-frm textarea {
  height: 100px;
  resize: vertical;
}
#fs-frm input[type="submit"] {
  background-color: var(--primary-accent);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
#fs-frm input[type="submit"]:hover {
  background-color: var(--link-hover-bg);
}

/*homepage carosel background*/
.home-carousel {
  position: relative;
  background: url("../image/homepage-background.png") center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-carousel .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-accent);
  opacity: 0;
  filter: alpha(opacity=0);
}
.jumbotron {
  padding: 30px;
  margin-bottom: 0;
  position: relative;
  background: url("../img/homepage-background.png") center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*Home carousel text*/
.home-carousel h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: 0.08em;
  margin-top: 60px;
}

/* icons*/
.icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  border-radius: 40px;
  border: solid 0px #fff;
  font-size: 20px;
}
.icon.icon-lg {
  font-size: 80px;
  border-width: 0px;
}
/* Styles for Font Awesome icons */
.icon i {
  font-size: 40px; /* Adjust this value to change the size of Font Awesome icons */
}
/* Styles for image icons */
.feature-image-icon {
  width: 80px !important; /* Adjust this value as needed */
  height: auto !important;
  max-height: 120px !important;
  object-fit: contain !important;
}

/* Override any conflicting styles */
.icon img.feature-image-icon {
  width: 100px !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
}

.icon.icon-lg {
  font-size: 80px;
  border-width: 0px;
}

/* If you want different sizes for large image icons */
.icon.icon-lg img {
  width: 80px; /* Adjust this value for larger image icons */
  height: 80px; /* Adjust this value for larger image icons */
}
.bar.background-white {
  background: #fff;
}
.bar.color-white h1,
.bar.color-white h2,
.bar.color-white h3,
.bar.color-white h4,
.bar.color-white h5,
.bar.color-white h6,
.bar.color-white p {
  color: #fefef0;
}
/* see_more image*/
.bar.background-image-fixed-2 {
  background: url("../image/Holiday-see-more.png") center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* button on the see-more*/
.btn-template-transparent-black {
  color: #fefef0;
  background-color: transparent;
  border-color: #fefef0;
}
.btn-template-transparent-black:hover,
.btn-template-transparent-black:focus,
.btn-template-transparent-black:active,
.btn-template-transparent-black.active,
.open > .dropdown-toggle.btn-template-transparent-black {
  color: #fefef0;
  background-color: #014728;
  border-color: #fefef0;
}
.btn-template-transparent-black:active,
.btn-template-transparent-black.active,
.open > .dropdown-toggle.btn-template-transparent-black {
  background-image: none;
}
.btn-template-transparent-black.disabled,
.btn-template-transparent-black[disabled],
fieldset[disabled] .btn-template-transparent-black,
.btn-template-transparent-black.disabled:hover,
.btn-template-transparent-black[disabled]:hover,
fieldset[disabled] .btn-template-transparent-black:hover,
.btn-template-transparent-black.disabled:focus,
.btn-template-transparent-black[disabled]:focus,
fieldset[disabled] .btn-template-transparent-black:focus,
.btn-template-transparent-black.disabled:active,
.btn-template-transparent-black[disabled]:active,
fieldset[disabled] .btn-template-transparent-black:active,
.btn-template-transparent-black.disabled.active,
.btn-template-transparent-black[disabled].active,
fieldset[disabled] .btn-template-transparent-black.active {
  background-color: transparent;
  border-color: #fefef0;
}
.btn-template-transparent-black .badge {
  color: transparent;
  background-color: #fefef0;
}
.btn-template-transparent-black:hover,
.btn-template-transparent-black:focus,
.btn-template-transparent-black:active,
.btn-template-transparent-black.active {
  background: #fefef0;
  color: #014728;
  border-color: #fefef0;
}
/* Services*/
.service-row {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.service-row:nth-child(even) {
  flex-direction: row-reverse;
}
.service-image,
.service-content {
  flex: 1;
  padding: 1rem;
}
.service-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-img-1 {
  max-width: 100%;
  height: auto;
}
.service-img-2 {
  max-width: 80%;
  height: auto;
}
.service-img-3 {
  max-width: 80%;
  height: auto;
}
.service-img-4 {
  max-width: 80%;
  height: auto;
}
.holiday-wrapping-img {
  max-width: 45%;
}

/* Client Satisfaction Survey */
.rating-option {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rating-option input[type="radio"] {
  margin-right: 10px;
}

.rating-option label {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.rating-option {
  margin-bottom: 10px;
}
/* Unique and fun radio button style */
.rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rating-option {
  margin-bottom: 10px;
}

.custom-radio {
  display: none;
}

.custom-radio + label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.star-rating {
  font-size: 24px;
  color: #ddd;
  transition: color 0.2s;
}

.custom-radio:checked ~ label .star-rating,
.custom-radio:checked + label .star-rating {
  color: #ffd700;
}

.label-text {
  margin-left: 10px;
  font-size: 16px;
}
.rating-option:hover .star-rating {
  color: #ffd700;
  transform: scale(1.1);
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.rating-option:hover .star-rating {
  color: #ffed85;
}
.star-rating {
  display: inline-flex;
}

.star {
  width: 25px;
  height: 25px;
  background-color: #ddd;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  display: inline-block;
  margin-right: 5px;
  transition: background-color 0.2s;
  border-radius: 50%;
}

.custom-radio:checked ~ label .star,
.custom-radio:checked + label .star {
  background-color: #ffd700;
}

.rating-option:hover .star {
  background-color: #ffed85;
}

.custom-radio:checked + label::after {
  content: "Selected!";
  margin-left: 10px;
  color: #ffd700;
  font-weight: bold;
}
/* Existing styles... */

/* Styles for question 2 (emoji rating) */
.rating-option input[type="radio"] {
  display: none;
}

.rating-option label {
  cursor: pointer;
  font-size: 24px;
  transition: transform 0.2s, opacity 0.2s;
}

.rating-option label:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

/* Default state: show only the emoji */
.rating-option label::before {
  content: attr(title);
}

/* Hide the text by default */
.rating-option label .label-text {
  display: none;
  font-size: 14px;
  margin-left: 5px;
}

/* Show text on hover and when selected */
.rating-option label:hover .label-text,
.rating-option input[type="radio"]:checked + label .label-text {
  display: inline;
}

/* Maintain the selected state */
.rating-option input[type="radio"]:checked + label {
  transform: scale(1.2);
  opacity: 1;
}

/* Add a subtle glow effect to the selected emoji */
.rating-option input[type="radio"]:checked + label::before {
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

/* Remove the "Selected!" text for emoji ratings */
.rating-option input[type="radio"]:checked + label::after {
  content: none;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}

.form-control {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Update or add these styles */
.rating-option {
  margin-bottom: 10px;
}

.rating-option label {
  display: inline-block;
  cursor: pointer;
}

.rating-option label .emoji-icon {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.rating-option label .label-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

/* Ensure the input is hidden but still accessible */
.rating-option input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* Optional: Add some hover effect */
.rating-option label:hover .emoji-icon {
  transform: scale(1.1);
}
/* Add or update these styles */
.rating {
  padding-left: 20px; /* Adjust this value to increase or decrease the indentation */
}

.rating-option {
  margin-bottom: 10px;
}

.rating-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rating-option label .star-rating,
.rating-option label .emoji-icon {
  display: inline-block;
  width: 30px; /* Adjust this value to ensure consistent spacing */
  margin-right: 10px;
}

.rating-option label .label-text {
  flex: 1;
}

/* Ensure the input is hidden but still accessible */
.rating-option input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* Add or update these styles */
.rating {
  padding-left: 20px; /* Indentation for all rating questions */
}

.rating-option {
  margin-bottom: 10px;
}

.rating-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* Styles for star rating (Question 1) */
.rating-option label .star-rating {
  display: inline-flex;
  width: auto; /* Allow natural width for star ratings */
  margin-right: 10px;
}

.star {
  width: 25px;
  height: 25px;
  margin-right: 2px; /* Reduced margin between stars */
}

/* Styles for emoji rating (Question 2) */
.rating-option label .emoji-icon {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  font-size: 24px;
}

/* Common styles for label text */
.rating-option label .label-text {
  flex: 1;
  font-size: 16px;
  padding-left: 5px; /* Add some space between the icon/stars and text */
}

/* Ensure the input is hidden but still accessible */
.rating-option input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* Adjustments for star rating hover effect */
.rating-option:hover .star-rating .star {
  background-color: #ffed85;
}

/* Maintain selected state for star rating */
.custom-radio:checked + label .star {
  background-color: #ffd700;
}
