@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  color: black;
}

a:hover {
  text-decoration: none;
}

ul li a {
  color: black;
}

a {
  color: black;
}

ul li {
  padding: 10px 0px;
}

ul li,
p {
  color: #737b81;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 84px;
  line-height: 84px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "steelfish rg";
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

h2 {
  font-size: 47px;
  line-height: 56px;
  color: #686058;
  font-weight: 700;
  font-family: "Steelfish Rg";
}

h3 {
  font-size: 26px;
  line-height: 63px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/*back to top*/

#back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0;
  z-index: 99999999;
  width: 50px;
  margin-right: 10px;
  height: 48px;
  animation: rotate 10.5s;
  text-align: center;
  line-height: 50px;
  background: #252522;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.5s linear;
  opacity: 0;
}

.show {
  display: block !important;
}

#back-to-top.show {
  opacity: 1;
  right: 0;
}

/*back to top*/

@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter-Bold.woff");
}

@font-face {
  font-family: "Inter Light";
  src: url("../fonts/Inter-Light.woff");
}

@font-face {
  font-family: "Inter Medium";
  src: url("../fonts/Inter-Medium.woff");
}

@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter-Regular.woff");
}

@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts/Inter-SemiBold.woff");
}

@font-face {
  font-family: "steelfish rg";
  src: url("../fonts/steelfish-rg.woff");
}

/*HEADER*/
header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 25px 0px 15px;
}

.navbar-light {
  padding: 0px;
}

a.navbar-brand {
  position: relative;
  z-index: 99;
  padding: 0px;
}

.navbar-brand img {
  width: 250px;
  height: 80px;
  object-fit: cover;
}

.mobile-logo img {
  display: none;
}

div#navbarMobile {
  justify-content: flex-end;
}

ul#menu-header-menu li {
  padding: 0px;
}

.navbar_content a {
  margin: 0px 22px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #737b82;
  font-family: "Poppins";
  font-weight: 400;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.navbar_content li:last-child a {
  margin-right: 0px;
}

/* Hover: smooth faux-bold via text-shadow — animates softly and
   doesn't change text width, so neighboring items don't shift */
header .menu-item a:hover {
  color: #5d646b;
  text-shadow: 0 0 0.6px currentColor, 0 0 0.6px currentColor;
}

/* Current page keeps the true bold state */
ul#menu-header-menu > li.current-menu-item > a {
  color: #737b82;
  font-weight: 700;
}

/* Keep "Work" bolded in header on single work pages */
.single-work ul#menu-header-menu > li.menu-item-267 > a {
  color: #737b82;
  font-weight: 700;
}

ul#menu-header-menu li:hover > ul.sub-menu {
  display: block;
}

ul.sub-menu {
  list-style: none;
  padding: 0px;
  position: absolute;
  display: none;
  background: #db6237;
  width: 242px;
  border-radius: 6px;
  box-shadow: 0px 29px 38px -50px #5f5f5f;
  transform: translateX(-31%);
}

ul.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #db6237;
  top: -9px;
  left: 47%;
  position: absolute;
}

ul#menu-header-menu .sub-menu li {
  border-bottom: 1px solid #f9885f;
}

ul#menu-header-menu .sub-menu li:last-child {
  border: none;
}

.navbar_content .sub-menu a {
  padding-bottom: 0;
  display: block;
  color: #fff;
  font-size: 16px;
}

header .sub-menu .menu-item a:hover {
  color: #fff;
}

/*HEADER*/

/* Header Banner */
.post-header-banner,
.header-slider-image,
.header-banner-video,
.header-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.header-slider-image img,
.header-banner-video video {
  width: 100%;
  display: block;
}

.header-banner-description {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header Banner */

/*FOOTER*/

footer {
  background-color: #000;
  padding: 35px 0px 20px;
}

.socia-site-icons {
  justify-content: flex-end;
}

.social-icon-app {
  margin: 0px 0px 0px 16px;
}

.social-icon-app a {
  color: #000000;
  font-size: 18px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.footer-left-content,
.footer-right-content {
  margin-top: 50px;
}

.footer-right-content {
  text-align: right;
}

footer p {
  font-size: 15px;
  font-family: "Inter Regular";
  color: #fff;
  font-weight: 400;
  line-height: 18px;
}

/* Form */

form label {
  margin-bottom: 15px;
  width: 100%;
}

textarea,
input {
  width: 100%;
  background: #f1e9d9;
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter Regular";
  color: #000;
  border: unset;
  padding: 8px 15px;
}

textarea::placeholder,
input::placeholder {
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter Regular";
  color: #000;
  text-transform: uppercase;
}

textarea:focus-visible,
input:focus-visible {
  outline: unset;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #fff;
  width: unset;
  color: #ea562f;
  font-family: "Inter Bold";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 50px;
}

textarea {
  height: 160px;
}

label.contact-form-textarea {
  display: none;
}

form .wpcf7-list-item {
  margin-left: 0px;
}

form .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

form .wpcf7-list-item input {
  width: 20px;
  height: 20px;
}

form .wpcf7-list-item-label {
  font-size: 18px;
  font-family: "Inter Medium";
  font-weight: 500;
  margin-left: 15px;
}

footer form br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

footer .footer-form a,
footer .footer-form p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

form .wpcf7-not-valid-tip {
  color: #000000;
}

/*FOOTER*/

/*  Home & Work  */

section {
  margin: 90px 0px 80px;
}

.index-section-1-repeater-desc {
  position: relative;
  overflow: hidden;
}

.index-section-1-repeater-image img {
  width: 100%;
}

.index-section-1-content {
  position: absolute;
  inset: 0;
  padding: 30px;
  background: #000;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s linear;
}

.index-section-1-repeater-desc:hover .index-section-1-content {
  opacity: 1; /* content show */
}

.index-section-1-content h2 {
  font-size: 41px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Steelfish Rg";
  line-height: 48px;
}

.index-section-1-content p {
  font-size: 20px;
  color: #fff;
  line-height: 29px;
}

.work-section-1-repeater-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 10px 30px 20px;
}

.work-section-1-repeater-title h2 {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  font-family: "steelfish rg";
}

/*  Home & Work  */

/* Contact */

.contact-page-section {
  padding: 36px 0px 50px;
}

.contact-left-section {
  border-right: 1px solid #737b82;
}

.contact-left-section-description,
.contact-right-section-description {
  padding-bottom: 30px;
}

.contact-left-section-content h2 {
  color: #626366;
  font-family: "Inter Bold";
  font-weight: 700;
}

.contact-left-section-address h2 {
  font-size: 26px;
  line-height: 24px;
}

.contact-left-section-tel h2 {
  font-size: 29px;
  line-height: 27px;
}

.contact-left-section-mail h2 {
  font-size: 25px;
  line-height: 30px;
}

.contact-left-section-content a,
.contact-left-section-content p {
  color: #737b81;
  font-family: "Poppins";
  font-weight: 300;
}

.contact-left-section-content p strong {
  font-weight: 700;
}

.contact-left-section-address p {
  font-size: 16px;
  line-height: 30px;
}

.contact-left-section-tel a,
.contact-left-section-tel p {
  font-size: 17px;
  line-height: 33px;
}

.contact-left-section-mail a,
.contact-left-section-mail p {
  font-size: 20px;
  line-height: 37px;
}

.contact-left-section-tel {
  padding: 40px 0px;
}

.contact-right-section {
  padding-left: 70px;
}

.contact-right-section-content {
  padding-bottom: 40px;
}

.contact-right-section-content h2 {
  color: #626366;
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 25px;
  line-height: 23px;
}

.contact-right-section-content a,
.contact-right-section-content p {
  color: #737b81;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
}

/* Contact */

/* About Page */

.about-section-1 {
  padding: 50px 0px 40px;
}

.about-section-1-description p {
  color: #d56d27;
  font-size: 33px;
  line-height: 61px;
  font-family: "Poppins";
  font-weight: 200;
  text-align: center;
}

.about-page-section h2 {
  font-size: 47px;
  line-height: 56px;
  color: #686058;
  font-weight: 700;
  font-family: "Steelfish Rg";
}

.about-section-2-bg {
  background: #000;
  padding: 40px 90px 75px;
}

.faq-item {
  margin: 10px 0px;
}

.faq-item.active {
  border-bottom: 1px solid #d56d27;
  padding-bottom: 20px;
  margin: 0px 0px 20px 0px;
}

.faq-item.active .about-section-2-repeater-description h3 {
  color: #d56d27;
}

.about-section-2-repeater-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
}

.about-section-2-repeater-description h3 {
  font-size: 26px;
  line-height: 47px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 0px;
  width: 355px;
}

.about-section-2-repeater-description i {
  color: #686058;
  font-size: 22px;
  line-height: 1;
}

.faq-part-section-repeater-content {
  width: 50%;
}

.faq-part-section-repeater-content p {
  display: none;
}

.faq-item.active .faq-part-section-repeater-content p {
  display: inline-block;
  color: #fff;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 47px;
  font-weight: 400;
}

.faq-item .up-icon {
  display: none;
}

.faq-item.active .down-icon {
  display: none;
}

.faq-item.active .up-icon {
  display: inline-block;
  padding-top: 20px;
}

.about-section-3 {
  padding: 60px 0px 80px;
}

.about-section-3-repeater-desc {
  position: relative;
  overflow: hidden;
}

.about-section-3-content {
  position: absolute;
  inset: 0;
  padding: 30px;
  color: #fff;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 20%,
    rgba(0, 0, 0, 0.3) 60%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.4s ease;
  opacity: 0;
}

.about-section-3-repeater-desc:hover .about-section-3-content {
  opacity: 1;
}

.about-section-3-content h2 {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-family: "Inter Bold";
  margin-bottom: 0px;
}

.about-section-3-position {
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins";
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.about-section-3-content p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Poppins";
  font-weight: 500;
  color: #fff;
}

/* About Page */

/* News Page */

.news-post-section {
  margin-top: 45px;
  margin-bottom: 40px;
}

.news-post-left {
  margin-bottom: 45px;
}

.news-card {
  border-bottom: 1px solid #f2a09e;
  padding-bottom: 25px;
  break-inside: avoid;
}

.news-img img {
  width: 100%;
  aspect-ratio: 16 / 9.2;
  object-fit: cover;
  display: block;
}

/* Equal-height cards so the READ/date rows and dividers align per row */
.news-post-left {
  display: flex;
}

.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news-card .news-content {
  flex: 1;
}

.news-content h5 {
  font-size: 32px;
  line-height: 40px;
  color: #636466;
  font-weight: 300;
  font-family: "Poppins";
}

.news-content p {
  font-size: 16px;
  line-height: 24px;
  color: #636466;
  font-weight: 300;
  font-family: "Poppins";
}

.news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}

.news-post-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.news-post-category-button {
  display: flex;
  gap: 15px;
}

.news-post-data .news-post-category {
  background: #a1a8ad;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
}

.news-post-date {
  font-size: 16px;
  line-height: 60px;
  color: #636466;
  font-weight: 600;
  font-family: "Poppins";
  text-align: right;
}

.news-post-section .news-pagination-section hr {
  display: inline;
  border: 0.1px solid #737b82;
  height: 60px;
}

/* News Page */

/* Work Detail Page */

.work-detail-section .work-detail-sections {
  display: flex;
  gap: 50px;
  flex-direction: column;
  padding: 50px 15px;
}

@media (min-width: 768px) {
  .two-column-section-left {
    border-right: 1px solid #f1ba1b;
    padding-right: 36px;
  }
}

/* Wider breathing room between the yellow divider and the
   client name / intro copy, per the design mock — plus matching
   right padding to constrain the copy's line length */
@media (min-width: 992px) {
  .two-column-section-right {
    padding-left: 108px;
    padding-right: 108px;
  }
}

.two-column-section-left p {
  font-size: 16px;
  line-height: 27px;
  color: #425563;
  font-weight: 400;
  font-family: "Poppins";
  text-align: right;
}

.two-column-section-left p strong {
  font-weight: 700;
}

.two-column-section-right h2 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #425563;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.two-column-section-right p {
  color: #425563;
  font-weight: 300;
  font-family: "Poppins";
  font-size: 19px;
  line-height: 34px;
}

.gallery-slider {
  background: #b7c0c77a;
  padding: 70px 190px 100px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  z-index: 2;
}

.gallery-slider .slick-prev {
  left: 150px;
}

.gallery-slider .slick-next {
  right: 150px;
}

.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
  font-family: "bootstrap-icons" !important;
  font-size: 20px;
  color: #737b81;
}

.gallery-slider .slick-prev:before {
  content: "\F22D";
}

.gallery-slider .slick-next:before {
  content: "\F231";
}

.gallery-slider .slick-dots {
  bottom: 60px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.gallery-slider .slick-dots li {
  margin: 0 0px;
}

.gallery-slider .slick-dots li,
.gallery-slider .slick-dots li button,
.gallery-slider .slick-dots li button:before {
  width: unset;
  height: unset;
}

.gallery-slider .slick-dots li button:before {
  opacity: 1;
  color: #fff;
  font-size: 30px;
}

.gallery-slider .slick-dots li.slick-active button:before {
  color: #737b81;
}

.full-width-image img {
  width: 100%;
}

/* Bella Vida: iPad same width as ads, centered */
.full-width-image img[src$="b-pad-small.jpg"] {
  width: 85%;
  display: block;
  margin: 0 auto;
}

/* Visit Plano: iPad 10% smaller than ad width, centered */
.full-width-image img[src$="p4.jpg"] {
  width: 67%;
  display: block;
  margin: 0 auto;
}

.email-cards.section-3-image img {
  width: 100%;
}

.email-cards.section-3-image {
  position: relative;
}

.email-card-paly {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%) translateY(-50%);
}

.play-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: sticky;
  border: 2px solid #ffffff;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #ffffff;
  z-index: 100;
}

a.prev-btn,
.bottom-section,
.project-nav-buttons,
a.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.project-nav-buttons hr {
  display: none;
  display: inline;
  border-left: 1px solid #f1ba1b;
  border-top: unset;
  height: 90px;
}

.project-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.project-navigation .nav-box {
  background: #a2a9ad;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 2px;
}

.project-nav-buttons a {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #a2a9ad;
  font-weight: 300;
  font-family: "Poppins";
}

.project-nav-buttons i {
  padding-top: 1.5px;
}

.post-type-archive-work .header-common-section {
  display: none;
}

/* Work Detail Page */

/*  RESPONSIVENESS  */

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1150px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1150px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1150px;
  }
}

@media screen and (max-width: 1365px) {
}

@media screen and (max-width: 1199.98px) {
  .navbar-brand img {
    width: 180px;
    height: 60px;
  }

  .navbar_content a {
    margin: 0px 18px;
    font-size: 16px;
    line-height: 20px;
  }

  section {
    margin: 70px 0px 80px;
  }

  .about-section-1 {
    padding: 40px 0px 30px;
  }

  .about-section-1-description p {
    font-size: 28px;
    line-height: 52px;
  }

  .about-section-2-bg {
    padding: 40px 75px 60px;
  }

  .about-section-2-repeater-description h3 {
    font-size: 22px;
    line-height: 38px;
    width: 320px;
  }

  .faq-item.active .faq-part-section-repeater-content p {
    font-size: 22px;
    line-height: 38px;
  }

  .about-section-3-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .about-section-3-position {
    font-size: 14px;
    line-height: 17px;
  }

  .about-section-3-content {
    padding: 20px;
  }

  .two-column-section-right h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .two-column-section-right p {
    font-size: 16px;
    line-height: 24px;
  }

  .gallery-slider {
    padding: 70px 125px 100px;
  }

  .gallery-slider .slick-prev {
    left: 90px;
  }

  .gallery-slider .slick-next {
    right: 90px;
  }

  .news-content h5 {
    font-size: 26px;
    line-height: 34px;
  }

  .news-post-date {
    font-size: 15px;
    line-height: 54px;
  }
}

@media screen and (max-width: 991.98px) {
  .mobile-logo img {
    display: block;
    width: 250px;
    height: 80px;
    object-fit: cover;
    margin: auto;
  }

  #toggle:checked ~ .toggle-btn {
    position: fixed;
    right: 20px;
    top: 25px;
  }

  .toggle-btn {
    z-index: 9999999999999;
    cursor: pointer;
    margin-bottom: 0px;
  }

  .cross-btn-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
  }

  .toggle-btn .bar {
    width: 35px;
    height: 2px;
    opacity: 1;
    margin: 5px 0px 5px auto;
    background: #737b82;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }

  #toggle:checked ~ .toggle-btn .bar {
    width: 35px;
    height: 2px;
    background-color: #737b82;
  }

  header #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(60deg);
    transform: translateY(0px) rotate(55deg);
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-46deg);
    transform: translateY(-7px) rotate(-55deg);
  }

  #toggle:checked ~ #navbarMobile {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
  }

  #navbarMobile {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .navbar-collapse {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.3s;
    z-index: 99999999999999999999999;
  }

  .navbar_content {
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.3s;
    z-index: 9999999999999999;
  }

  .navbar ul {
    display: block;
    position: absolute;
    top: 150px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    padding: 15px;
    transition: 0.3s;
    text-align: center;
    border-radius: 7px;
  }

  .navbar_content li {
    margin-bottom: 0px;
    padding: 4px 0px;
  }

  .navbar_content a {
    margin: 0px !important;
    display: block;
    padding: 12px;
  }

  ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: relative;
    display: block;
    background: no-repeat;
    width: 90%;
    margin: 5px auto 0px;
    border-radius: 6px;
    transform: translateX(0);
    border: 1px solid rgb(205 205 205 / 50%);
    top: 0px;
    left: 0px;
    background-image: linear-gradient(92.35deg, #ec4e4e -0.09%, #f3549e 99.83%);
  }

  ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #ffffff;
    top: -9px;
    left: 49%;
    position: absolute;
  }

  ul#menu-mobile-menu .sub-menu li {
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
  }

  .navbar_content .sub-menu a {
    padding-bottom: 0;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 400;
    padding: 0px;
    line-height: 20px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .index-section-1-content {
    padding: 20px;
  }

  .index-section-1-content h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .index-section-1-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-section-2-bg {
    padding: 35px 51px 60px;
  }

  .about-section-1-description p {
    font-size: 22px;
    line-height: 45px;
  }

  .about-section-2-repeater-description h3 {
    font-size: 20px;
    line-height: 35px;
    width: 260px;
  }

  .faq-item.active .faq-part-section-repeater-content p {
    font-size: 18px;
    line-height: 35px;
  }

  .work-section-1-repeater-title {
    padding: 10px 10px 20px 15px;
  }

  .work-section-1-repeater-title h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .contact-right-section-content h2,
  .contact-left-section-mail h2,
  .contact-left-section-tel h2,
  .contact-left-section-address h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .contact-left-section-tel {
    padding: 30px 0px;
  }

  .contact-left-section-mail a,
  .contact-left-section-mail p {
    font-size: 16px;
    line-height: 34px;
  }

  .contact-right-section {
    padding-left: 40px;
  }

  .two-column-section-left p {
    font-size: 13px;
    line-height: 23px;
  }

  .two-column-section-right h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .two-column-section-right p {
    font-size: 16px;
    line-height: 24px;
  }

  .gallery-slider {
    padding: 50px 70px 90px;
  }

  .gallery-slider .slick-prev {
    left: 30px;
  }

  .gallery-slider .slick-next {
    right: 30px;
  }

  .gallery-slider .slick-dots {
    bottom: 55px;
  }

  .project-navigation .nav-box {
    width: 8px;
    height: 8px;
  }

  .project-nav-buttons a {
    font-size: 15px;
  }

  a.prev-btn,
  .bottom-section,
  .project-nav-buttons,
  a.next-btn {
    gap: 25px;
  }

  .news-content h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .news-content p {
    font-size: 14px;
    line-height: 21px;
  }

  .news-post-date {
    font-size: 14px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  ul li,
  p {
    font-size: 14px;
    line-height: 26px;
  }

  section {
    margin: 60px 0px 60px;
  }

  .about-section-1 {
    padding: 40px 0px 25px;
  }

  .about-section-1-description p {
    font-size: 18px;
    line-height: 38px;
  }

  .about-section-2-bg {
    padding: 30px 35px 50px;
  }

  .about-section-2-repeater-description {
    align-items: center;
  }

  .about-section-2-repeater-description h3 {
    font-size: 17px;
    line-height: 50px;
    width: unset;
  }

  .faq-item.active .faq-part-section-repeater-content {
    width: 100%;
    margin-top: 10px;
  }

  .faq-item.active .faq-part-section-repeater-content p {
    font-size: 16px;
    line-height: 32px;
  }

  .contact-page-section {
    padding: 36px 0px 40px;
  }

  .contact-left-section {
    border-right: unset;
  }

  .contact-right-section {
    padding-left: 15px;
  }

  .contact-right-section-content {
    padding-bottom: 30px;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-social-media-section {
    margin: 15px 0px 25px;
  }

  .socia-site-icons {
    justify-content: center;
  }

  .social-icon-app {
    margin: 0px 8px 0px 8px;
  }

  .footer-left-content,
  .footer-right-content {
    margin-top: 15px;
    text-align: center;
  }

  .footer-right-content {
    text-align: center;
  }

  .two-column-section-left p {
    text-align: left;
  }

  .two-column-section-left p {
    border-top: 2px solid #63d3ad;
    padding-top: 30px;
    margin-top: 15px;
  }

  .gallery-slider {
    padding: 30px 50px 70px;
  }

  .gallery-slider .slick-prev {
    left: 15px;
  }

  .gallery-slider .slick-next {
    right: 15px;
  }

  .gallery-slider .slick-dots {
    bottom: 45px;
  }

  .project-nav-buttons hr {
    display: inline;
    border-left: 1px solid #f3c70b;
    border-top: unset;
    height: 90px;
  }
}

@media screen and (max-width: 575px) {
  ul li,
  p {
    font-size: 13px;
    line-height: 22px;
  }

  .about-section-2-bg {
    padding: 20px 15px 35px;
  }

  .about-page-section h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .about-section-1-description p br {
    display: none;
  }

  .about-section-3-content {
    padding: 15px;
  }

  .about-section-3-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-right-section-content h2,
  .contact-left-section-mail h2,
  .contact-left-section-tel h2,
  .contact-left-section-address h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .work-detail-section .work-detail-sections {
    gap: 40px;
    padding: 40px 15px;
  }

  .play-btn {
    width: 40px;
    height: 40px;
  }

  .play-btn::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #ffffff;
  }

  a.prev-btn,
  .bottom-section,
  .project-nav-buttons,
  a.next-btn {
    gap: 15px;
  }

  .project-nav-buttons a {
    font-size: 13px;
  }

  .project-navigation {
    gap: 3px;
  }

  .project-navigation .nav-box {
    width: 6px;
    height: 6px;
  }

  .index-section-1-content {
    inset: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1;
  }

  .index-section-1-content h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .index-section-1-content p {
    font-size: 20px;
    line-height: 28px;
  }

  .index-section-1-content p br {
    display: none;
  }

  .page-template-index .index-section-1-repeater-description {
    margin: 5px 0px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }

  a.mobile-logo img,
  .navbar-brand img {
    width: 135px;
    height: 40px;
  }

  .mobile-logo img {
    margin-top: 10px;
  }

  .navbar ul {
    top: 90px;
  }

  section {
    margin: 50px 0px 50px;
  }

  .about-section-1 {
    padding: 30px 0px 20px;
  }

  .about-section-1-description p {
    font-size: 16px;
    line-height: 32px;
  }

  .about-section-2-repeater-description h3 {
    font-size: 15px;
    line-height: 48px;
  }

  .faq-item.active .faq-part-section-repeater-content p {
    font-size: 14px;
    line-height: 28px;
  }

  .faq-item {
    margin: 8px 0px;
  }

  .about-section-3 {
    padding: 50px 0px 60px;
  }

  .contact-right-section-content h2,
  .contact-left-section-mail h2,
  .contact-left-section-tel h2,
  .contact-left-section-address h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .two-column-section-right h2 {
    font-size: 16px;
    line-height: 18px;
  }

  .two-column-section-right p {
    font-size: 15px;
    line-height: 23px;
  }

  .gallery-slider {
    padding: 20px 35px 50px;
    margin-bottom: 0px !important;
  }

  .gallery-slider .slick-prev {
    left: 8px;
  }

  .gallery-slider .slick-next {
    right: 8px;
  }

  .gallery-slider .slick-dots {
    bottom: 30px;
  }

  .index-section-1-content {
    padding: 15px;
  }

  .index-section-1-content h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .index-section-1-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .news-content h5 {
    font-size: 19px;
    line-height: 28px;
  }

  .news-content p {
    font-size: 13px;
    line-height: 21px;
  }

  .news-post-date {
    font-size: 13px;
    line-height: 40px;
  }
}

/*  RESPONSIVENESS  */

/* Desktop par outer div ka animation disable */
@media (min-width: 576px) {
  .mobile-aos-wrapper {
    opacity: 1 !important;
    transform: none !important;
  }

  .mobile-aos-wrapper[data-aos] {
    pointer-events: auto;
  }
}

/* ============================================================
   Single News Post — article styling
   ============================================================ */

.single-post .single-page-section {
  padding: 30px 0 70px;
}

.single-post .single-page-content {
  max-width: 820px;
  margin: 0 auto;
  float: none;
}

/* Featured image */
.single-post .single-page-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

/* Title + date */
.single-post .single-page-content > h2 {
  font-size: 42px;
  line-height: 1.25;
  color: #425563;
  font-weight: 600;
  font-family: "Poppins";
  margin: 25px 0 6px;
}

.single-post .single-post-date {
  display: block;
  font-family: "Poppins";
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a2a9ad;
  border-bottom: 1px solid #f1ba1b;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

/* Body typography */
.single-page-content p,
.single-page-content li {
  font-family: "Poppins";
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  color: #425563;
}

.single-page-content p {
  margin-bottom: 1.3em;
}

.single-page-content p strong {
  font-weight: 600;
  color: #2f3d47;
}

.single-page-content h1,
.single-page-content div h2,
.single-page-content h3,
.single-page-content h4 {
  font-family: "Poppins";
  color: #2f3d47;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.6em 0 0.6em;
  text-align: left;
}

/* Unified sizes: section headings read the same whether the source
   post used h2, h3, or a page-builder heading class */
.single-page-content h1 { font-size: 30px; }
.single-page-content div h2,
.single-page-content h3,
.single-page-content .stk-block-heading__text,
.single-page-content .ugb-feature__title,
.single-page-content .ugb-heading__title {
  font-size: 26px;
  line-height: 1.35;
  text-align: left !important;
}
.single-page-content h4 { font-size: 18px; }

/* Links */
.single-page-content p a,
.single-page-content li a,
.single-page-content cite a {
  color: #d56d27;
  text-decoration: none;
  border-bottom: 1px solid rgba(213, 109, 39, 0.35);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.single-page-content p a:hover,
.single-page-content li a:hover {
  color: #b85a1c;
  border-bottom-color: #b85a1c;
}

/* Lists */
.single-page-content ul,
.single-page-content ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}

.single-page-content ul li,
.single-page-content ol li {
  padding: 4px 0;
}

/* Images & figures */
.single-page-content img {
  max-width: 100%;
  height: auto;
}

.single-page-content figure {
  margin: 35px auto;
  text-align: center;
}

.single-page-content figure img {
  display: block;
  margin: 0 auto;
}

.single-page-content figcaption {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 300;
  color: #a2a9ad;
  margin-top: 10px;
  text-align: center;
}

/* Video embeds (Vimeo/YouTube iframes) */
.single-page-content iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 35px auto;
  border: 0;
}

/* Blockquotes */
.single-page-content blockquote {
  border-left: 3px solid #f1ba1b;
  margin: 35px 0;
  padding: 10px 0 10px 28px;
}

.single-page-content blockquote p {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
  font-style: italic;
  color: #2f3d47;
  margin-bottom: 0.5em;
}

.single-page-content blockquote cite,
.single-page-content blockquote footer {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  color: #a2a9ad;
}

/* Divider rules */
.single-page-content hr {
  border: 0;
  border-top: 1px solid #e3e6e8;
  margin: 40px auto;
  max-width: 200px;
}

/* Buttons imported from live site (Read More etc.) */
.single-page-content .stk-button,
.single-page-content .ugb-button {
  display: inline-block;
  background: #425563;
  color: #fff !important;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 34px;
  border-radius: 3px;
  border-bottom: none;
  transition: background 0.25s ease;
}

.single-page-content .stk-button:hover,
.single-page-content .ugb-button:hover {
  background: #d56d27;
}

.single-page-content .stk-button .stk-button__inner-text,
.single-page-content .ugb-button span {
  color: #fff;
}

.single-page-content .stk-block-button-group {
  margin: 35px 0;
  text-align: center;
}

/* Neutralize page-builder layout leftovers */
.single-page-content .stk-block-carousel__slider {
  display: block;
}

.single-page-content [class*="stk-block-column"],
.single-page-content [class*="ugb-column"] {
  width: 100%;
}

.single-page-content .wp-block-spacer {
  height: 20px !important;
}

.single-page-content [class*="video-popup"] {
  position: relative;
  margin: 35px auto;
}

/* Mobile */
@media (max-width: 767px) {
  .single-post .single-page-content > h2 {
    font-size: 28px;
  }

  .single-page-content p,
  .single-page-content li {
    font-size: 16px;
  }

  .single-page-content blockquote p {
    font-size: 18px;
  }
}

/* Stackable icon lists (imported news content) */
.single-page-content .stk-block-icon-list__ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5em;
}

.single-page-content .stk-block-icon-list-item {
  padding: 7px 0;
}

.single-page-content .stk-block-icon-list-item__content {
  display: block;
}

.single-page-content .stk-block-icon-list-item .stk--svg-wrapper {
  display: flex;
  align-items: flex-start;
}

.single-page-content .stk--svg-wrapper p:empty {
  display: none;
  margin: 0;
}

.single-page-content .stk--inner-svg {
  flex: 0 0 auto;
  margin: 5px 14px 0 0;
}

.single-page-content .stk--inner-svg svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #d56d27;
  color: #d56d27;
}

.single-page-content .stk--svg-wrapper p {
  margin: 0;
}

/* ============================================================
   Animated knockout headline hero
   Foreground stays #221f20; the letters are clipped out and a
   brand gradient pans slowly left-to-right behind them.
   ============================================================ */

.header-banner--knockout {
  background: #221f20;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1110 / 428;
  padding: 40px 60px;
}

/* Home hero is taller, matching the original banner proportions */
.home .header-banner--knockout {
  aspect-ratio: 1108 / 591;
}

/* The text is a stationary window. Behind it, one large gradient
   sheet — sized to the viewport (200vw), far wider than any
   headline — drifts continuously left to right. Letters reveal
   whichever part of the sheet is passing behind them, so the fill
   feels like a slow, living current rather than cycling colors.
   The sheet's ends share the same color, so the repeat is seamless
   and the motion never visibly restarts. */
.gradient-knockout {
  margin: 0;
  background-image: linear-gradient(
    90deg,
    #f1ba1b 0%,
    #f8cb94 16%,
    #fdf2d9 32%,
    #8fd6c7 50%,
    #36a9b0 66%,
    #e8884a 84%,
    #f1ba1b 100%
  );
  background-size: 100vw 100%;
  background-repeat: repeat-x;
  background-position: 0 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: tagGradientPan 22s linear infinite;
}

@keyframes tagGradientPan {
  from { background-position: 0 50%; }
  to   { background-position: 100vw 50%; }
}

/* News page: larger headline, balanced over two lines like the live site */
.page-id-116 .gradient-knockout {
  font-size: 104px;
  line-height: 0.95;
  text-wrap: balance;
}

/* Contact page: match the headline scale of the live site banner */
.page-id-76 .gradient-knockout {
  font-size: 95px;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .gradient-knockout {
    animation: none;
  }
}
