:root {
  --primary-color: #886b41;
  --primary-color-rgb: 136, 107, 65;
  --accent-color: #f5ae04;
  --accent-color-rgb: 245, 174, 4;
  --dark-color: #041830;
}

html {
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "DM Serif Text", serif;
}

.thin {
  font-weight: 400;
}

section .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: normal;
}

section h2 {
  font-size: 60px;
  line-height: 1.1;
  margin: 8px 0;
  color: var(--dark-color);
  font-weight: 400;
}

nav .logo img {
  width: 100px;
  height: 84px;
  display: flex;
  object-fit: cover;
}

nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 32px;
  right: 32px;
  max-width: 1100px;
  box-shadow: 0 4px 50px -8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 0px 16px;
  top: 32px;
  margin: 0 auto;
  background: #fff;
  color: var(--primary-color);
  z-index: 400;
}

nav a {
  color: var(--primary-color);
  font-size: 16px;
}

nav .left {
  display: flex;
  align-items: center;
}

nav .left .logo-name {
  text-align: center;
}

nav .left .logo-name h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

nav .left .logo-name p {
  margin: 0;
  font-size: 9px;
  color: var(--dark-color);
}

nav ul,
header .bottom ul {
  display: flex;
  list-style: none;
  gap: 32px;
}

a {
  text-decoration: none;
}

nav .socials .contact,
header .bottom .socials .contact {
  display: flex;
  gap: 24px;
  font-size: 14px;
}

nav .socials .icons,
header .bottom .socials .icons {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  justify-content: flex-end;
}

nav .socials .icons a,
header .bottom .socials .icons a {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

header .bottom .socials .icons a {
  background: #fff;
  color: var(--primary-color);
}

header .bottom .socials .icons a:hover {
  background: var(--accent-color);
  color: #fff;
}

nav .socials .icons a:hover {
  background: var(--accent-color);
  color: #fff;
}

/* Header */

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}

header {
  /* padding-top: 100px; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(images/hero-image.png);
  background-position: bottom;
  background-blend-mode: darken;
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
  border-top: 80px solid var(--primary-color);
  color: var(--primary-color);
  position: relative;

  display: grid;
  place-items: center;
}

header p {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

header h1 {
  font-size: 70px;
  margin: 8px 0;
  color: #fff;
  line-height: 1.1;
  font-weight: normal;
}

header .container {
  position: relative;
  /* height: 100%; */
}

header .buttons {
  margin-top: 20px;
  display: flex;
  gap: 24px;
}

.btn {
  background: var(--accent-color);
  color: #fff;
  border-radius: 8px;
  padding: 14px 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  transition: all 400ms ease;
  border: none;
}

.btn.light {
  background: #bfae92;
  border: 2px solid var(--accent-color);
  color: #fff;
}

.btn.light:hover {
  background: var(--accent-color);
}

.btn:hover {
  background: #50342c;
}

header .bottom {
  background: var(--primary-color);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  padding: 16px 48px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 32px 0;
}

header .bottom form {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: flex-end;
}

header .bottom input {
  padding: 8px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  outline: none;
  font-size: 16px;
}

header .bottom input[type="number"] {
  -moz-appearance: textfield;
}

header .bottom input[type="number"]::-webkit-inner-spin-button,
header .bottom input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

header .bottom input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header .group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  justify-content: space-between;
}

header .bottom .btn {
  height: 50px;
}

header .bottom .right .contact {
  margin-bottom: 20px;
}

header .bottom .left {
  align-self: flex-end;
}

header .bottom .left a {
  color: var(--accent-color);
}

header .bottom .right .contact {
  color: var(--accent-color);
}

/* About Section */

section {
  padding: 100px 0;
}

#about .container {
  display: flex;
  gap: 50px;
  align-items: center;
}

#about .content p {
  font-family: "Poppins", sans-serif;
}

#about .container .left,
#about .container .right {
  flex: 1;
}

#about .container h3 {
  font-size: 36px;
  margin: 0;
  margin-top: 40px;
  line-height: 1.2;
}

#about .left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 60px;
}

#about .left .card {
  height: 300px;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

#about .left .card:first-child {
  background: #fff !important;
  color: #000 !important;
}

#about .left .card:last-child .title {
  color: #fff;
}

#about .left .card.non-image {
  background: var(--dark-color);
  padding: 24px;
  color: #fff;
}

#about .left .icon img {
  width: 60px;
}

#about .left .title {
  font-size: 24px;
  margin-top: 8px;
  font-family: "DM Serif Text", serif;
}

#about .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .left p {
  font-size: 14px;
  line-height: 1.5;
}

#about .left .card:nth-child(odd) {
  margin-top: -40px;
}

/* Sets Section */

#sets {
  padding-top: 0;
}

#sets .container:first-child {
  text-align: center;
}

#sets .swiper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#sets .swiper {
  margin-top: 60px;
  position: relative;
}

#set .swiper .swiper-buttons {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  background: red;
  z-index: 400;
}

#sets .swiper-button-next,
#sets .swiper-button-prev {
  background: #ffe100;
  padding: 24px;
  color: #000;
  position: absolute;
  top: 50%;
}

#sets .swiper-button-next::after,
#sets .swiper-button-prev::after {
  font-size: 18px;
}

#sets .swiper-button-next {
  right: 100px;
}

#sets .swiper-button-prev {
  left: 100px;
}

#sets .description {
  position: absolute;
  bottom: -120px;
  background: #fff;
  padding: 20px 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 700px;
  box-shadow: 0 4px 50px -8px rgba(0, 0, 0, 0.3);
  display: flex;
  gap: 8px;
  align-items: center;
}

#sets .title {
  font-size: 24px;
  color: var(--dark-color);
  font-weight: bold;
}

#sets .description p {
  font-size: 14px;
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
}

#sets .price {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  display: flex;
  font-weight: 600;
  align-items: first baseline;
  color: var(--accent-color);
}

#sets .price .per {
  font-size: 16px;
}

#sets .container {
  position: relative;
}

/* Intro Section */

#intro {
  background: var(--primary-color);
  background: linear-gradient(
    90deg,
    var(--dark-color) 68%,
    var(--accent-color) 68%
  );
  color: #fff;
  margin-top: 100px;
}

#intro .btn {
  margin-top: 16px;
}

#intro h2 {
  color: #fff;
}

#intro .container {
  display: flex;
  gap: 30px;
  align-items: center;
}

#intro .container .left {
  flex: 3;
}

#intro .container .left p {
  max-width: 500px;
}

#intro .container .right {
  flex: 3;
}

#intro .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#intro .right {
  position: relative;
}

#intro .right .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro .right .play-icon svg {
  width: 40px;
  margin-left: 4px;
  color: var(--primary-color);
}

/* Facilities Section */

#facilities h2,
#facilities .section-title {
  text-align: center;
}

#facilities .features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
  margin-inline: auto;
}

#facilities .features .icon img {
  height: 60px;
}

#facilities .features .card {
  padding: 20px;
  position: relative;
}

#facilities .features .card .number {
  position: absolute;
  top: -50px;
  right: -10px;
  font-size: 90px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  opacity: 0.03;
}

p {
  line-height: 1.8;
}

#facilities .features h3 {
  font-size: 24px;
}

/* Expo Section */

#expo {
  background: #f8f8f8;
}

#expo .container {
  position: relative;
}

.arrows {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  gap: 8px;
}

.arrows .left-arrow,
.arrows .right-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 400ms ease;
}

.arrows .left-arrow:hover,
.arrows .right-arrow:hover {
  background: var(--accent-color);
  box-shadow: 0 4px 57px -1px var(--accent-color);
}

.arrows svg {
  width: 28px;
}

#expo .cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 40px;
}

#expo .card {
  display: flex;
  align-items: center;
  transition: all 400ms ease;
}

#expo .card img {
  width: 140px;
  height: 140px;
  display: flex;
  object-fit: cover;
}

#expo .card p {
  font-size: 14px;
  margin: 4px 0;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

#expo .card h3 {
  margin: 0;
  color: var(--dark-color);
  font-size: 24px;
}

#expo .card.active {
  background: var(--dark-color);
  color: #fff;
}

#expo .card.active h3 {
  color: #fff;
}

#expo .card .right {
  padding: 8px 32px;
}

#expo .set-images {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 120px;
}

#expo .set-images img {
  width: 32%;
}

#expo .achievements {
  background: var(--dark-color);
  color: #fff;
  margin-top: 100px;
  padding: 100px 60px;
  display: flex;
  justify-content: space-between;
}

#expo .achievements .achievement {
  display: flex;
  flex-direction: column;
}

#expo .achievements .achievement img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(300%)
    hue-rotate(0deg);
}

#expo .achievements .achievement .value {
  font-size: 70px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 24px;
}

#expo .achievements .achievement .type {
  font-family: "Poppins", sans-serif;
  margin-top: -16px;
}

#expo .achievement .value::after {
  content: "+";
  font-size: 18px;
}

/* Graphic section */

#graphic .container {
  position: relative;
}

#graphic .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

#graphic .graphic-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

#graphic .graphic-card .caption {
  text-align: center;
  font-size: 15px;
  margin-top: 24px;
  margin-bottom: -18px;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

#graphic .graphic-card .info {
  padding: 24px;
  padding-top: 0;
  font-family: "Poppins", sans-serif;
}

#graphic .graphic-card h4 {
  font-size: 22px;
  margin-bottom: 0;
  font-family: "DM Serif Text", serif;
}

#graphic .graphic-card p {
  font-size: 14px;
}

/* Footer */

footer {
  background: var(--dark-color);
  padding: 80px 0;
  color: #fff;
}

footer .container {
  display: flex;
  gap: 60px;
}

footer .logo img {
  width: 80px;
}

footer .logo-container {
  display: flex;
  gap: 16px;
  align-items: center;
}

footer .logo-container h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer .logo-container p {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
}

footer .group:first-child {
  max-width: 300px;
}

footer .group .footer-info {
  font-size: 14px;
}

footer .icons {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

footer .icons a {
  background: #fff;
  color: var(--primary-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

footer .icons a:hover {
  background: var(--accent-color);
  color: #fff;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin: 16px 0;
  font-size: 15px;
}

footer ul li::before {
  content: "+";
  margin-right: 8px;
}

footer h4 {
  color: #fff;
  font-size: 20px;
}

footer .group:nth-child(2) {
  flex: 1;
}

footer .contact-card {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(227, 198, 165, 0.3);
  padding: 24px 0;
}

footer .contact-card div:first-child {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

footer .contact-card:last-child {
  border-bottom: none;
}

footer .contact-card .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

footer .group:last-child {
  width: 300px;
}

/* Copyright */

.copyright .container {
  font-family: "Poppins", sans-serif;
  padding: 36px 32px;
  display: flex;
  color: var(--primary-color);
  justify-content: space-between;
}

.copyright a {
  color: var(--primary-color);
}

/* Hidden Items */

.mobile-nav,
.menu-icon {
  display: none;
}

/* Tablet Version */

@media (max-width: 1100px) {
  nav .right {
    display: none;
  }

  nav .left {
    flex: 1;
  }

  nav ul {
    flex: 1;
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  .mobile-nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: var(--accent-color);
    width: 200px;
    z-index: 400;
    transform: translateX(100%);
    padding-top: 120px;
    box-shadow: 0 4px 50px -8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 400ms ease;
  }

  .mobile-nav.active {
    transform: translateX(0);
    opacity: 1;
  }

  .mobile-nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding-left: 24px;
  }

  .mobile-nav a {
    color: #000;
  }

  .container {
    padding: 0 24px;
  }

  .btn {
    padding: 12px 24px;
  }

  section h2 {
    font-size: 36px;
  }

  nav {
    left: 24px;
    right: 24px;
  }

  nav ul,
  nav .right {
    display: none;
  }

  nav .menu-icon svg {
    width: 30px;
  }

  nav .logo img {
    width: 80px;
  }

  nav .menu-icon {
    cursor: pointer;
    display: block;
  }

  /* Header */

  header .buttons {
    left: 24px;
  }

  header .main-text {
    width: 100%;
  }

  header h1 {
    font-size: 36px;
    line-height: 1.3;
  }

  header .bottom form {
    flex-direction: column;
    align-items: stretch;
  }

  /* About section */

  #about .container {
    flex-direction: column;
  }

  #about .left {
    padding: 0;
  }

  /* Sets section */

  #sets .description {
    width: 100%;
  }

  /* Intro section */

  #intro .container {
    flex-direction: column;
  }

  #intro .container .left {
    flex: 1;
    align-self: flex-start;
  }

  #intro .container .left p {
    max-width: 90%;
  }

  #intro {
    background: linear-gradient(
      180deg,
      rgba(107, 70, 59, 1) 68%,
      rgba(227, 198, 165, 1) 68%
    );
  }

  /* Features section */

  #facilities .features {
    grid-template-columns: 1fr 1fr;
  }

  /* Expo section */

  #expo .cards {
    grid-template-columns: 1fr;
  }

  #expo .card {
    flex-direction: column;
  }

  #expo .card .left {
    width: 100%;
  }

  #expo .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #expo .card .right {
    padding: 10px 24px;
  }

  #expo .set-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  #expo .set-images img:last-child {
    grid-column: 1 / span 2;
  }

  #expo .set-images img {
    width: 100%;
  }

  /* Achievements */

  #expo .achievements {
    /* flex-direction: column; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  #expo .achievements .achievement {
    align-items: center;
  }

  #expo .achievements .achievement .value {
    margin-top: 16px;
  }

  /* Graphics section */

  #graphic .cards {
    grid-template-columns: 1fr;
  }

  /* Footer */

  footer .container {
    flex-direction: column;
  }

  footer .group:first-child {
    max-width: 100%;
  }

  /* Copyright */

  .copyright {
    padding: 0 24px;
  }

  .copyright .container {
    /* flex-direction: column; */
    gap: 16px;
  }

  .copyright .container .right {
    order: -1;
  }
}

/* Mobie version */

@media (max-width: 600px) {
  /* Features section */

  #facilities .features {
    grid-template-columns: 1fr;
  }

  /* Expo section */

  #expo .set-images {
    display: flex;
    flex-direction: column;
  }

  /* Achievements */

  #expo .achievements {
    display: grid;
    grid-template-columns: 1fr;
  }

  .copyright .container {
    flex-direction: column;
    gap: 16px;
  }
}

/* About us page 

/* General New Section Styling */

header.page-header {
  border-top: 0;
  height: auto;
  min-height: 500px;
  padding: 100px 0 80px;
  padding-bottom: 0;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

header.page-header h1 {
  font-family: "DM Serif Text", serif;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
}

header.page-header p {
  text-transform: none;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
  opacity: 0.9;
  font-weight: 300;
}

/* Responsive styles */
@media (max-width: 1024px) {
  header.page-header h1 {
    font-size: 42px;
  }

  header.page-header p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  header.page-header {
    padding: 60px 15px 40px;
    min-width: 400px;
  }

  header.page-header h1 {
    font-size: 34px;
  }

  header.page-header p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  header.page-header {
    padding: 50px 10px 30px;
    min-height: 300px;
  }

  header.page-header h1 {
    font-size: 28px;
  }

  header.page-header p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.section-title-new {
  font-family: "DM Serif Text", serif;
  font-size: 38px;
  color: var(--dark-color);
  margin-bottom: 25px;
  line-height: 1.3;
}

.text-center {
  text-align: center;
}

.content-section {
  padding: 80px 0;
}

.content-section .container {
  display: flex;
  align-items: center;
  gap: 60px;
}

.content-section .text-content {
  flex: 1;
}
.content-section .text-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.content-section .text-content p:last-child {
  margin-bottom: 0;
}

.content-section .image-content {
  flex: 0 0 45%;
  text-align: center;
}
.content-section .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.content-section.alt-bg .container {
  flex-direction: row-reverse;
}

.content-section.alt-bg {
  background-color: #f9f9f9;
}

/* New Values Section */
.values-section-new {
  padding: 80px 0;
  background-color: #fff;
}
.values-section-new .section-title-new {
  margin-bottom: 50px;
}

.values-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.value-card-new {
  background-color: #fdfdfd;
  padding: 35px 30px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(var(--primary-color-rgb, 136, 107, 65), 0.1);
}

.value-card-new .value-icon {
  font-size: 32px;
  color: var(--accent-color);
  margin-bottom: 20px;
  display: inline-block;
  padding: 15px;
  background-color: rgba(var(--accent-color-rgb, 245, 174, 4), 0.1);
  border-radius: 50%;
  line-height: 1;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.value-card-new .value-icon i {
  line-height: 1;
}

.value-card-new h3 {
  font-family: "DM Serif Text", serif;
  font-size: 22px;
  color: var(--dark-color);
  margin-bottom: 10px;
}

.value-card-new p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* New Team Section */
.team-section-new {
  padding: 80px 0;
  background-color: var(--dark-color);
  color: #fff;
}
.team-section-new .section-title-new,
.team-section-new .team-intro-text,
.team-section-new .team-unity-text {
  color: #fff;
}
.team-section-new .section-title-new {
  margin-bottom: 15px;
}

.team-intro-text {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 50px auto;
  opacity: 0.85;
  font-weight: 300;
}

.team-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-content: center;
}

.team-member-card-new {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05); /* Subtle background for cards */
  padding: 30px 20px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.team-member-card-new:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.team-member-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
  border: 4px solid var(--accent-color);
  box-shadow: 0 0 15px rgba(var(--accent-color-rgb, 245, 174, 4), 0.3);
}

.team-member-card-new h3 {
  font-family: "DM Serif Text", serif;
  font-size: 24px;
  margin-bottom: 5px;
  color: #fff;
}

.team-member-card-new .role {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.team-unity-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  letter-spacing: 1px;
}

.btn.primary-btn {
  /* Make it specific if .btn is too general */
  background-color: var(--accent-color);
  color: #fff;
  padding: 12px 28px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  border: none;
}
.btn.primary-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
}

.perspective-showcase {
  padding: 80px 0;
  background-color: #fff;
}

.perspective-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.perspective-eyebrow {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
  background-color: rgba(var(--primary-color-rgb, 136, 107, 65), 0.08);
  padding: 4px 10px;
  border-radius: 4px;
}

.perspective-header h2 {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.perspective-header .perspective-intro {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #5a6268;
  font-weight: 300;
}

.perspective-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.perspective-item {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.perspective-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(var(--dark-color-rgb, 4, 24, 48), 0.07);
}

.perspective-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  color: rgba(var(--accent-color-rgb, 245, 174, 4), 0.25);
  line-height: 1;
  z-index: 0;
}

.perspective-item h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.perspective-item p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #495057;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .perspective-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .perspective-showcase {
    padding: 60px 0;
  }
  .perspective-header {
    margin-bottom: 40px;
  }
  .perspective-header h2 {
    font-size: 32px;
  }
  .perspective-header .perspective-intro {
    font-size: 16px;
  }
  .perspective-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .perspective-item h3 {
    font-size: 17px;
  }
  .perspective-item p {
    font-size: 14px;
  }
  .perspective-number {
    font-size: 36px;
    top: 10px;
    right: 15px;
  }
}

@media (max-width: 992px) {
  .section-title-new {
    font-size: 34px;
  }
  .about-hero-new h1 {
    font-size: 44px;
  }
  .about-hero-new .subtitle,
  .team-intro-text {
    font-size: 17px;
  }
  .content-section .container {
    flex-direction: column;
    gap: 40px;
  }
  .content-section.alt-bg .container {
    flex-direction: column;
  }
  .content-section .image-content {
    flex: 0 0 auto;
    width: 80%;
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .section-title-new {
    font-size: 30px;
  }
  .about-hero-new h1 {
    font-size: 36px;
  }
  .about-hero-new .subtitle,
  .team-intro-text,
  .content-section .text-content p {
    font-size: 16px;
  }
  .values-grid-new,
  .team-grid-new {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .value-card-new {
    padding: 30px 25px;
  }
  .team-member-card-new {
    padding: 25px 15px;
  }
  .team-member-photo {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 480px) {
  .about-hero-new {
    padding: 80px 0 60px;
  }
  .about-hero-new h1 {
    font-size: 30px;
  }
  .section-title-new {
    font-size: 26px;
  }
  .content-section {
    padding: 60px 0;
  }
  .values-section-new,
  .team-section-new {
    padding: 60px 0;
  }
  .content-section .image-content {
    width: 95%;
  }
}

/* Contact us page */

.contact-main {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
}

/* Contact Form Container */
.contact-form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.contact-form-container h2,
.contact-details-container h2 {
  font-family: "DM Serif Text", serif;
  font-size: 28px;
  color: var(--dark-color);
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb, 136, 107, 65), 0.2);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}

/* Contact Details Container */

.contact-details-container p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
}

.contact-info-list li i {
  font-size: 20px;
  color: var(--primary-color);
  margin-right: 20px;
  width: 25px;
  text-align: center;
  padding-top: 3px;
}

.contact-info-list li div strong {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--dark-color);
}
.contact-info-list li div span {
  display: block;
  line-height: 1.5;
  color: #555;
}

.contact-info-list li a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info-list li a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.contact-social-icons {
  margin-top: 35px;
  display: flex;
  gap: 15px;
}

.contact-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.contact-social-icons a:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
}

/* Map Section */
.map-section {
  padding: 0;
  line-height: 0;
}
.map-section iframe {
  display: block;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr; /* Stack form and details */
    gap: 40px;
  }
  .contact-form-container,
  .contact-details-container {
    padding: 30px;
  }
  .contact-hero h1 {
    font-size: 40px;
  }
  .contact-hero p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .contact-main {
    padding: 60px 0;
  }
  .contact-hero {
    padding: 60px 0 50px;
  }
  .contact-hero h1 {
    font-size: 34px;
  }
  .contact-form-container h2,
  .contact-details-container h2 {
    font-size: 24px;
  }
  .contact-info-list li {
    font-size: 15px;
  }
  .contact-info-list li i {
    font-size: 18px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .contact-form-container,
  .contact-details-container {
    padding: 25px;
  }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group textarea {
    padding: 10px 12px;
    font-size: 15px;
  }
  .form-submit-btn {
    padding: 12px;
    font-size: 15px;
  }
}

/* Services page */

.header-eyebrow-v3 {
  display: inline-block;
  font-family: "Inter", sans-serif; /* Using Inter for a modern feel */
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-color); /* Accent color for eyebrow */
  margin-bottom: 15px;
  padding: 5px 12px;
  background-color: rgba(var(--accent-color-rgb, 245, 174, 4), 0.1);
  border-radius: 4px;
}

/* Services Grid Container - V3 */
.services-grid-container-v3 {
  padding: 80px 0;
  background-color: #f9fafb; /* Very light grey, almost white */
}

.services-grid-container-v3 .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
}

.service-card-v3 {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(4, 24, 48, 0.06); /* Subtle shadow from dark color */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card-v3:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(var(--primary-color-rgb, 136, 107, 65), 0.12);
}

.service-card-icon-v3 {
  width: 70px;
  height: 70px;
  border-radius: 12px; /* Slightly squarish circle */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 28px;
  color: #fff;
}
/* Specific background colors for icons */
.strategy-icon-bg {
  background-color: #264653;
} /* Tealish Blue */
.design-icon-bg {
  background-color: #2a9d8f;
} /* Persian Green */
.marketing-icon-bg {
  background-color: #e9c46a;
} /* Saffron */
.events-icon-bg {
  background-color: #f4a261;
} /* Sandy Brown */
/* You can also use your theme colors:
.strategy-icon-bg { background-color: var(--primary-color); }
.design-icon-bg { background-color: var(--accent-color); }
.marketing-icon-bg { background-color: #another-brand-color1; }
.events-icon-bg { background-color: #another-brand-color2; }
*/

.service-card-title-v3 {
  font-family: "DM Serif Display", serif;
  font-size: 26px;
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.service-card-intro-v3 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #555e68; /* Muted text color */
  margin-bottom: 25px;
  flex-grow: 1; /* Pushes CTA to bottom */
}

.service-scope-details-v3 {
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}
.service-scope-details-v3 summary {
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  padding: 8px 0;
  font-size: 15px;
  outline: none; /* Remove default focus outline for summary */
  list-style-position: inside; /* Better alignment of marker */
}
.service-scope-details-v3 summary::marker, /* For Chrome/Edge */
.service-scope-details-v3 summary::-webkit-details-marker {
  /* For Safari */
  color: var(--primary-color);
}

.service-scope-details-v3 ul {
  list-style: none;
  padding: 15px 0 0 10px;
  margin-top: 5px;
  border-left: 2px solid rgba(var(--primary-color-rgb, 136, 107, 65), 0.2);
}
.service-scope-details-v3 li {
  font-size: 14px;
  color: #454f59;
  margin-bottom: 8px;
  line-height: 1.6;
}
.service-scope-details-v3 li::before {
  content: "•";
  color: var(--accent-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.service-card-cta-v3 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  display: inline-block;
  margin-top: auto; /* Pushes to bottom if intro text is short */
  padding-top: 10px; /* Space above CTA */
  transition: color 0.3s ease, transform 0.2s ease;
}
.service-card-cta-v3 i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.service-card-cta-v3:hover {
  color: var(--accent-color);
}
.service-card-cta-v3:hover i {
  transform: translateX(4px);
}

/* Final Call to Action - V3 */
.final-cta-v3 {
  background-color: var(--primary-color); /* Use primary color */
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.final-cta-v3 .container {
  max-width: 750px;
}

.final-cta-v3 h3 {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 400;
}

.final-cta-v3 p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}

.cta-button-v3 {
  /* Assuming .btn.primary-btn base styles */
  background-color: var(--accent-color);
  color: var(--dark-color); /* Dark text on accent for contrast */
  border: none;
  padding: 15px 35px;
  font-weight: 600;
}
.cta-button-v3:hover {
  background-color: #fff;
  color: var(--accent-color);
}

/* Responsive Adjustments for Services Page V3 */
@media (max-width: 992px) {
  .services-header-v3 h1 {
    font-size: 48px;
  }
  .services-header-v3 p {
    font-size: 17px;
  }
  .service-card-title-v3 {
    font-size: 24px;
  }
  .final-cta-v3 h3 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .services-header-v3 {
    padding: 80px 24px 70px; /* Add horizontal padding */
  }
  .services-header-v3 h1 {
    font-size: 40px;
  }
  .services-grid-container-v3 .container {
    grid-template-columns: 1fr; /* Stack cards */
  }
  .service-card-v3 {
    padding: 30px 25px;
  }
  .service-card-intro-v3 {
    font-size: 14px;
  }
  .service-scope-details-v3 summary,
  .service-card-cta-v3 {
    font-size: 14px;
  }
  .final-cta-v3 {
    padding: 60px 24px;
  }
  .final-cta-v3 h3 {
    font-size: 28px;
  }
  .final-cta-v3 p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .services-header-v3 h1 {
    font-size: 34px;
  }
  .services-header-v3 p {
    font-size: 16px;
  }
  .header-eyebrow-v3 {
    font-size: 13px;
  }
  .service-card-title-v3 {
    font-size: 22px;
  }
  .final-cta-v3 h3 {
    font-size: 24px;
  }
}

.heritage-icon-bg {
  background-color: #606c38;
} /* Olive Drab type color */
.tech-icon-bg {
  background-color: #0077b6;
} /* A strong blue */

/* Process page */

/* ========================================
   PROCESS PAGE STYLES
   ======================================== */

/* Process Page Header - Alternative 1 (Dark Background) */

.process-header .container {
  max-width: 800px;
}

.process-header-eyebrow {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent-color); /* ACCENT COLOR for eyebrow on dark bg */
  margin-bottom: 12px;
  background-color: rgba(
    var(--accent-color-rgb, 245, 174, 4),
    0.15
  ); /* Subtle accent bg */
  padding: 4px 10px;
  border-radius: 4px;
}

.perspective-showcase {
  padding: 80px 0;
  background-color: #fff; /* Or a very light grey like #f8f9fa */
}

.perspective-header .perspective-intro {
  font-family: "Inter", sans-serif; /* Or Poppins */
  font-size: 17px;
  line-height: 1.7;
  color: #5a6268;
  font-weight: 300;
}

.perspective-grid {
  display: grid;
  /* Aim for 2 or 3 columns, depending on content length and screen size */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.perspective-item {
  background-color: #fdfdfd; /* Slightly off-white for cards */
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e7e7e7; /* Subtle border */
  position: relative;
  overflow: hidden; /* For the number pseudo-element */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.perspective-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(var(--dark-color-rgb, 4, 24, 48), 0.07);
}

.perspective-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  color: rgba(
    var(--accent-color-rgb, 245, 174, 4),
    0.25
  ); /* Accent color, semi-transparent */
  line-height: 1;
  z-index: 0;
}

.perspective-item h3 {
  font-family: "Poppins", sans-serif; /* Using Poppins for a slightly more direct feel for these statements */
  font-size: 18px; /* Was DM Serif Text, changed for variety */
  font-weight: 600;
  color: var(--primary-color); /* Primary color for these statement titles */
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.4;
  position: relative; /* To be above the number */
  z-index: 1;
}

.perspective-item p {
  font-family: "Inter", sans-serif; /* Or Poppins */
  font-size: 15px;
  line-height: 1.7;
  color: #495057;
  margin: 0;
  position: relative; /* To be above the number */
  z-index: 1;
}

/* Responsive Adjustments for Perspective Section */
@media (max-width: 992px) {
  .perspective-header h2 {
    font-size: 36px;
  }
  .perspective-grid {
    /* May naturally go to 2 columns due to minmax */
  }
}

@media (max-width: 768px) {
  .perspective-showcase {
    padding: 60px 0;
  }
  .perspective-header {
    margin-bottom: 40px;
  }
  .perspective-header h2 {
    font-size: 32px;
  }
  .perspective-header .perspective-intro {
    font-size: 16px;
  }
  .perspective-grid {
    grid-template-columns: 1fr; /* Stack to single column */
    gap: 25px;
  }
  .perspective-item h3 {
    font-size: 17px;
  }
  .perspective-item p {
    font-size: 14px;
  }
  .perspective-number {
    font-size: 36px;
    top: 10px;
    right: 15px;
  }
}

/* Process Timeline Section */
.process-timeline-container {
  padding: 80px 0;
  background-color: #fff;
}

.timeline {
  position: relative;
  max-width: 900px; /* Control max width of timeline */
  margin: 0 auto;
}

/* The vertical line of the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: rgba(var(--primary-color-rgb, 136, 107, 65), 0.2);
  top: 0;
  bottom: 0;
  left: 48px; /* Position relative to icon width + padding */
  margin-left: -2px; /* Center the line */
  z-index: 1;
}

.timeline-item {
  padding: 10px 0px 40px 110px; /* Left padding to make space for icon and line */
  position: relative;
  background-color: inherit; /* Transparent background */
}
.timeline-item:last-child {
  padding-bottom: 10px;
}

.timeline-icon {
  position: absolute;
  left: 0;
  top: 10px; /* Adjust to align with text */
  width: 100px; /* Increased width to align with line */
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; /* Above the timeline line */
  border: 4px solid #fff; /* White border to "cut" through line */
  box-shadow: 0 0 0 4px rgba(var(--primary-color-rgb, 136, 107, 65), 0.7); /* Colored ring */
}
.timeline-icon i {
  font-size: 32px;
  color: #fff;
}

/* Specific icon background colors */
.discovery-icon {
  background-color: #0077b6;
} /* Blue */
.exploration-icon {
  background-color: #00b4d8;
} /* Sky Blue */
.framework-icon {
  background-color: #ffb703;
} /* Orange Yellow */
.visual-icon {
  background-color: #fb8500;
} /* Orange */
.interaction-icon {
  background-color: #8338ec;
} /* Purple */
.launch-icon {
  background-color: #3a5a40;
} /* Dark Green */
/* Alternatively use your theme colors systematically */

.timeline-content {
  padding: 15px 20px;
  background-color: #f9f9f9; /* Light background for content */
  position: relative;
  border-radius: 8px;
  border: 1px solid #eee;
}

.stage-number {
  position: absolute;
  top: -20px;
  right: 20px;
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  font-weight: 400;
  color: rgba(var(--dark-color-rgb, 4, 24, 48), 0.08);
  line-height: 1;
  z-index: 0;
}

.stage-title {
  font-family: "DM Serif Text", serif;
  font-size: 26px;
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.stage-description {
  font-family: "Inter", sans-serif; /* Or Poppins */
  font-size: 15px;
  line-height: 1.7;
  color: #495057;
  margin: 0;
}
.stage-description em {
  /* For the highlighted additional info */
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: var(--primary-color);
  font-style: italic;
}

/* Process CTA Section */
.process-cta-section {
  background-color: var(--dark-color);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.process-cta-section .container {
  max-width: 750px;
}

.process-cta-section h2 {
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: 400;
}

.process-cta-section p {
  font-family: "Inter", sans-serif; /* Or Poppins */
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}

.process-cta-button {
  /* Uses .btn.primary-btn styles */
  background-color: var(--accent-color);
  color: var(--dark-color); /* Dark text on accent for contrast */
  padding: 14px 32px;
}
.process-cta-button:hover {
  background-color: #fff;
  color: var(--accent-color);
}

/* Responsive Adjustments for Process Page */
@media (max-width: 768px) {
  .process-header h1 {
    font-size: 38px;
  }
  .process-header p {
    font-size: 16px;
  }

  .timeline::after {
    left: 30px; /* Adjust line position for smaller icons */
  }
  .timeline-item {
    padding-left: 75px; /* Adjust content padding */
    padding-bottom: 30px;
  }
  .timeline-icon {
    width: 60px;
    height: 60px;
    left: 0; /* Align icon to the very left edge for simplicity */
    border-width: 3px;
    box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb, 136, 107, 65), 0.7);
  }
  .timeline-icon i {
    font-size: 24px;
  }
  .stage-number {
    font-size: 36px;
    top: -15px;
    right: 15px;
  }
  .stage-title {
    font-size: 22px;
  }
  .stage-description,
  .stage-description em {
    font-size: 14px;
  }
  .process-cta-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .process-header {
    padding: 60px 20px 50px;
  }
  .process-header h1 {
    font-size: 32px;
  }
  .process-timeline-container {
    padding: 50px 20px;
  }
  .timeline-item {
    padding-left: 65px; /* Further adjust for very small screens */
  }
  .timeline-icon {
    width: 50px;
    height: 50px;
  }
  .timeline-icon i {
    font-size: 20px;
  }
  .stage-title {
    font-size: 20px;
  }
  .process-cta-section {
    padding: 50px 20px;
  }
  .process-cta-section h2 {
    font-size: 24px;
  }
  .process-cta-section p {
    font-size: 15px;
  }
}

/* Privacy policy page */

/* ========================================
   LEGAL PAGES STYLES (Privacy Policy, Terms)
   ======================================== */

.legal-page-header .container {
  max-width: 800px;
}

.legal-page-content {
  padding: 60px 0;
  background-color: #fff;
  font-family: "Inter", sans-serif; /* Clean sans-serif for readability */
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.legal-page-content .container {
  max-width: 850px; /* Good width for reading long text */
}

.legal-page-content p {
  margin-bottom: 1.5em;
}

.legal-page-content h2 {
  font-family: "DM Serif Text", serif;
  font-size: 28px;
  color: var(--dark-color);
  margin-top: 2.5em; /* More space above h2 */
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid var(--primary-color); /* Themed underline */
}
.legal-page-content h2:first-child {
  margin-top: 0; /* No top margin for the very first h2 */
}

.legal-page-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-color);
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}

.legal-page-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #444;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

.legal-page-content ul {
  list-style: disc;
  margin-left: 25px; /* Indent list */
  margin-bottom: 1.5em;
  padding-left: 15px;
}

.legal-page-content ul li {
  margin-bottom: 0.5em;
}

.legal-page-content a {
  color: var(--primary-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.legal-page-content a:hover {
  color: var(--accent-color);
}

/* Specific section styling if needed */
.legal-section {
  margin-bottom: 40px;
  padding: 8px 0;
}
.legal-section:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments for legal pages */
@media (max-width: 768px) {
  .legal-page-header {
    padding: 50px 20px 40px;
  }
  .legal-page-header h1 {
    font-size: 32px;
  }
  .legal-page-content {
    padding: 40px 20px;
    font-size: 15px;
  }
  .legal-page-content h2 {
    font-size: 24px;
  }
  .legal-page-content h3 {
    font-size: 18px;
  }
}

/* Blog page */

/* ========================================
   BLOG PAGE STYLES
   ======================================== */

/* Blog Page Header (adapting .services-header-v3 styles) */

.page-header-v3 .container {
  max-width: 850px;
}

/* Blog Grid Container */
.blog-grid-container {
  padding: 80px 0;
  background-color: #f9fafb; /* Light grey background */
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; /* Gap between cards */
}

.blog-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(var(--dark-color-rgb, 4, 24, 48), 0.05);
  overflow: hidden; /* Ensures image respects border radius */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(var(--primary-color-rgb, 136, 107, 65), 0.1);
}

.blog-card-image-link img {
  width: 100%;
  height: 220px; /* Fixed height for image consistency */
  object-fit: cover;
  display: block;
}

.blog-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Allows content to fill card and push button down */
}

.blog-card-meta {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
}
.blog-card-meta .blog-card-author {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #eee;
}

.blog-card-title {
  font-family: "DM Serif Text", serif;
  font-size: 22px;
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-title a:hover {
  color: var(--primary-color);
}

.blog-card-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #555e68;
  margin-bottom: 20px;
  flex-grow: 1; /* Pushes read more to bottom */
}

.btn-read-more {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
  display: inline-block;
  margin-top: auto; /* Pushes to bottom */
  transition: color 0.3s ease;
}
.btn-read-more i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}
.btn-read-more:hover {
  color: var(--accent-color);
}
.btn-read-more:hover i {
  transform: translateX(3px);
}

/* Basic Pagination Styles (optional, if you implement) */
.pagination {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.pagination .page-item {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.pagination .page-item:hover,
.pagination .page-item.active {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* Responsive Adjustments for Blog Page */
@media (max-width: 992px) {
  .page-header-v3 h1 {
    font-size: 46px;
  }
  .page-header-v3 p {
    font-size: 17px;
  }
  .blog-card-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-header-v3 {
    padding: 80px 24px 70px;
  }
  .page-header-v3 h1 {
    font-size: 38px;
  }
  .blog-grid-container {
    padding: 60px 24px;
  }
  .blog-grid {
    grid-template-columns: 1fr; /* Stack cards on smaller screens */
  }
  .blog-card-excerpt {
    font-size: 14px;
  }
  .btn-read-more {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .page-header-v3 h1 {
    font-size: 32px;
  }
  .page-header-v3 p {
    font-size: 16px;
  }
  .blog-card-title {
    font-size: 19px;
  }
  .blog-card-image-link img {
    height: 200px;
  }
}

/* Gallery page */

/* ========================================
   GALLERY PAGE STYLES
   ======================================== */

/* Gallery Page Header (uses .page-header-v3, already styled from blog) */
/* You can add specific overrides for .gallery-page-header if needed */

/* Gallery Grid Container */
.gallery-container {
  padding: 80px 0;
  background-color: #fff; /* White background for the gallery section */
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(280px, 1fr)
  ); /* Responsive grid */
  gap: 25px; /* Gap between gallery items */
}

.gallery-item {
  position: relative;
  overflow: hidden; /* Clips the overlay and image corners */
  border-radius: 8px; /* Rounded corners for items */
  box-shadow: 0 6px 15px rgba(var(--dark-color-rgb, 4, 24, 48), 0.07);
  aspect-ratio: 4 / 3; /* Maintain a consistent aspect ratio */
}

.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the area, cropping if necessary */
  display: block;
  transition: transform 0.4s ease-out;
}

.gallery-item:hover img {
  transform: scale(1.05); /* Slight zoom on hover */
}

.gallery-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--dark-color-rgb, 4, 24, 48), 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-overlay i {
  font-size: 32px;
  margin-bottom: 10px;
}

.gallery-item-overlay span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive Adjustments for Gallery Page */
@media (max-width: 992px) {
  .gallery-page-header h1 {
    font-size: 44px;
  }
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .gallery-container {
    padding: 60px 24px;
  }
  .gallery-page-header h1 {
    font-size: 38px;
  }
  .gallery-grid {
    grid-template-columns: repeat(
      auto-fit,
      minmax(200px, 1fr)
    ); /* Smaller min size for 2 columns on tablet */
    gap: 15px;
  }
  .gallery-item {
    aspect-ratio: 1 / 1; /* Square aspect ratio for smaller screens if preferred */
  }
}

@media (max-width: 480px) {
  .gallery-page-header h1 {
    font-size: 32px;
  }
  .gallery-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 20px;
  }
  .gallery-item {
    aspect-ratio: 4 / 3; /* Back to 4:3 or keep 1:1 */
  }
  .gallery-item-overlay i {
    font-size: 28px;
  }
  .gallery-item-overlay span {
    font-size: 13px;
  }
}

/* Single post page */

/* ========================================
   SINGLE BLOG POST STYLES
   ======================================== */
.blog-post-meta-header {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.blog-single-container {
  padding: 60px 0 80px; /* Less top padding than list pages if no separate header */
  background-color: #fff;
}

.blog-single-container .container {
  max-width: 850px; /* Optimal width for reading long-form content */
}

.blog-post-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-post-title {
  font-family: "DM Serif Display", serif;
  font-size: 40px; /* Prominent title */
  line-height: 1.25;
  color: var(--dark-color);
  margin: 0 0 15px 0;
}

.blog-post-meta {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #777;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px; /* Row and column gap */
}
.blog-post-meta .meta-item i {
  margin-right: 6px;
  color: var(--primary-color);
}
.blog-post-meta .meta-item a {
  color: var(--primary-color);
  text-decoration: none;
}
.blog-post-meta .meta-item a:hover {
  text-decoration: underline;
}

.blog-post-featured-image {
  margin-bottom: 30px;
}
.blog-post-featured-image img {
  width: 100%;
  height: auto;
  max-height: 500px; /* Max height for featured image */
  object-fit: cover;
  border-radius: 8px; /* Optional: rounded corners */
}
.blog-post-featured-image .image-caption {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

.blog-post-content {
  font-family: "Inter", sans-serif;
  font-size: 17px; /* Good reading size */
  line-height: 1.8;
  color: #333; /* Standard text color */
}

.blog-post-content p {
  margin-bottom: 1.5em;
}

.blog-post-content h2 {
  font-family: "DM Serif Text", serif;
  font-size: 28px;
  color: var(--dark-color);
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}
.blog-post-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--dark-color);
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}

.blog-post-content ul,
.blog-post-content ol {
  margin-bottom: 1.5em;
  padding-left: 25px;
}
.blog-post-content ul li,
.blog-post-content ol li {
  margin-bottom: 0.6em;
  line-height: 1.7;
}

.blog-post-content a {
  color: var(--primary-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.blog-post-content a:hover {
  color: var(--accent-color);
}

.blog-post-content blockquote {
  margin: 2em 0;
  padding: 15px 25px;
  border-left: 4px solid var(--accent-color);
  background-color: #f9f9f9;
  font-style: italic;
  font-size: 18px; /* Slightly larger for emphasis */
  color: #555;
}
.blog-post-content blockquote p {
  margin-bottom: 0;
}

/* WordPress-like image alignment classes (optional, but good for content styling) */
.blog-post-content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 50%;
}
.blog-post-content .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 50%;
}
.blog-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-post-content .alignwide {
  margin-left: calc(
    -1 * ((100vw - 850px) / 2 + 20px)
  ); /* Adjust 850px to match container width, 20px for some padding */
  margin-right: calc(-1 * ((100vw - 850px) / 2 + 20px));
  max-width: 100vw; /* Can go wider than container */
  width: auto; /* Let it expand */
}
.blog-post-content .alignfull {
  margin-left: calc(-50vw + 50%); /* Full width */
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

.blog-post-content figure {
  margin: 2em 0;
}
.blog-post-content figure img {
  max-width: 100%;
  height: auto;
  display: block; /* To center with margin auto if needed */
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px; /* Optional */
}
.blog-post-content figure figcaption {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}

.blog-post-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-family: "Poppins", sans-serif;
}
.post-tags,
.share-buttons {
  margin-bottom: 15px;
}
.post-tags span,
.share-buttons span {
  font-weight: 600;
  color: var(--dark-color);
  margin-right: 8px;
}
.post-tags a {
  display: inline-block;
  background-color: #f0f0f0;
  color: #555;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: background-color 0.3s, color 0.3s;
}
.post-tags a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.share-buttons a {
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 12px;
  text-decoration: none;
  transition: color 0.3s;
}
.share-buttons a:hover {
  color: var(--accent-color);
}

@media (max-width: 992px) {
  .blog-post-title {
    font-size: 34px;
  }
  .blog-post-content {
    font-size: 16px;
  }
  .blog-post-content .alignwide,
  .blog-post-content .alignfull {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    max-width: calc(100% + 48px);
  }
}

@media (max-width: 768px) {
  .blog-single-container {
    padding: 40px 24px 60px;
  }
  .blog-single-container .container {
    padding: 0;
  }
  .blog-post-title {
    font-size: 28px;
  }
  .blog-post-meta {
    font-size: 13px;
  }
  .author-bio-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-avatar img {
    margin-bottom: 15px;
  }
  .blog-post-content .alignwide,
  .blog-post-content .alignfull {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-post-title {
    font-size: 24px;
  }
  .related-posts-grid {
    grid-template-columns: 1fr; /* Stack related posts on mobile */
  }
}

/* Gallery updated */

/* ===== Gallery categories / sections (add at end) ===== */

/* Offset in-page anchors so the fixed nav doesn't cover headings */
#graphic-design,
#event-management,
#video-production,
#social-media {
  scroll-margin-top: 120px;
}

/* Sticky category pills bar */
.category-nav {
  position: sticky;
  top: 0;
  z-index: 300;
  backdrop-filter: saturate(180%) blur(8px);
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(var(--primary-color-rgb, 136, 107, 65), 0.15);
}
.category-nav .container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 0;
}
.category-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--primary-color-rgb, 136, 107, 65), 0.25);
  background: #fff;
  color: var(--dark-color);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: transform 0.15s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.category-pill i {
  font-size: 14px;
  color: var(--accent-color);
}
.category-pill:hover {
  transform: translateY(-1px);
  border-color: var(--accent-color);
  box-shadow: 0 6px 16px rgba(var(--accent-color-rgb, 245, 174, 4), 0.15);
}

/* Section wrapper (re-uses your typography) */
.gallery-section {
  padding: 60px 0 30px;
}
.gallery-section h2 {
  font-family: "DM Serif Text", serif; /* keep your heading style */
  font-size: 42px; /* smaller than page H1 */
  line-height: 1.2;
  margin: 0 0 6px;
  color: var(--dark-color);
  font-weight: 400;
}
.gallery-section p {
  margin: 0 0 22px;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

/* Reuse your existing .gallery-grid, just ensure nice spacing per section */
.gallery-section .gallery-grid {
  margin-top: 10px;
}

/* Video thumbnails grid (matches gallery grid look) */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.video-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(var(--dark-color-rgb, 4, 24, 48), 0.07);
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-out;
}
.video-thumb:hover img {
  transform: scale(1.04);
}
.video-thumb .play-badge {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0.5)
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}
.video-thumb:hover .play-badge {
  opacity: 1;
}

/* Lightweight video modal */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 500;
  background: rgba(0, 0, 0, 0.8);
}
.video-modal.open {
  display: flex;
}
.video-modal video {
  width: min(100%, 960px);
  max-height: 80vh;
  background: #000;
  border-radius: 10px;
  outline: 2px solid rgba(255, 255, 255, 0.08);
}
.video-modal .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  color: var(--dark-color);
  border: none;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
}

/* Responsive tweaks to match your breakpoints */
@media (max-width: 992px) {
  .gallery-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .category-nav .container {
    padding: 8px 0;
  }
  .category-pill {
    padding: 9px 12px;
    font-size: 13px;
  }
  .gallery-section {
    padding: 50px 0 24px;
  }
  .gallery-section h2 {
    font-size: 30px;
  }
}
