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

@charset "UTF-8";

.mobile-photo{
  display: block;
}
.desktop-photo{
    display: none;
  }

.img-logo{
    width: 100%;
}

.menu-logo{
    width: 35%;
}

.navbar-custom {
  background-color: rgba(0, 0, 0, 0.0) !important;
}

/* Remove Bootstrap’s default icon background */
.navbar-toggler {
  border: none !important;
  padding: 4px 6px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* Three white modern lines */
.toggler-line {
  display: block;
  width: 40px;
  height: 2px;
  background-color: white;
  margin: 6px 0;
  transition: 0.3s ease;
  text-shadow: 2px 2px 2px #000;
}

#offcanvasRight {
  background-color: rgba(0,0,0,0.4) !important;
}

.hide-toggle {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.offcanvas-body li{
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

.image-holder{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 900px;
}

/* Hero image */
.img-hero {
  width: 100%;
  min-height: 85vh;
  object-fit: cover;
}

/* Dark overlay */
.image-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.15) 75%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 72.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #fff;
  z-index: 2;
}

.div-box{
  display: block;
  position: relative;
  width: 100%;
  padding: 0em 0em 6em 0em;
  overflow: hidden;
}

.last-box{
  padding-bottom: 0em !important;
}

.hero-text-light{
  position: relative;
  margin: 0 auto;
  color: #000;
  z-index: 2;
}

.text-title, .text-title-c {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 800; /* adjust weight as needed */
    margin-bottom: .70em;
}

.text-title-c {
    color: #c59d6d;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 1em;
}

.body-text-header{
  font-weight: 200;
  margin-bottom: 2em;
  line-height: 24px;
}

.body-text{
  font-weight: 200;
  line-height: 24px;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 85%;
  color: #000;
}

.be-bold{
  font-weight: 500;
}

.practice-padding{
padding-right: 1.5em;
padding-left: 1.5em;
}

.btn-button, .btn-button-light, .btn-button-dark, .btn-gold{
  font-size: 12px;
  width: 150px;
  font-family: 'Raleway', sans-serif;
  border-radius: 5px;
  padding: 1em;
  font-weight: 500;
  letter-spacing: 2px;

}

.btn-div{
  position: relative;
}

.btn-button{
  background-color: rgba(0, 0, 0, 0.0) !important;
  color: #fff;
  border: 1px solid #c59d6d;
  width: fit-content;
}

.btn-button-light{
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #000;
  border: 1px solid #c59d6d;
  width: fit-content;
  padding: 1em 3em;
  margin-top: 2em;

}

.btn-button-dark{
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  padding: 1em;
  width: 70px;

}

.btn-gold{
  background-color: rgba(197, 157, 109, 0.4) !important;
  color: #fff;
  width: fit-content;
   border: 1px solid #c59d6d;
}

hr{
  position: relative;
  border: 1px solid #c59d6d;
  opacity: 1;
  width: 40%;
}

/* Clickable wrapper */
.blog-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/* Card size */
.blog-card {
  width: 320px;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  transform: translateZ(0); /* smoother hover */
}

/* Image */
.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Overlay */
.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 20%,
    rgba(0, 0, 0, 0.45) 60%,
    rgba(0, 0, 0, 0.12) 100%
  );
  z-index: 1;
  transition: opacity 0.4s ease;
}

/* Text */
.blog-content {
  bottom: 0;
  left: 0;
  padding: 1.75rem;
  z-index: 2;
}

.blog-category {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: #466446;
  padding: .5em .8em;
  border-radius: 20px;
}

.blog-title {
  font-size: 1.50rem;
  font-weight: 700;
  margin: 0.5rem 0;
  margin-top: .65rem;
}

.blog-excerpt {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* Hover: zoom + fade */
.blog-link:hover .blog-image {
  transform: scale(1.07);
}

.blog-link:hover .blog-overlay {
  opacity: 0.9; /* slightly stronger overlay on hover */
}

/* Optional: subtle lift */
.blog-link:hover .blog-card {
  box-shadow: 0 18px 45px rgba(0,0,0,0.35);
  transition: box-shadow 0.35s ease;
}

/* Accessibility: focus state */
.blog-link:focus-visible {
  outline: 2px solid rgba(255,255,255,0.6);
  outline-offset: 6px;
  border-radius: 12px;
}

/* --- Slider shell --- */
.posts-slider {
  position: relative;
}

.posts-viewport {
  overflow: hidden;
}

/* Track */
.posts-track {
  display: flex;
  gap: 1.5rem;                 /* spacing between cards */
  transition: transform 0.45s ease;
  will-change: transform;
}

/* Each slide uses your existing blog-card sizing */
.posts-slide {
  flex: 0 0 auto;
}

.posts-track { gap: 1rem; }

  /* Arrows */
.posts-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.posts-prev { 
  left: 0.5rem; }
  
.posts-next { 
  right: 0.5rem; }

.posts-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.py-5 {
padding-top: 1.5rem!important;
padding-bottom: 0rem!important;
}

/* Practice Area Cards */
.practice-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.practice-card {
  height: 100%;
  padding: .75rem;
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.practice-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color:#c59d6d;
}

.practice-text {
  margin: 0;
  color: #000;
  line-height: 1.55;
  font-weight: 100;
}

/* Hover */
.practice-link:hover .practice-card {
  transform: translateY(-3px);
  border-color: rgba(197, 157, 109, 0.5);
}

/* Full-width background image section */
.fullwidth-image-section {
  position: relative;
  width: 100%;
  min-height: 85vh;
  max-height: 1200px; /* prevents over-expansion on large screens */
  background-image: url("/img/leimert-park.jpg"); /* update path */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* keeps full image visible */
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #000; /* fills empty space if aspect ratio differs */
}

/* Overlay for contrast */
.image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Text container */
.image-text-wrap {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 2rem;
}

/* Overlay text styling */
.image-overlay-text {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  font-weight: 100;
  line-height: 1.6;
  color: #f5f5f5;
  margin: 0;
}

/* ===== Reviews Section ===== */
.reviews-section {
  background-color: transparent;
}

/* ===== Slider Shell ===== */
.reviews-slider {
  position: relative;
  width: 100%;
}

/* ===== Viewport ===== */
.reviews-viewport {
  overflow: hidden;
  width: 100%;
}

/* ===== Track ===== */
.reviews-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.45s ease;
  will-change: transform;
}

/* ===== Individual Slide ===== */
.reviews-slide {
  flex: 0 0 auto;
}

/* ===== Review Card ===== */
.review-card {
  width: 420px;
  height: 100%;
  padding: 2rem;
  border-radius: 12px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ===== Review Text ===== */
.review-text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 100;
}

/* ===== Profile Row ===== */
.review-profile {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* ===== Avatar ===== */
.review-avatar {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
  background-color: #ddd;
  flex-shrink: 0;
}

/* ===== Identity ===== */
.review-identity {
  display: flex;
  flex-direction: column;
}

.review-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #000;
}

.review-title {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  color: #000
}

/* ===== Navigation Buttons ===== */
.reviews-prev,
.reviews-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);

  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;

  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
}

.reviews-prev {
  left: 0.5rem;
}

.reviews-next {
  right: 0.5rem;
}

.reviews-prev:hover,
.reviews-next:hover {
  background: rgba(0, 0, 0, 0.75);
}

.col6 {
padding: 0px!important;
margin: 0px!important;
}

.vert_video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vd{
  padding-right: 15px!important;
  padding-left: 15px!important;
  box-sizing: none!important;
  margin-bottom: 10%!important;
}

.row-video{
  margin: 0 auto!important; 
  width: 90%;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.vert_video {
  width: 100%;
  height: auto;
  display: block;
}

/* Controls overlay */
.video-controls {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 4; /* higher than gradient */
}

/* Show controls on hover / tap */
.video-wrapper:hover .video-controls,
.video-wrapper:focus-within .video-controls {
  opacity: 1;
}

.video-controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
}

.progress {
  flex: 1;
  height: 4px;
  appearance: none;
  background: rgba(255,255,255,0.3);
  border-radius: 4px;
  cursor: pointer;
}

.progress::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

/* Center play button */
.center-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: grid;
  place-items: center;

  backdrop-filter: blur(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 5;
}

/* Hover effect */
.center-play-btn:hover {
  transform: scale(1.08);
}

/* Hide center button when playing */
.video-wrapper.playing .center-play-btn {
  opacity: 0;
  pointer-events: none;
}

/* Bottom gradient + text overlay */
.video-text-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* MORE vertical space */
  padding: 2.25rem 1.25rem 2.75rem;
  z-index: 2;
  /* Gradient lifted higher */
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.6) 45%,
    rgba(0,0,0,0.25) 70%,
    rgba(0,0,0,0) 100%
  );
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.video-overlay-text {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  line-height: 1.3;
  letter-spacing: 0.3px;

  /* Push text upward inside overlay */
  transform: translateY(-6px);
}


/* Hide text overlay + gradient when playing */
.video-wrapper.playing .video-text-overlay {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

/* =========================
   Base (Mobile First)
   ========================= */

.site-footer {
  background: #ffffff;
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.site-footer a {
  text-decoration: none;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 1rem;
}

.footer-description {
  font-size: .9rem;
  line-height: 1.6;
  color: #000;
  max-width: 100%;
  font-weight: 200;
}

.footer-heading {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #000;
  font-family: 'Raleway', sans-serif;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 200;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}

.footer-links a,
.footer-contact a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #000;
}

.footer-divider {
  margin: 2rem 0 1.5rem;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Bottom row — stacked on mobile */
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #000;
  font-weight: 200;
}

.footer-legal a {
  margin: 0 0.75rem;
  color: #000;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #000;
}

.footer-social{
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.social-icons {
  display: flex;
  gap: 0.75rem;
}

.social-icons a {
  width: 36px;
  height: 36px;
  min-width: 36px;      /* prevents flex shrink */
  min-height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #444;
  border: 1px solid rgba(0,0,0,0.15);
  font-size: 0.9rem; 
  transition: all 0.2s ease; 
}

.social-icons a:hover {
  color: #000;
  border-color: #000;
  transform: translateY(-2px);
}

/* Official-ish brand colors (widely used) */
.social-icon.instagram { color: #E4405F; } /* Instagram */
.social-icon.linkedin  { color: #0A66C2; } /* LinkedIn */
.social-icon.facebook  { color: #1877F2; } /* Facebook */
.social-icon.youtube   { color: #FF0000; } /* YouTube */

/* Hover: fill with brand color */
.social-icon.instagram:hover { background: #E4405F; border-color: #E4405F; color: #fff; }
.social-icon.linkedin:hover  { background: #0A66C2; border-color: #0A66C2; color: #fff; }
.social-icon.facebook:hover  { background: #1877F2; border-color: #1877F2; color: #fff; }
.social-icon.youtube:hover   { background: #FF0000; border-color: #FF0000; color: #fff; }

/* Center the footer block itself */
.site-footer {
  width: 80%;
  margin: 0 auto;
}

.posts-track,
.reviews-track {
  transition: transform 0.6s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}



/* Allow vertical scroll, but make horizontal panning feel right */
#postsSlider, #reviewsSlider {
  touch-action: pan-y;
}

/* Medium */
@media (min-width: 768px) { 

/* Card size */
.blog-card {
  width: 400px;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  transform: translateZ(0); /* smoother hover */
}

.hero-text {
  width: 525px;
  top: 50%;
  left: 5%;                /* pushes text away from edge */
  transform: translateY(-50%);
}

/* Dark overlay */
.image-holder::before {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.15) 75%,
    rgba(0, 0, 0, 0.05) 100%
  );
  
}

.btn-div{
  position: relative;
  text-align: left;
}

 .reviews-track {
    gap: 1rem;
  }

  .review-card {
    width: 420px;
    height: 300px;
    padding: 1.5rem;
  }

  .reviews-prev,
  .reviews-next {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .row-video{
  margin: 0 auto!important; 
  width: 75%;
}

.site-footer {
    padding: 4rem 0 2rem;
  }

  .footer-description {
    max-width: 320px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer-legal a {
    margin-left: 1.25rem;
    margin-right: 0;
  }

}

/* Desktop: show 3 (your 400x500 cards already handle this) */
@media (min-width: 992px) {
  
  .body-text{
    width: 80%;
  }
.blog-card { 
  width: 360px; height: 450px;
 }
 .mobile-photo{
  display: none;
 }
  .desktop-photo{
    display: block;
  }
  .review-card {
    padding: 1.75rem;
  }

    .row-video{
  margin: 0 auto!important; 
  width: 70%;
}
.footer-logo {
    max-width: 160px;
  }

  .footer-description {
    font-size: 1rem;
  }

}

/* Tablet: show 2 nicely */
@media (max-width: 991.98px) and (min-width: 768px) {
  .blog-card { width: 360px; height: 450px; }
}


/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  .blog-card {
    width: 420px; /* was 400px */
    height: 525px;
  }
  .body-text{
    width: 50%;
  }
  .desktop-photo{
    display: block;
  }
}


/* Extra extra large devices (wide screens) */
@media (min-width: 1400px) {
  /* xxl */
}


