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

@charset "UTF-8";

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

.navbar-brand {
    width: 35%;
}

.img-logo {
    width: 100%;
    height: auto;
}

.menu-logo{
    width: 60%;
}

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

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

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

.nav-link{
  color: #000;
}

/* 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.75) !important;
}

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

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

.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.55) 35%,
     rgba(0, 0, 0, 0.20) 65%,
     rgba(0, 0, 0, 0.00) 100%
  );
  z-index: 1;
}

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

.div-box{
  display: block;
  position: relative;
  width: 100%;
  padding: 10em 0em 10em 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: .40em;
}

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

.text-title-c::after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #fba919;
    margin: 0.75rem auto 0;
}

.sub-header{
  font-weight: 200;
  margin-bottom: 1.5em;
  line-height: 24px;
  color: #fba919;
  font-weight: 200;
  letter-spacing: 0.05em;
}

.body-text-header{
  font-weight: 200;
  margin-bottom: 1.5em;
  line-height: 24px;
  color: #fff;
}

.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 #fba919;
  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(251, 169, 25, 0.2) !important;
  color: #fff;
  width: fit-content;
   border: 1px solid rgb(251, 169, 25, .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/img2.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 */
}

/* Full-width background image section */
.fullwidth-donate-section {
  position: relative;
  width: 100%;
  min-height: 85vh;
  max-height: 1200px; /* prevents over-expansion on large screens */
  background-image: url("/img/img3.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;
}

/* 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:#333;
}

.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);
}


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


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

.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;
}

/* 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;
  margin-bottom: 20px;
}

.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;
}

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

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

.hero-text {
  width: 50%;
  top: 50%;
  left: 50%;                /* pushes text away from edge */
  transform: translate(-50%, -50%);
}

/* Dark overlay */
.image-holder::before {
  background: linear-gradient(
  to top,
  rgba(0, 0, 0, 0.85) 0%,
  rgba(0, 0, 0, 0.55) 35%,
  rgba(0, 0, 0, 0.20) 65%,
  rgba(0, 0, 0, 0.00) 100%
);
  
}

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

  .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%;
  }

  .navbar-brand {
    width: 15%;
}

  .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) {
  
  .body-text{
    width: 50%;
  }
  .desktop-photo{
    display: block;
  }
}


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


