/* Header container */
.maa-topbar { 
  width: 100%;
  background: #fff;
}

.topbar-row {
  padding-left:10px;
  justify-content: space-between;                  
}
@media (min-width: 768px){
  .topbar-row { flex-wrap: nowrap; } 
}

.malouf-logo {
  font-family: "Lucida Handwriting", cursive;
  color: #ff0000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.0;  
}
.aa-logo {
  font-family: "Lucida Handwriting", cursive;
  color: #ff0000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.0;
  display:inline-block;
  position:relative;
  left: 40px;
}

.maa-call-today {
  font-style: italic;
  font-weight: 700;
  font-size: 2.25rem;
  color: #1d3557;
}
.maa-call-text {
  font-weight: 800;
  color: #ff0000;
  font-size: 3rem;
  display: block;
  white-space: nowrap; 
}

@media (min-width: 768px) and (max-width: 1199.98px){
  .maa-call-text { font-size: 2.4rem; }
}


/*section for billboard*/
.hero-banner h1, .hero-banner .lead {
  text-shadow:
    4px 4px 8px rgba(0,0,0,0.95), 
    0 0 10px rgba(0,0,0,0.8);  
}


.hero-banner {
  filter: brightness(1.2);
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),
  url('../images/ambulance.jpeg') center center / cover no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
/*
.video-box {
  width: 100%;
  height: 300px;
  background-color: rgba(255,255,255,0.1);
  border: 3px solid rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
/* Why Choose Mike */
.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1d3557;
  margin-bottom: 20px;
}
.section-subtext {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
}

/* Mike photo */
.mike-photo-box {
  width: 50%;
  max-width: 320px;     
  aspect-ratio: 3 / 4;
  background-color: rgba(0, 0, 0, 0.08);
  border: 3px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto;           
}
.mike-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Case result */
.case-list .case-card {
  width: 100%;
  border: 4px solid #000; 
  border-radius: 10px;
  background: #fff;
}
.case-card:hover {
  transform: translateY(-5px);
}

/*video section*/

.video-grid {
  background-color: #f9f9f9;
  padding: 40px 20px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd
}

.video-grid .col-md-4 {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding:15px;
  box-shadow:0 4px 12px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.video-grid .col-md-4:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}







/* stuff we may use later */
/*
.cta-card {
  background-color: #007bff;
  color: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.cta-card-body h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.cta-card-body p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.cta-card .btn {
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.cta-card .btn:hover {
  background-color: white;
  color: #007bff;
}
*/