.sm-container {
  width: 1440px;
  max-width: 100%;
  margin: auto;
}
.sm-container .sm-title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.sm-container .sm-form {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.sm-container .sm-form .sm-btn {
  flex: 0.5;
}
@media screen and (max-width: 768px) {
  .sm-container .sm-form {
    flex-direction: column;
  }
  .sm-container .sm-form .sm-btn {
    width: 100%;
  }
}
.sm-notice {
  margin: 10px 0;
  font-weight: bold;
  cursor: pointer;
}
.sm-form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sm-form-group label {
  margin-bottom: 5px;
  font-weight: bold;
}
.sm-form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.sm-passenger-select {
  display: flex;
  align-items: center;
}
.sm-passenger-select span {
  min-width: 80px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sm-passenger-select .sm-form-control {
  width: 50px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #ccc;
}
.sm-passenger-select .sm-increase,
.sm-passenger-select .sm-decrease {
  padding: 5px;
  background: #FC6D02;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.sm-passenger-select .sm-increase:hover,
.sm-passenger-select .sm-decrease:hover {
  background: #0056b3;
}
.sm-btn {
  cursor: pointer;
  padding: 10px;
  background: #FC6D02;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s;
}
.sm-btn:hover {
  background: #0056b3;
}
.sm-increase {
  padding: 8px;
}
.sm-decrease {
  padding: 8px;
}
.sm-dropdown {
  position: relative;
  display: inline-block;
}
.sm-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  min-width: 150px;
  max-width: 200px;
  border: 1px solid #ccc;
  z-index: 3;
}
.sm-dropdown-content .sm-passenger-select {
  padding: 10px;
}
.sm-dropdown-content .sm-passenger-select:nth-child(odd) {
  background: #f4f4f4;
}
.sm-dropdown-content.show {
  display: block;
}
.sm-dropdown-content button {
  width: 100%;
  padding: 10px;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 16px;
}
.sm-dropdown-content button:hover {
  background: #f9f9f9;
}
select.monthselect,
select.yearselect {
  padding: 6px;
  font-size: 16px;
  font-family: 'Red Hat Display';
}
.text-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.hotel-search {
  background: #f9f9f9;
  padding: 40px 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hotel-search {
    padding: 0;
  }
}
.hotel-search .sm-btn {
  width: 100%;
}
.daterangepicker {
  display: none;
  /* apply button */
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker .drp-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.daterangepicker .drp-buttons button {
  padding: 10px 20px;
  background: #FC6D02;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.daterangepicker .drp-buttons button:hover {
  background: #0056b3;
}
.hotel-box-buttons {
  border-radius: 30px;
  overflow: hidden;
  margin-top: 30px;
  background: url("greece-island-hotels.png") no-repeat center center;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hotel-box-buttons {
    padding: 30px;
    border-radius: 0;
    margin-top: 0;
  }
}
.hotel-box-buttons:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hotel-box-buttons .hotel-search-form {
  margin-bottom: 40px;
}
.hotel-box-buttons .contents {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  gap: 20px;
}
.hotel-box-buttons h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.hotel-box-buttons p {
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}
.hotel-box-buttons .d-flex.hotels {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hotel-box-buttons .d-flex.hotels {
    justify-content: flex-start;
  }
}
.hotel-box-buttons .d-flex.hotels a.butonLink {
  padding: 14px 32px;
  background: #fff;
  color: #FC6D02;
  border: 1px solid #FC6D02;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.hotel-box-buttons .d-flex.hotels a.butonLink:hover {
  background: #FC6D02;
  color: #fff;
}
.hotel-box-buttons .d-flex.hotels a.butonLink:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}
.greece-packages {
  padding: 40px 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .greece-packages {
    padding: 30px;
  }
}
.greece-packages .sm-title {
  font-size: 32px;
  color: #FC6D02;
  font-weight: bold;
  margin-bottom: 20px;
}
.greece-packages .sm-description {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}
.greece-packages .packages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: space-between;
  position: relative;
}
.greece-packages .packages .ribbon {
  position: absolute;
  top: 30px;
  left: -10px;
  background: #FC6D02;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .ribbon {
    top: 10px;
    left: -10px;
    font-size: 12px;
  }
}
.greece-packages .packages .ribbon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #FC6D02;
  border-left: 10px solid transparent;
}
.greece-packages .packages .ribbon:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #ff8e39;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.greece-packages .packages .package {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package {
    padding: 0;
    flex-direction: column;
  }
}
.greece-packages .packages .package .package-image {
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-image {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.greece-packages .packages .package .package-image img {
  width: 100%;
  height:100%;
  object-fit: cover;
  border-radius: 5px;
}
.greece-packages .packages .package .package-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-content {
    padding: 0 10px;
  }
}
.greece-packages .packages .package .package-content h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.greece-packages .packages .package .package-content .excerpt {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-content .excerpt {
    font-size: 14px;
    line-height: 1.2;
  }
}
.greece-packages .packages .package .package-content .package-button {
  background: #0056b3;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-flex;
  width: max-content;
  border-radius: 30px;
  border: 1px solid #0056b3;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-content .package-button {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.greece-packages .packages .package .package-content .package-button:hover {
  background: #fff;
  color: #0056b3;
}
.greece-packages .packages .package .package-details {
  display: flex;
  justify-content: space-between;
}
.greece-packages .packages .package .package-detail-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(243, 243, 243, 0.2) 75%, #e0e0e0 100%);
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-detail-table {
    flex-direction: column;
    gap: 10px;
    background: none;
    padding: 0;
  }
}
.greece-packages .packages .package .package-info-detail {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-info-detail {
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.greece-packages .packages .package .package-info-detail .icon {
  width: 24px;
  display: flex;
  justify-content: center;
}
.greece-packages .packages .package .package-info-detail .icon i.fa,
.greece-packages .packages .package .package-info-detail .icon i.fas {
  font-size: 20px;
  color: #7e7e7e;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-info-detail .icon {
    width: 18px;
  }
  .greece-packages .packages .package .package-info-detail .icon i.fa,
  .greece-packages .packages .package .package-info-detail .icon i.fas {
    font-size: 14px;
  }
}
.greece-packages .packages .package .package-info-detail .package-info {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-info-detail .package-info {
    font-size: 12px;
    width: calc(50% - 10px);
  }
}
.greece-packages .packages .package .package-price-detail {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #666;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-price-detail {
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding: 10px 0;
  }
}
.greece-packages .packages .package .package-price-detail .package-prices {
  white-space: nowrap;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-price-detail .package-prices {
    padding: 8px 16px;
    background: #f4f4f4;
  }
}
.greece-packages .packages .package .package-price-detail .package-prices .price {
  font-size: 20px;
  color: #FC6D02;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .greece-packages .packages .package .package-price-detail .package-prices .price {
    font-size: 16px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 0 10px;
  }
}
.modal.show {
  display: block;
}
.modal .modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    width: 100%;
  }
}
.modal .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #888;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.child-select-age {
  width: calc(100% - 20px);
  margin: 3px 10px;
  height: 30px;
  padding: 0 4px;
}
/*# sourceMappingURL=styles.css.map */