/* restored */
:root { --pw-gold: #E8B923; --pw-orange: #E8941A; --pw-hero-h: clamp(460px, 78vh, 820px); --pw-portfolio-ratio: 4 / 5; }
.pw-preloader { position: fixed; inset: 0; z-index: 999999999; display: flex; align-items: center; justify-content: center; background: #fff; }
.pw-preloader img { width: 72px; }
.tt-style-switch { display: none !important; }
.banner-pagination-image-section .swiper.banner-pagination-image-slider { height: var(--pw-hero-h); }
.banner-pagination-image-section .swiper .swiper-wrapper .swiper-slide img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.pw-services-home.service-area2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: transparent !important;
}
.pw-services-home .secvice-content { max-width: none; }
.pw-service-card--image { height: 100%; }
.pw-service-photo {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 22px;
  aspect-ratio: 4 / 3;
}
.pw-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.pw-service-card--image:hover .pw-service-photo img { transform: scale(1.04); }
.pw-service-card .secvice-content h3 { margin-bottom: 10px; }
.pw-service-card .secvice-content h3 a { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.2; }
.pw-service-card .secvice-content p { font-size: 15px; line-height: 1.75; margin-bottom: 0; }
.pw-service-card .secvice-content h3 a { color: inherit; }
.pw-service-card .secvice-content p { margin-bottom: 0; }
.pw-service-more {
  margin-top: 24px;
  display: inline-block;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid var(--pw-gold) !important;
}
.pw-service-more:hover {
  background: var(--pw-orange) !important;
  border-color: var(--pw-orange) !important;
  color: #fff !important;
}
.pw-service-card { text-align: left; background: transparent !important; border: none; box-shadow: none; padding: 0 !important; }
.pw-service-icon { width: 64px; height: 64px; margin: 0 0 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(232,185,35,0.45); color: var(--pw-orange); background: rgba(232,185,35,0.08); }
.pw-service-icon i { font-size: 28px; line-height: 1; display: block; }
.pw-section-head--center { text-align: center; }
.pw-section-head span { color: var(--pw-orange); letter-spacing: 0.28em; text-transform: uppercase; font-size: 14px; display: inline-block; margin-bottom: 14px; }
.pw-service-card .icon { display: none; }
.pw-about-home-photo { height: clamp(360px, 38vw, 540px); overflow: hidden; border-radius: 4px; }
.pw-about-home-photo img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.pw-about-intro h3 { margin-bottom: 20px; }
.pw-about-intro p { margin-bottom: 16px; }
.pw-about-more {
  display: inline-block;
  padding: 12px 30px 10px;
  font-weight: 600;
  text-decoration: none;
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid var(--pw-gold) !important;
}
.pw-about-more:hover {
  background: var(--pw-orange) !important;
  border-color: var(--pw-orange) !important;
  color: #fff !important;
}
.header-area .header-logo img.pw-logo { max-height: 48px; width: auto; }

/* Dark readable text on all light-background buttons site-wide */
a.primary-btn6,
button.primary-btn6,
.primary-btn6.button-hover-one {
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid var(--pw-gold) !important;
  text-decoration: none;
}
.primary-btn6:hover,
.primary-btn6.button-hover-one:hover {
  background: var(--pw-orange) !important;
  border-color: var(--pw-orange) !important;
  color: #fff !important;
}

/* Tighter homepage section spacing */
.pw-home-about { padding-top: 72px; padding-bottom: 40px; }
.pw-home-services { padding-top: 40px; padding-bottom: 48px; }
.pw-home-work { padding-top: 48px; padding-bottom: 48px; }
.pw-home-cta { padding-top: 40px; padding-bottom: 48px; }
.pw-home-section .row.mb-60 { margin-bottom: 40px !important; }
.pw-home-section .row.pt-60 { padding-top: 32px !important; }
@media (max-width: 991px) {
  .pw-home-about { padding-top: 56px; padding-bottom: 32px; }
  .pw-home-services { padding-top: 32px; padding-bottom: 40px; }
  .pw-home-work { padding-top: 40px; padding-bottom: 40px; }
  .pw-home-cta { padding-top: 32px; padding-bottom: 56px; }
}
.pw-instagram-feed .pw-instagram-sub {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
}
.pw-instagram-feed .pw-instagram-sub a {
  color: var(--pw-orange);
  text-decoration: none;
}
.pw-instagram-feed .pw-instagram-follow {
  display: inline-flex;
  margin-top: 0.5rem;
}
.pw-insta-feed-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
}
.pw-insta-feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.pw-insta-feed-item:hover img {
  transform: scale(1.06);
}
@media (max-width: 991px) {
  .pw-instagram-feed .pw-instagram-follow {
    margin-bottom: 1rem;
  }
}
.banner-pagination-image-content span { color: var(--pw-orange) !important; }
.banner-pagination-image-section .row {
  position: relative;
}
/* Social icons sit in the left gutter — not rotated over the hero slider */
@media (min-width: 992px) {
  .horo-style-2 .social-area {
    left: 0;
    width: 80px;
    z-index: 4;
    display: flex;
    justify-content: center;
  }
  .horo-style-2 .social-area ul {
    transform: none;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .horo-style-2 .social-area ul li {
    margin-bottom: 0;
  }
  .horo-style-2 .social-area ul li a {
    text-transform: none;
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .horo-style-2 .social-area ul li a i {
    display: inline-block;
    font-size: 20px;
    transform: none;
    color: var(--text-light-dark-color1);
    transition: color 0.3s ease;
  }
  .horo-style-2 .social-area ul li a:hover i {
    color: var(--pw-orange);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horo-style-2 .social-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .horo-style-2 {
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  .banner-pagination-image-section {
    padding-bottom: 84px;
  }
  .banner-pagination-image-section .swiper.banner-pagination-image-slider {
    height: clamp(360px, 58vh, 500px);
  }
  .banner-pagination-image-content {
    bottom: 92px;
    left: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
  }
  .banner-pagination-image-content h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.15;
  }
  .banner-pagination-small-image {
    bottom: 12px;
    left: 16px;
    right: 16px;
    width: auto;
    height: auto;
    padding-bottom: 8px;
  }
  .banner-pagination-small-image .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 56px !important;
    width: 56px !important;
    margin-right: 8px !important;
  }
  .banner-pagination-small-image .swiper-slide img {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    object-fit: cover;
  }
  #about-style-2 {
    padding-top: 48px;
  }
}
.pw-portfolio-home .pw-portfolio-tile,
.pw-portfolio-page .pw-portfolio-tile { margin-bottom: 0; display: flex; flex-direction: column; height: 100%; }
.pw-portfolio-home .portfolio-img,
.pw-portfolio-page .portfolio-img { margin-bottom: 0; flex: 1 1 auto; }
.pw-portfolio-home .pw-portfolio-photo,
.pw-portfolio-page .pw-portfolio-photo {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--pw-portfolio-ratio);
  height: auto;
  width: 100%;
}
.pw-portfolio-home .pw-portfolio-photo img,
.pw-portfolio-page .pw-portfolio-photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s ease;
}
.pw-portfolio-page .row.g-4 > [class*="col-"],
.pw-portfolio-home .row.g-4 > [class*="col-"] {
  display: flex;
}
.pw-portfolio-home .row.pt-60 > .col-12,
.pw-portfolio-page .row.pt-60 > .col-12 {
  display: block;
  text-align: center;
}
.pw-gallery-page .gallery-grid > [class*="col-"] {
  display: flex;
}
.pw-gallery-page .pw-portfolio-tile,
.pw-portfolio-page .pw-portfolio-tile {
  width: 100%;
}
.pw-portfolio-home .pw-portfolio-overlay,
.pw-portfolio-page .pw-portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(183.62deg, rgba(7, 8, 18, 0) 2.97%, rgba(7, 8, 18, 0.72) 88.71%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.pw-portfolio-home .pw-portfolio-view,
.pw-portfolio-page .pw-portfolio-view {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pw-orange);
  color: #fff;
  font-size: 22px;
  transform: scale(0.85);
  transition: transform 0.35s ease;
}
.pw-portfolio-home .pw-portfolio-tile:hover .pw-portfolio-photo img,
.pw-portfolio-page .pw-portfolio-tile:hover .pw-portfolio-photo img { transform: scale(1.05); }
.pw-portfolio-home .pw-portfolio-tile:hover .pw-portfolio-overlay,
.pw-portfolio-page .pw-portfolio-tile:hover .pw-portfolio-overlay { opacity: 1; }
.pw-portfolio-home .pw-portfolio-tile:hover .pw-portfolio-view,
.pw-portfolio-page .pw-portfolio-tile:hover .pw-portfolio-view { transform: scale(1); }
.pw-portfolio-meta { padding-top: 18px; flex: 0 0 auto; }
.pw-portfolio-meta h4 { margin: 0 0 6px; }
.pw-portfolio-meta h4 a {
  font-family: var(--font-josefin);
  font-weight: 600;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
  color: var(--text-light-dark-color1);
  text-decoration: none;
}
.pw-portfolio-meta h4 a:hover { color: var(--pw-orange); }
.pw-portfolio-meta > span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pw-orange);
}
.pw-portfolio-page.pt-80,
.pw-portfolio-home.pw-home-work {
  overflow: hidden;
}
@media (max-width: 991px) {
  .pw-portfolio-home .twos { padding-top: 0; }
}
.pw-inner-banner.inner-page-banner {
  padding: 56px 0 44px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .pw-inner-banner.inner-page-banner {
    padding: 44px 0 36px;
  }
}
.pw-inner-banner .banner-content h1 {
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.15;
  margin-bottom: 10px;
}
.pw-inner-banner .banner-content nav ol.breadcrumb {
  gap: 0.75rem !important;
}
.pw-inner-banner .banner-content nav ol li {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.pw-inner-banner .banner-content nav ol .breadcrumb-item + .breadcrumb-item::after {
  top: 7px;
  left: -6px;
  width: 4px;
  height: 4px;
}
.pw-services-list-page.service-area2,
.pw-service-detail-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pw-services-intro {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-color3-light, #666);
}
.pw-service-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pw-orange);
}
.pw-service-detail-intro h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.15;
}
.pw-service-lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 500;
}
.pw-service-detail-intro p {
  margin-bottom: 16px;
  line-height: 1.75;
}
.pw-service-highlights {
  margin: 24px 0 32px;
  display: grid;
  gap: 12px;
}
.pw-service-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.pw-service-highlights li i {
  color: var(--pw-orange);
  font-size: 18px;
  line-height: 1.4;
  flex-shrink: 0;
}
.pw-service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.pw-service-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 28px 24px;
  background: #fafafa;
  position: sticky;
  top: 110px;
}
.pw-service-info h4 {
  margin-bottom: 18px;
  font-size: 22px;
}
.pw-service-info li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.pw-service-info li:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}
.pw-service-info li span {
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}
.pw-service-info li strong {
  text-align: right;
  font-weight: 600;
  color: #1a1a1a;
}
.pw-service-gallery-item {
  display: block;
  overflow: hidden;
  aspect-ratio: var(--pw-portfolio-ratio);
  border-radius: 4px;
}
.pw-service-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.pw-service-gallery-item:hover img {
  transform: scale(1.04);
}
.pw-related-services {
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pw-related-service {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.pw-related-service:hover {
  border-color: var(--pw-gold);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.pw-related-service-photo {
  width: 88px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}
.pw-related-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-related-service-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pw-related-service-body strong {
  color: #1a1a1a;
  font-size: 17px;
  line-height: 1.3;
}
.pw-related-service-body em {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pw-orange);
}
.pw-service-more--ghost {
  background: transparent !important;
  color: #1a1a1a !important;
}
.pw-service-more--ghost:hover {
  background: var(--pw-orange) !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .pw-service-info {
    position: static;
    margin-top: 8px;
  }
}

/* About page */
.pw-about-page {
  max-width: 1200px;
  margin: 0 auto;
}
.pw-about-intro-block {
  padding: 72px 0 56px;
}
.pw-about-main-photo {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.pw-about-main-photo > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.pw-about-photo-accent {
  position: absolute;
  right: -20px;
  bottom: -24px;
  width: 42%;
  border: 6px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.pw-about-photo-accent img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.pw-about-detail-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.15;
}
.pw-about-lead {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 16px;
}
.pw-about-detail-intro p {
  margin-bottom: 16px;
  line-height: 1.75;
  color: var(--text-color3-light, #555);
}
.pw-about-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.pw-about-section-lead {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-color3-light, #666);
  max-width: 640px;
}
.pw-about-section-lead.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.pw-about-values {
  padding: 56px 0;
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pw-about-value-card {
  height: 100%;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.pw-about-value-card:hover {
  border-color: var(--pw-gold);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.pw-about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 1px solid rgba(232, 185, 35, 0.45);
  background: rgba(232, 185, 35, 0.08);
  color: var(--pw-orange);
}
.pw-about-value-icon i {
  font-size: 24px;
  line-height: 1;
}
.pw-about-value-card h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}
.pw-about-value-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color3-light, #666);
}
.pw-about-story {
  padding: 72px 0;
}
.pw-about-story p {
  margin-bottom: 16px;
  line-height: 1.75;
  color: var(--text-color3-light, #555);
}
.pw-about-story-photo {
  overflow: hidden;
  border-radius: 4px;
}
.pw-about-story-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.pw-about-story-photo--tall img {
  aspect-ratio: 3 / 4;
  height: 100%;
  min-height: 100%;
}
.pw-about-story-photo:hover img {
  transform: scale(1.03);
}
.pw-about-expertise {
  padding: 72px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pw-about-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin-bottom: 8px;
}
.pw-about-service-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: color 0.2s ease;
}
.pw-about-service-list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pw-orange);
  flex-shrink: 0;
}
.pw-about-service-list li a:hover {
  color: var(--pw-orange);
}
.pw-about-facts {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 28px 24px;
  background: #fafafa;
}
.pw-about-facts h4 {
  margin-bottom: 18px;
  font-size: 22px;
}
.pw-about-facts li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.pw-about-facts li:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}
.pw-about-facts li span {
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}
.pw-about-facts li strong {
  text-align: right;
  font-weight: 600;
  color: #1a1a1a;
}
.pw-about-facts li strong a {
  color: inherit;
  text-decoration: none;
}
.pw-about-facts li strong a:hover {
  color: var(--pw-orange);
}
.pw-about-process {
  padding: 72px 0;
  background: #fafafa;
}
.pw-about-process-step {
  height: 100%;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.pw-about-process-num {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pw-orange);
}
.pw-about-process-step h4 {
  margin-bottom: 10px;
  font-size: 22px;
}
.pw-about-process-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color3-light, #666);
}
.pw-about-gear {
  padding: 72px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pw-about-gear-photo {
  overflow: hidden;
  border-radius: 4px;
}
.pw-about-gear-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.pw-about-gear p {
  margin-bottom: 16px;
  line-height: 1.75;
  color: var(--text-color3-light, #555);
}
.pw-about-cta {
  padding: 64px 0 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .pw-about-intro-block,
  .pw-about-story,
  .pw-about-expertise,
  .pw-about-gear {
    padding: 56px 0;
  }
  .pw-about-photo-accent {
    right: 12px;
    bottom: -16px;
    width: 38%;
  }
  .pw-about-service-list {
    grid-template-columns: 1fr;
  }
  .pw-about-facts {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .pw-about-intro-block {
    padding-top: 48px;
  }
  .pw-about-photo-accent {
    position: static;
    width: 55%;
    margin: -40px 0 0 auto;
    border-width: 4px;
  }
  .pw-about-values,
  .pw-about-process {
    padding: 48px 0;
  }
}

/* Contact page */
.pw-contact-page {
  max-width: 1200px;
  margin: 0 auto;
}
.pw-contact-page .mb-80 {
  margin-bottom: 72px;
}
.pw-contact-page.pt-80 {
  padding-top: 72px;
}
.pw-contact-page.pb-80 {
  padding-bottom: 72px;
}
.pw-contact-card {
  height: 100%;
  padding: 28px 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: #fafafa;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.pw-contact-card:hover {
  border-color: var(--pw-gold);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.pw-contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(232, 148, 26, 0.12);
  color: var(--pw-orange);
  font-size: 20px;
}
.pw-contact-card h6 {
  margin-bottom: 8px;
  font-size: 18px;
}
.pw-contact-card p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-color3-light, #666);
}
.pw-contact-card a {
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  word-break: break-word;
}
.pw-contact-card a:hover {
  color: var(--pw-orange);
}
.pw-contact-left h2 {
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.15;
  margin-bottom: 16px;
}
.pw-contact-left > p {
  margin-bottom: 0;
  line-height: 1.75;
  color: var(--text-color3-light, #555);
}
.pw-contact-muted {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color3-light, #777);
}
.pw-contact-social {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pw-contact-social h6 {
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pw-orange);
}
.pw-contact-social-list {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pw-contact-social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #1a1a1a;
  font-size: 20px;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.pw-contact-social-list a:hover {
  background: var(--pw-orange);
  border-color: var(--pw-orange);
  color: #fff;
}
.pw-contact-booking-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--pw-gold);
  background: rgba(232, 185, 35, 0.08);
  border-radius: 0 4px 4px 0;
}
.pw-contact-booking-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.pw-contact-booking-note a {
  color: var(--pw-orange);
  font-weight: 600;
}
.pw-contact-form-wrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 32px 28px;
  background: #fff;
}
.pw-contact-form-intro {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-color3-light, #666);
}
.pw-contact-form .form-inner label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.pw-contact-form .form-inner input,
.pw-contact-form .form-inner select,
.pw-contact-form .form-inner textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
  background: #fff;
  color: #1a1a1a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pw-contact-form .form-inner select {
  appearance: auto;
  cursor: pointer;
}
.pw-contact-form .form-inner input:focus,
.pw-contact-form .form-inner select:focus,
.pw-contact-form .form-inner textarea:focus {
  outline: none;
  border-color: var(--pw-gold);
  box-shadow: 0 0 0 3px rgba(232, 185, 35, 0.18);
}
.pw-contact-form .form-inner textarea {
  min-height: 150px;
  resize: vertical;
}
.pw-contact-form .form-inner.two {
  margin-top: 8px;
  margin-bottom: 0;
}
.pw-contact-form-alert {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.pw-contact-form-alert.is-hidden {
  display: none;
}
.pw-contact-form-alert.is-success {
  display: block;
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.35);
  color: #1e5631;
}
.pw-contact-form-alert.is-error {
  display: block;
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.35);
  color: #842029;
}
.pw-contact-map-head {
  margin-bottom: 28px;
}
.pw-contact-map-lead {
  margin: 14px auto 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-color3-light, #666);
}
.pw-contact-map {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.pw-contact-map iframe {
  display: block;
  width: 100%;
}
.pw-contact-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}
.pw-contact-page .contact-left ul li:last-child .icon::after {
  display: none;
}
@media (max-width: 991px) {
  .pw-contact-page.pt-80 {
    padding-top: 56px;
  }
  .pw-contact-form-wrap {
    margin-top: 8px;
  }
}

/* Blog */
.pw-blog-page {
  max-width: 1200px;
  margin: 0 auto;
}
.pw-blog-page.pt-80 {
  padding-top: 72px;
}
.pw-blog-page.pb-80 {
  padding-bottom: 72px;
}
.pw-blog-list-lead {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-color3-light, #666);
  max-width: 640px;
}
.pw-blog-card-img {
  overflow: hidden;
  border-radius: 4px;
}
.pw-blog-card-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.pw-blog-card:hover .pw-blog-card-img img {
  transform: scale(1.03);
}
.pw-blog-card .blog-content h3 a {
  color: inherit;
  text-decoration: none;
}
.pw-blog-card .blog-content h3 a:hover {
  color: var(--pw-orange);
}
.pw-blog-sidebar .single-widgets {
  margin-bottom: 36px;
}
.pw-blog-widget-about .author-img img {
  width: 72px;
  height: auto;
  margin-bottom: 14px;
}
.pw-blog-widget-about .author-content p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: var(--text-color3-light, #666);
}
.pw-blog-sidebar .wp-block-categoris-cloud span {
  color: var(--text-color3-light, #888);
  font-size: 13px;
}
.pw-blog-sidebar .widget-cnt .wi {
  overflow: hidden;
  border-radius: 4px;
}
.pw-blog-sidebar .widget-cnt .wi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.pw-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pw-blog-tags li a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  font-size: 13px;
}
.pw-blog-widget-cta p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-color3-light, #666);
}
.pw-blog-widget-contact a {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
}
.pw-blog-widget-contact a:hover {
  color: var(--pw-orange);
}
.pw-blog-detail-hero {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 28px;
}
.pw-blog-detail-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.pw-blog-detail .post-title h1 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.2;
  margin: 0;
}
.pw-blog-detail p {
  line-height: 1.8;
  margin-bottom: 18px;
  color: var(--text-color3-light, #555);
}
.pw-blog-detail .title2 {
  margin: 28px 0 14px;
  font-size: clamp(22px, 2.5vw, 28px);
}
.pw-blog-detail .post-thumbnail2 img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.pw-blog-author .author-img img {
  width: 72px;
  height: auto;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.pw-blog-post-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin: 36px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pw-blog-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 46%;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.4;
}
.pw-blog-nav-link:hover {
  color: var(--pw-orange);
}
.pw-blog-nav-link--next {
  margin-left: auto;
  text-align: right;
}
.pw-blog-detail-cta {
  margin-top: 12px;
  padding: 28px 24px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.pw-blog-detail-cta h4 {
  margin-bottom: 8px;
}
.pw-blog-detail-cta p {
  margin-bottom: 18px;
}
.pw-blog-related {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}
.pw-blog-related .pw-related-service-body span {
  font-size: 12px;
  color: var(--text-color3-light, #888);
}
.pw-blog-share ul {
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pw-blog-share a {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
.pw-blog-share a:hover {
  color: var(--pw-orange);
}
@media (max-width: 991px) {
  .pw-blog-nav-link {
    max-width: 100%;
  }
  .pw-blog-nav-link--next {
    margin-left: 0;
    text-align: left;
  }
}

/* Dark footer */
footer.style1 {
  background-color: #050505;
  color: rgba(255, 255, 255, 0.82);
}
footer.style1 .footer-top {
  background-color: #050505;
  padding-top: 72px;
  padding-bottom: 48px;
}
footer.style1 .footer-widget .widget-title h4 {
  color: #ffffff;
}
footer.style1 .footer-widget .widget-title p,
footer.style1 .footer-widget p {
  color: rgba(255, 255, 255, 0.72);
}
footer.style1 .footer-widget p a {
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.3s ease;
}
footer.style1 .footer-widget p a:hover {
  color: var(--pw-orange);
}
footer.style1 .footer-widget .menu-container ul li a {
  color: rgba(255, 255, 255, 0.62);
}
footer.style1 .footer-widget .menu-container ul li a:hover {
  color: var(--pw-orange);
}
footer.style1 .footer-widget .socila-container ul li a i {
  color: rgba(255, 255, 255, 0.78);
}
footer.style1 .footer-widget .socila-container ul li:hover a i,
footer.style1 .footer-widget .socila-container ul.agency li:hover a i {
  color: var(--pw-orange);
}
footer.style1 .footer-widget.two::before,
footer.style1 .footer-widget.two::after,
footer.style1 .footer-widget .socila-container ul li::after {
  background-color: rgba(255, 255, 255, 0.1);
}
footer.style1 .footer-widget .socila-container ul li:hover::after,
footer.style1 .footer-widget .socila-container ul.agency li:hover::after {
  background-color: var(--pw-orange);
}
footer.style1 .footer-btm {
  background-color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
footer.style1 .footer-btm p {
  color: rgba(255, 255, 255, 0.5);
}
footer.style1 .footer-btm p a,
footer.style1 .footer-btm.style-agency p a {
  color: var(--pw-orange);
}
footer.style1 .footer-btm p a:hover {
  color: var(--pw-gold);
}
@media (max-width: 767px) {
  footer.style1 .footer-top {
    padding-top: 56px;
    padding-bottom: 36px;
  }
}

.pw-whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none !important;
}
.pw-whatsapp-float:hover {
  background: #20bd5a;
  color: #fff !important;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}
@media (max-width: 767px) {
  .pw-whatsapp-float {
    right: 20px;
    bottom: 100px;
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
}
