@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

body {
  overflow-x: hidden;
}
header {
  background-color: #ffffff;
}
header img {
  width: 230px !important;
}
header .navbar {
  padding: 24px 28px 24.274px 22px;
}
#navbarNav ul {
  width: 495px;
  display: flex;
  justify-content: space-between;
}
#navbarNav li a {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #575757;
  text-decoration: none;
  text-transform: uppercase;
}
#navbarNav li a:hover {
  color: #bf5c49;
}
.custom-button {
  display: flex;
  width: 200px;
  height: 49px;
  padding: 8px 8px 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 27px;
  color: #fff;
  font-family: "silkaregular";
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: normal !important;
  text-decoration: none;
}
.custom-button span {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/picostrap5-child-base-main/imgs/arrow-up.svg");
  background-size: contain;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.custom-button.hero-button span {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/picostrap5-child-base-main/imgs/arrow-up-black.svg");
  background-size: contain;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.custom-button:hover span {
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
.primary-button {
  background: var(--Deep-charcoal, #1e2426);
}
.secondary-button {
  border-radius: 27px !important;
  border: 1px solid #fff !important;
}
.hero-button {
  background-color: #fff !important;
  color: var(--Deep-charcoal, #1e2426) !important;
}
footer {
  background-color: #bf5c49 !important;
}
footer a {
  text-decoration: none;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-bottom {
  display: flex;
  align-content: bottom;
  justify-content: flex-end;
}
footer .footer-bottom .button-footer-bottom {
  display: flex;
  justify-content: center;
}
footer .footer-bottom .copyright-footer-bottom {
  display: flex;
  justify-content: right;
  align-self: flex-end;
}
footer .footer-bottom .copyright-footer-bottom p {
  margin-bottom: 0;
}
footer .footer-text {
  color: #fff;
  font-family: "silkaregular" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
footer .social-footer a {
  font-family: "silkaregular" !important;
}
footer .location-footer p:not(:first-of-type) {
  font-family: "silkaregular" !important;
}
.heading-section h1 {
  color: var(--Deep-charcoal, #1e2426);
  font-family: "silkaregular";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 90px */
}
.heading-section .under-heading-text {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.heading-section .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heading-section .col-md-7 img {
  float: right;
}
.heading-section .about-us-featured-image {
  width: 100%;
}
.section-headline {
  position: relative;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 15px;
}
.section-headline:before {
  content: "";
  display: block;
  width: 11.926px;
  height: 20px;
  background-image: url("/wp-content/themes/picostrap5-child-base-main/imgs/heading-element.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.featured-headline {
  color: var(--Deep-charcoal, #1e2426);
  font-family: "silkaregular";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
}
.how-it-began-text {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.featured-images-row {
  margin-top: 20px;
}
.featured-images-row img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.about-ceo-section img {
  width: 100%;
  object-fit: cover;
  padding: 0 !important;
}
.quote-container {
  background: #fff7f1;
  padding-top: 130px;
  padding-bottom: 130px;
}
.quote-text {
  width: 955px;
  margin: auto;
  color: var(--Deep-charcoal, #1e2426);
  font-family: "silkaregular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
}
.value-row {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-top: 41px;
  padding-bottom: 41px;
}
.value-row .value-headline {
  color: var(--Deep-charcoal, #1e2426);
  font-family: "silkaregular";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
}
.value-row .col-lg-8 {
  display: flex;
  align-items: center;
}
.value-row .value-text {
  color: var(--Deep-charcoal, #1e2426);
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.forminator-field input,
.forminator-field textarea {
  color: #000 !important;
  font-family: "silkaregular" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 120% !important; /* 21.6px */
  border: none !important;
  border-bottom: 1px solid #c9c9c9 !important;
  padding: 8px 12px 24px 0 !important;
}
.forminator-field .forminator-label {
  color: #a9a9a9 !important;
  font-family: "silkaregular" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.forminator-field button {
  display: flex;
  height: 49px !important;
  padding: 8px 55px 8px 14px !important;
  align-items: center !important;
  position: relative !important;
  border-radius: 27px !important;
  background: var(--Deep-charcoal, #1e2426) !important;
  color: #fff !important;
  font-family: "silkaregular" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.forminator-field button:after {
  content: "" !important;
  display: block;
  width: 25px !important;
  height: 25px !important;
  background: url("/wp-content/themes/picostrap5-child-base-main/imgs/arrow-up.svg")
    no-repeat center center !important;
  background-size: contain !important;
  position: absolute !important;
  top: 50%;
  right: 25px !important;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out; /* smoother animation */
}
.forminator-field button:hover:after {
  transform: translateY(-50%) rotate(45deg);
}
.forminator-field input:active,
.forminator-field textarea:active,
.forminator-field input:focus,
.forminator-field textarea:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #bf5c49 !important;
}
.our-offices-section .container,
.social-media-section .container {
  border-top: 1px solid #e2e2e2;
  padding-top: 40px;
}
.our-offices-section .featured-headline {
  margin-bottom: 55px;
  color: var(--Deep-charcoal, #1e2426);
  font-family: "silkaregular";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
}
.section-headline {
  margin-top: 20px;
  margin-bottom: 30px;
}
.our-offices-row {
  background: #fff7f1;
  padding: 0 !important;
}
.our-offices-row .col-md-6:has(img) {
  padding-left: 0;
}
.our-offices-row .col-md-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-offices-row .our-offices-box {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  justify-content: space-between;
  padding: 48px 36px;
}
.our-offices-box .location-box h5 {
  color: #000;
  font-family: "silkaregular";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
}
.our-offices-box .location-box p {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.our-offices-box .contact-box .contact-lable {
  color: #575757;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.our-offices-box .contact-box .contact-info {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.social-media-box {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 24px;
  padding-bottom: 20px;
  transition: transform 0.5s ease-in-out;
}
.social-media-box a {
  color: #000;
  font-family: "silkaregular";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}
.social-media-box a:after {
  content: "" !important;
  display: block;
  width: 30px !important;
  height: 30px !important;
  background: url("/wp-content/themes/picostrap5-child-base-main/imgs/arrow-up-black.svg")
    no-repeat center center !important;
  background-size: contain !important;
  position: absolute !important;
  top: 50%;
  right: 20px !important;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out; /* smoother animation */
}
.social-media-box a:hover:after {
  transform: translateY(-50%) rotate(45deg);
}
.social-media-box:has(a:hover) {
  border-bottom: 1px solid #bf5c49;
}
.project-filters {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 15px;
  margin-bottom: 40px;
}
.project-filters button.filter-btn {
  border: none;
  background: none;
  color: #575757;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.project-filters button.filter-btn.active {
  color: #bf5c49;
}
.project-card {
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card img {
  height: 600px !important;
  width: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}
.project-image:hover img {
  transform: scale(1.05);
}
.project-card .project-title a {
  color: #000 !important;
  font-family: "silkaregular" !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  position: relative !important;
  padding-right: 40px;
  text-decoration: none !important;
}
.project-image {
  overflow: hidden;
}
.project-card .project-title a:after {
  content: "" !important;
  display: block;
  width: 30px !important;
  height: 30px !important;
  background: url("/wp-content/themes/picostrap5-child-base-main/imgs/arrow-up-black.svg")
    no-repeat center center !important;
  background-size: contain !important;
  position: absolute !important;
  top: 50%;
  right: 0 !important;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out; /* smoother animation */
}
.project-card:hover .project-title a:after {
  transform: translateY(-50%) rotate(45deg);
}
.project-card .project-category {
  border-radius: 0 !important;
  background: none !important;
  padding: 0 !important;
  color: #575757 !important;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-right: 18px !important;
}
.project-card .project-content {
  padding: 20px;
  padding-left: 0 !important;
}
.project-card:hover {
  background: transparent !important;
  box-shadow: none !important;
}
#projects-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.project-item {
  margin-bottom: 0;
}
.projects-grid-section {
  padding: 40px 0;
}

.project-item {
  margin-bottom: 30px;
  display: block;
}
.load-more-btn {
  border: none;
  background: transparent;
  position: relative;
  color: #000;
  font-family: "silkaregular";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.load-more-btn:after {
  content: "" !important;
  display: block;
  width: 30px !important;
  height: 30px !important;
  background: url("/wp-content/themes/picostrap5-child-base-main/imgs/arrow-up-black.svg")
    no-repeat center center !important;
  background-size: contain !important;
  position: absolute !important;
  top: 50%;
  right: 0px !important;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s ease-in-out; /* smoother animation */
}
.load-more-btn:hover:after {
  transform: translateY(-50%) rotate(135deg);
}
#load-more-container {
  padding: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.project-title-container h1.project-title {
  color: var(--Deep-charcoal, #1e2426);
  font-family: "silkaregular";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 72px */
}
.project-title-container .project-description p {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.project-featured-image {
  height: 750px;
  margin-bottom: 50px;
}
.project-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-meta-container .project-meta-item,
.project-meta-container .project-meta-item .project-categories {
  display: flex;
}
.project-meta-container .project-meta-item .project-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.project-meta-container .project-meta-item p {
  margin-bottom: 0;
}
.project-meta-container .project-meta-item {
  border-bottom: 1px solid #ccc;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-meta-container .project-meta-item:first-child {
  border-top: 1px solid #ccc;
}
.project-meta-container .project-meta-headline {
  color: #575757;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.project-meta-container .project-meta-item p,
.project-meta-container .project-meta-item span {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.project-characteristic-item .characteristic-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.project-characteristic-item .row {
  margin-bottom: 38px;
}
.project-characteristic-item .col-12:has(.characteristic-content) {
  display: flex;
  align-items: center;
}
.project-characteristic-item .characteristic-content h4 {
  color: #000 !important;
  font-family: "silkaregular";
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 100% !important; /* 32px */
}
.project-characteristic-item .characteristic-content p {
  color: #000 !important;
  font-family: "silkaregular";
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 120% !important; /* 21.6px */
}
.project-related-projects-section {
  background: #fff7f1;
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.project-related-projects .related-project-item {
  display: flex;
  flex-direction: column-reverse;
}
.project-related-projects-section .check-all-projects-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-bottom: 37px;
}
.check-all-projects-button-row h4 {
  color: #000;
  font-family: "silkaregular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 52.8px */
}
.related-project-item h4.related-project-title {
  color: #000 !important;
  font-family: "silkaregular";
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.related-project-item h4 a {
  position: relative;
  padding-right: 35px;
  color: #000;
  text-decoration: none;
}
.related-project-item h4 a:after {
  content: "" !important;
  display: block;
  width: 30px !important;
  height: 30px !important;
  background: url("/wp-content/themes/picostrap5-child-base-main/imgs/arrow-up-black.svg")
    no-repeat center center !important;
  background-size: contain !important;
  position: absolute !important;
  top: 50%;
  right: 0px !important;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out; /* smoother animation */
}
.related-project-item:hover h4 a:after {
  transform: translateY(-50%) rotate(45deg);
}
.related-project-item .related-project-image,
.related-project-item .related-project-image img {
  height: 600px;
}
footer .footer-text {
  color: #fff;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
footer .social-footer a {
  font-family: "silkaregular";
}
footer .location-footer p:not(:first-of-type) {
  font-family: "silkaregular";
}
.container-fluid.hero-section-container {
  padding: 0 !important;
  position: relative;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-bottom: 80px !important;
}
.hero-section {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.hero-section h1 {
  color: #fff;
  font-family: "silkaregular";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 70px */
}
.hero-section p {
  color: #fff;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.why-studio-mas-row .col-12 {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.why-studio-mas-text-row h2 {
  color: #000;
  font-family: "silkaregular";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 44px */
}
.why-studio-mas-text-row p {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.why-studio-mas-text-row {
  margin-top: 40px;
}
.why-studio-mas-img-row .col-12:last-of-type {
  position: relative;
}
.why-studio-mas-img-row .hero-button {
  position: absolute;
  bottom: 35px;
  left: 39px;
}
.icons-section .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icons-section {
  margin-top: 70px;
}
.icons-section .col-12:not(:last-of-type) {
  border-right: 1px solid #9d9d9d;
}
.icons-section .col-12 p {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.images-front-page-row {
  margin-top: 115px;
  margin-bottom: 50px;
}
.images-front-page-row img {
  height: 550px;
  object-fit: cover;
}
.quotes-section .heading-quote-col p {
  color: #000;
  font-family: "silkaregular";
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 120px */
  padding-bottom: 60px;
}
.quotes-section .quote-text-col {
  align-content: center;
}
.quotes-section .quote-text-front-page {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  padding-bottom: 60px;
}
.quotes-section .heading-quote-col {
  background-image: url("/wp-content/themes/picostrap5-child-base-main/imgs/form-feeling.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
  display: flex;
  align-content: 20% top;
}
.our-projects-section {
  background: #fff7f1;
  padding-top: 25px;
  margin-top: 40px;
}
.our-projects-section .container {
  border-top: 1px solid #e2e2e2;
}
.our-projects-section h2 {
  color: #000;
  font-family: "silkaregular";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
}
.our-projects-section p.why-studio-mas-text {
  color: #000;
  font-family: "silkaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.our-projects-section .row:has(.primary-button) {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
  padding-bottom: 29px;
}
.our-projects-section .project-related-projects-section {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 200px;
}
.our-projects-section .project-related-projects-section {
  background-image: url("/wp-content/themes/picostrap5-child-base-main/imgs/our-projects-element.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (max-width: 992px) {
  .navbar .navbar-toggler-icon {
    background-image: url("/wp-content/themes/picostrap5-child-base-main/imgs/burger-menu.svg") !important;
  }
  .navbar .navbar-toggler {
    border: none !important;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  /* Disable Bootstrap collapse transition for instant style application */
  .navbar-collapse {
    transition: none !important;
  }
  .navbar-collapse.collapsing {
    transition: none !important;
  }
  .navbar-collapse.show {
    transition: none !important;
  }
  #navbarNav .navbar-nav {
    text-align: center;
    width: 70% !important;
    margin: auto !important;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bf5c49;
  }

  .heading-section h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 50.4px */
  }
  .heading-section .under-heading-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .featured-headline {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
  }
  .how-it-began-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    margin-top: 15px;
  }
  .quote-container {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .quote-text {
    width: 100%;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 39.6px */
  }
  .value-row {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .value-row .value-headline {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 39.6px */
  }
  .value-row .value-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
  }
  .project-card .project-title a {
    font-size: 20px !important;
  }
  .project-card img {
    height: 240px !important;
    object-fit: cover !important;
  }
  .project-card .project-category {
    font-size: 14px !important;
  }
  .project-title-container h1.project-title {
    font-size: 40px;
  }
  .project-title-container .project-description p {
    font-size: 18px;
    line-height: 110%;
  }
  .project-meta-container .project-meta-headline {
    font-size: 16px;
  }
  .project-meta-container .project-meta-item p,
  .project-meta-container .project-meta-item span {
    font-size: 18px;
  }
  .project-featured-image {
    height: 600px;
  }
  .related-project-item .related-project-image,
  .related-project-item .related-project-image img {
    height: 300px;
  }
  .check-all-projects-button-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .check-all-projects-button-row h4 {
    color: #000;
    font-family: "silkaregular";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 39.6px */
  }
  footer .footer-text {
    border-bottom: 1px solid #d59589;
    padding-bottom: 50px;
  }
  .about-footer,
  .projects-footer,
  .social-footer,
  .contact-footer,
  .location-footer {
    border-bottom: 1px solid #d59589;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .social-footer {
    display: flex;
    flex-direction: column;
  }
  .social-footer a {
    margin-bottom: 16px;
  }
  footer .footer-text {
    color: #fff;
    font-family: "silkaregular";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
  }
  footer .row.footer-bottom {
    align-items: flex-start !important;
    display: flex !important;
    margin-top: 54px !important;
    margin-bottom: 40px !important;
  }
  footer .footer-bottom .button-footer-bottom {
    justify-content: flex-start !important;
    order: 0 !important;
    margin-bottom: 50px !important;
  }
  footer .footer-bottom .copyright-footer-bottom {
    justify-content: flex-start !important;
    order: 2 !important;
    margin-top: 40px !important;
  }
  footer .footer-bottom .logo-footer-bottom {
    order: 1 !important;
  }
  .hero-section h1 {
    color: #fff;
    font-family: "silkaregular";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
  }
  .hero-section p {
    color: #fff;
    font-family: "silkaregular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .icons-section .col-12:not(:last-of-type) {
    border: none;
  }
  .images-front-page-row img {
    height: 300px;
    object-fit: cover;
  }
  .quotes-section .heading-quote-col p {
    color: #000;
    font-family: "silkaregular";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 44px */
  }
  .quotes-section .heading-quote-col {
    height: 280px;
    margin-bottom: 12px;
  }
  .our-projects-section .row:has(.primary-button) {
    justify-content: flex-start;
  }
  .our-projects-section .project-related-projects-section {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .heading-section .col-md-7 img {
    width: 200px;
    height: 200px;
    object-fit: contain;
  }
  .featured-images-row {
    margin-top: 0;
  }
  .featured-images-row img {
    margin-top: 16px;
  }
  .our-offices-box .contact-box .contact-lable {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .our-offices-box .location-box h5 {
    font-size: 22px;
  }
  .our-offices-row .our-offices-box {
    padding: 36px 12px 50px 12px;
  }
  .contact-us-form-section .featured-headline,
  .social-media-section .featured-headline {
    margin-bottom: 46px;
  }
  .forminator-ui.forminator-custom-form[data-design="default"]
    .forminator-button {
    width: auto !important;
  }
  .our-offices-row .col-md-6:has(img) {
    padding-left: 0;
    padding-right: 0;
  }
  #projects-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .projects-filter-section .project-filters {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: none; /* Firefox */
  }
  .projects-filter-section .project-filters::-webkit-scrollbar {
    display: none;
  }
  .projects-filter-section .project-filters .filter-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .project-characteristic-item .characteristic-content h4 {
    color: #000 !important;
    font-family: "silkaregular" !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 100% !important; /* 22px */
  }
  .project-characteristic-item .characteristic-content p {
    color: #000 !important;
    font-family: "silkaregular";
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important; /* 19.2px */
  }
  .project-characteristic-item .characteristic-image img {
    margin-bottom: 32px !important;
    height: 230px !important;
  }
  .project-featured-image {
    height: 240.029px;
  }
  .related-project-item h4.related-project-title {
    color: #000 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .hero-section h1 {
    color: #fff;
    font-family: "silkaregular";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
  }
  .hero-section p {
    color: #fff;
    font-family: "silkaregular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .why-studio-mas-text-row {
    margin-bottom: 56px;
  }
  .why-studio-mas-img-row .col-12:last-of-type {
    margin-top: 24px;
  }
  .icons-section .col-12:not(:last-of-type) {
    border-bottom: 1px solid #9d9d9d;
  }
  .quotes-section .heading-quote-col p {
    color: #000;
    font-family: "silkaregular";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 44px */
  }
  .quotes-section .heading-quote-col {
    height: 150px;
    margin-bottom: 12px;
  }
  .quotes-section .quote-text-front-page {
    color: #000;
    font-family: "silkaregular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .our-projects-section p.why-studio-mas-text {
    color: #000;
    font-family: "silkaregular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
  }
  .our-projects-section h2 {
    color: #000;
    font-family: "silkaregular";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
  }
}
@media (max-width: 400px) {
  .related-project-item h4.related-project-title {
    color: #000 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .related-project-item .related-project-image,
  .related-project-item .related-project-image img {
    height: 220px;
  }
  .related-project-item h4 a:after {
    width: 25px !important;
    height: 25px !important;
    right: 10px !important;
  }
}
@media (max-width: 600px) {
  .container-fluid.hero-section-container {
    background-position: 60% 60% !important;
  }
  .images-front-page-row img {
    height: 200px;
    object-fit: cover;
  }
  .quotes-section .heading-quote-col {
    background-position: 20%;
  }
}
/* Related Projects Grid */
.related-projects-grid {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}
.related-project-item {
  background: transparent;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.related-project-item:hover {
  transform: translateY(-5px);
}
.related-project-image {
  overflow: hidden;
}
.related-project-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-project-image:hover img {
  transform: scale(1.05);
}

/* Responsive Grid */
@media (min-width: 991px) {
  .related-projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .related-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-project-item:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0;
  }
  .navbar .menu-item {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .navbar-collapse {
    height: 100vh;
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  /* Slide up from bottom animation - triggers on scroll when element enters viewport */
  .slide-up-from-bottom {
    transform: translateY(100%);
    opacity: 0;
    animation: slideUpFromBottom linear both;
    animation-timeline: view();
    animation-range: entry 20% entry 70%;
    view-timeline-inset: 0;
  }

  @keyframes slideUpFromBottom {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Slide up from bottom with delay - for elements inside immediate sections */
  .slide-up-from-bottom-delay {
    transform: translateY(100%);
    opacity: 0;
    animation: slideUpFromBottom 0.5s ease-out 1s forwards;
  }

  /* Slide up from bottom with delay on scroll - triggers on scroll with delay effect */
  .slide-up-from-bottom-delay-scroll {
    transform: translateY(100%);
    opacity: 0;
    animation: slideUpFromBottom linear both;
    animation-timeline: view();
    animation-range: entry 40% entry 100%;
    view-timeline-inset: 0;
  }

  /* Slide up from bottom immediately - for first section on page load */
  .slide-up-from-bottom-immediate {
    transform: translateY(100%);
    opacity: 0;
    animation: slideUpFromBottom 1s ease-out forwards;
  }

  /* Alternative: Use with JavaScript to trigger on scroll or load */
  .slide-up-from-bottom-trigger {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
  }

  .slide-up-from-bottom-trigger.animated {
    transform: translateY(0);
    opacity: 1;
  }

  .slide-bottom-from-up {
    transform: translateY(0);
    opacity: 0;
    animation: slideBottomFromUp linear both;
    animation-timeline: view();
    animation-range: entry 50% entry 100%;
    view-timeline-inset: 0;
  }
  @keyframes slideBottomFromUp {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    70% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Slide from left animation - scroll triggered */
  .slide-from-left {
    transform: translateX(-100%);
    opacity: 0;
    animation: slideFromLeft linear both;
    animation-timeline: view();
    animation-range: entry 20% entry 100%;
    view-timeline-inset: 0;
  }

  /* Slide from left animation - immediate on page load */
  .slide-from-left-immediate {
    transform: translateX(-100%);
    opacity: 0;
    animation: slideFromLeft 1s ease-out forwards;
    will-change: transform, opacity;
  }

  /* Slide from right animation - scroll triggered */
  .slide-from-right {
    transform: translateX(100%);
    opacity: 0;
    animation: slideFromRight linear both;
    animation-timeline: view();
    animation-range: entry 20% entry 100%;
    view-timeline-inset: 0;
  }

  /* Slide from right animation - immediate on page load */
  .slide-from-right-immediate {
    transform: translateX(100%);
    opacity: 0;
    animation: slideFromRight 1s ease-out forwards;
    will-change: transform, opacity;
  }

  @keyframes slideFromLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes slideFromRight {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
}
