/*
 Theme Name:   GoBosnia Theme
 Theme URI:    https://go-bosnia.com/
 Description:  GoBosnia child theme for Neve
 Author:       Marko Pezer
 Author URI:   https://kidakstudio.com/
 Template:     neve
 Version:      1.0.0
*/

sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.75em;
}

.beige-bg {
    background-color: #FAF7F2;
}

.blue-bg {
    background-color: rgb(239, 243, 247);
}

/* GEO ENTITIES */

/* Hero */

.geo-hero {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    overflow: hidden;
}

.geo-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0.3) 65%,
        rgba(0,0,0,0.6) 100%
    );
    pointer-events: none;
}

.geo-hero-inner {
    position: relative;
    height: 100%;
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
}

a.geo-hero-content-top-info,
a.geo-hero-content-top-info:hover {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(3,67,84,0.7);
    border: 1px solid rgba(255,255,255,0.3);
    color: #FFF;
    font-size: 13px;
}

a.geo-hero-content-top-info span {
    color: #FFF;
    font-weight: 600;
}

.geo-hero-content {
    padding-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.geo-hero-content-left {
    max-width: 700px;
}

.geo-title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.05;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
    padding: 0;
    margin: 0;
}

.geo-hero-meta {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.geo-hero-meta-box {
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 8px 15px;
}

.geo-hero-meta-box p {
    padding: 0;
    margin: 0;
    color: #021a20;
}

.geo-hero-meta-box p.label {
    font-size: 12px;
    line-height: 1.3;
}

.geo-hero-meta-box p.data {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

/* Sections */

.geo-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.geo-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.geo-first-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
}

.geo-full-desc {
    padding: 30px 35px 35px 35px;
    background-color: #EFF3F7;
    border: 1px solid #BEBEBE;
    border-radius: 15px;
    height: fit-content;
}

.geo-full-desc h2 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: left;
}

.geo-full-desc p {
    margin: 0;
    font-size: 14px;
}

.geo-map-container {
    padding: 0 30px;
}

/* Important cities */

.geo-important-city-card-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.geo-important-city-content {
    flex: 1;
    max-width: 750px;
}

.geo-important-city-illustration {
    width: 480px;
}

.geo-important-city-content h3 {
    max-width: 400px;
    margin-bottom: 25px;
}

.geo-important-city-content h3 a {
    color: #034354;
    font-size: 32px;
}

.geo-important-city-meta {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.geo-important-city-meta div {
    background-color: #EFF3F7;
    color: #236374;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 100px;
    line-height: 1.2;
    box-shadow: 0 1px 2px rgba(15, 40, 90, 0.25);
}

.geo-important-city-meta div span {
    font-weight: 500;
}

.geo-important-city-desc {
    font-size: 14px;
    margin-top: 15px;
}

.geo-important-city-button,
.geo-important-city-button:hover {
    display: inline-block;
    background: linear-gradient(135deg, #24B34B 0%, #AFC426 100%);
    color: #FFF;
    padding: 6px 18px;
    border-radius: 100px;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(15, 40, 90, 0.25);
}

.odd-important-city {
    background-color: #EFF3F7;
}

.odd-important-city .geo-important-city-meta div {
    background-color: #FFF;
}

/* Important entities */

.geo-entities-grid {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.geo-entity-card {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease;
}

.geo-entity-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,.3);
}

.geo-entity-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background:#f3f3f3;
}

.geo-entity-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.geo-entity-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
  color: #fff;
}

.geo-entity-city {
    background-color: rgba(255,255,255,0.9);
    color: #021a20;
    width: fit-content;
    line-height: 1.2;
    padding: 2px 7px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 5px;
}

.geo-entity-title {
    font-weight: 600;
    color: #FFF;
    font-size: 17px;
}

.attraction-label {
    position: absolute;
    top: 10px;
    right: 10px;
    width: fit-content;
    background: linear-gradient(135deg, #ED6023 0%, #EFA722 100%);
    color: #FFF;
    padding: 3px 7px;
    line-height: 1.2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 11px;
    box-shadow: 0 2px 3px rgba(15, 40, 90, 0.4);
}

.eco-label {
    position: absolute;
    top: 10px;
    left: 10px;
    width: fit-content;
    background: linear-gradient(135deg, #24B34B 0%, #AFC426 100%);
    color: #FFF;
    padding: 3px 7px;
    line-height: 1.2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 11px;
    box-shadow: 0 2px 3px rgba(15, 40, 90, 0.4);
}

.important-city-label {
    position: absolute;
    top: 10px;
    right: 10px;
    width: fit-content;
    background: linear-gradient(135deg, #ED6023 0%, #EFA722 100%);
    color: #FFF;
    padding: 3px 7px;
    line-height: 1.2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 11px;
    box-shadow: 0 2px 3px rgba(15, 40, 90, 0.4);
}

.distance-label {
    position: absolute;
    top: 10px;
    left: 10px;
    width: fit-content;
    background-color: #FFF;
    color: #122a30;
    padding: 3px 7px;
    line-height: 1.2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 11px;
    box-shadow: 0 2px 3px rgba(15, 40, 90, 0.4);
}

.check-all-text {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 17px;
    font-weight: 500;
    color: #034354;
    text-align: center;
    width: 100%;
    opacity: 0.6;
}

/* Other cities */

.geo-other-cities-grid {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.general-regions-grid {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.geo-other-city-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f3f3f3;
}

.geo-other-city-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.geo-other-city-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 15px 15px 15px;
  background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
  color: #fff;
}

.geo-other-city-title {
    font-weight: 600;
    color: #FFF; 
    font-size: 20px;
}

/* Tags */

/* Other cities */

.geo-tags-grid {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.geo-tag-card {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease;
}

.geo-tag-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,.3);
}

.geo-tag-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  background: #f3f3f3;
}

.geo-tag-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.geo-tag-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 15px 15px 15px;
  background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
  color: #fff;
}

.geo-tag-title {
    font-weight: 600;
    color: #FFF; 
    font-size: 18px;
}

/* Page title */

.normal-page-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

.normal-page-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 0px;
}

/* Icon entities */

.icon-entities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.icon-entity-card {
    display: block;
    /* border: 1px solid rgb(239, 243, 247); */
    border-radius: 12px;
    padding: 22px;
    /*background-color: #FAF7F2;*/
    background-color: #FFF;
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease;
}

.icon-entity-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,.1);
}

.icon-entity-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 18px;
}

.icon-entity-wrapper img {
    height: 96px;
    width: 96px;
    border-radius: 10px;
}

.icon-entity-title {
    font-size: 18px;
    color: #034354;
    margin-bottom: 8px;
}

.icon-entity-desc {
    font-size: 14px;
    color: #034354;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 1.4;
}

/* City first section */

.city-first-section {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 80px;
}

.city-first-section-left h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
}

.airport-essentials-box {
    background-color: #FFF;
    padding: 25px;
    border-radius: 12px;
    height: fit-content;
    border: 1px solid #D9E1E9;
}

.airport-essentials-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
}

.city-first-section-desc {
    font-size: 14px;
    margin: 0;
}

.city-first-section-desc p {
    margin-bottom: 10px;
}

.city-season-header {
    display: flex;
    justify-content: left;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px 10px;
    background-color: #D9E1E9;
    border-radius: 6px;
    width: fit-content;
}

.city-season-header img {
    height: 18px;
    width: 18px;
}

.city-season-header p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.city-season-desc {
    margin-bottom: 18px;
    font-size: 14px;
}

.read-essentials-button,
.read-essentials-button:hover {
    display: inline-block;
    border: 2px solid #26707f;
    color: #26707f;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 100px;
    margin-top: 18px;
}













