.elementor-kit-55{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-55 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#383737;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@font-face {
  font-family: 'Lemon Milk';
  src: url("https://db.onlinewebfonts.com/t/542bb456af90c620bc50b375166d10b4.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.model-profile-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 8px 28px;
  box-sizing: border-box;
}

.model-profile-head {
  text-align: center;
  margin-bottom: 24px;
}

.model-name {
  font-family: 'Lemon Milk', sans-serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 1.2px;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.desktop-stats span {
  font-size: 12px;
  color: #444;
  letter-spacing: 0.35px;
}

.desktop-stats strong {
  font-weight: 700;
  margin-right: 5px;
  color: #111;
}

.mobile-stats {
  display: none;
  margin-bottom: 18px;
}

.mobile-stats div {
  font-size: 14px;
  line-height: 1.8;
  color: #111;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.mobile-stats strong {
  font-weight: 700;
  margin-right: 5px;
}

.model-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 0;
  white-space: nowrap;
}

.model-tab,
.model-tabs a {
  font-family: 'Lemon Milk', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  transition: opacity 0.2s ease;
  text-decoration: none;
  color: #111;
  line-height: 1;
  position: relative;
  opacity: 0.72;
}

.model-tab:hover,
.model-tabs a:hover {
  opacity: 1;
}

.model-tab.active {
  font-weight: 700;
  opacity: 1;
}

.model-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: #111;
}

.model-gallery-sections {
  position: relative;
}

.gallery-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.gallery-panel.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.desktop-gallery-slider {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.45) transparent;
  padding-bottom: 10px;
}

.desktop-gallery-slider::-webkit-scrollbar {
  height: 8px;
}

.desktop-gallery-slider::-webkit-scrollbar-track {
  background: transparent;
}

.desktop-gallery-slider::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 99px;
}

.desktop-gallery-slider::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.65);
}

.desktop-horizontal-track {
  display: flex;
  gap: 2px;
  width: max-content;
}

.desktop-horizontal-track a {
  display: block;
  flex: 0 0 auto;
  width: 24vw;
  min-width: 260px;
  max-width: 430px;
  text-decoration: none;
  overflow: hidden;
  background: #f3f3f3;
}

.desktop-horizontal-track img {
  width: 100%;
  height: 730px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.35s ease;
}

.mobile-gallery-layout {
  display: none;
}

.desktop-horizontal-track a:hover img,
.mobile-first-image a:hover img,
.mobile-grid-gallery a:hover img {
  transform: scale(1.015);
}

.mobile-first-image a,
.mobile-grid-gallery a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.mobile-first-image img,
.mobile-grid-gallery img {
  transition: transform 0.35s ease;
}

.gallery-empty-message {
  text-align: center;
  font-size: 14px;
  color: #444;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .model-profile-wrap {
    display: flex;
    flex-direction: column;
  }

  .model-gallery-sections {
    order: 1;
    position: relative;
  }

  .model-profile-head {
    order: 2;
    margin-top: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 6px 0 0;
    text-align: center;
  }

  .model-name,
  .desktop-stats,
  .model-tabs {
    flex: 0 0 auto;
  }

  .mobile-stats {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .model-name {
    font-size: 24px;
  }

  .desktop-stats {
    gap: 12px;
  }

  .desktop-stats span {
    font-size: 11px;
  }

  .model-tabs {
    gap: 16px;
  }

  .model-tab,
  .model-tabs a {
    font-size: 13px;
  }

  .desktop-horizontal-track a {
    width: 28vw;
    min-width: 220px;
    max-width: 320px;
  }

  .desktop-horizontal-track img {
    height: 520px;
  }

  .model-profile-head {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .model-profile-wrap {
    padding: 14px 14px 30px;
  }

  .model-name {
    font-size: 26px;
    margin-bottom: 16px;
    white-space: normal;
  }

  .desktop-stats {
    display: none;
  }

  .mobile-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto 18px;
  }

  .mobile-stats div {
    width: auto;
    text-align: center;
  }

  .model-tabs {
    justify-content: center;
    gap: 20px;
    margin-bottom: 18px;
    white-space: normal;
  }

  .model-tab,
  .model-tabs a {
    font-size: 14px;
  }

  .model-gallery-sections {
    position: relative;
    min-height: 1px;
  }

  .gallery-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }

  .gallery-panel.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }

  .desktop-gallery-slider {
    display: none;
  }

  .mobile-gallery-layout {
    display: block;
  }

  .mobile-first-image {
    margin-bottom: 10px;
  }

  .mobile-first-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .mobile-grid-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .mobile-grid-gallery img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
    display: block;
  }
}

.fancybox__backdrop {
  background: rgba(14, 14, 18, 0.94) !important;
}

.fancybox__container,
.fancybox__toolbar,
.fancybox__nav,
.fancybox__carousel,
.fancybox__footer {
  z-index: 999999 !important;
}

.fancybox__toolbar {
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(255,255,255,0.08);
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
}

.fancybox__nav .f-button {
  opacity: 1 !important;
  visibility: visible !important;
  --f-button-bg: rgba(0,0,0,0.24);
  --f-button-hover-bg: rgba(0,0,0,0.42);
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
}

.fancybox__thumbs {
  display: block !important;
  background: transparent !important;
  padding-bottom: 12px !important;
}

.fancybox__thumb {
  border-radius: 0 !important;
  opacity: 0.9;
}

.fancybox__thumb.is-current {
  opacity: 1;
}

.fancybox__caption {
  display: none !important;
}/* End custom CSS */