:root {
    --sa-ivory: #f7f4ee;
    --sa-paper: #fffdf9;
    --sa-navy: #0d2a3e;
    --sa-ink: #173142;
    --sa-sage: #71836b;
    --sa-copper: #bd6745;
    --sa-copper-dark: #a85032;
    --sa-line: rgba(13, 42, 62, .12);
    --sa-shadow: 0 24px 70px rgba(13, 42, 62, .13);
}

html {
    scroll-behavior: smooth;
}

body.sa-fine-home {
    color: var(--sa-ink);
    background: var(--sa-ivory);
    font-family: "DM Sans", "Poppins", sans-serif;
}

.sa-fine-home .bravo_topbar {
    display: block;
}

.sa-fine-home .bravo_header {
    position: relative;
    z-index: 40;
    min-height: 76px;
    background: rgba(255, 253, 249, .97);
    border-bottom: 1px solid rgba(13, 42, 62, .08);
    box-shadow: 0 8px 30px rgba(13, 42, 62, .05);
}

.sa-fine-home .bravo_header .content {
    min-height: 76px;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.sa-fine-home .bravo_header .content .header-left {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
}

.sa-fine-home .bravo_header .content .header-left .bravo-menu {
    min-width: 0;
    flex: 1 1 auto;
}

.sa-fine-home .bravo_header .content .header-left .bravo-menu > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
}

.sa-fine-home .bravo_header .content .header-left .bravo-menu > ul > li {
    float: none;
    flex: 0 0 auto;
}

.sa-fine-home .bravo_header .content .header-left .bravo-menu > ul > li > a {
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
}

.sa-fine-home .bravo_header .bravo-logo img {
    max-height: 48px;
    width: auto;
}

.sa-fine-home .bravo_header .bravo-menu > ul > li > a,
.sa-fine-home .bravo_header .topbar-items > li > a {
    color: var(--sa-navy);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
}

.sa-fine-home .bravo_header .bravo-menu > ul > li > a::after {
    background: var(--sa-copper);
}

.sa-fine-home .bravo_header .header-right > .btn-danger {
    height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 18px !important;
    color: #fff;
    background: var(--sa-copper);
    border: 1px solid var(--sa-copper);
    border-radius: 9px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    transition: all .25s ease;
}

.sa-fine-home .bravo_header .header-right > .btn-danger:hover {
    background: var(--sa-copper-dark);
    border-color: var(--sa-copper-dark);
    transform: translateY(-1px);
}

.sa-fine-home .bravo_header .header-right > .btn-danger .fa {
    margin-right: 8px;
}

.sa-fine-home .sa-fine-hero {
    position: relative;
    display: flex;
    min-height: 670px;
    align-items: center;
    padding: 74px 0 88px;
    overflow: visible;
    background-color: var(--sa-ivory);
    background-size: cover !important;
    background-position: center right !important;
}

.sa-fine-home .sa-fine-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(13,42,62,.04));
}

.sa-fine-home .sa-fine-hero > .container {
    position: relative;
    z-index: 2;
}

.sa-fine-home .sa-fine-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    color: var(--sa-copper-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.sa-fine-home .sa-fine-eyebrow span {
    display: inline-block;
    width: 34px;
    height: 1px;
    background: var(--sa-copper);
}

.sa-fine-home .sa-fine-hero .text-heading {
    max-width: 680px;
    margin: 0 0 18px;
    color: var(--sa-navy) !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 5.1vw, 76px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.035em;
    text-shadow: none !important;
}

.sa-fine-home .sa-fine-hero .sub-heading {
    max-width: 600px;
    margin: 0;
    color: rgba(23, 49, 66, .78) !important;
    font-size: 19px;
    line-height: 1.65;
    text-shadow: none !important;
}

.sa-fine-home .sa-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.sa-fine-home .sa-hero-primary,
.sa-fine-home .sa-hero-secondary {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease;
}

.sa-fine-home .sa-hero-primary {
    color: #fff;
    background: var(--sa-copper);
    border: 1px solid var(--sa-copper);
    box-shadow: 0 12px 28px rgba(189, 103, 69, .22);
}

.sa-fine-home .sa-hero-primary .fa {
    margin-left: 11px;
}

.sa-fine-home .sa-hero-primary:hover {
    color: #fff;
    background: var(--sa-copper-dark);
    border-color: var(--sa-copper-dark);
    transform: translateY(-2px);
    text-decoration: none;
}

.sa-fine-home .sa-hero-secondary {
    color: var(--sa-navy);
    background: rgba(255, 253, 249, .62);
    border: 1px solid rgba(13, 42, 62, .35);
    backdrop-filter: blur(8px);
}

.sa-fine-home .sa-hero-secondary:hover {
    color: var(--sa-copper-dark);
    border-color: var(--sa-copper);
    background: var(--sa-paper);
    text-decoration: none;
}

.sa-fine-home .sa-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 20px;
    color: rgba(23, 49, 66, .76);
    font-size: 13px;
}

.sa-fine-home .sa-hero-trust .fa {
    margin-right: 7px;
    color: var(--sa-sage);
}

.sa-fine-home .sa-fine-hero .g-form-control {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: 1170px;
    margin-top: 46px;
    padding: 0;
    overflow: visible;
    background: rgba(255, 253, 249, .97);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 15px;
    box-shadow: var(--sa-shadow);
    backdrop-filter: blur(14px);
    transform: none !important;
}

.sa-fine-home .sa-service-chooser {
    position: relative;
    z-index: 4;
    max-width: 1170px;
    margin-top: 42px;
    padding: 20px 20px 18px;
    background: rgba(255, 253, 249, .97);
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 15px;
    box-shadow: var(--sa-shadow);
    backdrop-filter: blur(14px);
}

.sa-fine-home .sa-chooser-heading {
    display: flex;
    align-items: baseline;
    gap: 13px;
    padding: 0 5px 15px;
}

.sa-fine-home .sa-chooser-heading strong {
    color: var(--sa-navy);
    font-size: 15px;
}

.sa-fine-home .sa-chooser-heading span {
    color: #78848c;
    font-size: 12px;
}

.sa-fine-home .sa-service-links {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.sa-fine-home .sa-service-links > a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 72px;
    align-items: center;
    gap: 9px;
    padding: 11px 12px;
    color: var(--sa-navy);
    background: #fff;
    border: 1px solid var(--sa-line);
    border-radius: 10px;
    transition: all .23s ease;
}

.sa-fine-home .sa-service-links > a:hover {
    color: var(--sa-copper-dark);
    border-color: rgba(189, 103, 69, .4);
    box-shadow: 0 10px 24px rgba(13,42,62,.08);
    transform: translateY(-2px);
    text-decoration: none;
}

.sa-fine-home .sa-service-links > a > i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--sa-sage);
    background: rgba(113, 131, 107, .1);
    border-radius: 50%;
    font-size: 20px;
}

.sa-fine-home .sa-service-links > a span,
.sa-fine-home .sa-service-links > a small {
    display: block;
}

.sa-fine-home .sa-service-links > a span {
    font-size: 13px;
    font-weight: 700;
}

.sa-fine-home .sa-service-links > a small {
    overflow: hidden;
    margin-top: 3px;
    color: #879198;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sa-fine-home .sa-service-links > a.sa-service-quote {
    color: #fff;
    background: var(--sa-copper);
    border-color: var(--sa-copper);
}

.sa-fine-home .sa-service-links > a.sa-service-quote > i {
    color: #fff;
    background: rgba(255,255,255,.16);
}

.sa-fine-home .sa-service-links > a.sa-service-quote small {
    color: rgba(255,255,255,.78);
}

.sa-fine-home .sa-service-links > a.sa-service-quote:hover {
    color: #fff;
    background: var(--sa-copper-dark);
    border-color: var(--sa-copper-dark);
}

.sa-fine-home .sa-search-intro {
    display: flex;
    align-items: baseline;
    gap: 13px;
    padding: 18px 26px 0;
}

.sa-fine-home .sa-search-intro strong {
    color: var(--sa-navy);
    font-size: 15px;
}

.sa-fine-home .sa-search-intro span {
    color: #78848c;
    font-size: 12px;
}

.sa-fine-home .sa-fine-hero .g-form-control .nav-tabs {
    position: static !important;
    display: flex;
    align-items: stretch;
    gap: 3px;
    padding: 10px 20px 0;
    border: 0;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.sa-fine-home .sa-fine-hero .g-form-control .nav-tabs > li {
    margin: 0;
}

.sa-fine-home .sa-fine-hero .g-form-control .nav-tabs > li > a {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    color: #64727b;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
}

.sa-fine-home .sa-fine-hero .g-form-control .nav-tabs > li > a:hover,
.sa-fine-home .sa-fine-hero .g-form-control .nav-tabs > li > a.active {
    color: var(--sa-copper-dark);
    background: #fff7f1;
    border-color: rgba(189, 103, 69, .24);
}

.sa-fine-home .sa-fine-hero .g-form-control .nav-tabs > li > a i {
    color: currentColor;
    font-size: 19px;
}

.sa-fine-home .sa-fine-hero .tab-content {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 6px 6px;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.sa-fine-home .sa-fine-hero .bravo_form {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    min-height: 82px;
    align-items: stretch;
    background: transparent;
    border-top: 1px solid var(--sa-line);
    border-radius: 0 0 15px 15px;
    box-shadow: none;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.sa-fine-home .sa-fine-hero .bravo_form .g-field-search {
    padding-left: 12px;
}

.sa-fine-home .sa-fine-hero .bravo_form .border-right {
    border-color: var(--sa-line) !important;
}

.sa-fine-home .sa-fine-hero .bravo_form .form-group {
    min-height: 75px;
    margin: 0;
    padding-top: 16px;
}

.sa-fine-home .sa-fine-hero .bravo_form .form-group .form-content label,
.sa-fine-home .sa-fine-hero .bravo_form .form-group .form-content .label-title {
    color: var(--sa-navy);
    font-size: 13px;
    font-weight: 700;
}

.sa-fine-home .sa-fine-hero .bravo_form .form-control,
.sa-fine-home .sa-fine-hero .bravo_form .form-content .form-control {
    color: #68757d;
    font-family: "DM Sans", sans-serif;
}

.sa-fine-home .sa-fine-hero .bravo_form .g-button-submit {
    display: flex;
    align-items: center;
    padding: 13px;
}

.sa-fine-home .sa-fine-hero .bravo_form .btn-search {
    min-width: 128px;
    min-height: 52px;
    padding: 0 24px;
    color: #fff;
    background: var(--sa-copper);
    border-color: var(--sa-copper);
    border-radius: 9px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

.sa-fine-home .sa-fine-hero .bravo_form .btn-search:hover {
    background: var(--sa-copper-dark);
    border-color: var(--sa-copper-dark);
}

.sa-fine-home .sa-fine-process {
    position: relative;
    z-index: 5;
    padding: 0 0 48px;
    background: var(--sa-ivory);
}

.sa-fine-home .sa-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    background: var(--sa-paper);
    border: 1px solid var(--sa-line);
    border-radius: 13px;
    box-shadow: 0 12px 40px rgba(13, 42, 62, .06);
}

.sa-fine-home .sa-process-item {
    position: relative;
    display: grid;
    grid-template-columns: 34px 34px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 104px;
    padding: 20px 28px;
}

.sa-fine-home .sa-process-item + .sa-process-item {
    border-left: 1px solid var(--sa-line);
}

.sa-fine-home .sa-process-number {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: var(--sa-copper-dark);
    border: 1px solid rgba(189, 103, 69, .42);
    border-radius: 50%;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 17px;
}

.sa-fine-home .sa-process-item > .fa {
    color: var(--sa-sage);
    font-size: 23px;
}

.sa-fine-home .sa-process-item strong,
.sa-fine-home .sa-process-item small {
    display: block;
}

.sa-fine-home .sa-process-item strong {
    margin-bottom: 4px;
    color: var(--sa-navy);
    font-size: 14px;
}

.sa-fine-home .sa-process-item small {
    color: #7a858b;
    font-size: 11px;
    line-height: 1.45;
}

.sa-fine-home .sa-balkans {
    padding: 82px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(189,103,69,.08), transparent 32%),
        linear-gradient(180deg, #fffdf9 0%, #f4f0e8 100%);
}

.sa-fine-home .sa-balkans-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.sa-fine-home .sa-section-kicker {
    margin-bottom: 10px;
    color: var(--sa-copper-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
}

.sa-fine-home .sa-balkans-heading h2 {
    margin: 0 0 12px;
    color: var(--sa-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -.025em;
}

.sa-fine-home .sa-balkans-heading p {
    max-width: 670px;
    margin: 0;
    color: #6f7d85;
    font-size: 15px;
    line-height: 1.7;
}

.sa-fine-home .sa-balkans-all {
    display: inline-flex;
    min-height: 46px;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: var(--sa-copper-dark);
    border: 1px solid rgba(189,103,69,.38);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
}

.sa-fine-home .sa-balkans-all:hover {
    color: #fff;
    background: var(--sa-copper);
    border-color: var(--sa-copper);
    text-decoration: none;
}

.sa-fine-home .sa-balkans-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
    gap: 24px;
    align-items: stretch;
}

.sa-fine-home .sa-map-card,
.sa-fine-home .sa-country-panel {
    background: rgba(255,253,249,.94);
    border: 1px solid var(--sa-line);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(13,42,62,.08);
}

.sa-fine-home .sa-map-card {
    position: relative;
    min-height: 590px;
    padding: 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 55%, rgba(116,173,181,.2), transparent 42%),
        linear-gradient(145deg, #f8f4ec, #edf3f1);
}

.sa-fine-home .sa-map-card::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(13,42,62,.07);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(13,42,62,.025), 0 0 0 110px rgba(13,42,62,.018);
    pointer-events: none;
}

.sa-fine-home .sa-map-topline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--sa-navy);
    font-size: 13px;
    font-weight: 700;
}

.sa-fine-home .sa-map-topline .fa {
    margin-right: 7px;
    color: var(--sa-sage);
}

.sa-fine-home .sa-map-topline small {
    color: #879197;
    font-size: 11px;
    font-weight: 600;
}

.sa-fine-home .sa-balkan-map {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 500px;
    margin: 3px auto 0;
}

.sa-fine-home .sa-map-country path {
    fill: #b9c5b5;
    stroke: #fffdf9;
    stroke-width: 2.3;
    vector-effect: non-scaling-stroke;
    transition: fill .22s ease, filter .22s ease, transform .22s ease;
    transform-box: fill-box;
    transform-origin: center;
}

.sa-fine-home .sa-map-country text {
    fill: var(--sa-navy);
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-anchor: middle;
    dominant-baseline: middle;
    paint-order: stroke;
    stroke: rgba(255,253,249,.92);
    stroke-width: 3px;
    pointer-events: none;
}

.sa-fine-home .sa-map-country:hover path,
.sa-fine-home .sa-map-country:focus path {
    fill: #d98965;
    filter: drop-shadow(0 7px 8px rgba(13,42,62,.18));
    transform: translateY(-2px);
}

.sa-fine-home .sa-map-country.is-albania path {
    fill: var(--sa-copper);
    filter: drop-shadow(0 9px 10px rgba(189,103,69,.25));
}

.sa-fine-home .sa-map-country.is-albania text {
    fill: #fff;
    stroke: rgba(168,80,50,.72);
}

.sa-fine-home .sa-map-country:focus {
    outline: none;
}

.sa-fine-home .sa-map-note {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 18px;
    left: 22px;
    color: #718087;
    font-size: 11px;
    text-align: center;
}

.sa-fine-home .sa-map-note .fa {
    margin-right: 6px;
    color: var(--sa-copper);
}

.sa-fine-home .sa-country-panel {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.sa-fine-home .sa-country-panel-head {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
}

.sa-fine-home .sa-country-panel-head span {
    margin-bottom: 3px;
    color: var(--sa-copper-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sa-fine-home .sa-country-panel-head strong {
    color: var(--sa-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    font-weight: 500;
}

.sa-fine-home .sa-country-list {
    display: grid;
    gap: 7px;
}

.sa-fine-home .sa-country-list > a {
    display: grid;
    grid-template-columns: 38px 1fr 16px;
    min-height: 52px;
    align-items: center;
    gap: 11px;
    padding: 7px 11px;
    color: var(--sa-navy);
    background: #fff;
    border: 1px solid var(--sa-line);
    border-radius: 10px;
    transition: all .22s ease;
}

.sa-fine-home .sa-country-list > a:hover {
    color: var(--sa-copper-dark);
    border-color: rgba(189,103,69,.35);
    box-shadow: 0 8px 22px rgba(13,42,62,.07);
    transform: translateX(3px);
    text-decoration: none;
}

.sa-fine-home .sa-country-list > a.is-featured {
    background: #fff7f1;
    border-color: rgba(189,103,69,.3);
}

.sa-fine-home .sa-country-code {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: var(--sa-sage);
    background: rgba(113,131,107,.1);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.sa-fine-home .is-featured .sa-country-code {
    color: #fff;
    background: var(--sa-copper);
}

.sa-fine-home .sa-country-name {
    font-size: 13px;
    font-weight: 700;
}

.sa-fine-home .sa-country-name small {
    display: block;
    margin-top: 1px;
    color: var(--sa-copper-dark);
    font-size: 9px;
    font-weight: 600;
}

.sa-fine-home .sa-country-list .fa {
    color: #9ba4a8;
}

.sa-fine-home .sa-balkans-benefit {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    padding-top: 18px;
    color: var(--sa-navy);
}

.sa-fine-home .sa-balkans-benefit > .fa {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--sa-copper);
    background: rgba(189,103,69,.1);
    border-radius: 50%;
    font-size: 18px;
}

.sa-fine-home .sa-balkans-benefit strong,
.sa-fine-home .sa-balkans-benefit span {
    display: block;
}

.sa-fine-home .sa-balkans-benefit strong {
    margin-bottom: 2px;
    font-size: 12px;
}

.sa-fine-home .sa-balkans-benefit span {
    color: #7d898f;
    font-size: 10px;
    line-height: 1.45;
}

.sa-fine-home .page-template-content > .container,
.sa-fine-home .bravo-list-car,
.sa-fine-home .bravo-list-hotel,
.sa-fine-home .bravo-list-tour,
.sa-fine-home .bravo-list-boat,
.sa-fine-home .bravo-list-space,
.sa-fine-home .bravo-list-locations,
.sa-fine-home .bravo-list-news,
.sa-fine-home .bravo-how-it-work {
    font-family: "DM Sans", "Poppins", sans-serif;
}

.sa-fine-home .bravo-list-car,
.sa-fine-home .bravo-list-hotel,
.sa-fine-home .bravo-list-tour,
.sa-fine-home .bravo-list-boat,
.sa-fine-home .bravo-list-space,
.sa-fine-home .bravo-list-locations,
.sa-fine-home .bravo-list-news {
    padding-top: 34px;
    padding-bottom: 42px;
}

.sa-fine-home .bravo-list-car > .title,
.sa-fine-home .bravo-list-hotel > .title,
.sa-fine-home .bravo-list-tour > .title,
.sa-fine-home .bravo-list-boat > .title,
.sa-fine-home .bravo-list-space > .title,
.sa-fine-home .bravo-list-locations > .title,
.sa-fine-home .bravo-list-news > .title,
.sa-fine-home .bravo-how-it-work > .title {
    color: var(--sa-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.sa-fine-home .bravo-list-car > .sub-title,
.sa-fine-home .bravo-list-hotel > .sub-title,
.sa-fine-home .bravo-list-tour > .sub-title,
.sa-fine-home .bravo-list-boat > .sub-title,
.sa-fine-home .bravo-list-space > .sub-title,
.sa-fine-home .bravo-list-locations > .sub-title,
.sa-fine-home .bravo-list-news > .sub-title {
    color: #758087;
}

.sa-fine-home .item-loop,
.sa-fine-home .item-tour {
    overflow: hidden;
    background: var(--sa-paper);
    border: 1px solid var(--sa-line) !important;
    border-radius: 13px !important;
    box-shadow: 0 10px 32px rgba(13, 42, 62, .055) !important;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.sa-fine-home .item-loop:hover,
.sa-fine-home .item-tour:hover {
    transform: translateY(-5px);
    border-color: rgba(189, 103, 69, .28) !important;
    box-shadow: 0 18px 44px rgba(13, 42, 62, .11) !important;
}

.sa-fine-home .item-loop .thumb-image,
.sa-fine-home .item-tour .thumb-image {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.sa-fine-home .item-loop .thumb-image img,
.sa-fine-home .item-tour .thumb-image img {
    width: 100%;
    transition: transform .6s ease;
}

.sa-fine-home .item-loop:hover .thumb-image img,
.sa-fine-home .item-tour:hover .thumb-image img {
    transform: scale(1.035);
}

.sa-fine-home .item-loop .item-title a,
.sa-fine-home .item-tour .item-title a {
    color: var(--sa-navy);
    font-weight: 600;
}

.sa-fine-home .item-loop .featured,
.sa-fine-home .item-tour .featured {
    background: var(--sa-copper);
}

.sa-fine-home .bravo_footer .mailchimp {
    background: var(--sa-navy);
}

.sa-fine-home .bravo_footer .main-footer {
    background: #092231;
}

.sa-fine-home .bravo_footer .copy-right {
    color: rgba(255,255,255,.68);
    background: #061b27;
    border-top-color: rgba(255,255,255,.08);
}

@media (max-width: 1199px) {
    .sa-fine-home .sa-fine-hero {
        min-height: 620px;
        background-position: 58% center !important;
    }

    .sa-fine-home .sa-fine-hero .text-heading,
    .sa-fine-home .sa-fine-hero .sub-heading {
        max-width: 58%;
    }

    .sa-fine-home .sa-process-item {
        padding: 18px;
    }

    .sa-fine-home .sa-service-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sa-fine-home .bravo_header .header-right > .btn-danger {
        display: none;
    }

    .sa-fine-home .sa-fine-hero {
        min-height: auto;
        padding: 72px 0 52px;
        background-position: 65% center !important;
    }

    .sa-fine-home .sa-fine-hero .text-heading,
    .sa-fine-home .sa-fine-hero .sub-heading {
        max-width: 76%;
    }

    .sa-fine-home .sa-fine-hero .g-form-control {
        margin-top: 38px;
    }

    .sa-fine-home .sa-service-chooser {
        margin-top: 36px;
    }

    .sa-fine-home .sa-fine-hero .g-form-control .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
    }

    .sa-fine-home .sa-fine-hero .g-form-control .nav-tabs > li {
        flex: 0 0 auto;
    }

    .sa-fine-home .sa-fine-hero .bravo_form {
        display: block;
    }

    .sa-fine-home .sa-fine-hero .bravo_form .g-button-submit {
        padding: 12px 18px 18px;
    }

    .sa-fine-home .sa-fine-hero .bravo_form .btn-search {
        width: 100%;
    }

    .sa-fine-home .sa-process-grid {
        grid-template-columns: 1fr;
    }

    .sa-fine-home .sa-process-item + .sa-process-item {
        border-top: 1px solid var(--sa-line);
        border-left: 0;
    }

    .sa-fine-home .sa-balkans-grid {
        grid-template-columns: 1fr;
    }

    .sa-fine-home .sa-country-panel {
        min-height: 0;
    }

    .sa-fine-home .sa-country-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sa-fine-home .sa-balkans-benefit {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .sa-fine-home .bravo_header,
    .sa-fine-home .bravo_header .content {
        min-height: 66px;
    }

    .sa-fine-home .bravo_header .bravo-logo img {
        max-height: 40px;
    }

    .sa-fine-home .sa-fine-hero {
        padding: 56px 0 42px;
        background-position: 70% center !important;
    }

    .sa-fine-home .sa-fine-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(247,244,238,.55);
    }

    .sa-fine-home .sa-fine-eyebrow {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .sa-fine-home .sa-fine-hero .text-heading {
        max-width: 100%;
        font-size: 42px;
        line-height: 1.08;
    }

    .sa-fine-home .sa-fine-hero .sub-heading {
        max-width: 100%;
        font-size: 16px;
    }

    .sa-fine-home .sa-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sa-fine-home .sa-hero-primary,
    .sa-fine-home .sa-hero-secondary {
        width: 100%;
    }

    .sa-fine-home .sa-hero-trust {
        gap: 10px 16px;
        font-size: 12px;
    }

    .sa-fine-home .sa-search-intro {
        display: block;
        padding: 17px 18px 2px;
    }

    .sa-fine-home .sa-service-chooser {
        padding: 17px 14px 14px;
    }

    .sa-fine-home .sa-chooser-heading {
        display: block;
        padding: 0 3px 13px;
    }

    .sa-fine-home .sa-chooser-heading span {
        display: block;
        margin-top: 3px;
    }

    .sa-fine-home .sa-service-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sa-fine-home .sa-service-links > a {
        min-height: 66px;
        padding: 9px;
    }

    .sa-fine-home .sa-balkans {
        padding: 58px 0 66px;
    }

    .sa-fine-home .sa-balkans-heading {
        display: block;
        margin-bottom: 25px;
    }

    .sa-fine-home .sa-balkans-heading h2 {
        font-size: 35px;
    }

    .sa-fine-home .sa-balkans-all {
        margin-top: 18px;
    }

    .sa-fine-home .sa-map-card {
        min-height: 465px;
        padding: 15px;
    }

    .sa-fine-home .sa-balkan-map {
        height: 390px;
    }

    .sa-fine-home .sa-map-topline small {
        display: none;
    }

    .sa-fine-home .sa-country-panel {
        padding: 18px;
    }

    .sa-fine-home .sa-country-list {
        grid-template-columns: 1fr;
    }

    .sa-fine-home .sa-search-intro span {
        display: block;
        margin-top: 3px;
    }

    .sa-fine-home .sa-fine-hero .g-form-control .nav-tabs {
        padding-right: 12px;
        padding-left: 12px;
    }

    .sa-fine-home .sa-fine-hero .g-form-control .nav-tabs > li > a {
        min-height: 41px;
        padding: 8px 11px;
    }

    .sa-fine-home .sa-fine-hero .bravo_form .g-field-search {
        padding: 0 12px;
    }

    .sa-fine-home .sa-fine-hero .bravo_form .border-right {
        border-right: 0 !important;
        border-bottom: 1px solid var(--sa-line);
    }

    .sa-fine-home .sa-process-item {
        grid-template-columns: 32px 28px 1fr;
        min-height: 92px;
        padding: 16px;
    }

    .sa-fine-home .bravo-list-car > .title,
    .sa-fine-home .bravo-list-hotel > .title,
    .sa-fine-home .bravo-list-tour > .title,
    .sa-fine-home .bravo-list-boat > .title,
    .sa-fine-home .bravo-list-space > .title,
    .sa-fine-home .bravo-list-locations > .title,
    .sa-fine-home .bravo-list-news > .title,
    .sa-fine-home .bravo-how-it-work > .title {
        font-size: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sa-fine-home *,
    .sa-fine-home *::before,
    .sa-fine-home *::after {
        transition: none !important;
    }
}

@media (max-width: 991px) {
    .sa-fine-home .bravo_topbar {
        display: none;
    }
}
