/*
Theme Name:   Movedo Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Movedo Child Theme
Version:      3.6.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     movedo
*/

.text-white {
  color: #fff !important;
}

.text-white .grve-box-title {
  color: #fff !important;
}

#grve-main-header {
/*   width: 50%;
  top: 15px !important;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto; */
  padding: 0 10px;
/*   border-radius: 5px; */
  backdrop-filter: blur(10px);
}

.grve-sticky-header #grve-main-header {
	background-color: #000 !important;
}

#chaty-widget-0 .chaty-channel-list .chaty-channel .chaty-svg {
	width: 65px !important;
	height: 65px !important;
}

#chaty-widget-0 .chaty-open .chaty-channel-list .chaty-channel:nth-child(1) {
	transform: translateY(-80px) !important;
}

#grve-header
  .grve-main-menu.grve-menu-type-button
  .grve-wrapper
  > ul
  > li
  > a
  span {
  transition: all 300ms ease-out;
}

#grve-header
  .grve-main-menu.grve-menu-type-button
  .grve-wrapper
  > ul
  > li.current-menu-item
  > a
  span {
  background-color: #f0c419;
  color: black;
  transition: all 300ms ease-out;
}

#grve-header
  .grve-main-menu.grve-menu-type-button
  .grve-wrapper
  > ul
  > li:hover
  > a
  span {
  background-color: #f0c419;
  color: black;
}

#grve-header
  .grve-main-menu.grve-menu-type-button
  .grve-wrapper
  > ul
  > li
  > a
  .grve-item {
  padding: 8px 10px;
}

/* Step Box */

.ttc-step-box {
  display: flex;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  /* flex-direction: column; */
  color: #fff;
  height: 100%;
  gap: 20px;
  border-radius: 5px;
  transition: all 300ms ease-out;
}
.ttc-step-num {
  font-size: 48px;
  font-weight: 700;
  color: #f0c419;
  font-family: "Exo 2";
  transition: all 300ms ease-out;
}

.ttc-step-title {
  font-size: 21px;
  font-family: "Exo 2";
  margin-bottom: 20px;
  display: block;
}

.bg-light.ttc-step-box {
	background-color: #fff;
	color: #000;
}

.ttc-step-box:hover {
  background-color: #f0c419;
  color: black;
}

.ttc-step-box:hover .ttc-step-num {
  color: black;
}

/* Image */
.ttc-img {
  position: relative;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.ttc-ratio-3x2 {
  padding-bottom: 66.67%;
}

.ttc-ratio-4x3 {
  padding-bottom: 125%;
}

.ttc-ratio-16x9 {
  padding-bottom: 54%;
}

/* Icon Box */
.ttc-iconbox__item {
  display: flex;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  /* flex-direction: column; */
  color: #fff;
  height: 100%;
  gap: 20px;
  border-radius: 5px;
  transition: all 300ms ease-out;
  margin-bottom: 20px;
}

.ttc-iconbox__title {
  font-size: 21px;
  font-family: "Exo 2";
  margin-bottom: 20px;
  display: block;
}

.ttc-iconbox__icon {
  font-size: 32px;
  font-weight: 700;
  color: #f0c419;
  transition: all 300ms ease-out;
}

.ttc-iconbox__item:hover {
  background-color: #f0c419;
  color: black;
}

.ttc-iconbox__item:hover .ttc-iconbox__icon {
  color: black;
}

#grve-theme-wrapper .grve-bg-hover-primary-1:hover,
#grve-theme-wrapper a.grve-bg-hover-primary-1:hover {
  color: black;
}

.hover-dark .ttc-iconbox__item:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.hover-dark .ttc-iconbox__item:hover .ttc-iconbox__icon {
  color: #fff !important;
}

.bg-light .ttc-iconbox__item {
  background-color: rgba(255, 255, 255, 1) !important;
  color: #000 !important;
}

.bg-light .ttc-iconbox__item:hover {
  background-color: #f0c419 !important;
  color: #000 !important;
}

.bg-light .ttc-iconbox__item:hover .ttc-iconbox__icon {
  color: #000 !important;
}

a.grve-btn {
  padding: 15px 30px;
}

/* === TTC Services === */
.ttc-services {
  display: grid;
  gap: 16px;
}

.ttc-services.ttc-services--cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ttc-services.ttc-services--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ttc-services.ttc-services--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ttc-services.ttc-services--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ttc-services.ttc-services--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ttc-services.ttc-services--cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* Card: 9:16 tile; title-only by default */
.ttc-services__card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* display: grid;
  place-items: end start; */
  aspect-ratio: 3 / 4; /* 9:16 container */
  background: rgba(0, 0, 0, 0.1); /* fallback bg */
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
  padding: 40px 15px;
  isolation: isolate;
}

.landscape .ttc-services__card {
    aspect-ratio: 16 / 9 !important; /* 9:16 container */
}

.ttc-services__card .ttc-services__title {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  max-width: 90%;
  text-align: center;
  font-size: 21px;
  font-family: "Exo 2";
}

/* Background image (hidden until hover) */
.ttc-services__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  transform: scale(1.05);
  transition: opacity 240ms ease, transform 320ms ease;
  z-index: 1;
}

/* Overlay for readability (only when bg exists) */
.ttc-services__card:not(.is--no-thumb)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
  z-index: 1;
}

/* Hover: reveal background image */
.ttc-services__card:hover .ttc-services__bg,
.ttc-services__card:focus-visible .ttc-services__bg {
  opacity: 0.8;
  transform: scale(1);
}

.ttc-services__card:hover::after,
.ttc-services__card:focus-visible::after {
  opacity: 1;
}

/* Keyboard focus */
.ttc-services__card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.ttc-services__card:hover .ttc-services__title {
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .ttc-services {
    gap: 12px;
    grid-template-columns: 1fr !important; /* force one column */
  }
  .ttc-services__card {
    border-radius: 5px;
    padding: 40px 20px;
    aspect-ratio: 1 / 1; /* 9:16 container */
  }
}

.grve-box-item {
  background-color: transparent !important;
  color: white !important;
}

.grve-box-item h3 {
  color: white !important;
  font-size: 21px;
  font-family: "Exo 2";
  text-align: left !important;
}

.grve-isotope-item-inner figure img {
  transition: all 300ms ease-out;
  opacity: 1;
}
.grve-isotope-item-inner figure.hover img {
  opacity: 0.5 !important;
}

/* =========================
   TTC Image Gallery
   ========================= */

.ttc-ig {
  --ttc-cols-desktop: 4;
  --ttc-cols-tablet: 2;
  --ttc-cols-mobile: 1;
  --ttc-gap: 12px;
  --ttc-objfit: cover;
}

.ttc-ig__grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ttc-gap);
}

.ttc-ig__item {
  flex: 0
    calc(
      (100% - (var(--ttc-gap) * (var(--ttc-cols-desktop) - 1))) /
        var(--ttc-cols-desktop)
    );
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
}

/* Rounded & shadow variants (apply to item wrapper) */
.ttc-ig--rounded .ttc-ig__item {
  border-radius: 12px;
}
.ttc-ig--shadow .ttc-ig__item {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* Ratio wrappers */
.ttc-ig__box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ttc-ig--ratio-1x1 .ttc-ig__box {
  padding-bottom: 100%;
}
.ttc-ig--ratio-4x3 .ttc-ig__box {
  padding-bottom: 75%;
}
.ttc-ig--ratio-3x2 .ttc-ig__box {
  padding-bottom: 66.6667%;
}
.ttc-ig--ratio-16x9 .ttc-ig__box {
  padding-bottom: 56.25%;
}
.ttc-ig--ratio-21x9 .ttc-ig__box {
  padding-bottom: 42.8571%;
}

/* Image fill */
.ttc-ig__img {
  display: block;
  width: 100%;
  height: auto;
}

/* When using ratio wrappers, make image fill and use object-fit */
.ttc-ig:not(.ttc-ig--ratio-auto) .ttc-ig__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--ttc-objfit);
}

/* Hover effects */
.ttc-ig--zoom .ttc-ig__img {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.ttc-ig--zoom .ttc-ig__item:hover .ttc-ig__img {
  transform: scale(1.05);
}

.ttc-ig--lift .ttc-ig__item {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ttc-ig--lift .ttc-ig__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.ttc-ig--dim .ttc-ig__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease;
  pointer-events: none;
}
.ttc-ig--dim .ttc-ig__item:hover::after {
  background: rgba(0, 0, 0, 0.18);
}

/* Auto mode (natural image height) */
.ttc-ig__item.-auto .ttc-ig__img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: initial;
}

/* Responsive columns */
@media (max-width: 991px) {
  .ttc-ig__item {
    flex-basis: calc(
      (100% - (var(--ttc-gap) * (var(--ttc-cols-tablet) - 1))) /
        var(--ttc-cols-tablet)
    );
  }
}
@media (max-width: 575px) {
  .ttc-ig__item {
    flex-basis: calc(
      (100% - (var(--ttc-gap) * (var(--ttc-cols-mobile) - 1))) /
        var(--ttc-cols-mobile)
    );
  }
}

.ttc-faq .grve-title-wrapper {
  background-color: #000 !important;
  color: #fff !important;
  transition: all 300ms ease-out;
}

.ttc-faq .grve-title-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.ttc-faq .grve-title-wrapper h3 {
  font-size: 21px;
  font-family: "Exo 2";
  font-weight: 400;
}

.ttc-faq .grve-title-wrapper.active h3 {
  color: #f0c419;
}

.ttc-faq .grve-title-wrapper.active i {
  color: #f0c419;
}

#grve-theme-wrapper input {
  background-color: #fff !important;
  border-radius: 5px !important;
}

#grve-theme-wrapper select {
  background-color: #fff !important;
  border-radius: 5px !important;
}

.wpforms-field-label {
  color: #fff;
}

#grve-theme-wrapper button[type="submit"]:not(.grve-custom-btn) {
  padding: 15px 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 100% !important;
  color: #000 !important;
  border-radius: 5px !important;
  background-color: #fff !important;
}

#grve-theme-wrapper button[type="submit"]:not(.grve-custom-btn):hover {
  background-color: #f0c419 !important;
}

.service-template-default .grve-post-meta {
  display: none;
}

h3.grve-team-name {
  font-size: 28px;
  font-family: "Exo 2";
  font-weight: 400;
}

.grve-team-identity {
  font-size: 12px !important;
  letter-spacing: 1px;
}

/* === Hero: Service === */

.single-service #grve-header,
.single #grve-header {
  height: 0px;
}

.single-service .container,
.single .container {
  width: 1350px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .single-service .container,
    .single .container {
      width: 100%;
    }

}

.ttc-hero-service {
  position: relative;
  min-height: 100vh; /* Full height */
  display: grid;
  align-content: stretch; /* Let inner container control vertical placement */
  background: #000000; /* Fallback if no image */
  overflow: hidden;
  width: 100%;
}

.ttc-hero-service:not(.is--no-thumb) {
  background-image: var(--ttc-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ttc-hero-service__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* Black overlay */
  z-index: 1;
}

/* Content wrapper */
.ttc-hero-service .container,
.ttc-hero-service .row,
.ttc-hero-service .col-12 {
  position: relative;
  z-index: 2; /* Above overlay */
}

.ttc-hero-service__content {
  width: 100%;
  padding-block: 24px; /* Bottom breathing space on mobile */
  margin-bottom: 100px;
}

/* Title style (adjust to your brand font) */
.ttc-hero-service__title {
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: 54px;
  text-wrap: balance;
}

.ttc-related.container {
  flex-direction: column;
  gap: 60px;
}

.ttc-related__head {
  width: 100%;
}

.ttc-hero-service__content {
  margin-bottom: 100px;
}

/* Larger screens: center vertically if you prefer */
@media (min-width: 768px) {
  .ttc-hero-service__content {
    padding-block: 48px;
  }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  .ttc-hero-service,
  .ttc-hero-service__overlay {
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .single-service .container {
    width: 90%;
    margin: 0 auto;
    flex-direction: row;
  }
}

/* Related Portfolios */
.ttc-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .ttc-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ttc-related__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }
  .ttc-related.container {
    flex-direction: column;
  }
  .ttc-hero-service__content {
    margin-bottom: 200px;
  }
}

.ttc-related__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  isolation: isolate;
}

.ttc-related__media {
  aspect-ratio: 1/1;
  background: #111;
  overflow: hidden;
}
.ttc-related__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 280ms ease;
}

.ttc-related__title {
  color: white;
}

.ttc-related__meta {
  padding: 30px 16px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.ttc-related__label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 6px;
}
.ttc-related__heading {
  font-size: 18px;
  font-family: "Exo 2";
  font-weight: 500;
  line-height: 1.25;
  color: #000;
  text-align: center;
}

.ttc-related__card:hover .ttc-related__img,
.ttc-related__card:focus-visible .ttc-related__img {
  transform: scale(1.06);
}

.ttc-related__card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.ttc-related {
  padding: 15vh 0 5vh 0;
}

.ttc-entry.container {
  padding: 20vh 0 5vh 0;
  color: #fff;
}

/* Service gallery */

.ttc-gallery.container {
  padding: 20vh 0 5vh 0;
  align-items: flex-start;
}

.ttc-gallery__title {
  width: 50%;
  padding: 20px;
}
.ttc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 66%;
}
.ttc-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
  transition: all 300ms ease-out;
  overflow: hidden;
}

a.ttc-eyebrow-link {
    color: #fff;
}

@media (max-width: 1024px) {
  .ttc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ttc-gallery__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ttc-gallery.container {
    flex-direction: column;
    gap: 60px;
  }
  .ttc-gallery__title,
  .ttc-gallery__grid {
    width: 100%;
    max-width: 100%;
  }
}

.grve-toggle-menu ul.grve-menu li .grve-arrow:before,
.grve-toggle-menu ul.grve-menu li .grve-arrow:after {
  background-color: #fff;
}

.grve-hidden-area .grve-hiddenarea-content {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#grve-hidden-menu ul.grve-menu li a {
  border: none;
}

#grve-hidden-menu .grve-hiddenarea-content .grve-menu > li > a {
  font-size: 28px;
  padding: 10px 0;
}

#grve-hidden-menu
  .grve-hiddenarea-content
  .grve-menu
  > li
  > .grve-toggle-menu-item-wrapper
  a {
  font-size: 28px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

#grve-responsive-menu-wrapper {
  width: 100%;
}

.grve-toggle-menu ul.grve-menu li .grve-arrow:before {
  width: 2px;
  height: 10px;
}

.grve-toggle-menu ul.grve-menu li .grve-arrow:after {
  height: 2px;
  width: 10px;
}

.ttc-hero-blog {
  background: #000;
  color: #fff;
  padding: 72px 0 32px;
}
@media (max-width: 768px) {
  .ttc-hero-blog {
    padding: 56px 0 20px;
  }
}

.container {
  width: 1350px;
  margin: 0 auto;
  height: 100%;
  display: flex;
}

@media (max-width: 991px) {
  .container {
      width: 100%;
    }

}

/* Blog Grid */
.ttc-blog {
  display: grid;
  gap: 16px;
}

.ttc-blog.container {
  padding: 5vh 0 20vh 0;
}

.ttc-blog--cols-1 {
  grid-template-columns: 1fr;
}
.ttc-blog--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.ttc-blog--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.ttc-blog--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ttc-blog__card {
  position: relative;
  display: grid;
  place-items: end start;
  aspect-ratio: 1 / 1; /* Same vertical style as services */
  background: #0f0f0f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  isolation: isolate;
  padding: 40px 20px;
}

.ttc-blog__title {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  width: 60%;
}

.ttc-blog__heading {
  display: flex;
  justify-content: space-between;
}

.ttc-blog__date {
  color: #fff;
  z-index: 2;
  width: 40%;
  text-align: right;
}

.ttc-blog__card:hover .ttc-blog__title,
.ttc-blog__card:hover .ttc-blog__date {
  color: white;
}

.ttc-blog__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  transform: scale(1.05);
  transition: opacity 240ms ease, transform 320ms ease;
  z-index: 1;
}

.ttc-blog__card:hover .ttc-blog__bg,
.ttc-blog__card:focus-visible .ttc-blog__bg {
  opacity: 0.8;
  transform: scale(1);
}

.ttc-blog__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.1));
  opacity: 0.7;
  transition: opacity 240ms ease;
  z-index: 1;
}

/* Mobile one column */
@media (max-width: 768px) {
  .ttc-blog {
    grid-template-columns: 1fr !important;
    width: 100%;
  }
}

.ttc-hero-single {
  position: relative;
  min-height: 80vh;
  display: grid;
  align-content: stretch;
  background: #0b0b0b;
  overflow: hidden;
  width: 100%;
}
.ttc-hero-single:not(.is--no-thumb) {
  background-image: var(--ttc-hero-bg);
  background-size: cover;
  background-position: center;
}
.ttc-hero-single__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.ttc-hero-single .container,
.ttc-hero-single .row,
.ttc-hero-single .col-12 {
  position: relative;
  z-index: 2;
}
.ttc-hero-single__content {
  width: 100%;
  padding-block: 24px;
}
.ttc-hero-single__title {
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: 63px;
  margin-bottom: 50px !important;
}

.ttc-entry,
.ttc-portfolio {
  align-items: flex-start !important;
}

.ttc-entry .grve-container {
  width: 60%;
}

.ttc-entry .ttc-entry-sidebar {
  width: 40%;
}

.ttc-portfolio.container {
  padding: 20vh 0 5vh 0;
  color: #fff;
  flex-direction: column;
}

.ttc-portfolio .grve-container {
  width: 100% !important;
}

.ttc-portfolio .ttc-portfolio-sidebar {
  width: 100% !important;
  margin-top: 50px;
}

.ttc-entry {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.ttc-entry-sidebar {
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
}

.ttc-entry-sidebar__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: black !important;
}

.ttc-entry-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.ttc-entry-sidebar__item {
  display: flex;
  gap: 12px;
}

.ttc-entry-sidebar__link {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.ttc-entry-sidebar__thumb {
  width: 30%;
  display: flex;
}

.ttc-entry-sidebar__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.ttc-entry-sidebar__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}

.ttc-entry-sidebar__title-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

.ttc-entry-sidebar__date {
  font-size: 13px;
  opacity: 1;
  color: #fff;
}

/* Stack on mobile */
@media (max-width: 768px) {
  .ttc-entry {
    grid-template-columns: 1fr;
  }
  .ttc-entry-sidebar {
    margin-top: 32px;
  }
  .ttc-hero-single .container {
    width: 90%;
    margin: 0 auto;
  }

  .ttc-hero-single__title {
    font-size: 36px;
  }
  .ttc-entry.container,
  .ttc-portfolio.container {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .ttc-entry .grve-container {
    width: 100%;
  }

  .ttc-entry .ttc-entry-sidebar {
    width: 100%;
  }
}

/* Specs container */
.ttc-specs {
  color: inherit;
  flex-direction: row;
  align-items: flex-start !important;
  width: 100% !important;
  gap: 30px;
}

/* Two-column grid of spec items; collapses to 1 on small screens */
.ttc-specs__grid {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.ttc-specs__item {
  display: flex;
  align-items: flex-start;
  padding: 5px 0px;
  transition: all 300ms ease-out;
}

.ttc-specs__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.ttc-specs__label {
  flex: 0 0 250px; /* fixed label width on desktop */
  font-weight: 600;
  opacity: 0.85;
  padding-left: 20px;
}

.ttc-specs__value {
  flex: 1 1 auto;
  min-width: 0; /* prevent overflow */
}

/* Notes (floors/other rooms) laid out as responsive cards */
.ttc-specs__notes {
  display: flex;
  gap: 16px;
  width: 50%;
  flex-direction: column;
}

.ttc-specs__note {
  display: flex;
  padding: 5px 0px;
  transition: all 300ms ease-out;
}

.ttc-specs__note:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.ttc-specs__note-title {
  font-weight: 700;
  flex: 0 0 250px;
  padding-left: 20px;
}

.ttc-specs__list {
  margin: 0;
  padding-left: 18px;
}

/* Dark theme compatibility (optional) */
body.dark .ttc-specs__note {
  border-color: rgba(255, 255, 255, 0.12);
}

/* Mobile */
@media (max-width: 768px) {
  .ttc-specs {
    flex-direction: column;
  }
  .ttc-specs__grid {
    width: 100%;
    flex-direction: column;
  }
  .ttc-specs__item {
    flex-direction: row;
  }
  .ttc-specs__label {
    flex: 0 0 45%;
    font-size: 14px;
  }
  .ttc-specs__value {
    padding-left: 20px;
    font-size: 14px;
  }
  .ttc-specs__notes {
    width: 100%;
  }
  .ttc-specs__note-title {
    flex: 0 0 45%;
  }
  .ttc-specs__list {
    padding-left: 20px;
  }
  .ttc-gallery.container,
  .ttc-post-nav.container {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}

.single-portfolio .ttc-gallery.container {
  padding: 10vh 0 5vh 0;
  gap: 50px;
}

.ttc-post-nav .d-flex {
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  padding: 5vh 20px 5vh 20px;
}

.ttc-post-nav a {
  color: #fff !important;
}

.ttc-post-nav a:hover {
  color: #f0c419 !important;
}

#grve-widget-contact-info-2 i,
#grve-widget-contact-info-3 i {
  color: #f0c419;
  opacity: 1;
}

.ttc-post-nav__next {
  padding-left: 40px;
}

.ttc-post-nav__prev {
  padding-right: 40px;
}

#grve-footer .widget_media_image,
#grve-footer .grve-widget {
  margin-bottom: 20px;
}

#grve-footer H6 {
  font-size: 16px !important;
  letter-spacing: 2px;
}

.ttc-faq__question {
  width: 100%;
  background-color: #fff !important;
  color: #000 !important;
  display: flex !important;
  justify-content: flex-start !important;
  padding: 15px 10px !important;
  transition: all 300ms ease-out !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  text-align: left !important;
}

.ttc-faq__item {
	margin-bottom: 20px;
}

.ttc-faq__question h4 {
  color: #000 !important;
  font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
  .ttc-faq__question {
    font-size: 14px !important;
  }
}

.ttc-faq__question:hover {
  background-color: #f0c419 !important;
  color: #000 !important;
}

.ttc-faq__question:hover h4 {
  color: #000 !important;
}

.ttc-faq__answer {
  padding: 30px !important;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  color: #fff !important;
}

.ttc-portfolio.bg-light , .ttc-project.bg-light {
	background-color: white;
	color: black;
	padding: 60px 20px;
	margin-bottom: 20vh;
	border-radius: 5px;
}

.chaty-channel-list {
	bottom: 30px !important;
	right: 20px !important;
}

.box-white .grve-container {
    background-color: #fff !important;
    color: #000 !important;
    padding: 60px 30px;
    border-radius: 5px;
}

.box-white h1, .box-white h2, .box-white h3, .box-white h4, .box-white h5, .box-white h6 {
    color: #000 !important;
}

.box-white h1 {
    font-size: 32px !important;
}

.box-white h2 {
    font-size: 28px !important;
}

.box-white h3 {
    font-size: 24px !important;
}

.box-white h4 {
    font-size: 21px !important;
}

.box-white h5 {
    font-size: 18px !important;
}

.box-white h6 {
    font-size: 16px !important;
}

/* TTC Image Text base */
.ttc-image-text{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #000; /* fallback in case no image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  isolation: isolate;
}

/* Dark overlay controlled by --ttc-it-overlay */
.ttc-image-text__overlay{
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: #000;
  opacity: var(--ttc-it-overlay, .45);
}

/* Inner + content */
.ttc-image-text__inner{
  position: relative; z-index: 2;
  min-height: 100vh;
  display: grid;
}
.ttc-image-text__content{
  min-height: 100vh;
  gap: var(--ttc-space-md);
  text-align: left; /* alignment handled by flex align-items/justify-content inline */
  display:flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .ttc-image-text {
    min-height: 50vh;
    max-height:50vh;
  }
  .ttc-image-text__content {
    min-height: 50vh;
    max-height:50vh;
  }
  .ttc-image-text__inner {
    min-height: 50vh;
    max-height:50vh;
  }
}

/* Color schemes */
.ttc-scheme-light { color: var(--ttc-color-light); }
.ttc-scheme-light .ttc-lead { color: rgba(255,255,255,.8); }
.ttc-scheme-dark  { color: var(--ttc-color-dark); }
.ttc-scheme-dark  .ttc-lead { color: white; }

/* Make primary button consistent with brand */
.ttc-image-text .btn.ttc-btn-main{
  background-color: white;
  border-color: white;
  color: black;
  padding: 5px 30px;
  border-radius: 5px;
}
.ttc-image-text .btn.ttc-btn-main:hover{
  background-color: #f0c419;
  border-color: #f0c419;
  color: white;
}

.ttc-archive-grid .ttc-h3 {
    color: white;
}

.ttc-archive-grid {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
}

.ttc-group {
    margin-bottom: 50px;
}

.project-cover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

#grve-footer .grve-footer-wrapper .grve-column {
    margin: 0 !important;
}
.grve-row.grve-columns-gap-30 .grve-column .grve-column-wrapper {
    margin: 0 !important;
}

.grve-toggle-menu ul.grve-menu li a {
    font-size: 12px;
}