.header-logo {
    position: relative;
    display: inline-block;
}

.header-logo img {
    transition: opacity .35s ease, transform .35s ease;
}

/* Običan header */
.logo-default {
    opacity: 1;
    transform: rotateY(0deg);
}

.logo-sticky {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: rotateY(-90deg);
}

/* Sticky */
.header-2.header-sticky.scrolled-past-header .logo-default {
    opacity: 0;
    transform: rotateY(90deg);
}

.header-2.header-sticky.scrolled-past-header .logo-sticky {
    opacity: 1;
    transform: rotateY(0deg);
}

/* ===========================
   VILA DARINKA CONTACT SECTION
=========================== */

.villa-contact {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}


.contact-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}


.contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.contact-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(15,38,55,.85),
      rgba(15,38,55,.55)
    );
  z-index: -1;
}


/* GRID */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 70px;
  align-items: center;
}



/* LEVA STRANA */

.contact-info {
  color: white;
}


.contact-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.15);
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 15px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
}


.contact-label i {
  color:#f2c28b;
}



.contact-info h2 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:20px;
  color:white;
}


.contact-info p {
  font-size:18px;
  line-height:1.7;
  max-width:550px;
  opacity:.9;
}



/* BENEFITI */

.features {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:40px;
}


.feature-box {
  display:flex;
  align-items:center;
  gap:15px;
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
}


.feature-box i {
  width:45px;
  height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#d9a46c;
  color:white;
  font-size:18px;
}


.feature-box strong {
  display:block;
  font-size:16px;
  color:black;
}


.feature-box span {
  display:block;
  font-size:14px;
  opacity:.8;
}



/* KONTAKT DETALJI */

.contact-details {
  display:flex;
  gap:30px;
  margin-top:35px;
}


.contact-details div {
  display:flex;
  align-items:center;
  gap:12px;
}


.contact-details i {
  color:#d9a46c;
}




/* FORMA KARTICA */

.contact-card {

  background:white;

  padding:45px;

  border-radius:28px;

  box-shadow:
  0 25px 70px rgba(0,0,0,.25);

}


.contact-card h3 {

  font-size:32px;

  margin-bottom:10px;

}


.contact-card p {

  color:#666;

  margin-bottom:30px;

}



/* POLJA */

.contact-form input,
.contact-form textarea,
.contact-form select {

  width:100%;

  border:1px solid #e5e5e5;

  background:#fafafa;

  padding:16px 18px;

  border-radius:14px;

  font-size:16px;

  outline:none;

  transition:.3s;

}


.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {

  border-color:#d9a46c;

  background:white;

}



.form-row {

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:15px;

  margin-bottom:15px;

}



.contact-form input,
.contact-form select,
.contact-form textarea {

  margin-bottom:15px;

}



/* DUGME */

.contact-form button {

  width:100%;

  border:none;

  background:#d9a46c;

  color:white;

  padding:18px;

  border-radius:50px;

  font-size:17px;

  font-weight:600;

  cursor:pointer;

  display:flex;

  align-items:center;

  justify-content:center;

  gap:10px;

  transition:.3s;

}


.contact-form button:hover {

  background:#b98245;

  transform:translateY(-3px);

}




/* TABLET */

@media(max-width:992px){


.contact-grid {

 grid-template-columns:1fr;

}


.contact-info h2 {

 font-size:38px;

}


.contact-card {

 padding:35px;

}


}



/* MOBILNI */

@media(max-width:576px){


.villa-contact {

 padding:60px 0;

}


.features {

 grid-template-columns:1fr;

}


.form-row {

 grid-template-columns:1fr;

}


.contact-details {

 flex-direction:column;

}


.contact-card {

 padding:25px;

}


.contact-info h2 {

 font-size:32px;

}


}

.villa-footer{

background:#082b3d;

color:white;

position:relative;

padding:90px 0 25px;

overflow:hidden;

}



.footer-wave{

position:absolute;

top:-60px;

left:0;

width:100%;

height:100px;

background:white;

border-radius:50% 50% 0 0;

}



.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1.2fr 1fr;

gap:50px;

}



.footer-logo{

width:220px;

margin-bottom:25px;

/*filter:brightness(0) invert(1);*/

}



.footer-about p{

font-size:17px;

line-height:1.7;

opacity:.8;

max-width:330px;

}




.instagram-btn{

display:inline-flex;

align-items:center;

gap:10px;

margin-top:20px;

background:#d9a46c;

color:white;

padding:14px 25px;

border-radius:50px;

}



.instagram-btn:hover{

background:#bd8750;

color:white;

}




.footer-column h4{

font-size:24px;

margin-bottom:25px;

}



.footer-column ul{

padding:0;

list-style:none;

}



.footer-column li{

margin-bottom:15px;

color:rgba(255,255,255,.75);

display:flex;

gap:12px;

align-items:center;

}



.footer-column i{

color:#d9a46c;

}



.footer-column a{

color:white;

opacity:.8;

}



.footer-column a:hover{

color:#d9a46c;

}



.footer-bottom-modern{

margin-top:60px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.15);

display:flex;

justify-content:space-between;

align-items:center;

}



.footer-social{

display:flex;

gap:12px;

}



.footer-social a{

width:42px;

height:42px;

border-radius:50%;

background:rgba(255,255,255,.1);

display:flex;

align-items:center;

justify-content:center;

color:white;

}



.footer-social a:hover{

background:#d9a46c;

}




@media(max-width:992px){

.footer-grid{

grid-template-columns:1fr 1fr;

}

}



@media(max-width:576px){

.footer-grid{

grid-template-columns:1fr;

}


.footer-bottom-modern{

flex-direction:column;

gap:20px;

text-align:center;

}

}
.p-20-top
{
	padding-top: 20px
}

.p-40-top
{
	padding-top: 40px
}

.p-100-bottom
{
	padding-bottom: 100px
}

.c-black
{
    color: black;
}

.feature-box {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all .3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
}


.feature-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: #159a8c;
}


.feature-icon i {
    font-size: 34px;
}


.feature-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}


.feature-box p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.cta-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        rgba(0,0,0,.45),
        rgba(0,0,0,.65)
    );
}


.cta-text {
    font-size:18px;
    line-height:1.8;
    color:#fff;
}


.cta-btn {
    padding:15px 35px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    transition:.3s;
}


.primary-btn {
    background:#159a8c;
    color:#fff;
}


.primary-btn:hover {
    background:#11786e;
    color:#fff;
    transform:translateY(-3px);
}


.secondary-btn {
    background:#b98245;
    color:#FFFFFF;
}


.secondary-btn:hover {
    background:#FFFFFF;
    color:#b98245;
    border: 1px solid #b98245;
    transform:translateY(-3px);
}

.apartment-card {
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:20px;
    height:350px;
}


.apartment-card img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}


.apartment-card:hover img {
    transform:scale(1.08);
}



.apartment-overlay {

    position:absolute;
    bottom:0;
    left:0;
    width:100%;

    padding:25px;

    color:white;

    background:linear-gradient(
        transparent,
        rgba(0,0,0,.75)
    );

}



.apartment-overlay h3 {

    color:white;
    font-size:24px;
    margin-bottom:5px;

}


.apartment-overlay span {

    color:white;
    font-size:15px;

}

#galerija-apartmana img{

width:100%;
height:300px;
object-fit:cover;
transition:.4s;

}


#galerija-apartmana img:hover{

transform:scale(1.04);

}

.gallery-img{

    width:100%;
    height:300px;
    object-fit:cover;
    cursor:pointer;
    transition:.3s;

}


.gallery-img:hover{

transform:scale(1.03);

}



.lightbox{

display:none;
position:fixed;
z-index:99999;
left:0;
top:0;
width:100%;
height:100%;

background:rgba(0,0,0,.9);

align-items:center;
justify-content:center;

}



.lightbox img{

max-width:90%;
max-height:90%;

width:auto;
height:auto;

object-fit:contain;

border-radius:15px;

}



.close-lightbox{

position:absolute;
right:40px;
top:20px;

font-size:50px;
color:white;
cursor:pointer;

}



.prev-lightbox,
.next-lightbox{

position:absolute;

top:50%;

font-size:60px;

color:white;

cursor:pointer;

}



.prev-lightbox{

left:40px;

}



.next-lightbox{

right:40px;

}

.braon-boja-tema
{
    color: #d9a46c;
}

footer p a{
    display:inline-flex;
    align-items:center;
    vertical-align:middle;
}

footer p a img{
    display:block;
    width:24px;
    height:24px;
}

/* O nama */

/* ==========================================
   VILA DARINKA – LOKACIJA I VODIČ KROZ IGALO
========================================== */

.igalo-guide {
    position: relative;
    padding: 100px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(217, 164, 108, .12),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 45%,
            rgba(217, 164, 108, .16),
            transparent 30%
        ),
        #f8faf9;
}


/* GLAVNI NASLOV */

.igalo-guide-heading {
    max-width: 850px;
    margin: 0 auto 55px;
}

.igalo-guide-heading h2 span {
    color: #d9a46c;
}

.igalo-guide-heading p {
    max-width: 780px;
    margin: 25px auto 0;
    color: #5f6769;
    font-size: 18px;
    line-height: 1.8;
}


/* ==========================================
   LOKACIJSKE PREDNOSTI
========================================== */

.location-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.location-highlight {
    position: relative;
    padding: 30px 24px;
    overflow: hidden;

    background: #ffffff;
    border: 1px solid rgba(8, 43, 61, .08);
    border-radius: 22px;

    box-shadow:
        0 15px 45px rgba(8, 43, 61, .07);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.location-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #d9a46c,
            #b98245
        );

    transform: scaleX(0);
    transform-origin: left;

    transition: transform .35s ease;
}

.location-highlight:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 164, 108, .35);

    box-shadow:
        0 22px 55px rgba(8, 43, 61, .13);
}

.location-highlight:hover::before {
    transform: scaleX(1);
}

.location-highlight-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 18px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #d9a46c,
            #b98245
        );

    font-size: 22px;

    box-shadow:
        0 10px 25px rgba(217, 164, 108, .30);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.location-highlight:hover .location-highlight-icon {
    transform: translateY(-4px) rotate(-4deg);

    box-shadow:
        0 14px 30px rgba(217, 164, 108, .40);
}

.location-highlight strong {
    display: block;
    margin-bottom: 7px;

    color: #082b3d;

    font-size: 18px;
    line-height: 1.35;
}

.location-highlight span {
    display: inline-block;
    margin-bottom: 12px;

    color: #b98245;

    font-size: 15px;
    font-weight: 700;
}

.location-highlight p {
    margin: 0;

    color: #687276;

    font-size: 15px;
    line-height: 1.65;
}


/* ==========================================
   ISTAKNUTA PORUKA O LOKACIJI
========================================== */

.location-message {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-top: 30px;
    padding: 32px 38px;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            #082b3d,
            #124d5a
        );

    border-radius: 24px;

    box-shadow:
        0 20px 50px rgba(8, 43, 61, .20);
}

.location-message-icon {
    min-width: 70px;
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: #d9a46c;

    border-radius: 50%;

    font-size: 27px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .15);
}

.location-message h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 26px;
    line-height: 1.3;
}

.location-message p {
    max-width: 950px;
    margin: 0 0 8px;

    color: rgba(255, 255, 255, .84);

    font-size: 16px;
    line-height: 1.7;
}

.location-message p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   DOŽIVITE IGALO
========================================== */

.igalo-intro {
    margin-top: 100px;
    margin-bottom: 90px;
}

.igalo-image {
    position: relative;
}

.igalo-image img {
    display: block;

    width: 100%;
    min-height: 510px;

    object-fit: cover;

    border-radius: 30px;

    box-shadow:
        0 25px 65px rgba(8, 43, 61, .18);
}

.sunny-days {
    position: absolute;
    right: -25px;
    bottom: 35px;

    display: flex;
    align-items: center;
    gap: 16px;

    padding: 20px 25px;

    color: #ffffff;
    background: #d9a46c;

    border: 6px solid #ffffff;
    border-radius: 20px;

    box-shadow:
        0 15px 40px rgba(8, 43, 61, .18);
}

.sunny-days > i {
    color: #ffffff;
    font-size: 35px;
}

.sunny-days strong,
.sunny-days span {
    display: block;
}

.sunny-days strong {
    color: #ffffff;

    font-size: 30px;
    line-height: 1;
}

.sunny-days span {
    margin-top: 5px;

    color: #ffffff;

    font-size: 14px;
}

.igalo-intro .col-lg-7 {
    padding-left: 65px;
}

.igalo-intro p {
    color: #59666a;

    font-size: 17px;
    line-height: 1.85;
}


/* ==========================================
   DETALJAN VODIČ
========================================== */

.igalo-details {
    max-width: 1000px;
    margin: 0 auto;
}

.igalo-details > .text-center > p {
    color: #687276;
    font-size: 17px;
}


/* ACCORDION KARTICE */

.guide-accordion {
    margin-bottom: 16px;
    overflow: hidden;

    background: #ffffff;

    border: 1px solid rgba(8, 43, 61, .09);
    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(8, 43, 61, .06);

    transition:
        border-color .3s ease,
        box-shadow .3s ease;
}

.guide-accordion:hover {
    border-color: rgba(217, 164, 108, .35);

    box-shadow:
        0 17px 42px rgba(8, 43, 61, .10);
}

.guide-accordion summary {
    display: grid;
    grid-template-columns: 58px 1fr 24px;
    gap: 18px;
    align-items: center;

    padding: 22px 25px;

    cursor: pointer;
    list-style: none;

    transition: background .3s ease;
}

.guide-accordion summary::-webkit-details-marker {
    display: none;
}

.guide-accordion summary::marker {
    display: none;
}

.guide-accordion summary:hover {
    background: #fbf7f2;
}

.guide-summary-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #d9a46c,
            #b98245
        );

    border-radius: 16px;

    font-size: 21px;

    box-shadow:
        0 8px 20px rgba(217, 164, 108, .25);
}

.guide-accordion summary strong {
    display: block;
    margin-bottom: 4px;

    color: #082b3d;

    font-size: 19px;
    line-height: 1.4;
}

.guide-accordion summary small {
    display: block;

    color: #758084;

    font-size: 14px;
}

.guide-arrow {
    color: #b98245;

    transition: transform .3s ease;
}

.guide-accordion[open] {
    border-color: rgba(217, 164, 108, .35);
}

.guide-accordion[open] .guide-arrow {
    transform: rotate(180deg);
}

.guide-accordion[open] summary {
    background: #fbf7f2;
}


/* SADRŽAJ OTVORENE KARTICE */

.guide-content {
    padding: 30px;

    color: #59666a;

    border-top:
        1px solid rgba(8, 43, 61, .08);

    font-size: 16px;
    line-height: 1.8;
}

.guide-content > p:last-child {
    margin-bottom: 0;
}


/* STAVKE UNUTAR KARTICE */

.guide-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;

    margin-bottom: 27px;
}

.guide-item:last-child {
    margin-bottom: 0;
}

.guide-item > i {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #b98245;

    background:
        rgba(217, 164, 108, .16);

    border-radius: 50%;

    font-size: 17px;
}

.guide-item h4 {
    margin: 2px 0 7px;

    color: #082b3d;

    font-size: 18px;
    line-height: 1.4;
}

.guide-item p {
    margin: 0;
}


/* ATRAKCIJE */

.guide-attractions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.guide-attractions .guide-item {
    margin: 0;
}


/* ==========================================
   CENOVNIK
========================================== */

.price-group-title {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 10px 0 18px;

    color: #082b3d;

    font-size: 20px;
}

.price-group-title:not(:first-child) {
    margin-top: 35px;
}

.price-group-title i {
    color: #d9a46c;
}

.price-list {
    overflow: hidden;

    border: 1px solid #e7ecec;
    border-radius: 15px;
}

.price-list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    padding: 13px 17px;

    border-bottom: 1px solid #e7ecec;
}

.price-list div:last-child {
    border-bottom: 0;
}

.price-list div:nth-child(odd) {
    background: #fbf8f4;
}

.price-list span {
    color: #59666a;
}

.price-list strong {
    color: #b98245;
    white-space: nowrap;
}

.price-note,
.guide-disclaimer {
    margin-top: 18px;
    padding: 14px 17px;

    color: #647074;

    background:
        rgba(217, 164, 108, .13);

    border-left: 4px solid #d9a46c;
    border-radius: 12px;

    font-size: 14px;
    line-height: 1.65;
}

.price-note i {
    margin-right: 8px;
    color: #d9a46c;
}


/* ==========================================
   PREVOZ
========================================== */

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

.transport-card {
    padding: 25px;

    background: #fbf8f4;

    border:
        1px solid rgba(217, 164, 108, .18);

    border-radius: 18px;
}

.transport-card > i {
    color: #d9a46c;
    font-size: 30px;
}

.transport-card h4 {
    margin: 17px 0 10px;

    color: #082b3d;

    font-size: 20px;
}

.transport-card p {
    color: #59666a;
    line-height: 1.7;
}

.transport-card strong {
    color: #b98245;
}

.transport-grid .guide-disclaimer {
    grid-column: 1 / -1;
    margin: 0;
}


/* ==========================================
   ZAVRŠNA PORUKA
========================================== */

.igalo-final-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;

    margin-top: 70px;
    padding: 45px 50px;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            rgba(8, 43, 61, .98),
            rgba(18, 77, 90, .95)
        );

    border-radius: 30px;

    box-shadow:
        0 25px 65px rgba(8, 43, 61, .20);
}

.igalo-final-message > div {
    max-width: 720px;
}

.igalo-final-message span {
    display: block;
    margin-bottom: 10px;

    color: #f2c28b;

    font-weight: 600;
}

.igalo-final-message h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 34px;
    line-height: 1.3;
}

.igalo-final-message p {
    margin: 0;

    color: rgba(255, 255, 255, .80);

    font-size: 16px;
    line-height: 1.7;
}

.igalo-final-message .button {
    flex-shrink: 0;
    gap: 10px;

    color: #ffffff;
    background: #d9a46c;
}

.igalo-final-message .button:hover {
    color: #ffffff;
    background: #b98245;

    transform: translateY(-3px);
}


/* ==========================================
   LAPTOP I MANJI DESKTOP
========================================== */

@media (max-width: 1199px) {

    .location-highlights {
        grid-template-columns: 1fr 1fr;
    }

    .igalo-intro .col-lg-7 {
        padding-left: 35px;
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .igalo-guide {
        padding: 80px 0;
    }

    .igalo-intro {
        margin-top: 75px;
        margin-bottom: 70px;
    }

    .igalo-intro .col-lg-7 {
        padding-left: 12px;
    }

    .igalo-image img {
        min-height: 440px;
    }

    .sunny-days {
        right: 20px;
    }

    .igalo-final-message {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* ==========================================
   MOBILNI
========================================== */

@media (max-width: 767px) {

    .igalo-guide {
        padding: 65px 0;
    }

    .igalo-guide-heading {
        margin-bottom: 40px;
    }

    .igalo-guide-heading p {
        font-size: 16px;
    }

    .location-highlights,
    .guide-attractions,
    .transport-grid {
        grid-template-columns: 1fr;
    }

    .location-message {
        align-items: flex-start;

        padding: 27px 23px;
    }

    .location-message-icon {
        min-width: 52px;
        width: 52px;
        height: 52px;

        font-size: 20px;
    }

    .location-message h3 {
        font-size: 21px;
    }

    .igalo-intro {
        margin-top: 65px;
    }

    .igalo-image img {
        min-height: 360px;
    }

    .sunny-days {
        right: 15px;
        bottom: 15px;

        padding: 15px 18px;

        border-width: 4px;
    }

    .sunny-days > i {
        font-size: 28px;
    }

    .sunny-days strong {
        font-size: 25px;
    }

    .guide-accordion summary {
        grid-template-columns: 48px 1fr 18px;
        gap: 13px;

        padding: 18px 16px;
    }

    .guide-summary-icon {
        width: 46px;
        height: 46px;

        border-radius: 13px;

        font-size: 18px;
    }

    .guide-accordion summary strong {
        font-size: 17px;
    }

    .guide-accordion summary small {
        display: none;
    }

    .guide-content {
        padding: 23px 18px;
    }

    .guide-attractions .guide-item {
        margin-bottom: 5px;
    }

    .price-list div {
        align-items: flex-start;
        font-size: 14px;
    }

    .igalo-final-message {
        margin-top: 50px;
        padding: 32px 25px;
    }

    .igalo-final-message h2 {
        font-size: 27px;
    }

}


/* ==========================================
   VEOMA MALI MOBILNI EKRANI
========================================== */

@media (max-width: 480px) {

    .location-message {
        display: block;
    }

    .location-message-icon {
        margin-bottom: 18px;
    }

    .guide-accordion summary {
        grid-template-columns: 44px 1fr 16px;
    }

    .guide-summary-icon {
        width: 42px;
        height: 42px;
    }

    .guide-item {
        grid-template-columns: 38px 1fr;
        gap: 13px;
    }

    .guide-item > i {
        width: 38px;
        height: 38px;
    }

    .price-list div {
        flex-direction: column;
        gap: 3px;
    }

    .igalo-final-message .button {
        width: 100%;
        justify-content: center;
    }

}