.site-content {
    background: #f1f1f1;
}

.ptt-label-editor {
  font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 100%;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

/* hero block */
section {
    margin: 0 !important;
}

.wp-block-paintthetown-hero {
    background: #fcdc54;
}

.wp-block-paintthetown-hero .ptt-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media(max-width:1100px) {
  .wp-block-paintthetown-hero .ptt-container {
    display: block;
}
}

.wp-block-paintthetown-hero .ptt-container .ptt-content {
    padding: 50px;
}

@media(max-width:1100px) {
  .wp-block-paintthetown-hero .ptt-container .ptt-content {
    padding: 20px 35px;
  }
}

.wp-block-paintthetown-hero .ptt-container .ptt-content img {
    max-width: 375px;
    object-fit: contain;
}

@media(max-width:1100px) {
.wp-block-paintthetown-hero .ptt-container .ptt-content img {
  display: none;
}
}

.wp-block-paintthetown-hero .ptt-container .ptt-media {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

@media(max-width:1100px) {
  .wp-block-paintthetown-hero .ptt-container .ptt-media {
    clip-path: none;
}
}

.wp-block-paintthetown-hero .ptt-container .ptt-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-paintthetown-hero h1 {
    font-size: 39px;
    font-weight: 800;
    color: #37A4ED;
}



.wp-block-paintthetown-hero .ptt-subhead-rotator {
      position: relative;   
      font-size: 42px;
      font-weight: 800;
      color: #ED5152;
      min-height: 100px;
      line-height: 1;
}

@media(max-width:1100px) {
  .wp-block-paintthetown-hero h1 {
    font-size: 34px;
}

.wp-block-paintthetown-hero .ptt-subhead-rotator {
  font-size:34px;

}
}

.wp-block-paintthetown-hero a {
  display: inline-block;
    margin-top: 15px;
    background-color: #ED5152;
    font-size: 20px;
    font-weight: 800;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
    text-decoration: none !important;
	line-height:1;
}

.wp-block-paintthetown-hero a:hover {
    background: #37a4ed;
    color: #fff;
}

.wp-block-paintthetown-hero .ptt-subhead-item {
  display: none;
  opacity: 0;
  transition: opacity .35s ease;
}

.wp-block-paintthetown-hero .ptt-subhead-item.is-active {
  display: inline;
  opacity: 1;
}


/* image with text */
.wp-block-paintthetown-image-with-text .ptt-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.wp-block-paintthetown-image-with-text .media-right .ptt-media {
    order: 2;
}


@media(max-width:1100px) {
  .wp-block-paintthetown-image-with-text .ptt-container {
     grid-template-columns: 1fr;
  }

  .change-order-mobile .ptt-media {
    order: 1;
  }
}



.wp-block-paintthetown-image-with-text .ptt-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 31px 20px 35px 20px;
}

.wp-block-paintthetown-image-with-text h3 {
  font-weight: 800;
  line-height: 1.2;
  font-size: 34px;
  text-align: center;
}

.wp-block-paintthetown-image-with-text .ptt-content p {
    margin-top: 20px;
	margin-bottom:30px;
}

.wp-block-paintthetown-image-with-text .ptt-ctas a {
    background-color: #ED5152;
    font-size: 20px;
    font-weight: 800;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
    text-decoration: none !important;
}





.wp-block-paintthetown-image-with-text p {
  font-size:inherit;
  font-weight: 600;
  text-align: center;
}

.wp-block-paintthetown-image-with-text .ptt-media img {
    width: 100%;
    object-fit: cover;
}

/* @media(max-width:768px) {
	.wp-block-paintthetown-image-with-text .ptt-media img {
		min-height:250px;
		height:100%;
		
	}
} */


/* Choose From a Variety of Events */
/* /////////////////////////////////////////////////////////////////////////////// */

.wp-block-paintthetown-event-cards-grid .ptt-container {
    padding: 22px 32px 32px 32px;
}




.wp-block-paintthetown-event-cards-grid .ptt-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

@media(max-width:1100px) {
.wp-block-paintthetown-event-cards-grid .ptt-grid {
      display:block;
}
	.wp-block-paintthetown-event-cards-grid .ptt-grid .ptt-card {
		margin-top:20px;
	}
	.ptt-card h4 {
		margin-top:15px;
	}
}

.wp-block-paintthetown-event-cards-grid .ptt-card {
    background: white;
    padding: 5px;
	flex: 0 1 23.1%;
    max-width: 100%;
}
.wp-block-paintthetown-event-cards-grid .ptt-card .ptt-card-toolbar {
  width: 100%;
  margin-bottom: 5px;
}

.wp-block-paintthetown-event-cards-grid .ptt-card .ptt-card-toolbar >div {
  width: 100%;
}

.wp-block-paintthetown-event-cards-grid .ptt-card .ptt-card-toolbar button {
  width: 100%;
  display: flex;
}
.wp-block-paintthetown-event-cards-grid .ptt-card .ptt-media button{
    width: 100%;
  display: flex;
  margin-bottom: 5px;
}

.wp-block-paintthetown-event-cards-grid .ptt-actions {
  padding: 10px ;
}




.wp-block-paintthetown-event-cards-grid .ptt-card img {
    box-shadow: 0px 5px 5px 0px #888888;
    height: 242px;
    object-fit: cover;
    width: 100%;
}
.wp-block-paintthetown-event-cards-grid  h2 {
    font-size: 42px;
    font-weight: 800;
    color: #2024F8;
    margin-bottom: 32px;
    text-align: center;
}

.wp-block-paintthetown-event-cards-grid .ptt-card h4 {
    font-size: 25px;
    color: #2024F8;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
}

.wp-block-paintthetown-event-cards-grid .ptt-card p {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 15px 20px 15px;
}

/*  */

.wp-block-paintthetown-banner-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px ;
  text-align: center;
display: flex;
  height: 520px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

img.ptt-banner-cta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-paintthetown-banner-cta .ptt-container {
  position: relative;
  z-index: 2; 
}

.wp-block-paintthetown-banner-cta__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 1;
  pointer-events: none;
}

.wp-block-paintthetown-banner-cta h2 {
font-size: 46px;
    color: #FFFFFF;
    font-weight: 800;
}


.wp-block-paintthetown-banner-cta p {
    color: white;
    font-size: 22px;
}
.wp-block-paintthetown-banner-cta a {
background-color: #FDDB54;
    font-size: 20px;
    font-weight: 800;
    fill: #ED5152;
    color: #ED5152;
    border-radius: 31px 31px 31px 31px;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    text-decoration: none !important;
}




.wp-block-paintthetown-info-icons-row.ptt-info-icons {
  background: #fbf5ef; 
  padding: 64px 0;
}


.ptt-info-icons .ptt-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}


.ptt-info-icons .ptt-section-title {
  text-align: center;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  color: #1e3aff; /* vivid blue */
  margin: 0 0 36px;
}


.ptt-info-icons .ptt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
  justify-content: center;
}

@media(max-width:1100px) {
  .ptt-info-icons .ptt-grid {
      grid-template-columns: 1fr;

  }
}


.ptt-info-icons .ptt-card {
  text-align: center;
  padding: 8px 8px 0;
}
.wp-block-paintthetown-info-icons-row p {
  font-weight: 600;
}

.ptt-info-icons .ptt-illustration {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ptt-info-icons .ptt-illustration img {
height: 180px;
object-fit: contain;
}


.ptt-info-icons .ptt-card-title {
  margin: 10px 0 4px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #1e3aff;
  text-transform: uppercase;
}


.ptt-info-icons .ptt-card-kicker {
  margin: 0 0 10px;
  color: #3e5bff;
  font-weight: 700;
  font-size: 16px;
}


.ptt-info-icons .ptt-card-desc {
  margin: 0 auto;
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.55;
  color: #0b0b0b;
}

@media(max-width:1100px) {
	.ptt-info-icons .ptt-card {
		margin-top:25px !important;
	}
	
	.ptt-info-icons .ptt-card-title {
		margin-top:15px !important;
	}
}



/* Panel */
.wp-block-paintthetown-reviews-text-slider {
  padding: 0px 20px 56px;
}
.ptt-reviews-text .ptt-rs-inner { max-width: 1180px; margin: 0 auto; position: relative; }

/* Header (static) */
.ptt-reviews-text .ptt-rs-head { text-align: center; margin-bottom: 48px; }
.ptt-reviews-text .ptt-rs-heading-top {
  margin: 0; color: #ffd24d; font-weight: 800; font-size: 44px; line-height: 1.15;
}
.ptt-reviews-text .ptt-rs-heading-bottom {
  margin: 6px 0 0; color: #ffffff; font-weight: 800; font-size: 32px; line-height: 1.15;
}
.ptt-reviews-text .ptt-rs-stars { margin-top: 10px; color: #ffd24d; font-size: 36px; letter-spacing: 6px; }

/* Swiper Element area (only text moves) */
.ptt-reviews-text swiper-container {
  width: 100%;
  display: block;
  margin: 24px 0 18px;
  padding: 20px 0;
  --swiper-navigation-color: rgba(255,255,255,0.9);
  --swiper-navigation-size: 36px;
}
.ptt-reviews-text swiper-slide {
  text-align: center;
  padding: 0 16px;
  display: grid;
  place-items: center;
}
.ptt-reviews-text .ptt-rs-quote p {
  margin: 0 auto;
  max-width: 980px;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.95;
  font-size: 22px;
  line-height: 1.7;
}
.ptt-reviews-text .ptt-rs-author { margin-top: 18px; font-weight: 800; color: #1e3aff; font-size: 20px; }

.ptt-reviews-text .ptt-rs-cta-wrap { display: flex; justify-content: center; margin-top: 28px; }
.ptt-reviews-text .ptt-rs-cta {
  display: inline-block; background: #ffd24d; color: #193cff; font-weight: 900;
  text-decoration: none; padding: 14px 28px; border-radius: 999px;
  box-shadow: 0 6px 0 rgba(0,0,0,0.12);
}

.ptt-reviews-text .ptt-rs-cta:hover {
    background: #ffd22a;
}

@media (max-width: 960px) {
  .ptt-reviews-text { padding: 60px 16px 46px; }
  .ptt-reviews-text .ptt-rs-heading-top { font-size: 38px; }
  .ptt-reviews-text .ptt-rs-heading-bottom { font-size: 28px; }
  .ptt-reviews-text .ptt-rs-stars { font-size: 32px; }
}
@media (max-width: 640px) {
  .ptt-reviews-text .ptt-rs-heading-top { font-size: 30px; }
  .ptt-reviews-text .ptt-rs-heading-bottom { font-size: 24px; }
  .ptt-reviews-text .ptt-rs-stars { font-size: 28px; }
  .ptt-reviews-text .ptt-rs-quote p { font-size: 18px; }
}





/* logs slider //////////////////////// */

.wp-block-paintthetown-logos-slider {
  background: #ffffff;
  color: #111;
  padding: 56px 16px 40px 16px;
  overflow: hidden;
}

.wp-block-paintthetown-logos-slider,
.ptt-logos-slider .ptt-ls-inner {
  overflow: visible;
}

.ptt-logos-slider swiper-container {
  --swiper-navigation-color: #6ec1e4;
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: -1px;
}

.ptt-logos-slider swiper-container::part(button-prev),
.ptt-logos-slider swiper-container::part(button-next) {
  z-index: 500;
  pointer-events: auto;
  position: absolute;

}

.wp-block-paintthetown-logos-slider h2 {
  text-align: center;
  font-weight: 800;
  color: #f05555;              
  letter-spacing: 0.3px;
  margin: 0 0 28px !important;
  line-height: 1.1;
  font-size: 38px;
}
@media(max-width:1100px) {
	.wp-block-paintthetown-logos-slider h2 {
		margin-bottom:20px !important;
	}
}

.wp-block-paintthetown-logos-slider .ptt-ls-actions {
  padding: 10px 0;
}


.wp-block-paintthetown-logos-slider .ptt-ls-logo {
  display: block;
  padding: 0;                         
}
.wp-block-paintthetown-logos-slider .ptt-ls-logo img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.ptt-logos-slider-small .ptt-ls-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}



.ptt-logos-slider-small .ptt-ls-logo img {
  height: 40px;
    object-fit: contain;
    width: 100px;
}

.full-size-slider .ptt-ls-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
}

.full-size-slider .ptt-ls-logo img {
    height: 100% !important;
    object-fit: contain;
    width: 100% !important;
}



/* logos */

.wp-block-paintthetown-logo-strip {
  background: #fff;
  color: #111;
  padding: 56px 16px;
}
.ptt-logo-strip .ptt-container {
  max-width: 1280px;
  margin: 0 auto;
}


.ptt-logo-strip .ptt-ls-title {
  text-align: center;
  color: #40a5ee;       
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 28px !important;
  font-size: 38px;
}

.ptt-logo-strip .logos {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 60px 48px;              
  flex-wrap: wrap;
}
.ptt-logo-strip .logos img {
  display: block;
  width: auto;
  height: auto;        
  max-height: 96px;
  object-fit: contain;
}


.ptt-logo-strip .logos-editor {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.ptt-logo-strip .logo-thumb img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.ptt-logo-strip .logo-thumb .ph {
  width: 140px;
  height: 100%;
  border: 2px dashed #cfd8dc;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #90a4ae;
  font-size: 12px;
}
.ptt-logo-strip .logo-tools {
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  margin-top: 8px;
}
.ptt-logo-strip .add-logos { margin-top: 10px; text-align: center; }

/* Responsive spacing to keep the airy feel */
@media (max-width: 960px) {
  .ptt-logo-strip .logos { gap: 28px 32px; justify-content: center; }
}
@media (max-width: 640px) {
  .ptt-logo-strip .logos { gap: 22px 24px; justify-content: center; }
}



/* slider with list  */

.ptt-evsplit .ptt-evsplit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 0;
  align-items: stretch;
}


.ptt-evsplit__left {
  color: #fff;
  padding: 22px;
}
.ptt-evsplit__headline {
  margin: 0 0 22px;
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
}

.ptt-evsplit__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 40px;
  margin: 16px 0 28px;
}
.ptt-evsplit__lists ul {
  margin: 0;
  padding-left: 26px;
  list-style: disc;
}
.ptt-evsplit__lists li {
  margin: 8px 0;
}
.ptt-evsplit__lists span {
  font-size: 20px;
  font-weight: 800;
}

.ptt-evsplit__more {
  font-weight: 800;
  font-size: 20px;
  margin: 12px 0 22px;
  text-align: center;
}


.ptt-evsplit__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:1100px) {
  .ptt-evsplit__more, .ptt-evsplit__cta {
    display: none;
  }
}

.ptt-btn {
    background-color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    fill: #37A4ED;
    color: #37A4ED;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}



.ptt-evsplit__right {
  position: relative;
  overflow: hidden;
}


.ptt-evsplit__ribbon {
  position: absolute;
  z-index: 2;
  left: 0; right: 0; top: 18px;
  text-align: center;
  padding: 10px 16px;
  background: rgba(0,0,0,.35);
}


.ptt-evsplit__ribbon span {
  color: #fff;
  font-weight: 800;
  font-size: clamp(22px, 3.4vw, 64px);
  letter-spacing: .5px;
}


.ptt-evsplit__right swiper-container {
  display: block;
  width: 100%;
}
.ptt-evsplit__right swiper-slide,
.ptt-evsplit__slide {
  width: 100%; height: 100%;
  display: grid; place-items: center;
}
.ptt-evsplit__slide img {
  width: 100%; 
	height: 480px;
  object-fit: cover;
}

/* Hide pagination, keep arrows (default from web component) */
.ptt-evsplit__right swiper-container::part(pagination) { display:none; }

/* Tiny utility button used in editor near list items */
.ptt-mini-btn { padding: 2px 6px; line-height: 1; height: auto; }

/* Responsive stack on small screens */
@media (max-width: 900px) {
  .ptt-evsplit .ptt-evsplit__grid { grid-template-columns: 1fr; }
  .ptt-evsplit__left { padding: 36px 22px; }
  .ptt-evsplit__lists { grid-template-columns: 1fr; }
}



/* swiper pagination */
.swiper-pagination {
   bottom:0px !important;
}





/*cta text component*/
.wp-block-paintthetown-cta-text .ptt-container {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:1100px) {
	.wp-block-paintthetown-cta-text .ptt-container {
    padding: 40px 50px 55px 50px;
}
}
.wp-block-paintthetown-cta-text .ptt-container .ptt-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.wp-block-paintthetown-cta-text .ptt-container .subtitle {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.wp-block-paintthetown-cta-text .ptt-container .ptt-btn--primary-big {
    background-color: #FFFFFF;
    font-size: 25px;
    font-weight: 800;
    fill: #37A4ED;
    color: #37A4ED;
    border-radius: 30px 30px 30px 30px;
    padding: 20px 30px 20px 30px;
}

@media(max-width:768px) {
	.wp-block-paintthetown-cta-text .ptt-container {
		display:block;
	}
}


/*events card component*/

.wp-block-paintthetown-event-gallery H3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.event-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
	margin-top:40px;
}

.event-gallery-grid-4 {
    grid-template-columns: repeat(4, 1fr);
margin-top:10px;
}


.event-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
    min-height: 255px;
}

.event-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

@media(max-width:768px) {
	.event-item img {
    height: 400px;
}
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0 0 5px #000100;
    text-transform: uppercase;
	width:97%;
}

/* Hide swiper on desktop */
.event-gallery-swiper {
    display: none;
}

/* Mobile view: hide grid, show swiper */
@media (max-width: 767px) {
    .event-gallery-grid {
        display: none;
    }

    .event-gallery-swiper {
        display: block;
    }
}


/* service pages banner image */

.service-banner-image img {
  width: 100% !important;
}



h1, h2, h3, h4, h5, h6 {
margin:0px !important;
}



.ptt-gallery-grid {
    display: flex;
    flex-wrap: wrap;
}

.ptt-gallery-item {
    position: relative;
    overflow: hidden;
}




.ptt-gallery-grid img {
transition: opacity 0.5s ease, transform 0.5s ease;
	width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}




.ptt-gallery-grid img.ptt-hidden {
opacity: 0;
transform: scale(0.95);
pointer-events: none;
}

.ptt-gallery-filters {
margin-bottom: 15px;
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content:center;
}

@media(max-width:768px) {
	.ptt-gallery-filters {
		gap:5px;
	}
	.ptt-gallery-filters button {
    padding: 5px 10px;
}
}


.ptt-gallery-filters button {
border: none;
cursor: pointer;
font-size:20px;
	font-weight:800;
	color:#000000;
}

.ptt-gallery-filters button:hover, .ptt-gallery-filters button:focus {
color: #ed5152;
	background:none;
}

.ptt-gallery-filters button.active {
color: #ed5152;
}


.zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* @media(max-width:768px) {
	
  .ptt-gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}
	
	.ptt-gallery-grid img {
height:120px;
}
	
	
.ptt-gallery-filters {
margin-bottom: 10px;
}
} */




  

.ptt-gallery-img {
    width: 100%;
    display: block;
    transition: transform 0.3s;
}

.ptt-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.ptt-gallery-overlay.visible {
    opacity: 1;
}

.ptt-gallery-overlay-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
}


img.lightbox-image {
    width: 70% !important;
}


.lightbox-img-container button.close {
    z-index: 9999999999;
    top: 55px !important;
    background: #000000 !important;
    height: 40px;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
}


.lb-image {
    max-width: none !important;
    max-height: none !important;
    object-fit: unset !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    cursor: grab;
}

.lb-image.dragging {
    cursor: grabbing;
}


/* text slider */

.ptt-text-slider {
    position: relative;
}

/* Overlay */
.ptt-text-slider__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* Centered text */
.ptt-text-slider__content {
    position: absolute !important;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    pointer-events: none;
}

/* Swiper */
.ptt-text-slider__swiper {
    position: relative;
    z-index: 0;
}

/* Images */
.ptt-text-slider__image {
    width: 100%;
    display: block;
}



.ptt-rs-text-wrap {
    padding: 0px 55px;
    margin-top: 20px;
}

.ptt-text-slider {
    position: relative;
    isolation: isolate; /* Create stacking context */
}

.ptt-text-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
    pointer-events: none; /* Allow clicks to pass through */
}

.ptt-text-slider__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none; /* Text should not block interactions */
}

.ptt-text-slider__swiper {
    position: relative;
    z-index: 0;
}

/* Swiper navigation arrows - highest priority */
.ptt-text-slider__swiper::part(button-prev),
.ptt-text-slider__swiper::part(button-next) {
    z-index: 10 !important;
}

/* Alternative selectors for swiper arrows */
swiper-container::part(button-prev),
swiper-container::part(button-next) {
    z-index: 10 !important;
}















/* =========================
   GALLERY CONTAINER
   ========================= */
.ptt-filterable-gallery {
    width: 100%;
    position: relative;
}

/* =========================
   FILTER BUTTONS
   ========================= */
.ptt-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ptt-gallery-filters button {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.ptt-gallery-filters button:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.ptt-gallery-filters button.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* =========================
   GALLERY GRID
   ========================= */
.ptt-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 200px;
}

.ptt-gallery-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: #f0f0f0;
}

/* =========================
   PLACEHOLDER
   ========================= */
.ptt-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.ptt-placeholder.loaded {
    opacity: 0;
    pointer-events: none;
}

.ptt-placeholder-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #ddd;
    border-top-color: #888;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* =========================
   GALLERY IMAGES
   ========================= */
.ptt-gallery-item img.ptt-gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.5s ease, transform 0.3s ease;
    opacity: 0;
}

.ptt-gallery-item img.ptt-gallery-img.loaded {
    opacity: 1;
}

.ptt-gallery-item:hover img.ptt-gallery-img.loaded {
    transform: scale(1.05);
}

.ptt-gallery-item.error {
    background: #ffeaea;
}

/* =========================
   OVERLAY
   ========================= */
.ptt-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

.ptt-gallery-overlay.visible {
    opacity: 1;
}

.ptt-gallery-overlay-title {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    max-width: 90%;
    word-wrap: break-word;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* =========================
   LOADER
   ========================= */
.ptt-gallery-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    gap: 15px;
    color: #666;
    font-size: 14px;
}

.ptt-loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #eee;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* No images message */
.ptt-no-images {
    width: 100%;
    text-align: center;
    padding: 40px;
    color: #888;
    font-size: 16px;
}

/* =========================
   LIGHTBOX
   ========================= */
.ptt-gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    flex-direction: column;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ptt-gallery-lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

/* Header */
.ptt-gallery-lightbox .lb-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
    flex-shrink: 0;
}

.ptt-gallery-lightbox .img-count {
    font-size: 14px;
    opacity: 0.8;
}

.ptt-gallery-lightbox .close {
    font-size: 32px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    transition: opacity 0.2s;
}

.ptt-gallery-lightbox .close:hover {
    opacity: 0.7;
}

/* Stage */
.ptt-gallery-lightbox .lb-stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.ptt-gallery-lightbox .prev,
.ptt-gallery-lightbox .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    padding: 15px 12px;
    border-radius: 4px;
    transition: background 0.2s, transform 0.2s;
}

.ptt-gallery-lightbox .prev { left: 15px; }
.ptt-gallery-lightbox .next { right: 15px; }

.ptt-gallery-lightbox .prev:hover,
.ptt-gallery-lightbox .next:hover {
    background: rgba(0,0,0,0.7);
}

/* Zoom container */
.ptt-gallery-lightbox .zoom-container {
    overflow: hidden;
    width: calc(100% - 120px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ptt-gallery-lightbox .lb-loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptt-gallery-lightbox .lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    transition: opacity 0.3s ease, transform 0.15s ease;
}

/* Footer */
.ptt-gallery-lightbox .lb-footer {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    padding: 15px 20px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.ptt-gallery-lightbox .img-title {
    font-size: 15px;
    max-width: 50%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ptt-gallery-lightbox .lb-actions {
    display: flex;
    gap: 10px;
}

.ptt-gallery-lightbox .lb-actions button {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.2s;
}

.ptt-gallery-lightbox .lb-actions button:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
}

/* Share menu */
.ptt-gallery-lightbox .share-menu {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    background: rgba(0,0,0,0.95);
    padding: 12px 15px;
    border-radius: 8px;
    z-index: 10001;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.ptt-gallery-lightbox .share-menu a {
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.2s;
    white-space: nowrap;
}

.ptt-gallery-lightbox .share-menu a:hover {
    background: rgba(255,255,255,0.1);
    border-color: #666;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 768px) {
    .ptt-gallery-filters {
        gap: 8px;
    }
    
    .ptt-gallery-filters button {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .ptt-gallery-lightbox .lb-footer {
        flex-direction: column;
        gap: 12px;
        padding: 12px;
    }
    
    .ptt-gallery-lightbox .img-title {
        max-width: 100%;
    }
    
    .ptt-gallery-lightbox .prev,
    .ptt-gallery-lightbox .next {
        font-size: 22px;
        padding: 12px 10px;
    }
    
    .ptt-gallery-lightbox .prev { left: 8px; }
    .ptt-gallery-lightbox .next { right: 8px; }
    
    .ptt-gallery-lightbox .zoom-container {
        width: calc(100% - 80px);
    }
    
    .ptt-gallery-lightbox .share-menu {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 90vw;
        bottom: 100px;
    }
    
    .ptt-gallery-lightbox .lb-actions {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .ptt-gallery-lightbox .lb-actions button {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ptt-gallery-lightbox .lb-header {
        height: 50px;
        padding: 0 12px;
    }
    
    .ptt-gallery-lightbox .close {
        font-size: 28px;
    }
}

/* =========================
   SKELETON LOADING EFFECT (OPTIONAL)
   ========================= */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.ptt-placeholder.shimmer {
    background: linear-gradient(
        90deg,
        #f0f0f0 25%,
        #e0e0e0 50%,
        #f0f0f0 75%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

/* =========================
   STEPS COLUMNS BLOCK
   ========================= */
.wp-block-paintthetown-steps-columns {
    overflow: visible;
}

.ptt-steps-columns__swiper {
    width: 100%;
    overflow: visible;
}

.ptt-steps-columns__swiper swiper-slide {
    height: auto;
}

/* Inner wrapper per slide — provides padding space for badge (top) and image (bottom) */
.ptt-steps-columns__slide-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px; /* room for image to hang below card */
    height: 100%;
    box-sizing: border-box;
}

/* Number badge — floats above the card, overlapping its top edge */
.ptt-steps-columns__number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}

/* Card body */
.ptt-steps-columns__card {
    background: #f9f4ef;
    border-radius: 0px;
    padding: 48px 28px 20px; /* top padding absorbs the 32px badge overlap */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    min-height:320px;
}

.ptt-steps-columns__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 40px;
}

.ptt-steps-columns__desc {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    color: #333;
    flex: 1;
    font-weight: 600;
    padding-top: 15px;
}

/* Image hangs below the card */
.ptt-steps-columns__image-wrap {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.ptt-steps-columns__img {
    max-height: 100px;
	object-fit:contain;
    width: 100%;
    width: auto;
    display: block;
}

/* Desktop: hide nav/pagination — swiper acts as a 3-column grid */
@media (min-width: 768px) {
    .ptt-steps-columns__swiper::part(button-prev),
    .ptt-steps-columns__swiper::part(button-next),
    .ptt-steps-columns__swiper::part(pagination) {
        display: none !important;
    }
}

/* Mobile: padding for pagination dots */
@media (max-width: 767px) {
    .ptt-steps-columns__swiper {
        padding-bottom: 48px !important;
    }
}

/* =========================
   TESTIMONIALS CITY PAGE BLOCK
   ========================= */
.ptt-testi-city {
    padding: 60px 32px;
    box-sizing: border-box;
}

/* ── Desktop list (all testimonials stacked) ── */
.ptt-testi-city__list {
    max-width: 800px;
    margin: 0 auto;
}

.ptt-testi-city__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ptt-testi-city__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ptt-testi-city__item:first-child {
    padding-top: 0;
}

.ptt-testi-city__stars {
    font-size: 2.2rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
    line-height: 1;
}

.ptt-testi-city__quote {
    font-size: 20px;
    line-height: 30px;
    max-width: 680px;
    margin: 0 auto 16px;
    font-weight: 600;
}

.ptt-testi-city__author {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

/* ── Desktop: show list, hide swiper ── */
@media (min-width: 768px) {
    .ptt-testi-city__list { display: block; }
    .ptt-testi-city__swiper { display: none !important; }
}

/* ── Mobile: hide list, show swiper ── */
@media (max-width: 767px) {
    .ptt-testi-city {
        padding: 40px 20px 80px; /* extra bottom for pagination */
    }

    .ptt-testi-city__list { display: none; }

    .ptt-testi-city__swiper { display: block; }

    .ptt-testi-city__swiper .ptt-testi-city__item {
        padding: 20px 16px 32px;
        border-bottom: none;
    }
}