@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100svh;
  position: relative;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent; /* make scrollbar transparent */
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

@font-face {
  font-family: "Karla";
  src: url("fonts/Karla-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  src: url("fonts/DMSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Forum-Regular";
  src: url("fonts/Forum-Regular.ttf") format("truetype");
}



/* off-screen-menu */
.off-screen-menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  background-color: #0D2B77;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 1050px;
  transition: 0.3s ease;
}



.off-screen-menu ul {
  color: white;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  font-size: 24px;
}

.off-screen-menu.active {
  left: 0;
}

/* ham menu */
.ham-menu {
  height: 50px;
  width: 40px;
  position: relative;
  z-index: 1000;
}
.ham-menu span {
  height: 2px;
  width: 100%;
  background-color: #d0c9cc;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.ham-menu span:nth-child(1) {
  top: 25%;
}

.ham-menu span:nth-child(3) {
  top: 75%;
}

.ham-menu.active span {
  background-color: white;
}

.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
  opacity: 0;
}

.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.desktop-menu {
  display: none;
}

header {
  position: relative;
  min-height: 10vh;
  background-color: #0D2B77;
}
header .header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}
header .header-bar h2 {
  color: #424242;
  font-family: Karla;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  color: #d0c9cc;
}
header .header-bar .logoandtxt {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logoandtxt h2 {
  font-family: "Forum-Regular";
}

.hero-section {
  position: relative;
  height: 90vh;
  text-align: center;
}
.hero-section .hero-image {
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-content {
  width: 70%;
  position: absolute;
  bottom: 310px;
  left: 50%;
  transform: translate(-50%, -5%);
}
@media (min-width: 1024px) {
  .hero-section .hero-content {
    left: 50%;
    transform: translate(-60%, 35%);
  }
}
.hero-section .hero-content h1 {
  padding: 20px 0px 20px 0px;
  color: #424242;
  font-family: Karla;
  font-size: 42px;
  font-weight: 800;
  line-height: 44px; /* 104.762% */
  letter-spacing: -1.26px;
  color: white;
}
@media (min-width: 1024px) {
  .hero-section .hero-content h1 {
    font-size: 74px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .hero-section .hero-content p {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.hero-section .hero-content button {
  border-radius: 3.4375rem;
  background: #0D2B77;
  border: none;
  color: #424242;
  font-family: Karla;
  font-size: 23px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.69px;
  padding: 15px 40px;
  cursor: pointer;
  margin-top: 20px;
  color: white;
}
.hero-section .hero-content p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: white;
}
@media (min-width: 1024px) {
  .hero-section .hero-content p {
    width: 500px;
  }
}

.hero-content.graduations p, .hero-content.graduations h1 {
  color: white;
}
.hero-content.graduations {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -5%);
}


@media (min-width: 768px) {
  .hero-content.graduations {
    bottom: 310px;
    left: 50%;
    transform: translate(-60%, 35%);
  }
}

.hero-content.idpictures p, .hero-content.idpictures h1 {
  color: black;
}


@media (min-width: 768px) {
  .ham-menu,
  .off-screen-menu {
    display: none;
  }
  .desktop-menu {
    display: flex;
    gap: 20px;
  }
  .desktop-menu ul {
    display: flex;
    gap: 20px;
    list-style: none;
  }
  .desktop-menu ul li a {
    color: #333;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #d0c9cc;
    text-decoration: none;
    transition: 0.3s ease;
  }
  .desktop-menu ul li a:hover {
    color: #f3f3f3;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .hero-content p {
    text-align: left;
  }

  .hero-content.idpictures p, .hero-content.idpictures h1 {
  text-align: left;
}
}
.hero-content.index h1, .hero-content.index p {
  color: black;
  font-family: "Forum-Regular";
}

.hero-content.ourwork {
  top: 20%;
  bottom: 310px;
  left: 50%;
  transform: translate(-50%, 4%);
}
.hero-content.ourwork h1, .hero-content.ourwork p {
  color: white;
}
@media (max-width: 426px) {
  .hero-content.ourwork p {
    position: relative;
    bottom: -250px;
    color: black;
  }
  .hero-content.ourwork{
   top:3%;
  }
}

.hero-content.events {
  bottom: 310px;
  left: 50%;
  transform: translate(-50%, 8%);
}
.hero-content.events h1, .hero-content.events p {
  color: white;
}
@media (max-width: 426px) {
  .hero-content.events p {
    position: relative;
    bottom: -250px;
    color: black;
  }
}

.our-services {
  padding: 20px;
  text-align: center;
}
.our-services h2 {
  color: #424242;
  font-family: Karla;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.93px;
  padding: 20px;
}
.our-services p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  padding: 0px 5% 0px 5%;
}
.our-services .line {
  margin: auto;
  margin-top: 35px;
  width: 60%;
  height: 2px;
  background-color: #000000;
}

.package {
  text-align: center;
}
.package h2 {
  color: #424242;
  font-family: Karla;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.93px;
  padding: 20px;
}
.package .package-grid {
  gap: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, 1fr);
}
.package .package-grid div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 100%;
  border-collapse: collapse;
}
.package .package-grid div p {
  margin-bottom: 20px;
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}
.package .package-grid div:nth-child(1) {
  background: url("images/graduations-grid-1.png") no-repeat center;
  background-size: cover;
}
.package .package-grid div:nth-child(1) p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: white;
}
.package .package-grid div:nth-child(2) {
  background: url("images/graduations-grid-2.png") no-repeat center;
  background-size: cover;
}
.package .package-grid div:nth-child(2) p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: white;
}
.package .package-grid div:nth-child(3) {
  grid-column: 1/3;
  min-height: 100%;
  aspect-ratio: 16/9;
  background: url("images/graduations-grid-3.png") no-repeat center;
  background-size: cover;
}
.package .package-grid div:nth-child(3) p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: white;
}
.package .package-grid div:nth-child(4) {
  background: url("images/graduations-grid-4.png") no-repeat center;
  background-size: cover;
}
.package .package-grid div:nth-child(4) p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: black;
}
.package .package-grid div:nth-child(5) {
  background: url("images/graduations-grid-5.png") no-repeat center;
  background-size: cover;
}
.package .package-grid div:nth-child(5) p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: white;
}
.package .package-grid div:nth-child(6) {
  grid-column: 1/3;
  min-height: 100%;
  aspect-ratio: 16/9;
  background: url("images/graduations-grid-6.png") no-repeat center;
  background-size: cover;
}
.package .package-grid div:nth-child(6) p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: white;
}

.rate-us {
  border-radius: 3.4375rem;
  background: #f3f3f3;
  border: none;
  color: #424242;
  font-family: Karla;
  font-size: 23px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.69px;
  padding: 15px 40px;
  cursor: pointer;
}

.contact-desktop,
.contact-grad {
  padding: 20px;
  text-align: center;
}
.contact-desktop h3,
.contact-grad h3 {
  color: #424242;
  font-family: Karla;
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.75px;
  padding: 10px;
  color: white;
}
.contact-desktop p,
.contact-grad p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #333;
}
.contact-desktop button,
.contact-grad button {
  margin-top: 10px;
  border-radius: 3.4375rem;
  background: rgb(255, 255, 255);
  border: none;
  color: #424242;
  font-family: Karla;
  font-size: 23px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.69px;
  padding: 15px 40px;
  cursor: pointer;
}
.contact-desktop .line,
.contact-grad .line {
  margin: auto;
  margin-top: 35px;
  width: 60%;
  height: 2px;
  background-color: #000000;
}

@media (min-width: 768px) {
  .contact-grad {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    background: #b2abab;
    margin-bottom: 40px;
  }
}
.contact-grad button {
  background: #f3f3f3;
}

.socials {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.map {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background: #B29579;
}
.map h3 {
  color: #424242;
  font-family: Karla;
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.75px;
  padding-bottom: 20px;
  color: white;
}
.map iframe {
  border-radius: 3.125rem;
}
.map p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-top: 10px;
  color: white;
}

.slider {
  padding: 20px;
  text-align: center;
}
.slider h2 {
  padding-top: 20px;
  color: #424242;
  font-family: Karla;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.93px;
}

.slider-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
  align-items: center;
}
.slider-wrapper .slider-container {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #f8f8f8;
}
.slider-wrapper .slider-container .slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease-out;
  padding: 10px;
}
.slider-wrapper .slider-container .slider-track .slide {
  flex: 0 0 100%;
  background: #f0f0f0;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
@media (min-width: 768px) {
  .slider-wrapper .slider-container .slider-track .slide {
    flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
}
.slider-wrapper .slider-container .slider-track .slide .reviewer-name {
  margin: 0;
  font-family: sans-serif;
  color: #333333;
  font-size: 1.1rem;
  font-weight: bold;
}
.slider-wrapper .slider-container .slider-track .slide .rating-stars {
  color: #bfa38a;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.slider-wrapper .slider-container .slider-track .slide .review-text {
  margin: 8px 0 0 0;
  font-family: sans-serif;
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.4;
}
.slider-wrapper .arrow {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #ccc;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  transition: color 0.3s;
}
.slider-wrapper .arrow:hover {
  color: #333;
}

.package-grid-homepage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.package-grid-homepage a {
  width: 22rem;
  height: 12.3125rem;
  border-radius: 2.5rem;
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 15px;
  text-decoration: none;
}
.package-grid-homepage a:nth-child(1) {
  background: url("images/index-graduations.png") no-repeat center;
  background-size: cover;
}
.package-grid-homepage a p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: white;
}
.package-grid-homepage a:nth-child(2) {
  background: url("images/index-id-pictures.png") no-repeat center;
  background-size: cover;
  justify-content: start;
}
.package-grid-homepage a:nth-child(2) p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: black;
}
.package-grid-homepage a:nth-child(3) {
  background: url("images/index-events.png") no-repeat center;
  background-size: cover;
}
.package-grid-homepage a {
  transition: transform 1.2s ease;
}
.package-grid-homepage a:hover {
  transform: scale(1.05);
}

.formats {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.formats .all-formats {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .formats .all-formats {
    flex-direction: row;
    gap: 10%;
  }
}
.formats .formats-text h2 {
  color: #424242;
  font-family: Karla;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.93px;
  padding: 20px;
  text-align: center;
}
.formats .formats-text p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  padding: 0px 5% 5% 5%;
  text-align: center;
}
.formats .formats1 .format-show {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0px 5% 0px 5%;
}
.formats .formats1 .format-show img {
  aspect-ratio: initial;
  width: 120px;
}
.formats .formats1 p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  padding: 20px 5% 5% 5%;
  text-align: center;
}
.formats .formats2 .format-show {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0px 5% 0px 5%;
}
.formats .formats2 .format-show img {
  aspect-ratio: initial;
}
.formats .formats2 p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  padding: 20px 5% 5% 5%;
  text-align: center;
}
.formats .qualities {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.formats .qualities .qualities-txt {
  height: fit-content;
  padding: 10px;
  border-radius: 40px;
  width: 90%;
  background: #d9d9d9;
}
@media (min-width: 1024px) {
  .formats .qualities .qualities-txt {
    height: 480px;
  }
}
.formats .qualities .qualities-txt h3 {
  color: #424242;
  font-family: Karla;
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.75px;
  padding: 20px;
  text-align: center;
}
.formats .qualities .qualities-txt p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  padding: 0px 5% 5% 5%;
  text-align: center;
}
.formats .qualities .qualities-img {
  height: 456px;
  display: none;
}
@media (min-width: 1024px) {
  .formats .qualities .qualities-img {
    display: block;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.faq .faq-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1024px) {
  .faq .faq-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
}
.faq h2 {
  color: #424242;
  font-family: Karla;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.93px;
  padding: 20px;
  background: #d9d9d9;
}
@media (min-width: 1024px) {
  .faq h2 {
    background: none;
    text-align: left;
    padding: 0 0px 20px 0px;
  }
}
.faq .questions {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .faq .questions {
    padding: 0;
    width: 480px;
  }
}
.faq .questions h3 {
  color: #424242;
  font-family: Karla;
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.75px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .faq .questions h3 {
    text-align: left;
  }
}
.faq .questions p {
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
}
@media (min-width: 1024px) {
  .faq .questions p {
    text-align: left;
  }
}
.faq .questions div {
  padding: 20px;
}
@media (min-width: 1024px) {
  .faq .questions div {
    padding: 0;
  }
}
.faq .faq-img {
  display: none;
}
@media (min-width: 1024px) {
  .faq .faq-img {
    display: block;
  }
}

/* --- Contact Section Styles --- */
.contact-section {
  background-color: #ffffff; /* White background matching your canvas */
  font-family: "Arial", sans-serif;
  padding: 60px 20px;
  box-sizing: border-box;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr; /* Stacks vertically on mobile */
  gap: 40px;
}

/* --- Content Styling --- */
.contact-group {
  margin-bottom: 35px;
}

.contact-group h2 {
  font-size: 1.6rem;
  color: #444444; /* Dark gray to match your brand headers */
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

/* Black circular style for icons to match your image */
.brand-icon {
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* Typography for the contact links */
.contact-item a {
  color: #000000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold; /* Bold styling like the mockup */
  transition: opacity 0.2s ease;
}

.contact-item a:hover {
  opacity: 0.7;
}

/* --- Right Side Placeholder Box --- */
.contact-image {
  height: 500px;
  border-radius: 4px; /* Optional slight rounding */
}

/* ==========================================================================
   Desktop Grid Layout (Screens 768px and wider)
   ========================================================================== */
@media (min-width: 768px) {
  .contact-container {
    grid-template-columns: 1.1fr 0.9fr; /* Left-leaning distribution */
    gap: 60px;
    align-items: stretch;
  }
  .contact-media-placeholder {
    min-height: 100%; /* Stretches the block to match content height */
  }
}
/* --- Base Promo Section Styles --- */
.promo-section {
  background-color: #ffffff; /* Matches your white background canvas */
  font-family: "Arial", sans-serif;
  padding: 40px 20px;
  box-sizing: border-box;
}

.promo-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr; /* Default mobile stack layout */
  gap: 30px;
}

/* --- Left Column Elements --- */
.promo-content h2 {
  font-size: 1.8rem;
  color: #444444;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.promo-content p {
  line-height: 1.5;
  margin-bottom: 0;
  color: #333;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}

/* --- Right Column: Special Price Card --- */
.promo-card {
  background-color: #dadada; /* Light gray box container */
  border-radius: 32px; /* Smooth rounded corners matching mockup */
  padding: 35px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.promo-card h3 {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* White Pill CTA Button */
.btn-contact {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  padding: 12px 0;
  width: 100%;
  max-width: 220px;
  border-radius: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease;
}

.btn-contact:hover {
  background-color: #f5f5f5;
}

/* Social Media Sync inside Card */
.promo-socials {
  display: flex;
  gap: 15px;
}

.promo-socials a {
  background-color: #000000;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.promo-socials a:hover {
  transform: scale(1.05);
}

/* ==========================================================================
   Desktop Layout (Screens 768px and wider)
   ========================================================================== */
@media (min-width: 768px) {
  .promo-container {
    grid-template-columns: 1.1fr 0.9fr; /* Side-by-side balanced grid */
    gap: 50px;
    align-items: center;
  }
  .promo-pills {
    display: flex; /* Displays the detail capsules on desktop layout */
  }
  .promo-card {
    padding: 50px 40px;
    min-height: 260px;
  }
}
/* Container reset and base styles */
.grad-packages-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
  background-color: #f4f4f4;
}

/* Header */
.header-section {
  text-align: center;
  margin-bottom: 30px;
}

.header-section h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #3d3d3d;
  margin: 0 0 8px 0;
}

.header-section p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

/* Slider Section */
.slider-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.nav-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #a0a0a0;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-arrow:hover {
  color: #333;
}

.nav-arrow svg {
  width: 40px;
  height: 40px;
}

.image-container {
  flex-grow: 1;
  aspect-ratio: 21/9;
  background-color: #d3d3d3; /* Placeholder gray matching screenshot */
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Details Section */
.details-section {
  padding: 0 60px; /* Aligns with the image width inside the container */
}

.title-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 8px;
}

.title-row h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3d3d3d;
  margin: 0;
}

.tag {
  font-size: 0.9rem;
  font-weight: 600;
  color: #888;
}

#package-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
  margin: 0 0 30px 0;
}

/* Lists Grid */
.lists-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.list-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-column li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.4;
}

.list-column li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #555;
}

.complimentary-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0 0 12px 0;
}

/* Responsive constraints */
@media (max-width: 768px) {
  .lists-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .details-section {
    padding: 0 20px;
  }
  .slider-section {
    gap: 5px;
  }
  .nav-arrow svg {
    width: 30px;
    height: 30px;
  }
}
/* Container Box System */
.id-pictures-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, sans-serif;
}

/* Typography Elements styling */
.sub-heading {
  display: block;
  font-size: 1rem;
  color: #333333;
  margin-bottom: 4px;
}

.main-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.section-description {
  font-size: 1.05rem;
  line-height: 1.4;
  color: #222222;
  margin: 0 0 20px 0;
  max-width: 480px;
}

/* List Formatting */
.options-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.options-list li {
  font-size: 1rem;
  color: #1a1a1a;
  position: relative;
  padding-left: 14px;
}

/* Custom Bullet points matching your screenshot look */
.options-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000000;
  font-size: 1.1rem;
}

/* Wireframe Visual Box Engineering */
.id-preview-container {
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wireframe-placeholder-box {
  width: 100%;
  aspect-ratio: 1.45/1; /* Perfectly matches the rectangle geometry in screenshots */
  background-color: #c8c8c8;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

/* Mathematical Cross Line Engine to stop broken icon rendering */
.wireframe-placeholder-box.crossed-placeholder::before,
.wireframe-placeholder-box.crossed-placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 176%; /* Length needed to reach diagonal corners */
  height: 1px;
  background-color: #8c8c8c;
  transform-origin: top left;
  pointer-events: none;
}

.wireframe-placeholder-box.crossed-placeholder::before {
  transform: rotate(34.5deg); /* Angle matching the 1.45 aspect ratio box */
}

.wireframe-placeholder-box.crossed-placeholder::after {
  top: auto;
  bottom: 0;
  transform: rotate(-34.5deg);
  transform-origin: bottom left;
}

/* Responsive Grid Presentation Matrix */
@media (min-width: 768px) {
  .id-pictures-section {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    column-gap: 48px;
    align-items: start;
    max-width: 1140px;
    margin: 40px auto;
  }
  .id-preview-container {
    margin-top: 16px; /* Perfect top vertical alignment setup */
  }
}
/* Customizer Main Row Context */
.customizer-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, sans-serif;
  /* Left Side Selection Blocks */
}
.customizer-container .customizer-options-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .customizer-container .customizer-options-panel {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.customizer-container .customizer-options-panel .options-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .customizer-container .customizer-options-panel .options-group {
    margin-bottom: 0;
  }
}
.customizer-container .customizer-options-panel .options-group .group-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0 0 16px 0;
}
.customizer-container .customizer-options-panel .options-group .group-description {
  font-size: 0.9rem;
  color: #666666;
  margin: 12px 0 0 0;
  line-height: 1.4;
}
.customizer-container .customizer-options-panel .options-group {
  /* Pure Flexbox Alternative to 2x2 Grid Layout */
}
.customizer-container .customizer-options-panel .options-group .swatch-flex-wrap-2x2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 160px; /* Forces boxes to stack cleanly down into 2 columns */
  justify-content: center;
}
.customizer-container .customizer-options-panel .options-group .swatch-flex-wrap-2x2 .swatch-item {
  width: 74px;
  height: 74px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.customizer-container .customizer-options-panel .options-group .swatch-flex-wrap-2x2 .swatch-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.customizer-container .customizer-options-panel .options-group {
  /* Tassel Graphics Container */
}
.customizer-container .customizer-options-panel .options-group .tassel-swatch-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px 0;
}
.customizer-container .customizer-options-panel .options-group .tassel-swatch-wrapper .tassel-graphic {
  width: 40px;
  height: 80px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.customizer-container .customizer-options-panel .options-group .tassel-swatch-wrapper .tassel-graphic.golden {
  background-color: #df9b12;
}
.customizer-container .customizer-options-panel .options-group .tassel-swatch-wrapper .tassel-graphic.red {
  background-color: #d11919;
}
.customizer-container .customizer-options-panel .options-group .tassel-swatch-wrapper .tassel-graphic.navy {
  background-color: #162b61;
}
.customizer-container {
  /* Right Side Panel: Preview Engine Workspace */
}
.customizer-container .customizer-preview-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.customizer-container .customizer-preview-panel .current-finish-label {
  font-weight: 500;
  color: #333;
  margin-top: 16px;
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 2.2/1;
  background-color: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport .slider-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport .slider-track .slide-frame {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport .slider-track .slide-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport {
  /* Absolute Controls Over the Viewport Layout */
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #333;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, color 0.2s;
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport .slider-arrow:hover {
  background: #ffffff;
  color: #000000;
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport .slider-arrow.prev-btn {
  left: 16px;
}
.customizer-container .customizer-preview-panel .infinite-slider-viewport .slider-arrow.next-btn {
  right: 16px;
}

@media (min-width: 768px) {
  .package-grid-homepage {
    flex-direction: row;
    gap: 40px;
    padding: 20px 20px 40px 20px;
  }
  .package-grid-homepage a {
    height: 15.625rem;
    justify-content: center;
  }
  .package-grid-homepage a:nth-child(2) {
    justify-content: center;
  }
  .package-grid-homepage a:nth-child(2) p {
    color: #333;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    color: white;
  }
  .map {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .location {
    width: 70%;
  }
  .contact-desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .package .package-grid {
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    margin: 20px;
    place-items: center;
    margin: 20px 80px 20px 80px;
  }
  .package .package-grid div {
    width: 100%;
  }
  .package .package-grid div:nth-child(3) {
    grid-column: 1/2;
    aspect-ratio: 1/1;
  }
  .package .package-grid div:nth-child(6) {
    grid-column: 2/3;
    aspect-ratio: 1/1;
  }
  .our-services p {
    padding: 0px 12% 0px 12%;
  }
}
@media (min-width: 1024px) {
  .location {
    width: 60%;
  }
  .package .package-grid {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 200px 20px 200px;
    place-items: center;
  }
  .package .package-grid div {
    width: 100%;
  }
  .package .package-grid div:nth-child(3) {
    grid-column: 1/2;
    aspect-ratio: 1/1;
  }
  .package .package-grid div:nth-child(6) {
    grid-column: 3/4;
    grid-row: 1/2;
    aspect-ratio: 1/1;
  }
}
.gallery-section {
  padding: 20px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 24px;
  font-family: sans-serif;
  color: #333;
}

.filter-container {
  display: flex;
  gap: 8px;
  margin-bottom: 35px;
  width: 100%;
  grid-template-columns: repeat(2,1fr);

}
.filter-container .filter-btn {
  padding: 10px 20px;
  border: 1px solid #eee;
  background: #f5f5f5;
  border-radius: 24px;
  font-size: 0.88rem;
  font-family: sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-container .filter-btn:hover {
  background: #0f2c59;
}
.filter-container .filter-btn.active {
  background: #0f2c59;
  color: #0f2c59;
  border-color: #0f2c59;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
@media (min-width: 576px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .gallery-grid .item-1 {
    grid-column: span 2;
  }
  .gallery-grid .item-7 {
    grid-column: span 2;
  }
}
.gallery-grid .grid-item {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
  animation: fadeIn 0.4s ease-out;
}
.gallery-grid .grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-grid .grid-item.hidden {
  display: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.99);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
button,
a {
  font-family: inherit;
}

.page {
  overflow-x: hidden;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.brand img {
  width: 36px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.main-nav a.active {
  font-weight: 700;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

.section {
  margin: 50px 0;
}

.section-title {
  font-family: "Karla", sans-serif;
  font-size: clamp(40px, 4vw, 60px);
  letter-spacing: -1.8px;
  line-height: 1.05;
  margin: 0;
  text-align: center;
  color: #424242;
}

.section-subtitle {
  margin: 18px auto 0;
  max-width: 640px;
  color: #333333;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.6px;
}

.chip {
  background: #f3f3f3;
  border-radius: 55px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #424242;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.7px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.chip:hover,
.chip.active {
  background: #424242;
  color: #ffffff;
}

.chip-grid,
.service-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.chip,
.service-card {
  background: #f3f3f3;
  border-radius: 55px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #424242;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.7px;
}

.showcase {
  margin: 0 auto;
  padding: 0 32px;
}

.showcase-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.showcase-image.fade-out {
  opacity: 0;
}

.section-banner {
  position: relative;
  margin: 100px 0 0;
  padding: 50px 0;
  text-align: center;
  background: #bda1a0;
  color: #ffffff;
}

.section-banner h2 {
  margin: 0;
  font-family: "Karla", sans-serif;
  font-size: clamp(36px, 4vw, 50px);
  letter-spacing: -1.2px;
}

.section-banner p {
  margin: 18px auto 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  font-size: 19px;
}

.cta-budget {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 50px 0 120px;
  margin-top: 0;
  margin-bottom: 10px;
}

.budget-image {
  display: flex;
  border-radius: 30px;
  height: 25rem;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.budget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.budget-copy {
  max-width: 520px;
}

.budget-copy h2 {
  margin: 0 0 18px;
  font-family: "Karla", sans-serif;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #424242;
}

.budget-copy p {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.8;
  color: #424242;
}

.budget-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 28px;
  margin-top: 15px;
  background: #424242;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cta-budget {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 24px;
    padding: 40px 24px 60px;
  }
  .budget-copy {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .budget-copy h5 {
    margin: 0 0 20px 0;
    font-size: 28px;
  }
  .budget-actions {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 860px) {
  .main-nav {
    display: none;
  }
  .chip {
    font-size: 18px;
    height: 0.5rem;
    width: 10rem;
    font-size: 16px;
  }
  .service-grid,
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .chip-grid {
    grid-template-columns: repeat(2, minmax(0, 150px));
    gap: 25px;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .chip-grid {
    grid-template-columns: repeat(2, minmax(0, 150px));
    gap: 25px;
    justify-content: center;
    margin-top: 30px;
  }
  .chip {
    min-height: 50px;
    font-size: 16px;
    padding: 0 12px;
  }
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 160px));
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
  }
  .service-card {
    min-height: 90px;
    font-size: 15px;
    line-height: 1.3;
    padding: 10px 14px;
    border-radius: 20px;
  }
}
/* --- Base Footer Styles --- */
.site-footer {
  background-color: #0D2B77; /* Match your dark gray background */
  color: #ffffff;
  font-family: "Arial", sans-serif; /* Fallback font, adjust to match your brand */
  padding: 40px 20px;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: center;
}

/* --- Brand Section --- */
.brand-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.footer-brand h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.footer-brand .address {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #e0e0e0;
  margin-bottom: 25px;
}

/* --- Social Icons --- */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.social-icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.social-icons a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-icons a img:hover {
  opacity: 0.9;
}

/* --- Typography & Lists --- */
.footer-links h3,
.footer-contact h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  transition: opacity 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  opacity: 0.7;
}

.footer-links a {
  font-style: italic; /* Matches the italic styling in your mockup */
}

/* --- Contact Info --- */
.contact-numbers {
  margin-bottom: 25px;
}

.contact-numbers a {
  margin-bottom: 8px;
}

.contact-info .email {
  margin-bottom: 20px;
}

/* --- Copyright Handling --- */
.copyright-desktop {
  display: none;
  font-size: 0.85rem;
  color: #b0b0b0;
  margin-top: 30px;
}

.copyright-mobile {
  font-size: 0.85rem;
  color: #b0b0b0;
  margin-top: 10px;
  border-top: 1px solid #555555;
  padding-top: 20px;
}

/* ==========================================================================
   Desktop Layout (Screens 768px and wider)
   ========================================================================== */
@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: 1.2fr 0.8fr 1fr; /* 3-column setup */
    text-align: left;
    gap: 60px;
    align-items: start;
    padding: 20px 0;
  }
  .brand-header {
    justify-content: flex-start;
  }
  .social-icons {
    justify-content: flex-start;
    gap: 15px;
  }
  .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  /* Swaps the copyright placement to match the mockups */
  .copyright-mobile {
    display: none;
  }
  .copyright-desktop {
    display: block;
  }
}

.filter-container {
  display: grid;
  gap: 16px;
  margin-bottom: 35px;
  max-width: 1050px; 
  grid-template-columns: repeat(2, 1fr);
  margin: 30px auto;

  @media (min-width: 768px) {
    grid-template-columns: repeat(4, 1fr);
  }

  @media (min-width: 1024px) {
    grid-template-columns: repeat(6, 1fr);
  }

  .filter-btn {
    width: 100%; 
    padding: 12px 10px; 
    border: none;
    background: #f4f4f4;
    border-radius: 50px;
    font-size: 1rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #4a4a4a;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap; 

    &:hover {
      background:#4970a7;;
    }

    &.active {
      background: #0D2B77;
      color: #ffffff;
    }
  }
}


/* changes rebe */

@media (max-width: 600px) {
  .hero-content.idpictures {
    position: absolute;
    /* Ajusta este porcentaje (ej. 60%, 65%) hasta que quede a la altura que te guste */
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -10%);
    width: 90%;
    text-align: center;
  }
}

.hero-content.graduations h1{
  line-height: 1;
}



/*# sourceMappingURL=styles.css.map */
