/*
Theme Name: EscortX Child
Template: twentytwentyfive
Version: 1.0
*/

:root{
  --font-sans: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
    background: #FFFCF1;
    
}



a {
   text-decoration: none!important;  
} 

a:where(:not(.wp-element-button)) {
    text-decoration: none!important;
}

html, body{
  font-family: var(--font-sans);
}

h1,h2,h3,h4,h5,h6,
button,input,select,textarea{
  font-family: var(--font-sans);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0!important;
}

h1, h2 {
    font-size: 51px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #0A0A0A;
}

@media(max-width: 1050px) {
   h1, h2 {
    font-size: 30px;
    line-height: 33px;
} 
    
}


.hidden {
    display: none;
}

.grid {
    display: grid;
}

.escort-archive {
    max-width: 1600px!important;
    width: 100%!important;
    margin:0 auto;
}

.site-main {
    padding: 60px 50px;
    min-height: 100vh;
    background: #FFFCF1;
}

@media(max-width: 1050px) {
    .site-main {
        padding: 40px 20px;
    }
}

@media(max-width: 800px) {
    .site-main {
        padding: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.site-header__inner {
    max-width:2560px;margin:0 auto;padding:14px 16px;display:flex;gap:16px;align-items:center;justify-content:space-between;
    padding: 0px 30px;
    height: 80px;
}

@media(max-width: 1050px) {
 .site-header__inner {
     padding: 0 16px;
 }
  
  .site-header__inner form input {
      width: 100%;
  }
}

.site-footer {
    padding: 0 50px;
}

@media(max-width: 1050px) {
    .site-footer {
        padding: 0 20px;
    }
}

@media(max-width: 800px) {
    .site-header__inner {
    height: fit-content;
    padding-bottom: 16px;
    padding-top: 16px;
 }
}



.site-header__inner-left {
    display: flex;
    align-items: center;
    gap: 33px;
} 


@media(max-width: 1050px) {
    .site-header__inner-left {
        justify-content: space-between;
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 24px;
    } 
}

@media(max-width: 800px) {
    .site-header__inner-left {
        display: grid;
        grid-template-columns: 1fr 1fr 48px;
        gap: 8px;
    } 
    
    .site-header__inner-left form {
        grid-row: 2;
        grid-column: 1 / -1;
        width: 100%;
    }
    
    .site-header__inner-left form input {
        width: 100%!important;
    }
    
    .site-header__inner-left form button {
       flex:none;   
    }
}
    
.logo-nav-a {
    display: grid;
}   

@media(max-width: 800px) {
    .logo-nav-a img {
     max-width: 120px;
    height: auto;
    } 
}
    
.site-header__inner-right {
     display: flex;
    align-items: center;
    gap: 8px;   
}    

@media(max-width: 1050px) {
    .site-header__inner-right {
        display: none;
    }
}
    
.favorites-a {
    height: 48px;
    width: 48px;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 12px;
    border: 2px solid #E8E7E3;
    transition: all 250ms;
    box-sizing: border-box;
    text-decoration: none !important;
}    

.favorites-a:hover {
    background:#CD132E;
    border-color: #CD132E;
}

.favorites-a:hover img {
    filter: brightness(0) invert(1) contrast(100%);
}    


/* PRIMARY BUTTON CSS STARTS HERE */

.primary__btn {
     height: 48px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #ff8396 0%, #D6283F 50%, #88081B 100%);
    box-sizing: border-box;
    text-decoration: none !important;   
    transition: all 250ms;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.21), 0 2px 4px -2px rgb(0 0 0 / 0.21);
}

.primary__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.12), 0 4px 6px -4px rgb(0 0 0 / 0.12);
}


.primary__btn-inner {
    width: 100%;
    height: 100%;
    min-width: 91px;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    background: linear-gradient(to bottom, #D9233E 0%, #CE142F 100%);
    padding: 0px 24px;
    box-sizing: border-box;
    border-radius: 10px;
}
    
.primary__btn-inner span {
    font-size: 14px;
    text-decoration: none !important;
    line-height: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: -0.03em;
}    

/* PRIMARY BUTTON CSS ENDS HERE */
    
    
    
    
/* SOCIALCLUB BUTTON CSS STARTS HERE */

.socialclub__btn {
    height: 48px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #FF6FDB 0%, #790D5E 100%);
    box-sizing: border-box;
    text-decoration: none !important;   
    transition: all 250ms;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.21), 0 2px 4px -2px rgb(0 0 0 / 0.21);
    display: grid;
    width: fit-content;
}

.socialclub__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.12), 0 4px 6px -4px rgb(0 0 0 / 0.12);
}


.socialclub__btn-inner {
    width: 100%;
    height: 100%;
    min-width: 91px;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    background: linear-gradient(to bottom, #D623A9 0%, #BC1993 100%);
    padding: 0px 24px;
    box-sizing: border-box;
    border-radius: 10px;
}
    
.socialclub__btn-inner span {
    font-size: 14px;
    text-decoration: none !important;
    line-height: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: -0.03em;
}    

/* SOCIALCLUB BUTTON CSS ENDS HERE */    
    
    
    
.site-header__inner-left form input {
    height: 48px;
    outline: none;
    border-radius: 12px;
    border: 2px solid #EFECE0;
    padding: 0 18px;
    width: 360px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #0A0A0A;
    background-color: #F8F4E6;
    transition: all 250ms;
    box-sizing: border-box;
}    

.site-header__inner-left form input:placeholder {
    color: #817F78;
}
    
.site-header__inner-left form input:hover {
    border-color: #CD132E;
}    

@media(max-width:1240px){
    .site-header__inner-left form input {
        width: 300px;
    }
    
}
    
    
.submit__form-btn {
    height: 48px;
    width: 48px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #ff8396 0%, #D6283F 50%, #88081B 100%);
    box-sizing: border-box;
    text-decoration: none !important;
    transition: all 250ms;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.21), 0 2px 4px -2px rgb(0 0 0 / 0.21);
    outline: none;
    border: none;
    cursor: pointer;
}  

.submit__form-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.12), 0 4px 6px -4px rgb(0 0 0 / 0.12);
}
    
    
.submit__form-btn-inner {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    background: linear-gradient(to bottom, #D9233E 0%, #CE142F 100%);
    padding: 0px;
    box-sizing: border-box;
    border-radius: 10px;
}    
    
.site-header {
    background: #FFFEFA;
    border-bottom: 1px solid #F2ECD9;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.04), 0 2px 4px -2px rgb(0 0 0 / 0.04);
    z-index: 99;
    position: relative;
}    


.btn-hamburger {
    height: 48px;
    width: 48px;
    align-items: center;
    justify-items: center;
    border-radius: 12px;
    border: 2px solid #E8E7E3;
    transition: all 250ms;
    box-sizing: border-box;
    text-decoration: none !important;
    background: transparent;
    cursor: pointer;
}
    
    
@media(max-width: 1050px){
    .btn-hamburger {
        display: grid;
    }
}

@media(max-width: 800px) {
    .btn-hamburger {
        grid-column: 3 / -1;
    } 
}
    
    
    /* MOBILE DRAWER */


.menu-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid #F2ECD9;
}

.menu-drawer__title {
font-size: 24px;
letter-spacing: -0.03em;
color: #0A0A0A;
font-weight: 600;
line-height: 24px;
}

.menu-drawer__close {
  height: 48px;
  width: 48px;
  border-radius: 12px;
  border: 2px solid #D9D8D4;
  background: transparent;
  cursor: pointer;
  transition: all 250ms;
  font-weight: bold;
  color: #CD132E;
  font-size: 18px;
  line-height: 16px;
}

.menu-drawer__close:hover {
  background: #CD132E;
  border-color: #CD132E;
  color: #fff;
}

.menu-drawer__content {
  padding: 16px;
  display: grid;
  gap: 16px;
  overflow: auto;
  height: 100%;
  align-content: space-between;
}

.menu-drawer__nav {
  display: grid;
  gap: 8px;
}

.menu-drawer__link {
    border-radius: 12px;
    border: 2px solid #E8E7E3;
    background: transparent;
    color: #0A0A0A;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: all 250ms;
    height: 48px;
    display: grid;
    padding: 0 16px;
    align-items: center;
    justify-items: center;
    text-align: center;
    font-size: 14px;
    height: 48px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #DBD9D2 100%);
    box-sizing: border-box;
    text-decoration: none !important;
    transition: all 250ms;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.21), 0 2px 4px -2px rgb(0 0 0 / 0.21);
    border: none;
    background: linear-gradient(to bottom, #FEFEFE 0%, #c5c2b9 100%);
}

.menu-drawer__link-inside {
    height: 100%;
    min-width: 91px;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    background: linear-gradient(to bottom, #F8F4EF 0%, #D9D9D9 100%);
    padding: 0px 24px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}

.menu-drawer__link:hover {
  border-color: #CD132E;
}

.menu-drawer__actions {
  display: grid;
  gap: 8px;
}

/* OPEN STATE */
html.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

html.menu-open .menu-drawer {
  transform: translateX(0);
}


/* Only show drawer system on <=1050px */
@media (min-width: 1051px) {
  .menu-overlay,
  .menu-drawer {
    display: none !important;
  }
}
    
    
/* MOBILE DRAWER (CLEAN + SMOOTH) */

.menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 9998;
}

.menu-drawer{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 24px);
  background: #FFFEFA;
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
  z-index: 9999;

  display: flex;
  flex-direction: column;

  /* START CLOSED */
  transform: translateX(-110%);
  will-change: transform;

  /* THE TRANSITION YOU WANT */
  transition: transform 1s cubic-bezier(0.77, 0.2, 0.05, 1);
}

/* OPEN STATE */
html.menu-open .menu-overlay{
  opacity: 1;
  pointer-events: auto;
}

html.menu-open .menu-drawer{
  transform: translateX(0);
}



/* Only show drawer system on <=1050px */
@media (min-width: 1051px){
  .menu-overlay,
  .menu-drawer{
    display: none !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .menu-drawer,
  .menu-overlay{
    transition: none !important;
  }
}

html.menu-open { overscroll-behavior: contain; }
    
    
    
/* ===== STICKY HEADER: hide on scroll down, show on scroll up ===== */

.site-header{
  position: sticky;
  top: 0;
  z-index: 999;
  will-change: transform, opacity;
  transition: transform 520ms cubic-bezier(0.77, 0.2, 0.05, 1),
              opacity 420ms ease,
              box-shadow 250ms ease;
}

/* Kad se sakrije */
.site-header.is-hidden{
  transform: translateY(-110%);
  opacity: 0.98;
}

/* Kad se pojavi */
.site-header.is-visible{
  transform: translateY(0);
  opacity: 1;
}



/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .site-header{
    transition: none !important;
  }
}    

/* Kad je drawer otvoren, header mora biti uvijek vidljiv */
html.menu-open .site-header{
  transform: translateY(0) !important;
  opacity: 1 !important;
}

html.menu-open .site-header.is-hidden{
  transform: translateY(0) !important;
  opacity: 1 !important;
}
    
.menu-drawer__actions .socialclub__btn {
    width: 100%!important;
}
    
    
/* Escort Nav Swiper */
.escort-nav {
  background: transparent;
  padding: 0;
  max-width: 1604px;
  width: 100%;
  margin: 0 auto;
}

@media(max-width: 800px) {
    .escort-nav {
      padding-left: 0px;   
      box-sizing: border-box;
    }
}

.escort-nav .swiper {
  width: 100%;
}

@media(max-width: 800px) {
    .escort-nav .swiper {
      padding-right: 20px!important;
      padding-left: 20px!important;
    }
}

.escort-nav .swiper-slide {
  width: auto;
}

.escort-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 12px;
    background: #FFFEFA;
    color: #0A0A0A;
    font-weight: 600;
    letter-spacing: -0.03em;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all .25s ease;
    white-space: nowrap;
    min-width: 193px;
    border: 2px solid #f5f3ec;
}

@media(max-width: 1400px) {
    .escort-nav-link {
        min-width: 100px;
    }
}

@media(max-width: 1050px) {
    .escort-nav-link {
        min-width: 60px;
    }
}

.escort-nav-link:hover {
  background: #D824AB;
  border-color: #bd1292;
  color: white;
}



/* Swiper scrollbar */
.escortNavSwiper .swiper-scrollbar {
  height: 6px!important;
  background: #EBE8DA!important;
      position: relative!important;
    border: none!important;
    margin: 0!important;
    top: auto!important;
    left: auto!important;
    bottom: auto!important;
    right: auto!important;
    margin-top: 15px!important;
    width: 100%!important;
}


.escortNavSwiper {
    padding: 0 2px;
    position: relative;
    box-sizing: border-box;
    padding-right: 0px;
    box-sizing: border-box;
}


@media(max-width: 800px) {
    .escortNavSwiper {
        padding-right: 20px;
    }
}

.escortNavSwiper .swiper-scrollbar-drag {
  background: #D824AB;
  cursor: grab;
}  



    
    
.homepage-main {
    padding: 0px;
}    
    
.home-hero-title {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 27px;
}    

@media(max-width: 1050px) {
    .home-hero-title {
    padding-top: 30px;
    padding-bottom: 18px;
  } 
}

@media(max-width: 800px) {
    .home-hero-title {
     padding-left: 20px;
     padding-right: 20px;
     max-width: 100%;
     width: auto;
  }    
}
    
.escortNavSwiperAfter {
    right: 0;
    position: absolute;
    height: 60px;
    width: 100px;
    background: #FFFCF1;
    z-index: 3;
    background: linear-gradient(90deg, #FFFCF100, #FFFCF1);
    background: linear-gradient(90deg, rgba(255, 252, 241, 0) 0%, rgba(255, 252, 241, 0.5) 50%, rgba(255, 252, 241, 1) 100%);
    pointer-events: none;
}    
    
@media(max-width: 1050px) {
    .escortNavSwiperAfter {
      display: none;
    }
}    


.escortNavSwiper .swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
}

    
/* 1) wrapper stretch */
.home-featured .featuredEscortsSwiper .swiper-wrapper {
  align-items: stretch;
}


.home-featured .featuredEscortsSwiper .swiper-slide {
  height: auto !important;
  display: flex;           /* bitno: da karta moze stretch */
}


.home-featured .featuredEscortsSwiper .escort-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}


.home-featured .featuredEscortsSwiper .escort-card__image{
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 6px; 
}

.home-featured .featuredEscortsSwiper .escort-card__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.home-featured .featuredEscortsSwiper .escort-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}


.home-featured .featuredEscortsSwiper .escort-card__meta {
  margin-top: auto;
}
    
.home-featured {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}    
    
@media(max-width: 800px) {
    .home-featured {
        padding-left: 0px;
        overflow: visible;
    }
}

.featuredEscortsSwiper .swiper-scrollbar-drag {
  background: #D824AB;
  cursor: grab;
}  


.featuredEscortsSwiper .swiper-scrollbar {
  height: 6px!important;
  background: #EBE8DA!important;
      position: relative!important;
    border: none!important;
    margin: 0!important;
    top: auto!important;
    left: auto!important;
    bottom: auto!important;
    right: auto!important;
    margin-top: 27px!important;
    width: 100%!important;
}

@media(max-width: 800px) {
    .featuredEscortsSwiper .swiper-scrollbar {
        margin-top: 18px!important;
    }
}
    
    
.escort-card {
    background: #FFFEFA;
    border: 2px solid #F4F1E8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.04), 0 2px 4px -2px rgb(0 0 0 / 0.04);
    border-radius: 12px;
    padding: 8px;
    padding-bottom: 18px;
    position: relative;
    height: auto!important;
}    
    
.home-featured .featuredEscortsSwiper .swiper-wrapper {
  height: auto !important;
  align-items: stretch;
  display: grid!important;
  grid-auto-flow: column!important;
}

.home-featured .featuredEscortsSwiper .swiper-slide {
  height: 100% !important;
  display: flex;
}

.home-featured .featuredEscortsSwiper {
  height: auto;
  box-sizing: border-box;
}
    
@media(max-width: 800px) {
    .featuredEscortsSwiper {
        padding-right: 20px!important;
        padding-left: 20px!important;
        overflow: visible;
    }
}    
    
    
.badge-verified {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 27px;
    padding-left: 6px;
    padding-right: 10px;
    border: 2px solid #F4F1E8;
    border-radius: 4px;
    background: #FFFEFA;
    width: fit-content;
    position: absolute;
    top: 16px;
    left: 16px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.36), 0 2px 4px -2px rgb(0 0 0 / 0.36);
}    
    
    
.home-featured .featuredEscortsSwiper .badge-verified img {
    width: 14px!important;
    height: 16px!important;
    display: block;
    flex: none;

}    
    
.badge-verified-span {
    color: #0A0A0A;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.03em;
    text-decoration: none !important;
    border: none;
    text-underline-offset: 0;
}    
    
.escort-card__top {
    display: flex;
    gap: 4px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 16px;
    color: #0A0A0A;
    font-weight: bold;
    letter-spacing: -0.03em;
    font-size: 18px;
    line-height: 18px;
}    
    
.escort-card__city {
    font-weight: 500;
    color: #696565;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.03em;
}    
    
.escort-card__top h3 {
    color: #0A0A0A;
    font-weight: bold;
    letter-spacing: -0.03em;
    font-size: 18px;
    line-height: 18px;
}    
    
    
.escort-card__meta {
    display: grid;
    gap: 12px;
    color: #696565;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 500;
}    
    
    
.meta-detail-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}    

.meta-detail-card p {
    margin: 0;
}
    
.meta-detail-card span {
    color: #0A0A0A;
}   

.single-escort-featured-photo {
    width: 100%;
    display: block;
    border-radius: 12px;
}
    
.header-single-escort {
    display: grid;
    grid-template-columns: .7fr 1fr .7fr;
    gap: 30px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}    

@media(max-width: 1150px) {
    .header-single-escort {
        gap: 24px;
        grid-template-columns: 1fr;
    }
}

@media(max-width: 800px) {
    .header-single-escort {
        gap: 18px;
    }
}
    
    
.aside-single-escort {
    border-radius: 12px;
    padding: 24px;
    background: #FFFEFA;
    border: 2px solid #F2ECD9;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.04), 0 2px 4px -2px rgb(0 0 0 / 0.04);
}    
    
    
    
@media(max-width: 800px) {
    .single-escort-page {
        padding-left: 20px;
        padding-right: 20px;
    }
}   
    
    
.first-info-single .badge-verified {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.12), 0 2px 4px -2px rgb(0 0 0 / 0.12)!important;
}    
    
.first-info-single {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    padding-bottom: 18px;
}    

@media(max-width: 800px) {
    .first-info-single {
        padding-bottom: 15px;
    }
}
    
.aside-single-escort h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.03em;
    padding-bottom: 18px;
    line-height: 24px;
    color: #0A0A0A;
}    
    
    
.aside-single-escort ul li {
    color: #696565;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 500;
}    
    
.aside-single-escort ul li strong {
    font-weight: 500;
     color: #0A0A0A;;
}    
    
.aside-single-escort ul {
    gap: 15px!important;
}    
    
.img-is {
    display: none!important;
}    
    
    
.escort-gallery-swiper-wrap {
    display: grid;
}

.escort-gallery-swiper-wrap::before {
    width: 100%;
    height: 100%;
    background: pink;
    content:"";
    display: block;
}

.escortGallerySwiper {
  width: 100%;
  overflow: hidden;
  border-radius: 16px!important;
}

.escort-gallery__media {
  width: 100%;
  aspect-ratio: 1 / 1;   /* ✅ uvijek 1:1 */
  border-radius: 16px;
  overflow: hidden;
  background: #f2f2f2;
}

.escort-gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* bullets */
.escortGallerySwiper .swiper-pagination {
    position: absolute;
    top: auto !important;
    bottom: 0px !important;
    height: 60px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 56%) 80%);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.escortGallerySwiper .swiper-pagination .swiper-pagination-bullet {
    background: #FFFF;
    opacity: .5!important;
}

.escortGallerySwiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1!important;
}

/* arrows (po defaultu Swiper daje) – samo malo dotjeraj */
.escortGallerySwiper .swiper-button-prev,
.escortGallerySwiper .swiper-button-next {
  width: 44px;
  height: 44px;
  background: #FFFEFA;
  border-radius: 99px;
}

.escortGallerySwiper .swiper-button-prev:after,
.escortGallerySwiper .swiper-button-next:after {
  color: #BF001C;
  font-weight: 700;
  font-size: 12px !important;
}    
    
    
    
    
.escort-about-hours {
  padding-top: 60px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.escort-about-hours__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  background: #FFFEFA;
  border: 2px solid #F4F1E8;
  border-radius: 12px;
  padding: 51px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.04), 0 2px 4px -2px rgb(0 0 0 / 0.04);
}

.escort-about__label,
.escort-hours__label {
  letter-spacing: .30em;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #DBD7CA;
  margin-bottom: 30px;
  font-weight: 600;
}

.escort-about__label {
  margin-bottom: 18px;
}

/* ABOUT - collapsible */
.escort-about__content {
  position: relative;
  overflow: hidden;
  max-height: 443px;
}

.escort-about__content p {
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-size: 16px;
    color: black;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.escort-about__content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: -0.03em;
    color: black;
}

.escort-about__content h2 strong {
    font-weight: 700;
}

.escort-about__content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: -0.04em;
    color: black;
}

.escort-about__content h3 strong {
    font-weight: 700;
}

.escort-about__content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: -0.04em;
    color: black;
}

.escort-about__content h4 strong {
    font-weight: 700;
}

.escort-about__content h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: -0.04em;
    color: black;
}

.escort-about__content h5 strong {
    font-weight: 700;
}

.escort-about__content h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: -0.04em;
    color: black;
}

.escort-about__content h6 strong {
    font-weight: 700;
}

.escort-about.is-open .escort-about__content {
  max-height: none;
}

.escort-about__content::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 107px;
  background: linear-gradient(to bottom, rgba(255,254,250,0), rgba(255,254,250,1));
  pointer-events: none;
}

.escort-about {
    display: grid;
    justify-items: star;
}

.escort-about.is-open .escort-about__content::after {
  display: none;
}

.escort-about__toggle {
  margin-top: 12px;
  outline: none;
  border: none;
  cursor: pointer;
  justify-self: center;
}

/* OPEN HOURS table */
.escort-hours__table {
  display: grid;
  gap: 0;
}

.escort-hours__thead,
.escort-hours__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #F4F1E8;
  font-size: 16px;
  line-height: 16px;
  color: black;
  font-weight: 400;
}

.escort-hours__thead {
  padding-top: 0;
  font-weight: 600;
  opacity: 1;
  color: black;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.04em;
}

.escort-hours__th--right,
.escort-hours__td--right {
  text-align: right;
}

.escort-hours__row:last-child {
    padding-bottom: 0px;
    border: none;
}

@media (max-width: 1240px) {
  .escort-about-hours__grid {
    gap: 42px;
    padding: 42px;
  }
  
  .escort-about__label, .escort-hours__label {
      font-size: 18px;
      line-height: 18px;
  }
}

/* Responsive */
@media (max-width: 980px) {
  .escort-about-hours__grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 24px;
  }
  
  .escort-about__label,
   .escort-hours__label {
      margin-bottom: 24px;
    }
    
    .escort-about__label {
        margin-bottom: 10px;
    }
  
  .escort-about-hours {
      padding-top: 20px;
  }
}
    
    
.escort-gallery-slider { 
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}

@media(max-width: 1150px) {
 .escort-gallery-slider { 
    padding-top: 20px;
 }   
}

.escortGalleryGridSwiper{ width:100%; overflow:hidden; border-radius: 12px; position: relative; }

.escort-gallery-card{
  padding:0px;
  height:100%;
  display:flex;
  flex-direction:column;
}

.escort-gallery-media{
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:1/1;
  background:#f3f3f3;
}
.escort-gallery-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.escort-gallery-bullets{
  margin:10px 0 0;
  padding-left:18px;
  font-size:14px;
  opacity:.9;
  display: none!important;
}

.escortGalleryNav {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px;
    justify-content: center;
    justify-items: center;
}

@media(max-width: 800px) {
    .escortGalleryNav {
        margin-top: 21px;
    }
}

.escortGalleryGridSwiper .swiper-button-prev,
.escortGalleryGridSwiper .swiper-button-next{
  position:static;
  width:44px;
  height:44px;
  border-radius:99px;
  border:2px solid #F4F1E8;
  background:#FFFEFA;
  left: auto!important;
  right: auto!important;
  position: relative;
  top: auto!important;
  bottom: auto!important;
  margin: 0;
  box-sizing: border-box;
}

.escortGalleryGridSwiper .swiper-button-prev:after,
.escortGalleryGridSwiper .swiper-button-next:after{ font-size:16px; }
.escortGalleryGridSwiper .swiper-pagination{ position:static; text-align:center; }   
    
.escort-gallery-slider .swiper-pagination-bullets {
     display: flex;
    position: relative;
    width: 100%;
    justify-items: center;
    justify-content: center;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;   
}    

    
.escort-gallery-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #dbd8ca;
    opacity: 1;
}
 
.escort-gallery-slider .swiper-pagination-bullet-active {
    background: #D824AB;
}    
    
.nav-escort-gallery-grid {
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 32px));
    z-index: 3;
    pointer-events: none;
}    
    

.escortGalleryGridSwiper .swiper-button-next {
    transform: translateX(-24px);
    pointer-events: all;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.33), 0 2px 4px -2px rgb(0 0 0 / 0.33);
}    
 
.escortGalleryGridSwiper .swiper-button-prev {
    transform: translateX(24px);
    pointer-events: all;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.33), 0 2px 4px -2px rgb(0 0 0 / 0.33);
}      

.nav-escort-gallery-grid .swiper-button-prev:after, .nav-escort-gallery-grid .swiper-button-next:after {
    color: #BF001C;
    font-weight: 700;
    font-size: 12px !important;
}    
    
@media(max-width: 800px) {
    .escortGalleryGridSwiper .swiper-button-next {
        transform: translateX(-12px);
    }    
     
    .escortGalleryGridSwiper .swiper-button-prev {
        transform: translateX(12px);
    }  
    
    .nav-escort-gallery-grid {
        transform: translate(-50%, calc(-50% - 29px)); 
    }
}    
    
    
/* Lightbox */
.escort-lightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.escort-lightbox.is-open{ display:block; }

.escort-lightbox__overlay {
  position:absolute;
  inset:0;
  background: rgb(0 0 0 / 70%);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.escort-lightbox__dialog {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(740px, calc(100vw - 32px));
  /*height: min(85vh, 740px);*/
  height: fit-content;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  display:flex;
  flex-direction: column;
}

.escort-lightbox__close{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
    font-size: 33px;
    line-height: 33px;
    z-index: 2;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.escortLightboxSwiper{
  width: 100%;
  height: 100%;
}

.escortLightboxSwiper .swiper-wrapper,
.escortLightboxSwiper .swiper-slide{
  height: 100%;
}
 
.escort-lightbox__media {
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.escort-lightbox__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display:block;
  border-radius: 15px;
}

.escortLightboxSwiper .swiper-slide {
 background: white;
 padding: 6px;
 box-sizing: border-box;
 background: rgba(255, 255, 255, 0.5);
 backdrop-filter: blur(20px) saturate(180%);
 -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.escort-lightbox__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  z-index: 2;
  pointer-events:none;
}

.escort-lightbox__nav .swiper-button-prev,
.escort-lightbox__nav .swiper-button-next{
  pointer-events:auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.08);
}

.escort-lightbox__nav .swiper-pagination{
  pointer-events:auto;
  background: rgba(255,255,255,.85);
  padding: 10px 12px;
  border-radius: 999px;
  display: none!important;
}

.escortGalleryGridSwiper .escort-gallery-media img{
  cursor: zoom-in;
}
    
.hi-baby-span {
    color: #696565;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.03em;
}    

.div-baby-title {
    display: grid;
    gap: 6px;
}

.div-for-title-single-escort {
    display: flex;
    align-items: center;
    gap: 9px;
}

.div-for-title-single-escort img {
    display: block;
    flex: none;
}

.featured-photo-single-escort-wrapper {
    display: grid;
    position: relative;
}

.contact-phone-whatsapp {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 27px;
}

@media(max-width: 800px) {
    .contact-phone-whatsapp {
      margin-bottom: 18px;
    }
}

.contact-chip--phone {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFFEFA;
    padding: 10px;
    padding-right: 24px;
    border-radius: 99px;
    border: 2px solid #F4F1E8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.04), 0 2px 4px -2px rgb(0 0 0 / 0.04);
}

@media(max-width: 800px) {
    .contact-chip--phone {
        padding: 6px;
        padding-right: 21px;
    }
}


.contact-chip__value {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: black;
    letter-spacing: -0.04em;
    transition: all 250ms;
}

.contact-chip--phone:hover .contact-chip__value {
    color: #D9233E;
}


.contact-chip-icon-wrapper {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background: #FFFEFA;
    border: 2px solid #F4F1E8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.04), 0 2px 4px -2px rgb(0 0 0 / 0.04);
}

.contact-chip--whatsapp {
    display: block;
    transition: all 250ms;
}

.contact-chip--whatsapp:hover {
    transform: translateY(-3px);
}    

.basic-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding-bottom: 30px;
}

@media(max-width: 1400px){
    .basic-info-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 1150px){
    .basic-info-grid {
        padding-bottom: 20px;
    }
}

@media(max-width: 599px){
    .basic-info-grid {
        gap: 6px;
    }
}

.basic-info-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px;
    background: #e7e4d954;
    border: 1px solid #e7e4d9;
    border-radius: 10px;
    justify-content: center;
    justify-items: center;
}

@media(max-width: 599px){
    .basic-info-item {
        padding: 9px;
    }
    
    .basic-info-item img {
        width: 20px;
        height: 20px;
        flex: none;
        display: block;
    }
}

.basic-info-item span {
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
}

@media(max-width: 599px){
    .basic-info-item span {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.02em;
    }
}


.escort-tabs{
  border-radius:16px;
  background: #FFFEFA;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.04), 0 2px 4px -2px rgb(0 0 0 / 0.04);
  overflow:hidden;
  border: 2px solid #F4F1E8;
}

.escort-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
  padding: 15px;
  background: #FFFEFA;
}

.escort-tabs__btn {
  appearance:none;
  border: 2px solid #F4F1E8;
  background: transparent;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  color: #0A0A0A;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.03em;
  display: grid;
  place-items: center;
  height: 48px;
  width: 100%;
  text-align: center;
}
 
.escort-tabs__btn.is-active {
    height: 48px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #FF6FDB 0%, #790D5E 100%);
    box-sizing: border-box;
    text-decoration: none !important;
    transition: all 250ms;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.21), 0 2px 4px -2px rgb(0 0 0 / 0.21);
    border: none;
    display: grid;
}

.escort-tabs__btn.is-active span {
    font-size: 14px;
    text-decoration: none !important;
    line-height: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: -0.03em;
}

.escort-tabs__btn.is-active .escort-tabs__btn__inner {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    background: linear-gradient(to bottom, #D623A9 0%, #BC1993 100%);
    box-sizing: border-box;
    border-radius: 10px;
}

.escort-tabs__panels{
  border-top:1px solid rgba(0,0,0,.06);
}

.escort-tabs__panel{
  display:none;
  padding: 0;
}

.escort-tabs__panel.is-active{ display:block; }

.escort-tablist {
  padding: 0px;
}

.escort-tabrow{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 18px;
  border-top: 1px solid #F4F1E8;
}

.escort-tabrow:first-child{ border-top:none; }

.escort-tabrow__icon{
   width: fit-content;
   height: fit-content;
}

.escort-tabrow__icon img {
    display: block; 
    width: 24px; 
    height: 24px; 
}

.escort-tabrow__text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media(max-width: 1150px){
  .escort-tabrow__text {
     font-size: 16px;
     line-height: 16px;   
  }
}

.escort-tabrow--link{
  text-decoration:none;
  color:inherit;
}
.escort-tabrow__chev{
  margin-left:auto;
  opacity:.5;
  font-size:22px;
  line-height:1;
}

.escort-tabempty{
  padding:18px;
  opacity:.7;
}

/* Prices */
.escort-prices{
  padding: 10px 0;
}
.escort-pricecard{
  padding:16px 18px;
  border-top:1px solid rgba(0,0,0,.06);
}
.escort-pricecard:first-child{ border-top:none; }

.escort-pricecard__label{
  font-weight:700;
  margin-bottom:8px;
}
.escort-pricecard__row{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:baseline;
}
.escort-pricecard__price strong{
  font-size:20px;
}
.escort-pricecard__price .muted{
  opacity:.65;
  margin-left:6px;
  font-weight:600;
}
.escort-pricecard__note{
  margin-top:10px;
  opacity:.7;
  line-height:1.35;
}
