/* =============================================
                WHY US SECTION
=============================================== */

.why-us {
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 5vh 2vw;
  align-items: center;
  z-index: 16;
}

.why-us .section-heading {
  font-family: var(--font-2);
  font-size: 3rem;
  margin-bottom: 1.5em;
  color: black;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.why-us .why-wrapper {
  display: flex;
  width: 100%;
  gap: 1em;
  margin-bottom: 3em;
}

.why-us .why-wrapper .why-card {
  width: 25%;
  border: 1px solid black;
  padding: 1em;
  cursor: pointer;
  background-color: var(--bg);
  box-shadow: var(--shadow-s);
}

.why-us .why-wrapper .why-card h2 {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  position: relative;
  color: black;
  z-index: 20;
  margin-bottom: 0.5em;
}

.why-us .why-wrapper .why-card h2::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 35%;
  right: 80%;
  background-color: var(--primary-3);
  border-radius: 0 0.5em 0 0.5em;
  z-index: -1;
}

.why-us .why-wrapper .why-card h3 {
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 2rem;
  margin-bottom: 0.5em;
}

/* =============================================
                FLYER DISTRIBUTION
=============================================== */

.flyer-distribution-page {
  display: flex;
  flex-direction: row;
  background: url(/bgs/w.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: var(--bg-dark); */
  /* border: 1px solid var(--primary-3); */
  margin: 5em auto 2em auto;
  padding: 2em;
  gap: 0.5em;
  border-radius: 1em;
  box-shadow: var(--shadow-l);
  position: relative;
  max-width: 80vw;
}

.flyer-distribution-page .bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  border-radius: 1em;
}

.flyer-distribution-page h3 {
  font-size: 0.9rem;
  font-weight: 500;
}

.flyer-distribution-page .section-text h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  color: black;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  z-index: 600;
  margin-top: 0.25em;
}

.flyer-distribution-page .section-text {
  width: 50%;
  padding: 2em;
  z-index: 2;
}

.flyer-distribution-page .section-text h3,
.flyer-distribution-page .section-text p {
  color: black;
}

.flyer-distribution-page .section-text .point {
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.flyer-distribution-page .section-text .icon-tick {
  height: 2cap;
}

.flyer-distribution-page .selection {
  display: flex;
  width: 50%;
  gap: 1em;
  z-index: 2;
}

.flyer-distribution-page .section-cards-mobile {
  display: none;
}

.flyer-distribution-page .section-cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
  width: 50%;
  align-self: center;
}

.flyer-distribution-page .section-card {
  background-color: var(--bg);
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2em;
  box-shadow: var(--shadow-l);
  gap: 0.5em;
}

.flyer-distribution-page .section-card .heading {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}

.flyer-distribution-page .section-card h2 {
  letter-spacing: -0.03em;
  font-size: 1rem;
  color: black;
  justify-self: center;
}

.flyer-distribution-page .section-card > p {
  text-align: center;
  color: var(--text-muted);
}

.flyer-distribution-page .section-card .number {
  background-color: black;
  color: var(--primary-3);
  width: 1.5em;
  height: 1.5em;
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flyer-distribution-page .section-card .large-icon {
  width: 5em;
}

.flyer-distribution-page .section-card a {
  display: block;
  width: 100%;
}

.flyer-distribution-page .section-card button {
  padding: 0.75em;
  border-radius: 0.2em;
  border: none;
  width: 100%;
  margin: auto;
  background-color: black;
  color: white;
  gap: 0.5em;
}

.flyer-distribution-page .section-card .arrow-icon {
  height: 1cap;
}

.flyer-distribution-page .section-card.odd:first-of-type {
  height: auto;
}

.flyer-distribution-page .section-text button {
  width: 12em;
  margin: auto;
  margin-top: 1em;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  background-color: black;
  color: white;
  border: none;
  /* border-radius: 0.5em; */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.flyer-distribution-page .section-text button:hover {
  background-color: var(--bg-dt-dark);
  /* color: #000; */
  /* border: 1px solid #fbed23; */
}

/* =============================================
                CHECK-OUT SECTION
=============================================== */

.check-out {
  background-color: black;
  /* background: url(/bgs/bg-black.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 60vh; */
  position: relative;

  /* max-width: 1200px; */
  display: flex;
  padding: 10vh 10vw;
  flex-direction: row-reverse;
  align-items: center;
}

.check-out::before {
  content: "";
  top: -5em;
  position: absolute;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  background-color: black;
}

.check-out .text-side {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.check-out .text-side .upper-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
}

.check-out .text-side .upper-section h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bg-light);
}

.check-out .text-side .upper-section h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  /* margin-bottom: 0.25em; */
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.check-out .text-side .upper-section p {
  color: var(--text-muted);
}

.check-out .text-side .lower-section {
  display: flex;
}

.check-out .text-side .lower-section .sec {
  display: flex;
  flex-direction: column;
  padding: 0 0.5em 0 0;
  margin-top: auto;
}

.check-out .text-side .lower-section .sec a {
  display: flex;
  align-items: center;
  color: var(--bg-light);
}

.check-out .text-side .lower-section .sec a:hover {
  color: var(--primary-3);
}

.check-out .text-side .lower-section .sec .ico {
  width: 5em;
  padding-bottom: auto;
  justify-self: flex-start;
}

.check-out .text-side .lower-section .sec h2 {
  font-family: var(--font-2);
  font-size: 1.25rem;
  margin-bottom: 0.75em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0.75em;
}

.check-out .text-side .lower-section .sec p {
  padding-bottom: 0.5em;
  color: var(--text-muted);
}

.check-out .text-side .lower-section .sec .icon {
  height: 2cap;
}

.check-out .image-side {
  width: 50%;
  display: flex;
  align-items: center;
}

.check-out .image-side img {
  width: 100%;
  margin: 1em auto;
}

/* =============================================
                EVENT PROMOTIONS
=============================================== */

.event-promo {
  background-color: black;
  /* height: 60vh; */
  position: relative;
}

.event-promo::before {
  content: "";
  top: -5em;
  position: absolute;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  background-color: black;
}

.event-promo {
  /* max-width: 1200px; */
  display: flex;
  padding: 10vh 20vw;
  flex-direction: column;
}

.event-promo .text-side {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.event-promo .text-side .upper-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
}

.event-promo .text-side .upper-section h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bg-light);
}

.event-promo .text-side .upper-section h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  z-index: 600;
  margin-top: 0.25em;
}

.event-promo .text-side .upper-section p {
  color: #888;
}

.event-promo .text-side .lower-section {
  display: flex;
}

.event-promo .text-side .lower-section .sec {
  display: flex;
  flex-direction: column;
  padding: 0 0.5em 0 0;
}

.event-promo .text-side .lower-section .sec .ico {
  width: 5em;
  padding-bottom: 1em;
}

.event-promo .text-side .lower-section .sec h2 {
  min-height: 3.5em;
  font-family: var(--font-2);
  font-size: 1.25rem;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.event-promo .text-side .lower-section .sec p {
  padding-bottom: 0.5em;
  color: #888;
}

.event-promo .text-side .lower-section .sec a {
  display: flex;
  align-items: center;
  color: var(--bg-light);
}

.event-promo .text-side .lower-section .sec .icon {
  height: 2cap;
}

.event-promo .image-side {
  padding-right: 2em;
  display: flex;
  gap: 0.5em;
}

.event-promo .image-side .event-card {
  border: 1px solid var(--primary-3);
  border-radius: 0.1em;
  display: flex;
  width: 50%;
  cursor: pointer;
}

.event-promo .image-side .event-card:hover {
  scale: 1.03;
  transition: scale 0.3s ease-in-out;
  border: 1px solid white;
  box-shadow: var(--shadow-l);
}

.event-promo .image-side .event-card .image {
  width: 40%;
  background-color: var(--bg-dt-dark);
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-promo .image-side .image img {
  width: 80%;
}

.event-promo .image-side .event-card .content {
  width: 60%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  display: block;
}

.event-promo .image-side .event-card .content h2 {
  font-family: var(--font-2);
  font-size: 1.25rem;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.event-promo .image-side .event-card .content p {
  color: #888;
  margin-bottom: 1em;
}

.event-promo .image-side .event-card .content button {
  padding: 0.5em;
  border: none;
  border-radius: 0.1em;
  width: 10em;
  font-size: 1rem;
  /* box-shadow: var(--shadow-s); */
  margin-top: auto;
  background-color: var(--bg);
  cursor: pointer;
  justify-self: flex-end;
}

/* =============================================
                SINGLE EVENTS
=============================================== */

.check-out {
  background-color: black;
  /* height: 60vh; */
  position: relative;
}

.get-my {
  display: flex;
  flex-direction: row;
  background-color: black;
  padding: 1em 5vw;
}

.get-my .single-event::before {
  content: "";
  top: -5em;
  position: absolute;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  background-color: black;
}

.get-my .single-event {
  /* max-width: 1200px; */
  display: flex;
  align-items: center;
  padding: 1em;
  width: 33%;
}

.get-my .single-event .upper-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
}

.get-my .single-event .upper-section h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #888;
}

.get-my .single-event .upper-section h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  color: black;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.get-my .single-event .upper-section h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.get-my .single-event .upper-section p {
  color: var(--text-muted);
}

.get-my .single-event .sponsor {
  margin-top: 1em;
  background-color: black;
  border-radius: 0.5em;
  height: 5em;
  padding: 1em;
  display: flex;
  align-items: center;
  /* border: 1px solid var(--primary-3); */
}

.get-my .single-event .sponsor .star {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    height: 3em;
  }
}

.get-my .single-event .sponsor h3 {
  width: 100%;
  font-family: var(--font-2);
  font-size: 1rem;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.get-my .single-event .text-side .sponsor a {
  width: 30%;
}

.get-my .single-event .text-side .sponsor button {
  width: 100%;
  padding: 0.75em;
  font-family: var(--font-2);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  background-color: var(--bg);
  border: none;
  border-radius: 0.3em;
  color: black;
}

.get-my .single-event .image-side {
  width: 50%;
  display: flex;
  gap: 0.25em;
  height: auto;
}

.get-my .single-event .image-side.two {
  flex-direction: column;
  gap: 1em;
}

.get-my .single-event .image-side .top {
  width: 100%;
  height: 12em;
  display: flex;
  gap: 0.5em;
}

.get-my .single-event .image-side .bottom {
  width: 100%;
  height: 12em;
  /* background-color: #333; */
  border-radius: 0.5em;
}

.get-my .single-event .image-side .img.one {
  width: 50%;
  height: 12em;
  /* background-color: #333; */
  border-radius: 0.5em;
}

.get-my .single-event .image-side .img.two,
.get-my .single-event .image-side .img.three {
  width: 25%;
  height: 12em;
  /* background-color: #333; */
  border-radius: 0.5em;
}

.get-my .single-event .image-side .img {
  box-shadow: var(--shadow-s);
  border: 1px solid var(--primary-3);
}

.get-my .single-event .text-side .upper-section h2 {
  font-family: var(--font-2);
  font-size: 2.5em;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0;
}

#event-promotions .single-event::before {
  content: "";
  top: -5em;
  position: absolute;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  background-color: black;
}

#event-promotions .single-event {
  /* max-width: 1200px; */
  display: flex;
  padding: 5vh 10vw;
  flex-direction: row-reverse;
  align-items: center;
}

#event-promotions .single-event#event-signs,
#event-promotions .single-event#printed {
  flex-direction: row;
}

#event-promotions .single-event .text-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 3em;
}

#event-promotions .single-event .text-side .upper-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
}

#event-promotions .single-event .text-side .upper-section h3 {
  font-size: 0.9em;
  font-weight: 500;
  color: #888;
}

#event-promotions .single-event .text-side .upper-section h2 {
  font-family: var(--font-2);
  font-size: 2.5em;
  margin-bottom: 0.25em;
  color: black;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0;
}

#event-promotions .single-event .text-side .upper-section p {
  color: var(--text-muted);
}

#event-promotions .single-event .text-side .sponsor {
  margin-top: 1em;
  background-color: black;
  border-radius: 0.5em;
  height: 5em;
  padding: 1em;
  display: flex;
  align-items: center;
}

#event-promotions .single-event .text-side .sponsor .star {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    height: 3em;
  }
}

#event-promotions .single-event .text-side .sponsor h3 {
  width: 50%;
  font-family: var(--font-2);
  font-size: 1em;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

#event-promotions .single-event .text-side .sponsor a {
  width: 30%;
}

#event-promotions .single-event .text-side .sponsor button {
  width: 100%;
  padding: 0.75em;
  font-family: var(--font-2);
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  background-color: var(--bg);
  border: none;
  border-radius: 0.3em;
  color: black;
}

#event-promotions .single-event .image-side {
  width: 50%;
  display: flex;
  gap: 0.25em;
  height: auto;
}

#event-promotions .single-event .image-side.two {
  flex-direction: column;
  gap: 1em;
}

#event-promotions .single-event .image-side .top {
  width: 100%;
  height: 12em;
  display: flex;
  gap: 0.5em;
}

#event-promotions .single-event .image-side .bottom {
  width: 100%;
  height: 16em;
  border-radius: 0.5em;
}

#event-promotions .single-event .image-side .img {
  width: 100%;
  height: 16em;
  border-radius: 0.5em;
}

#event-promotions .single-event .image-side .img {
  box-shadow: var(--shadow-s);
  border: 1px solid var(--primary-3);
}

/* =============================================
                  PICTURES
=============================================== */

.single-event#event-postering .image-side .img.one {
  background: url(/assets/web-images/IMG_6927-Custom-480x360.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-event#event-postering .image-side .img.two {
  background: url(/assets/web-images/IMG_7259-Custom-480x480.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.single-event#event-postering .image-side .img.three {
  background: url(/assets/web-images/IMG_8553-Custom-480x360.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.single-event#event-signs .image-side .img.one {
  background: url(/assets/web-images/sign-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-event#event-signs .image-side .img.two {
  background: url(/assets/web-images/sign-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.single-event#event-signs .image-side .img.three {
  background: url(/assets/web-images/IMG_8553-Custom-480x360.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.single-event#event-goodie-bags .image-side .img.one {
  background: url(/assets/web-images/IMG_6927-Custom-480x360.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-event#event-goodie-bags .image-side .img.two {
  background: url(/assets/web-images/IMG_7259-Custom-480x480.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.single-event#event-goodie-bags .image-side .img.three {
  background: url(/assets/web-images/IMG_8553-Custom-480x360.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

/* =============================================
                  CONTACT US
=============================================== */

.contact-section {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  max-width: 90vw;
  margin: auto;
}

.contact-section .contact-container {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  /* max-width: 1100px; */
  width: 100%;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  gap: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-section .contact-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-section .contact-form label {
  font-weight: 600;
  font-size: 0.875rem;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.875rem;
  width: 100%;
  outline: none;
  transition: border 0.3s ease;
}

.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
  border-color: var(--primary-3);
}

.contact-section .btn {
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s ease;
}

.contact-section .btn:hover {
  background-color: var(--bg-dt);
}

.contact-section .contact-info {
  /* flex: 1 1 350px; */
  width: 50%;
}

.contact-section .contact-subtitle {
  color: #d4a552;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-section .contact-title {
  font-size: 2.5rem;
  font-family: var(--font);
  letter-spacing: -0.03em;
  font-weight: 800;
  margin-bottom: 1em;
  margin-top: 1em;
}

.contact-section .contact-text {
  line-height: 1.6;
  margin-bottom: 24px;
  color: #555;
}

.contact-section .info-group-big {
  display: flex;
  flex-direction: column;
}

.contact-section .info-group {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.contact-section .info-item {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 12px;
  font-size: 0.9375rem;
}

.contact-section .icon-ty {
  font-size: 2rem;
  width: 1em;
  color: #d4a552;
}

.contact-section .social p {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-section .social-icons a img {
  height: 2em;
  margin-right: 1em;
  /* text-decoration: none;
  font-size: 1.25rem;
  margin-right: 15px;
  color: #d4a552;
  transition: opacity 0.3s ease; */
}

.contact-section .social-icons a:hover {
  opacity: 0.7;
}

/* Responsive */
/* @media (max-width: 768px) {
  .contact-section .contact-container {
    flex-direction: column;
    padding: 30px 20px;
  }

  .contact-section .contact-form,
  .contact-section .contact-info {
    flex: 1 1 100%;
  }

  .contact-section .btn {
    width: 100%;
    text-align: center;
  }

} */

/* =============================================
                  DROPS SECTION
=============================================== */

.drops {
  /* background: url(/bgs/w.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
}

.drops .drop-heading {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  color: black;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0;
  text-align: center;
}

.drops #residential-letterbox-drop .drop-heading {
  margin-bottom: 0.5em;
}

.drops .common-drop.dark .drop-heading {
  color: var(--primary-3);
}

.drops .common-drop.yellow {
  background-color: var(--primary-3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70%;
}

.drops .common-drop.dark .content-ft .text-side-ft p {
  color: #fff;
}

.drops .common-drop.yellow .drop-heading {
  color: var(Black);
}

.drops .common-drop.dark .content-ft .text-side-ft p {
  color: #fff;
}

.drops .heading h3 {
  text-align: center;
  margin-top: 1em;
  color: var(--text-muted);
  font-size: 0.8em;
  font-style: italic;
}

.drops .common-drop.dark .heading h3 {
  color: #888;
}

/* STREET RUN */

.drops .street-run-drop {
  display: flex;
  flex-direction: column;
  padding: 2em;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

.drops .street-run-drop::after {
  content: "";
  position: absolute;
  width: 60vw;
  height: 1px;
  background-color: black;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
}

.drops .street-run-drop .content {
  display: flex;
  gap: 1em;
  padding: 0 10vw;
  align-items: center;
}

.drops .street-run-drop .text-ff .heading {
  align-self: flex-start;
}

.drops .heading h3 {
  display: none;
}

.drops .street-run-drop .text-ff {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0.25em;
  justify-content: center;
  width: 50%;
}

/* .drops .street-run-drop .lorem-ff {
  width: 50%;
} */

.drops .street-run-drop .main-ff {
  width: 100%;
}

.drops .street-run-drop .content .cards-container-ff {
  box-shadow: var(--shadow-l);
  border: 2px solid black;
  border-radius: 1em;
  width: 50%;
  height: 20em;
  gap: 1em;
  justify-content: center;
}

.drops .cards-container-ff .card-ff.one {
  background: url(/assets/web-images/pic-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: var(--shadow-l);
  border: 2px solid black;
}

/* RESIDENTIAL */

.drops .residential-letterbox-drop {
  display: flex;
  flex-direction: column;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.5);
}

.drops .residential-letterbox-drop .content {
  display: flex;
  flex-direction: row;
  margin: 0 5vw;
  align-items: center;
  justify-content: center;
}

.drops .residential-letterbox-drop .content .image-gh {
  width: 30%;
  height: 12em;
  background-color: #333;
  border: 1px solid black;
  border-radius: 1em;
  padding: 0 2em;
}

.drops .residential-letterbox-drop .content .image-gh.one {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: var(--shadow-l);
  border: 2px solid black;
}

.drops .residential-letterbox-drop .content .text-center {
  text-align: left;
}

.drops .residential-letterbox-drop .content .text-center {
  width: 40%;
  padding: 1em;
}

/* COMMON */

.drops .common-drop {
  padding: 5vh 5vw;
}

.drops .common-drop#windscreen-drop {
  background-color: rgba(255, 255, 255, 0.5);
}

.drops .common-drop h2 {
  padding-bottom: 0.75em;
}

.drops .common-drop .content-ft {
  display: flex;
  width: 80vw;
  gap: 1em;
  justify-content: center;
  margin: auto;
  margin-bottom: 2em;
}

.drops .common-drop.even .content-ft {
  flex-direction: row-reverse;
}

.drops .common-drop.dark {
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
}

.drops .content-ft .image-side-ft {
  width: 30%;
  display: flex;
  gap: 1em;
  border-radius: 1em;
  justify-content: flex-end;
}

.drops .content-ft .image-ft {
  width: 100%;
  background-color: #333;
  border-radius: 1em;
}

.drops .content-ft .text-side-ft {
  width: 50%;
  padding: 1em;
}

/* =============================================
                  FAQ SECTION
=============================================== */

.faq-section {
  background-color: #fff;
  padding: 60px 20px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  max-width: 80vw;
  margin: 2em auto;
  text-align: center;
}

.faq-container h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.faq-section .faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-section .faq {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-section .faq-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
  transition: all 0.3s ease;
}

.faq-item.open {
  background: #fff;
  border-color: #d4a552;
  box-shadow: 0 5px 15px rgba(212, 165, 82, 0.15);
}

.faq-section .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.faq-question::after {
  content: "+";
  font-size: 1.25rem;
  color: #d4a552;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
}

.faq-item.open .faq-answer {
  max-height: 600px;
  padding: 15px 20px 20px;
}

.faq-answer p {
  color: #555;
  line-height: 1.6;
  font-size: 0.9375rem;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section .faq-answer p {
    font-size: 0.875rem;
  }
}

/* =============================================
                  PRICING SECTION
=============================================== */

.pricing {
  position: relative;
  /* background-color: var(--bg-dark); */
  /* background-color: black; */
  border-radius: 2em;
  position: relative;
  display: flex;
  padding: 3em 5vw;
  gap: 1em;
  width: 90svw;
  margin: 3vh auto 2em auto;
  z-index: 3;
}

.pricing::before {
  content: "";
  position: absolute;
  background: black;
  /* background: url(/bgs/bg-black.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.pricing .card-ty {
  border-radius: 1em;
  padding: 1em;
  box-shadow: var(--shadow-m);
}

.pricing .card-ty h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bg-light);
}

.pricing .card-ty.one h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.pricing .card-ty.one {
  background-color: #333;
  width: 33%;
}

.pricing .card-ty.one p {
  color: #888;
}

.pricing .card-ty.two {
  width: 66%;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
}

.pricing .card-tz.one {
  font-family: var(--font-2);
  font-size: 1.5rem;
  margin-bottom: 0.25em;
  color: black;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
  padding: 0.5em;
  text-align: center;
}

.pricing .card-tz.two {
  display: flex;
  height: auto;
  gap: 1em;
}

.pricing .card-tw {
  width: 50%;
  background-color: var(--bg-light);
  display: flex;
  flex-direction: column;
  color: black;
  padding: 1em;
  border-radius: 0.5em;
  box-shadow: var(--shadow-l);
  cursor: pointer;
  border: 1px solid var(--primary-3);
}

.pricing .card-tw .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  position: relative;
}

.pricing .card-tw .price::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 30%;
  background-color: var(--primary-3);
  bottom: calc(-1em - 4px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5em;
}

.pricing .card-tw .price::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background-color: black;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
}

.pricing .card-tw .price h3 {
  color: black;
  font-family: var(--font-2);
  font-size: 1.1rem;
  margin-bottom: 0.25em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.pricing .card-tw .price .figure {
  padding: 0.5em;
  border-radius: 0.25em;
  background-color: var(--primary-3);
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0;
}

.pricing .card-tw .price .figure .num {
  font-size: 2.3em;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 800;
  padding: 0;
  line-height: 1em;
}

.pricing .card-tw a {
  justify-self: flex-end;
  margin-top: auto;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pricing .card-tw a button {
  background-color: black;
  color: white;
  border: none;
  font-size: 1.25rem;
  padding: 0.8em;
  border-radius: 0.2em;
  width: 90%;
  align-items: center;
}

.pricing .card-tw > p {
  color: var(--text-muted);
  margin-bottom: 1em;
}

.pricing .card-tw .long {
  margin-bottom: 1em;
}

/* =============================================
                PROMOTIONAL DISTRIBUTION
=============================================== */

.promot {
  display: flex;
  width: 80vw;
  padding: 3em 1em;
  background-color: black;
  /* background: url(/bgs/bg-black.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  border: 1px solid var(--primary-3);
  margin: 5vh auto 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
}

.promot::before {
  content: "";
  position: absolute;
  background-color: var(--primary-3);
  width: 100vw;
  height: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10em;
  z-index: -1;
}

.promot .image,
.promot .cont {
  width: 50%;
}

.promot .image {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 23em;
  gap: 1em;
}

.promot .image .image-cy {
  width: 40%;
  height: auto;
  background-color: #333;
  border-radius: 0.5em;
}

.promot .cont p {
  color: #888;
}

.promot .cont h2 {
  font-family: var(--font-2);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  color: var(--primary-3);
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.promot .cont h3 {
  color: white;
  font-family: var(--font-2);
  font-size: 1.1rem;
  margin-bottom: 0.25em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 0.25em;
}

.promot .cont button {
  padding: 0.5em;
  font-size: 1.1rem;
  margin: 1em 0;
  border: none;
  border-radius: 0.2em;
}

.promot .cont button:hover {
  background-color: var(--primary-3);
}

.promot .cont button img {
  height: 1cap;
  margin: 0 0.5em 0 0;
}

/* =============================================
                SOCIALS SECTION
=============================================== */

.socials {
  width: 100vw;
  height: auto;
  padding: 3em 15vw;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
}

.socials .fb-page {
  border-radius: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fb-xfbml-parse-ignore,
.socials .a {
  border-radius: 1em;
}

/* =============================================
                MAPS SECTION
=============================================== */

.map {
  width: 100vw;
  height: auto;
  padding: 3em 5vw;
}

.map .mapper {
  width: 90vw;
  border: 1px solid black;
  border-radius: 1em;
}
