@charset "utf-8";
/* CSS Document */

 .root{--accent:#0d6efd;--muted:#6c757d;}
 
    .badge-service{background:rgba(255,255,255,0.06); padding:.35rem .6rem; border-radius:.4rem}
    .service-icon{width:48px;height:48px;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center}
    .gallery-card img{height:180px;object-fit:cover;} 
#gallery{background-color:#D4C274;}
.navbar{background-color: #D4C274;}
.nav-link{font-weight: bold;}
    footer{background:#0b1420;color:#cbd5e1}
    .btn-accent{background:var(--accent);border:none}
		   .testimonial-card {
      background: #fff;
      border-radius: 15px;
      padding: 25px;
      margin: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s ease;
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
    }
    .testimonial-card p {
      font-style: italic;
      color: #555;
    }
    .testimonial-card h6 {
      margin-top: 15px;
      font-weight: bold;
      color: #222;
    }
    .testimonial-card span {
      font-size: 0.9rem;
      color: #888;
    }
		 h2 .add{color: #D3C174; text-shadow: 2px 2px 5px black;}
            .card-body{background-color: #893243; color: white;}.small{color: white;}
		  .dropdown-item{color: white;} 
		  .showing{display: block;}
		 
  /*  .testimonial{background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));border-radius:12px;padding:1rem} */
		 @media (max-width:576px){ .gallery-card img{height:140px;} .show{max-width: 70px;} .showing{display: none;} }