
/* ==========================================================================
   Just People Productions Stylesheet
   ========================================================================== */

/* =========================
   Base & Reset
   ========================= */

/* Prevent phone numbers from turning blue on mobile browsers */
a[href^="tel"], .phone-text a {
  color: inherit !important;
  text-decoration: none !important;
}

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

html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

:root {
  --page-pad: 2rem; /* shared horizontal padding */
}

body {
  font-family: 'Maison Neue', sans-serif;
  background-color: #ffffff;
  color: #ffffff;
  line-height: 1.6;
}

/* =========================
   Hero Section
   ========================= */

.hero-wrapper {
  position: relative;
  height: 170vh;
}

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  background-color: #000000;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 5% 80px 2.5%;
  z-index: 10;
}

.hero-corner-image,
.hero-fade-image {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 5;
}

.hero-fade-image {
  position: fixed;
  width: 120px;
  opacity: 1;
}

.hero-scrolled .hero-fade-image {
  opacity: 0;
}

.Home-video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: left;
  margin-left: 0.25in;
  margin-top: -0.5in;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.scroll-up {
  transform: translateY(-80px);
  opacity: 0;
  pointer-events: none;
}

h1 {
  font-family: 'Yeseva One', serif;
  font-size: 5rem;
  color: #ffffff;
  font-weight: 550;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  white-space: nowrap;
  line-height: 1.05;
  overflow-wrap: normal;
}

.show-title {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.description {
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
  white-space: pre-line;
  margin-top: -0.35in;
  max-width: 1000px;
}

.text-tagline {
  font-weight: 500;
  letter-spacing: 0.4em;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 0.5rem;
  display: block;
  opacity: 0;
}

.tagline-small {
  font-size: 1.12rem;
  text-transform: uppercase;
  text-align: left;
  margin-left: 0.2in;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease, transform 1s ease;
}

.tagline-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.nav-buttons {
  margin-top: 2rem;
  transform-origin: center;
  position: relative;
  z-index: 5;
}

.nav-buttons a {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 0.75rem 1.25rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s, transform 0.2s ease;
  display: inline-block;
  transform-origin: center;
  opacity: 0;
  animation: popIn 1.7s ease-out forwards;
  animation-delay: 0s;
}

.nav-buttons a:active {
  animation: clickBounce 0.05s ease-out;
}

.nav-buttons a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: scale(1.25);
}

.nav-buttons i {
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.nav-buttons .insta-icon {
  border: none;
  padding: 1;
  margin-left: -1rem;
  font-size: 2rem;
  color: #faf9f0;
  background: none;
  display: inline;
  transition: none;
  line-height: 2.5rem;
}

.nav-buttons .insta-icon:hover {
  background: none;
  color: #d9d9d9;
  transform: none;
}
.nav-buttons .insta-icon i {
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.2rem;
  position: relative;
  top: 2px;
  animation: popIn 1.7s ease-out forwards;
  animation-delay: 0s;
}

/* =========================
   Work Section
   ========================= */

.work-section {
  padding: 4rem 5rem;
  background-color: #faf9f0;
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 1rem;
  column-gap: 0.5rem;
}

.work-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.work-item {
  flex: 1 1 45%;
  max-width: 49.5%;
  position: relative;
}

.work-item video,
.work-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, border-radius 0.3s ease;
  border-radius: 6px;
}

.work-item video:hover,
.work-item img:hover {
  transform: scale(1.03);
  border-radius: 6px;
  overflow: hidden;
}

.work-thumbnail {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.work-caption {
  position: absolute;
  bottom: 8px;
  left: 12px;
  color: rgb(255, 255, 255);
  z-index: 3;
  text-align: left;
  transform: scale(0.97);
  transition: transform 0.3s ease;
  text-shadow: 0.5px 0.5px 1px rgba(199, 199, 199, 0.3);
}

.work-item:hover .work-caption {
  transform: scale(1);
}

.work-caption h3 {
  font-family: 'Yeseva One', serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
}

.work-caption p {
  font-size: 0.70rem;
  line-height: 1.4;
  letter-spacing: 1mm;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0.1rem 0 0 0;
  opacity: 0.9;
}

/* Hover-only white border lines, omitting bottom-left corner */
.work-item:hover .hover-outline .border-top,
.work-item:hover .hover-outline .border-right {
  content: "";
  position: absolute;
  background: white;
  z-index: 2;
  pointer-events: none;
  display: block;
}
.work-item:hover .hover-outline::before,
.work-item:hover .hover-outline::after {
  content: "";
  position: absolute;
  background: white;
  z-index: 2;
  pointer-events: none;
}

.hover-outline .border-top {
  position: absolute;
  height: 2px;
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  background: white;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.hover-outline .border-right {
  position: absolute;
  width: 2px;
  height: calc(100% - 20px);
  top: 10px;
  right: 10px;
  background: white;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.hover-outline::before {
  position: absolute;
  height: 2px;
  width: calc(100% - 160px);
  bottom: 10px;
  right: 10px;
  background: white;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.hover-outline::after {
  position: absolute;
  width: 2px;
  height: calc(100% - 80px);
  top: 10px;
  left: 10px;
  background: white;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.work-item:hover .hover-outline .border-top,
.work-item:hover .hover-outline .border-right {
  display: block;
}
.work-item:hover .hover-outline::before,
.work-item:hover .hover-outline::after {
  display: block;
}

/* Wide work item for "The Art of Peace" */
.wide-work-item {
  flex: 1 1 100%;
  max-width: 100%;
}

/* =========================
   Modal Styles
   ========================= */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
}

.modal-content video {
  width: 50%;
  max-height: 80%;
  border-radius: 8px;
}

.modal-content iframe {
  width: 80vw;
  height: calc(80vw * 9 / 16);
  max-width: 960px;
  max-height: 540px;
  border: none;
}

/* =========================
   About Section (Gap Reveal)
   ========================= */

.gap-reveal-wrapper {
  position: relative;
  background-color: #F5E9D3;
  height: 100vh;
  z-index: 0;
}

.gap-reveal-layer {
  height: 100vh;
  background: transparent;
}

#background-text-layer {
  position: fixed;
  top: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  pointer-events: none;
  overflow-x: hidden;
}

#background-text-layer .photo-about-text {
  width: 100%;
  margin: 0 auto;
  max-width: 100vw;
  padding: 0;
  box-sizing: border-box;
}

.photo-about-text h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #3a4930;
  opacity: 0;
  transition: opacity 0.5s ease;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 900;
  font-family: 'Neuton', serif;
}

.photo-about-visible .photo-about-text h2 {
  opacity: 1;
}

.emphasized-word {
  font-weight: 1000;
  font-style: normal;
  color: #5d7d47;
}

/* =========================
   Photo Strip Section
   ========================= */

.photo-strip-section {
  overflow: hidden;
  white-space: nowrap;
  background-color: #f5e9d3;
  padding: 1.5rem 0;
  position: relative;
  z-index: 3000;
}

.photo-strip-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 0 var(--page-pad);
}

.photo-strip img {
  height: 225px;
  flex: 0 0 auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.photo-strip img:hover {
  transform: scale(1.05);
}

/* Modal Image Viewer */
.photo-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

/* Zero-height overlay that sits exactly at the seam between sections */
.seam-overlay {
  position: relative;
  height: 0;            /* does not add space */
  z-index: 4000;        /* above sections, below modals */
}

/* The note that straddles the seam */
.seam-note {
  position: absolute;
  top: -22px;                  /* overlap up onto the strip */
  left: var(--page-pad);       /* align with page padding */
  background-color: #F5E9D3;
  color: #3a4930;
  font-family: 'Maison Neue', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.3rem 1.25rem;
  border-radius: 8px;
  display: inline-block;
  pointer-events: none;        /* never blocks taps/clicks */
}

.photo-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

 .photo-caption-note {
  background-color: #F5E9D3;
  color: #3a4930;
  font-size: 1.1rem;
  font-family: 'Maison Neue', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  padding: 0.3rem 1.25rem;
  display: inline-block;
  border-radius: 8px;
  position: absolute;          /* anchor to photo-strip-section */
  bottom: -12px;               /* sit across the bottom edge (seam) */
  left: 2rem;                  /* desktop alignment */
  z-index: 10000;              /* above contact section */
  text-transform: uppercase;
  pointer-events: none;        /* never blocks clicks */
}





/* =========================
   Contact Section
   ========================= */

.contact-section {
  width: 100%;
  overflow-x: hidden;
  padding: 1rem;
  background-color: #3a4930;
  color: #fafde4;
  position: relative;
  z-index: 1000;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0.5rem;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  z-index: 0;
  pointer-events: none;
}

.contact-section h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.20em;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 0.5rem;
  display: block;
  width: 75%;
  text-align: right;
  margin-left: 0in;
  opacity: 1;
}

.tagline-contact {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.20em;
  font-style: italic;
  color: #ffffff;
  font-family: 'Neuton', serif;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  text-align: right;
  margin-left: 0in;
  opacity: 1;
}

.contact-content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.contact-info {
  flex: 1 1 0;
  max-width: none;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
}

.contact-inner {
  flex: 1;
  max-width: 500px;
  padding: 0 2rem;
  z-index: 2;
  text-align: right;
}

.contact-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 2rem;
  z-index: 2;
  position: relative;
}

.contact-container.flex-container {
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  display: flex;
  flex-wrap: nowrap;
}

.contact-form-wrapper {
  position: relative;
  flex: 1 1 0;
  max-width: none;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.contact-form label {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  font-style: normal;
  color: #ffffff;
}

.form-field {
  padding: 0.75rem 1rem;
  border: 1px solid #354c33;
  border-radius: 0px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  width: 100%;
}

.form-field:focus {
  border-color: #fff5df;
  background-color: #ffffff;
  outline: none;
}

.contact-form button {
  align-self: flex-start;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background-color: #ffffff;
  color: #3a4930;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.contact-form button:hover {
  background-color: #fff5df;
}

.contact-image {
  max-width: 300px;
  height: auto;
}

.contact-info-text {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #faf9f0;
  margin-top: -5rem;
  width: 100%;
}

.email-text {
  font-family: 'Maison Neue', sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #ffffff;
  font-size: 0.9em;
}

.title-text,
.phone-text {
  font-family: 'Maison Neue', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.9em;
  color: #ffffff;
}

/* =========================
   Animations & Keyframes
   ========================= */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slightDrop {
  0% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  0% {
    opacity: 1;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes clickBounce {
  0% { transform: scale(1);}
  30% { transform: scale(0.92);}
  60% { transform: scale(1.06);}
  80% { transform: scale(0.98);}
  100% { transform: scale(1);}
}

@keyframes shake {
  0% { transform: translateY(0);}
  20% { transform: translateY(-12px);}
  40% { transform: translateY(8px);}
  60% { transform: translateY(-6px);}
  80% { transform: translateY(4px);}
  100% { transform: translateY(0);}
}

.shake-animation {
  animation: shake 0.7s ease-in-out;
}

@media (min-width: 769px) {
  .contact-image {
    margin-top: 0.25in;
    max-width: 500px;
    height: auto;
  }
  .contact-info-text {
    margin-left: 90px;
  }
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* Responsive video visibility for desktop and mobile */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
}

/* =========================
   Responsive: Work Section
   ========================= */

@media (max-width: 600px) {
  .work-section.flex-container {
    flex-direction: column;
    padding: 1rem;
  }
  .work-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
  }
  .work-item {
    width: 100%;
    max-width: 100%;
    flex: unset !important;
  }
  .wide-work-item {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
  }
}

/* =========================
   Responsive: General Mobile
   ========================= */

@media (max-width: 768px) {
  .seam-note { left: 1rem !important; }
  body {
    overflow-x: hidden;
  }

  .hero-wrapper {
    height: 100vh !important;
  }

  .hero {
    padding: 2rem 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
    justify-content: flex-end;
    height: auto;
    min-height: 100vh;
  }

  .hero-title,
  .hero-text h1 {
    font-size: 3em !important;
    text-align: center;
    margin-bottom: 1rem;
  }

  .hero-tagline,
  .tagline-small {
    font-size: 0.9em !important;
    margin-top: 0.5rem;
    text-align: center;
  }

  .tagline {
    font-size: 10px !important;
  }

  .Home-video,
  .hero-video {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    max-height: 60vw;
    object-fit: cover;
    position: static;
    margin-bottom: 1.5rem;
  }

  .mobile-only video,
  .mobile-video,
  #mobile-hero-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0.8 !important; /* slight fade on mobile */
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    pointer-events: none !important;   /* let taps reach the buttons */
    z-index: 0 !important;             /* keep video behind hero text/buttons */
  }

  .hero-buttons,
  .nav-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-top: 1rem !important;
  }

  .hero-buttons a,
  .nav-buttons a {
    font-size: 1rem !important;
    padding: 0.5rem 1rem !important;
    margin-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .hero-corner-image,
  .hero-fade-image {
    width: 90px !important;
    top: 10px !important;
    right: 10px !important;
  }

  .hero-text {
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-width: 100vw !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .hero-content,
  .hero-text {
    padding-top: 10vh !important;
  }

  .hero-text {
    transform: translateY(-1in) !important;
  }

  h1 {
    font-size: clamp(2rem, 8.5vw, 3rem) !important;
    white-space: normal !important;              /* allow wrapping */
    line-height: 1.05 !important;
    margin-bottom: 0.75rem !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    max-width: 92vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .description {
    font-size: 1rem !important;
    margin-top: 0 !important;
    max-width: 100vw !important;
  }

  .work-section,
  .contact-section,
  .carousel-section {
    padding: 1rem;
    flex-direction: column;
  }

  .button {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  .photo-strip {
   overflow: hidden;
   white-space: nowrap;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    text-align: center;
  }

  .photo-about-text h2 {
    font-size: 20px !important;
  }
  .photo-about-text {
    max-width: 85% !important;
    margin: 0 auto !important;
  }

  /* Contact section mobile layout */
.contact-container.flex-container { 
  flex-direction: column !important; 
  flex-wrap: nowrap !important; 
}
.contact-info, .contact-form-wrapper { 
  flex: 1 1 100% !important; 
  max-width: 100% !important; 
}
.contact-form-wrapper { 
  align-items: stretch !important; 
  text-align: left !important; 
}
  /* Smaller photo strip images on mobile */
  .photo-strip img {
    height: 150px !important;
  }

  /* Enable finger drag behavior and avoid accidental selections */
.photo-strip,
.photo-strip-container,
.photo-strip-track {
  touch-action: pan-y;       /* we handle horizontal; browser handles vertical */
}

.photo-strip {
  cursor: grab;
}

.photo-strip.dragging {
  cursor: grabbing;
}

  .photo-strip img {
    pointer-events: auto !important;  /* allow taps */
    user-select: none;
    -webkit-user-drag: none;
    cursor: pointer;
  }
  
  /* Center and nudge Instagram icon slightly right on mobile */
  .nav-buttons .insta-icon {
    margin-left: 0 !important;      /* undo desktop negative margin */
    width: auto !important;          /* don't stretch full width */
    align-self: center !important;   /* center within flex column */
    transform: translateX(2px) !important; /* tiny nudge to the right */
  }
  /* Make photo strip full-bleed on mobile */
  .photo-strip-section { 
    padding-left: 0 !important; 
    padding-right: 0 !important; 
  }
  .photo-strip-container { 
    padding: 0 !important;            /* remove side gutters */
  }
  .photo-strip { 
    width: 100vw !important;          /* span entire viewport */
    margin: 0 !important; 
  }
  .photo-strip-track { 
    gap: 0.5rem !important;           /* optional: slightly tighter on mobile */
  }
  /* Nudge contact image up slightly on mobile */
  .contact-image {
    margin-top: -50px !important; /* raise a little */
  }

  /* Nudge contact text slightly to the right on mobile */
  .contact-info-text {
    margin-left: 35px !important;
  }

  /* Make work modal fit properly on mobile */
  .modal {
    align-items: center !important;   /* center vertically */
    justify-content: center !important;
    padding: 0 !important;
  }
  .modal-content {
    width: 100% !important;
    height: auto !important;
    padding: 0 0.75rem !important;   /* small side gutters */
    box-sizing: border-box !important;
  }
  .modal-content iframe,
  .modal-content video {
    width: 92vw !important;          /* fit within viewport */
    height: calc(92vw * 9 / 16) !important; /* maintain 16:9 */
    max-height: 70vh !important;     /* avoid cropping on short screens */
    border-radius: 8px !important;
  }
  /* Contact section: mobile-only heading + text alignment tweaks */
  .contact-section h2 {
    width: 100% !important;         /* full width so centering is true center */
    font-size: 1.7rem;
    margin: 0 auto 0.5rem !important; /* center within section */
    text-align: center !important;    /* center the heading */
  }
  .tagline-contact {
    text-align: left !important;      /* align tagline text from the left */
  }
  .contact-inner {
    text-align: left !important;      /* align form-side text from the left */
  }
}