/*
  PMS COHESIVE THEME
  This stylesheet changes colour and typography only.
  It does not alter the existing section order, layout, content or images.
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");

:root {
  --pms-orange: #ef5b25;
  --pms-orange-dark: #c84619;
  --pms-ink: #30231e;
  --pms-copy: #756962;
  --pms-cream: #ffffff;
  --pms-warm-surface: #fff3eb;
  --pms-line: rgba(171, 98, 57, .16);
  --pms-shadow: 0 18px 48px rgba(101, 53, 28, .09);
}

body,   
button,
input,
textarea,
select {
  font-family: "DM Sans", Arial, sans-serif !important;
  color: var(--pms-ink);
}



 h2, h3, h4, h5, h6 {
  
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.14 !important;
  letter-spacing: -.035em;
}

p, li, a {
  font-family: "DM Sans", Arial, sans-serif;
}

/* Restore the original page flow by hiding the temporary duplicate branding block. */
.pms-brand-section {
  display: none !important;
}

/* Warm neutral backgrounds, keeping each section's current spacing and layout. */
.dia-about-section,
.nova-services-section,
.testimonial_section,
.pms-media-mentions,
.xis-sponsor-section,
.dia-newslatter-section,
.dia-footer-section {
  background-color: var(--pms-cream) !important;
}

/* Existing dark-blue quote/callout sections become one soft orange brand treatment. */
.nova-services-section[style*="linear-gradient"],
.nova-services-section[style*="background"],
.dia-newslatter-section {
  background: linear-gradient(135deg, #f97a42 0%, var(--pms-orange) 58%, #df4919 100%) !important;
  color: #fff !important;
}

.nova-services-section[style*="linear-gradient"] h1,
.nova-services-section[style*="linear-gradient"] h2,
.nova-services-section[style*="linear-gradient"] h3,
.nova-services-section[style*="linear-gradient"] p,
.dia-newslatter-section h1,
.dia-newslatter-section h2,
.dia-newslatter-section h3,
.dia-newslatter-section p {
  color: #fff !important;
}

/* Hero: preserve video/image layout and apply a warmer overlay plus typography. */
.pmas-hero-overlay {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .85) 18%, rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, 0) 100%) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}


.dia-section-title span,
.pms-media-mentions__heading h2::after,
.pms-faq-v2__eyebrow {
  color: var(--pms-orange) !important;
}

.pmas-hero-title {

  font-weight: 700 !important;
  letter-spacing: -.045em !important;
}

.pmas-hero-description {
  

    font-size: clamp(1rem, 1.3vw, 1.15rem) !important;
  line-height: 1.55 !important;
}

.pmas-hero-btn,
.dia-exp-btn,
.dia-service-section .dia-service-details .dia-service-item .dia-service-more a,
.pms-faq-v2__button {
  border-color: var(--pms-orange) !important;
  background: var(--pms-orange) !important;
  color: #fff !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
}

.pmas-hero-btn:hover,
.dia-exp-btn:hover,
.dia-service-section .dia-service-details .dia-service-item .dia-service-more a:hover,
.pms-faq-v2__button:hover {
  border-color: var(--pms-orange-dark) !important;
  background: var(--pms-orange-dark) !important;
}

/* Preserve the services bento layout; unify its surfaces and text hierarchy. */
.bxq-bento {
  background: transparent !important;
}

.bxq-card {
  border-color: var(--pms-line) !important;

}

.bxq-branding,
.bxq-corporate,
.bxq-public-relations,
.bxq-web-development,
.bxq-content-writing,
.bxq-seo {
  background: var(--pms-cream) !important;
}

.bxq-digital-marketing {
  background: linear-gradient(145deg, #f97a42 0%, var(--pms-orange) 60%, #df4919 100%) !important;
}

.bxq-copy h2 {
  color: var(--pms-ink) !important;
  font-size: clamp(1.55rem, 2vw, 2.35rem) !important;
}

.bxq-copy p {
  color: var(--pms-copy) !important;
  font-size: .98rem !important;
  line-height: 1.55 !important;
}

.bxq-digital-marketing .bxq-copy h2,
.bxq-digital-marketing .bxq-copy p {
  color: #fff !important;
}

.bxq-pill {
  border-color: var(--pms-line) !important;
  background: rgba(255, 255, 255, .55) !important;
  color: var(--pms-copy) !important;
}

.bxq-digital-marketing .bxq-pill {
  border-color: rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #fff !important;
}

/* Service tabs: colour/typography only, no layout changes. */
.pms-services-v3 {
  background: #fffdfb !important;
}

.pms-services-v3__tab {
  color: var(--pms-copy) !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
}


.pms-services-v3__tab.is-active,
.pms-services-v3__number {
  color: #fff !important;
}

.pms-services-v3__panel,
.pms-media-mentions__item,
.pms-faq-v2__item {
  border-color: var(--pms-line) !important;
  background: rgba(255, 250, 246, .72) !important;
  box-shadow: var(--pms-shadow) !important;
}

.pms-services-v3__panel h2,
.pms-media-mentions__heading h2,
.pms-faq-v2__intro h2,
.pms-faq-v2__question,
.testimonial_section h2 {
  color: var(--pms-ink) !important;
}

.pms-services-v3__panel p,
.pms-services-v3__panel strong,
.pms-faq-v2__answer,
.dia-about-text p {
  color: var(--pms-copy) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  text-align: justify;
}

/* FAQ and testimonial surfaces get the same warm, light glass finish. */
.pms-faq-v2 {
  background: radial-gradient(circle at 8% 12%, rgba(255, 184, 130, .17), transparent 28%), var(--pms-cream) !important;
}

.pms-faq-v2__call-card {
  background:#fff !important;
}

.pms-faq-v2__call-card h3,
.pms-faq-v2__call-card p,
.pms-faq-v2__call-card .pms-faq-v2__button {
  color: #fff !important;
}

.pms-faq-v2__question::before,
.pms-faq-v2__question::after {
  background-color: var(--pms-orange) !important;
}

/* Footer maintains its original layout but joins the same visual system. */
.dia-footer-section {
  border-top: 1px solid var(--pms-line) !important;
}

.dia-footer-widget .dia-widget-title,
.dia-footer-widget h3,
.dia-footer-widget h4,
.dia-footer-widget h4 a {
  color: var(--pms-ink) !important;
}

.dia-footer-widget p,
.dia-footer-widget li a,
.dia-footer-copyright,
.dia-footer-copyright a {
  color: var(--pms-copy) !important;
  font-size: .92rem !important;
}

.dia-footer-social a:hover,
.dia-footer-copyright a:hover,
.dia-footer-widget li a:hover {
  color: var(--pms-orange) !important;
}

@media (max-width: 767px) {
  h1, h2 { letter-spacing: -.03em; }

  .pms-services-v3__panel p,
  .dia-about-text p { font-size: .96rem !important; 
  text-align: justify;}
}

/* Video section: keeps the current video image and link, with a modern editorial treatment. */
#app-res-video {
  width: min(1300px, calc(100% - 48px)) !important;
  min-height: 460px !important;
  margin: 72px auto !important;
  overflow: hidden;
  border: 1px solid var(--pms-line);
  border-radius: 28px;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: var(--pms-shadow);
}

#app-res-video .background-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 31, 56, 0.77) 0%, rgba(26, 20, 73, 0.38) 52%, rgba(44, 41, 255, 0.12) 100%) !important;
}

#app-res-video .pms-video-copy {
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 48px;
  max-width: 360px;
  color: #fff;
}

#app-res-video .pms-video-copy p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .8);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#app-res-video .pms-video-copy h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.03 !important;
  letter-spacing: -.055em;
}

#app-res-video .app-res-video-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#app-res-video .app-res-video-play a {
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 180ms ease, background-color 180ms ease;
}

#app-res-video .app-res-video-play a:hover {
  background: var(--pms-orange);
  transform: scale(1.07);
}

#app-res-video .app-res-video-play img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}

#app-res-video .pms-video-link {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 38px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* CTA: a single warm gradient and restrained glass treatment. */
.pms-video-cta {
  position: relative;
  display: flex;
  width: min(1300px, calc(100% - 48px));
  min-height: 330px;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin: 72px auto;
  padding: 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 170, 123, .45);
  border-radius: 28px;
  background: linear-gradient(135deg, #5f5fff 0%, #0800ff 100%);
  box-shadow: 0 22px 55px rgba(201, 71, 24, .2);
  color: #fff;
}

.pms-video-cta__content {
  position: relative;
  z-index: 1;
  max-width: 835px;
}

.pms-video-cta__content > span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.pms-video-cta h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08 !important;
  letter-spacing: -.05em;
}

.pms-video-cta__content p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
}

.pms-video-cta__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: .93rem;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 180ms ease, background-color 180ms ease;
}

.pms-video-cta__button:hover {
  background: #fff;
  color: var(--pms-orange-dark);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  #app-res-video,
  .pms-video-cta {
    width: min(100% - 36px, 1200px) !important;
  }

  #app-res-video {
    min-height: 380px !important;
    margin: 48px auto !important;
  }

  #app-res-video .pms-video-copy {
    top: 28px;
    left: 28px;
    max-width: 280px;
  }

  #app-res-video .pms-video-link {
    right: 20px;
    bottom: 20px;
  }

  .pms-video-cta {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    margin: 48px auto;
    padding: 32px 26px;
  }
}
.pms-results-about {
    width: min(1250px, calc(100% - 48px));
    margin: 74px auto 86px;
    padding: 70px 44px 44px;
    overflow: hidden;
    border: 1px solid var(--pms-line);
    border-radius: 30px;
    background:
    linear-gradient(rgb(255, 255, 255), rgba(251, 251, 255, 0.778)),
    url("/assets/img/home-page/branding-marketing-advertising.webp") top / cover no-repeat;
    text-align: center;
  }
  
  .pms-results-about__intro {
    max-width: 750px;
    margin: 0 auto 44px;
  }
  
  .pms-results-about__intro > p {
    margin: 0 0 13px;
    color: var(--pms-orange);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  .pms-results-about__intro h2 {
    margin: 0;
    color: var(--pms-ink) !important;
    font-size: clamp(1.4rem, 2.35vw, 2.15rem);
    font-weight: 600 !important;
    line-height: 1.18 !important;
    letter-spacing: -.045em;
  }
  
  .pms-results-about__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 16px;
  }
  
  .pms-results-about__grid::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(29, 79, 156, .1);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
  }
  
  .pms-results-about__grid::after {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(29, 79, 156, .06);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
  }
  
  .pms-results-about__grid article {
    position: relative;
    z-index: 1;
    min-height: 218px;
    padding: 29px 23px;
    border: 1px solid rgba(32, 33, 36, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 15px 35px rgba(20, 29, 43, .06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  .pms-results-about__grid strong {
    display: block;
    color: var(--pms-ink);
    font-size: clamp(2.7rem, 5vw, 4.15rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.075em;
  }
  
  .pms-results-about__grid span {
    display: block;
  }

  @media (max-width: 980px) {
    .pms-results-about {
      width: min(100% - 44px, 1080px);
      padding: 58px 28px 30px;
    }
  
    .pms-results-about__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }
  
    .pms-results-about__grid article,
    .pms-results-about__grid .pms-results-about__featured {
      min-height: 210px;
      padding: 26px 16px;
    }
  
    .pms-results-about__grid strong {
      font-size: clamp(2.35rem, 7vw, 3.4rem);
    }

    .pms-results-about__grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      align-items: center;
      gap: 16px;
    }
  }

  .pms-testimonials {
    padding: 72px 0;
    background: #fff;
    font-family: "DM Sans", Arial, sans-serif;
  }
  
  .pms-testimonials__eyebrow {
    margin: 0 0 10px;
    color: #f26522;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  .pms-testimonials h2 {
    margin: 0;
    color: #202124;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.045em;
  }
  
  .pms-testimonials__subtitle {
    margin: 10px 0 0;
    color: #62656b;
    font-size: 1rem;
  }
  
  .pms-testimonials__layout {
    margin-top: 42px;
  }
  
  /* Bento grid */
  .pms-testimonial-bento {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 300px 185px;
    gap: 12px;
  }
  
  .pms-testimonial-bento article {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(32, 33, 36, .1);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(20, 29, 43, .07);
  }
  
  /* Large story image */
  .pms-testimonial-bento__feature {
    grid-column: 1 / -1;
    grid-row: 1;
    background: #23272d;
  }
  
  .pms-testimonial-bento__feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .pms-testimonial-bento__feature::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      0deg,
      rgba(10, 15, 23, .84),
      rgba(10, 15, 23, .04) 72%
    );
    content: "";
  }
  
  .pms-testimonial-bento__feature div {
    position: absolute;
    z-index: 1;
    right: 18px;
    bottom: 17px;
    left: 18px;
  }
  
  .pms-testimonial-bento span {
    display: block;
    margin-bottom: 8px;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  
  .pms-testimonial-bento__feature span {
    color: rgba(255, 255, 255, .82);
  }
  
  .pms-testimonial-bento__feature h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.04em;
  }
  
  /* Blue statistic card */
  .pms-testimonial-bento__stat {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border-color: rgba(29, 79, 156, .22) !important;
    background: linear-gradient(145deg, #12366e, #1d4f9c);
    color: #fff;
  }
  
  .pms-testimonial-bento__stat strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.08em;
  }
  
  .pms-testimonial-bento__stat p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: .77rem;
    line-height: 1.4;
  }
  
  /* Small story card */
  .pms-testimonial-bento__story {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: .76fr 1.24fr;
    background: #fff;
  }
  
  .pms-testimonial-bento__story img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .pms-testimonial-bento__story div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
  }
  
  .pms-testimonial-bento__story span,
  .pms-testimonial-bento__quote span {
    color: #f26522;
  }
  
  .pms-testimonial-bento__story p,
  .pms-testimonial-bento__quote p {
    margin: 0;
    color: #62656b;
    font-size: .78rem;
    line-height: 1.42;
  }
  
  /* Quote card */
  .pms-testimonial-bento__quote {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: #fff9f5;
  }
  
  .pms-testimonial-bento__quote p {
    color: #202124;
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.18;
    letter-spacing: -.02em;
  }
  
  /* Google review widget spacing */
  .pms-google-widget {
    min-height: 382px;
    padding-left: 10px;
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .pms-google-widget {
      min-height: 0;
      margin-top: 38px;
      padding-left: 0;
    }
  }
  
  @media (max-width: 767px) {
    .pms-testimonials {
      padding: 52px 0;
    }
  
    .pms-testimonials__layout {
      margin-top: 30px;
    }
  
    .pms-testimonial-bento {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 220px 170px;
    }
  }
  
  @media (max-width: 430px) {
    .pms-testimonial-bento {
      grid-template-columns: 1fr;
      
    }
  
    .pms-testimonial-bento__feature,
    .pms-testimonial-bento__stat,
    .pms-testimonial-bento__story,
    .pms-testimonial-bento__quote {
      grid-column: auto;
      grid-row: auto;
    }
  }