/* Grid layout for 4 columns per row */
.pelican_unit_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 0px;
}

/* Styling for the unit wrapper */
.pelican_unit_wrapper {
  position: relative;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 200px;
}

.pelican_unit_wrapper:hover {
  transform: scale(1.05);
}

/* Link to each unit */
.pelican_unit {
  display: block;
  text-decoration: none;
  color: black;
}

/* Flexbox layout: unit details on the left, image on the right */
.pelican_unit .inner {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  align-items: center;
  height: 166px;
}

/* Unit details on the left */
.pelican_unit .unit-details {
  flex-grow: 1;
  /*margin-right: 10px;*/
}

/* Unit image on the right */
.pelican_unit .unit-image {
  width: 160px;
  height: 150px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;  
  /*
  width: 50%;
  height: auto;
  text-align: right;
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: stretch;
  height: 150px;
  */
}

.pelican_unit .unit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;  
  /*
  max-width: 100%;
  height: auto;
  */
}

/* Unit size and details */
.pelican_unit .unitsize {
  font-size: 2rem;
  font-weight: bold;
}

.pelican_unit .unitprice {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: bold;
}

.pelican_unit .extra_info {
  font-size: 14px;
  margin-top: 5px;
}


.pelican_unit .unitprice del {
  color: #888;
  margin-left: 10px;
}

.pelican_unit .unit-badge .discount {
  background-color: #f07e02;
  color: white;
  padding: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  /*margin-bottom: 10px;  */
}

.pelican_unit .unit-badge .sold_out {
  background-color: grey;
  color: white;
  padding: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;  
}

/* Responsive Design: Adjust grid for smaller screens */
@media (max-width: 1200px) {
  .pelican_unit_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .pelican_unit_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pelican_unit_list {
    grid-template-columns: 1fr;
  }
}



.pelican_unit_wrapper_location_page .units a {
  color: #2a2a2a;
}

.pelican_unit_wrapper_location_page .unit.available {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
  transition: .2s;
  position: relative;
}

.pelican_unit_wrapper_location_page .unit.available:hover {
  background-color: #f0f0f0; /* Example: Change background color on hover */
  transform: scale(1.05); /* Example: Slightly enlarge the div on hover */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); /* Example: Add shadow on hover */
}

.pelican_unit_wrapper_location_page .unit .size {
  width: 128px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.pelican_unit_wrapper_location_page .unit .size span {
  font-size: 17px;
}
.pelican_unit_wrapper_location_page .unit .size em {
  font-size: 0.6em;
  display: block;
  padding-top: 0.25em;
  color: #888888;
  line-height: 140%;
  font-style:normal;
}
.pelican_unit_wrapper_location_page .unit .size span sup {
  font-size: 16px;
  vertical-align: baseline;
}

.pelican_unit_wrapper_location_page .unit .price.intro {
  color: #f07e02;
}

.pelican_unit_wrapper_location_page .unit .price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  width: 30%;
  padding: 0.5em 0;
  color: #2a2a2a;
}

.pelican_unit_wrapper_location_page .unit .price span {
  display: block;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
}

.pelican_unit_wrapper_location_page .unit .price em {
font-size: 22px;
font-weight: 700;
line-height: 38px;
font-style: normal;
}

.pelican_unit_wrapper_location_page .unit .price em.limited-or-soldout {
  font-size: 18px !important;
  line-height: 30px !important;
}

.pelican_unit_wrapper_location_page .unit::after {
  color: rgba(42, 42, 42, 0.7);
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  font-size: 40px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px;
}

.pelican_unit_wrapper_location_page.sold-out {
  padding-top: 0.35em;
  padding-bottom: 0.65em;
  color: #999;
}

.pelican_unit_wrapper_location_page a.pelican_unit.sold-out {
  color: #999;
}

.pelican_unit_wrapper_location_page.sold-out .unit .intro.price {
  color: #999;
}

.pelican_unit_wrapper_location_page.sold-out .unit .regular.price {
  color: #999;
}

span.bold-text.toggle-text::after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f078"; /* Downward caret */
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    margin: -3px 0px 0px 7px; /* Adjust spacing */
    transition: transform 0.3s ease; /* Smooth transition */
}

span.bold-text.toggle-text.active::after {
    content: "\f077"; /* Upward caret */
}

@media (max-width: 991px) {
  .pelican_unit_wrapper_location_page .unit .price.intro {
    display: none !important;
  }
  
  .page_unit_list_b2b .pelican_unit_wrapper_location_page .unit .price.intro {
    /*display: block !important;*/
    display: none !important;
  }
  .page_unit_list_b2b .pelican_unit_wrapper_location_page .unit .price.regular {
    /*display: none !important;*/
    display: block !important;
    
  }

  .pelican_unit_wrapper_location_page .unit[data-discount-rate="100"] .price.intro {
    display: block !important;
  }
  .pelican_unit_wrapper_location_page .unit[data-discount-rate="100"] .price.regular {
    display: none !important;
  }
  
}
  



.booking-bookingtype .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70em;
    max-width: 100%;
    margin: 1em auto;
}

@media(max-width: 991px) {
     .booking-bookingtype .buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 auto
    }
}

.booking-bookingtype .buttons a.btn {
    width: 100%;
    max-width: 20em;
    border-radius:2em;
    font-size: 1em;
}

.booking-bookingtype .buttons .usps {
    width: 16em;
    text-align: left;
    margin: auto;
    padding-top: 1.5rem;
    font-size: .9em;
    line-height: 140%
}

.booking-bookingtype .buttons .usps .item {
    margin-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #888
}

.booking-bookingtype .buttons .usps .item:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    width: 1.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.booking-bookingtype .buttons .usps .item.clock:before {
    content: ""
}

.booking-bookingtype .buttons .usps .item.personboard:before {
    content: ""
}

.booking-bookingtype .buttons .usps .item.check:before {
    content: ""
}

.booking-bookingtype .buttons>div {
    width: 50%;
    padding: 3em 1em 1em
}

@media(max-width: 991px) {
    .booking-bookingtype .buttons>div {
        width:100%
    }
}

.booking-bookingtype .buttons>div .btn.orange {
    border: 2px solid #f07e02;
}

.booking-bookingtype .buttons>div .btn.green {
    border: 2px solid #5fbf00;
    background-color: #5fbf00;
}                  

.booking-bookingtype .buttons>div:first-child {
    border-right: 1px solid #c9c8c8
}

@media(max-width: 991px) {
     .booking-bookingtype .buttons>div:first-child {
        border-right:0;
        border-top: 1px solid #c9c8c8
    }
}

/* Top Bar */
.topbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.phone{
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}
.phone a{
  color: #111827;
  font-weight: 800;
  text-decoration: none;
}
.phone a:hover{ text-decoration: underline; }

/* Header Section */
.header-section {
    margin-bottom: 24px;
    text-align: left; /* Eller center afhængig af design */
}
.header-section h1{
  margin: 0 0 8px 0;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.02em;
}
.header-section .sub{
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: #374151;
}
/* Responsiv */
@media (max-width: 980px){
  .phone{ display: none; }
  .header-section h1{ font-size: 34px; }
}

/* Right Column Specifics */
.right-col {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.side h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #111827;
}

/* Checklister */
.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checklist li {
    position: relative;
    padding-left: 26px;
    margin: 12px 0;
    color: #111827;
    font-weight: 500;
    line-height: 1.35;
    font-size: 16px;
}
.checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #0F5D4C;
    font-weight: 900;
}

/* Upsell Card */
.upsell .kicker {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 800;
    color: #0F5D4C;
}
.upsell .big {
    margin: 0 0 8px 0;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.15;
    color: #111827;
}
.upsell .sub {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}
.btn-green-ghost {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 999px;
    background: transparent;
    color: #0F5D4C;
    border: 2px solid #0F5D4C;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}
.btn-green-ghost:hover {
    background: #f0fdf9;
    color: #0b4639;
    border-color: #0b4639;
}

/* Map Card */
.map {
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #E7E9EC;
}
.map iframe {
    display: block;
    border: 0;
}
.loc {
    padding: 16px 20px;
    text-align: left;
}
.loc .title {
    margin: 0 0 6px 0;
    font-weight: 800;
    color: #111827;
    font-size: 16px;
}
.loc p, .loc .address-lines {
    margin: 0;
    font-size: 16px;
    color: #374151;
    font-weight: 500;
    line-height: 1.5;
}
.loc a { 
    color: inherit; 
    font-weight: 700; 
    text-decoration: none; 
}
.loc a:hover { text-decoration: underline; }