:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d2e35e3 *//* =====================================================
   EXPERIENCES GRID SECTION
===================================================== */

.ultima-grid-section {
  background: #ece3de !important;
  padding: 48px 20px 70px 20px !important;
  overflow: hidden;
}

.ultima-grid-container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Grid */
.ultima-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 8px;
}

/* Card */
.ultima-grid-card {
  height: 518px;
  background: #f7f4ef;
  display: flex;
  flex-direction: column;
  color: #373635;
  text-decoration: none !important;
  overflow: hidden;
  transition: transform 0.35s ease;
}

.ultima-grid-card:hover {
  transform: translateY(-3px);
}

/* Image */
.ultima-grid-image {
  width: 100%;
  height: 266px;
  overflow: hidden;
  background: #d8cec8;
}

.ultima-grid-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 1s ease;
}

.ultima-grid-card:hover .ultima-grid-image img {
  transform: scale(1.08);
}

/* Content */
.ultima-grid-content {
  flex: 1;
  padding: 20px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ultima-grid-label {
  margin: 0 0 8px 0;
  color: rgba(55, 54, 53, 0.48);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ultima-grid-content h3 {
  margin: 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
}

.ultima-grid-desc {
  margin: 24px 0 0 0;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.6px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* See More */
.ultima-see-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.ultima-see-more-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: #373635;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 16px;
}

.ultima-see-more-btn span {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
}

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

@media (max-width: 1024px) {
  .ultima-grid-section {
    padding: 42px 20px 65px 20px !important;
  }

  .ultima-grid-container {
    max-width: 760px;
  }

  .ultima-experience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
  }

  .ultima-grid-card {
    height: 397px;
  }

  .ultima-grid-image {
    height: 196px;
  }

  .ultima-grid-content {
    padding: 16px;
  }

  .ultima-grid-content h3 {
    font-size: 22px;
  }

  .ultima-grid-desc {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .ultima-grid-section {
    padding: 36px 18px 55px 18px !important;
  }

  .ultima-grid-container {
    max-width: 100%;
  }

  .ultima-experience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ultima-grid-card {
    height: auto;
    min-height: 387px;
  }

  .ultima-grid-image {
    height: 192px;
  }

  .ultima-grid-content {
    min-height: 195px;
    padding: 16px;
  }

  .ultima-grid-label {
    font-size: 10px;
    letter-spacing: 1.1px;
  }

  .ultima-grid-content h3 {
    font-size: 23px;
  }

  .ultima-grid-desc {
    font-size: 12px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e45a99 *//* =====================================================
   BESPOKE EXPERIENCES SECTION
===================================================== */

.ultima-bespoke-section {
  background: #ece3de !important;
  padding: 90px 20px 100px 20px !important;
  overflow: hidden;
}

.ultima-bespoke-container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 95px;
}

/* Left Text */
.ultima-bespoke-text {
  width: 42%;
  max-width: 455px;
  color: #373635;
}

.ultima-bespoke-text h2 {
  margin: 0 0 28px 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.22;
}

.ultima-bespoke-text p {
  margin: 0 0 28px 0;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 1.1px;
}

.ultima-bespoke-text p:last-child {
  margin-bottom: 0;
}

/* Right Image */
.ultima-bespoke-image-wrap {
  width: 58%;
  max-width: 700px;
  height: 625px;
  overflow: hidden;
  background: #d8cec8;
}

.ultima-bespoke-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

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

@media (max-width: 1024px) {
  .ultima-bespoke-section {
    padding: 75px 20px 85px 20px !important;
  }

  .ultima-bespoke-container {
    max-width: 900px;
    gap: 50px;
  }

  .ultima-bespoke-text {
    width: 45%;
  }

  .ultima-bespoke-image-wrap {
    width: 55%;
    height: 500px;
  }

  .ultima-bespoke-text h2 {
    font-size: 32px;
  }

  .ultima-bespoke-text p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    margin-bottom: 22px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .ultima-bespoke-section {
    padding: 60px 18px 70px 18px !important;
  }

  .ultima-bespoke-container {
    flex-direction: column-reverse;
    gap: 34px;
  }

  .ultima-bespoke-text,
  .ultima-bespoke-image-wrap {
    width: 100%;
    max-width: 100%;
  }

  .ultima-bespoke-image-wrap {
    height: 430px;
  }

  .ultima-bespoke-text h2 {
    font-size: 31px;
    line-height: 1.22;
    margin-bottom: 22px;
  }

  .ultima-bespoke-text p {
    font-size: 15px;
    line-height: 1.62;
    letter-spacing: 0.6px;
    margin-bottom: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2b9bcb *//* =====================================================
   NEWSLETTER SECTION
===================================================== */

.ultima-newsletter-section {
  background: #f4f2ef !important;
  padding: 95px 20px 90px 20px !important;
  overflow: hidden;
}

.ultima-newsletter-container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Heading */
.ultima-newsletter-heading {
  max-width: 450px;
  margin-bottom: 70px;
}

.ultima-newsletter-heading h2 {
  margin: 0 0 22px 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.15;
}

.ultima-newsletter-heading p {
  margin: 0;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.8px;
}

/* Form */
.ultima-newsletter-form {
  width: 100%;
}

.ultima-newsletter-fields {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 120px;
  gap: 16px;
  align-items: center;
}

.ultima-newsletter-fields input {
  width: 100%;
  height: 52px;
  border: none;
  outline: none;
  background: rgba(236, 227, 222, 0.65);
  color: #373635;
  padding: 0 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 2px;
}

.ultima-newsletter-fields input::placeholder {
  color: rgba(55, 54, 53, 0.65);
}

.ultima-newsletter-fields input:focus {
  background: rgba(236, 227, 222, 0.95);
}

/* Button */
.ultima-newsletter-fields button {
  height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(55, 54, 53, 0.8);
  background: transparent;
  color: #373635;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s ease;
  border-radius: 2px;
}

.ultima-newsletter-fields button:hover {
  background: #373635;
  color: #ffffff;
}

/* Consent text */
.ultima-newsletter-consent {
  margin: 24px 0 0 0;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.2px;
}

.ultima-newsletter-consent a {
  color: #373635;
  font-weight: 700;
  text-decoration: none !important;
}

.ultima-newsletter-consent a:hover {
  text-decoration: underline !important;
}

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

@media (max-width: 1024px) {
  .ultima-newsletter-section {
    padding: 80px 20px 75px 20px !important;
  }

  .ultima-newsletter-heading {
    margin-bottom: 50px;
  }

  .ultima-newsletter-heading h2 {
    font-size: 36px;
  }

  .ultima-newsletter-fields {
    grid-template-columns: 1fr 1fr;
  }

  .ultima-newsletter-fields button {
    width: 100%;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .ultima-newsletter-section {
    padding: 65px 18px 65px 18px !important;
  }

  .ultima-newsletter-heading {
    max-width: 100%;
    margin-bottom: 38px;
  }

  .ultima-newsletter-heading h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .ultima-newsletter-heading p {
    font-size: 15px;
    line-height: 1.6;
  }

  .ultima-newsletter-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ultima-newsletter-fields input,
  .ultima-newsletter-fields button {
    height: 50px;
  }

  .ultima-newsletter-fields button {
    margin-top: 4px;
  }

  .ultima-newsletter-consent {
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS *//* =====================================================
   EXPERIENCES PAGE HERO INTRO
===================================================== */

.ultima-exp-hero-section {
  background: #ece3de;
  padding: 168px 20px 80px 20px;
  text-align: center;
}

.ultima-exp-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}

.ultima-exp-hero-inner h1 {
  margin: 0 0 24px 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.15;
}

.ultima-exp-hero-inner p {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 1.1px;
}

/* Tablet */
@media (max-width: 1024px) {
  .ultima-exp-hero-section {
    padding: 145px 20px 70px 20px;
  }

  .ultima-exp-hero-inner h1 {
    font-size: 40px;
  }

  .ultima-exp-hero-inner p {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ultima-exp-hero-section {
    padding: 115px 18px 58px 18px;
  }

  .ultima-exp-hero-inner h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .ultima-exp-hero-inner p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.7px;
  }
}
/* =====================================================
   EXPERIENCES PAGE FEATURED CAROUSEL - FIXED VERSION
===================================================== */

.ultima-featured-exp-section {
  background: #ece3de !important;
  padding: 20px 0 95px 0 !important;
  overflow: hidden !important;
  position: relative;
}

/* Featured Heading */
.ultima-featured-heading-wrap {
  max-width: 1500px;
  margin: 0 auto 38px auto;
  padding: 0 148px;
}

.ultima-featured-heading-wrap h2 {
  margin: 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.15;
}

/* Main carousel area */
.ultima-featured-carousel {
  position: relative;
  width: 100%;
  overflow: hidden !important;
  padding: 0 148px;
  background: #ece3de !important;
}

/* IMPORTANT: hide next/previous slides */
.ultima-featured-viewport {
  width: 100%;
  overflow: hidden !important;
  background: #ece3de !important;
}

.ultima-featured-track {
  display: flex;
  gap: 0 !important;
  transition: transform 0.65s ease;
  will-change: transform;
}

/* Each card takes exactly full viewport width */
.ultima-featured-card {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  background: #f7f4ef !important;
  overflow: hidden !important;
}

.ultima-featured-card a {
  color: inherit;
  text-decoration: none !important;
  display: block;
}

/* Image area */
.ultima-featured-image {
  width: 100%;
  height: 590px;
  overflow: hidden;
  background: #d8cec8 !important;
  position: relative;
}

.ultima-featured-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Hide broken image icon spacing if image fails */
.ultima-featured-image img:not([src]),
.ultima-featured-image img[src=""],
.ultima-featured-image img[src*="FEATURED_IMAGE"] {
  display: none !important;
}

/* Content panel */
.ultima-featured-content {
  background: #f7f4ef !important;
  padding: 26px 32px 30px 32px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.ultima-featured-title {
  width: 50%;
}

.ultima-featured-label {
  margin: 0 0 12px 0;
  color: rgba(55, 54, 53, 0.48);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ultima-featured-title h3 {
  margin: 0;
  color: #373635;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.22;
}

.ultima-featured-desc {
  width: 50%;
  margin-top: 45px;
}

.ultima-featured-desc p {
  margin: 0;
  color: rgba(55, 54, 53, 0.72);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 1px;
}

/* Arrows */
.ultima-featured-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 20;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.75);
  background: rgba(55,54,53,0.65);
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ultima-featured-prev {
  left: 18px;
}

.ultima-featured-next {
  right: 18px;
}

.ultima-featured-arrow:hover {
  background: #373635;
}

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

@media (max-width: 1024px) {
  .ultima-featured-heading-wrap {
    padding: 0 40px;
  }

  .ultima-featured-carousel {
    padding: 0 40px;
  }

  .ultima-featured-image {
    height: 430px;
  }

  .ultima-featured-content {
    gap: 40px;
    padding: 24px 26px 28px 26px;
  }

  .ultima-featured-title h3 {
    font-size: 28px;
  }

  .ultima-featured-desc {
    margin-top: 35px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .ultima-featured-exp-section {
    padding: 10px 0 70px 0 !important;
  }

  .ultima-featured-heading-wrap {
    padding: 0 18px;
    margin-bottom: 28px;
  }

  .ultima-featured-heading-wrap h2 {
    font-size: 34px;
  }

  .ultima-featured-carousel {
    padding: 0 18px;
  }

  .ultima-featured-image {
    height: 260px;
  }

  .ultima-featured-content {
    flex-direction: column;
    gap: 18px;
    padding: 22px 20px 26px 20px;
  }

  .ultima-featured-title,
  .ultima-featured-desc {
    width: 100%;
  }

  .ultima-featured-label {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .ultima-featured-title h3 {
    font-size: 26px;
  }

  .ultima-featured-desc {
    margin-top: 0;
  }

  .ultima-featured-desc p {
    font-size: 14px;
    line-height: 1.6;
  }

  .ultima-featured-arrow {
    width: 44px;
    height: 44px;
    font-size: 28px;
    top: 37%;
  }

  .ultima-featured-prev {
    left: 6px;
  }

  .ultima-featured-next {
    right: 6px;
  }
}/* End custom CSS */