body{
    color: #666;
    background:#f8f9fa;
}
.hero {
    background: url('banner-image.jpg') no-repeat center center/cover;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}
.faq .accordion-button:not(.collapsed) {
    color: #c10020;
    background-color: #f0f2f6;
}
.accordion-button{
    background-color: #f0f2f6;
}
.clients img {
    max-width: 150px;
    margin: 10px;
}
.hero-slider{
    height: 500px;
    object-fit: cover;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); 
}
.carousel-caption {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
font-size: 2rem;
font-weight: bold;
/* text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7); */
}
.primary-btn{
color: #ffffff !important;
border-width: 10px !important;
border-color: rgba(210, 159, 104, 0);
border-radius: 100px;
font-size: 16px;
font-weight: 900 !important;
background-color: #c10020;
padding: 0.3em 1em !important;
}
.primary-btn:hover{
background-color: #240b36;
}
.clients {
background: url('/assets/img/count-bg.jpg') no-repeat center center/cover;
padding: 80px 0;
}
footer{
background-color: #240b36!important;
}
/* Base Typography (Desktop) */
h1 { font-size: 3.5rem; font-weight: bold; color:#333;}
h2 { font-size: 3rem; font-weight: bold; color:#333;}
h3 { font-size: 2.5rem; font-weight: 700; color:#333;}
h4 { font-size: 2rem; font-weight: 700; color:#333;}
h5 { font-size: 1.75rem; font-weight: 600; color:#333;}
h6 { font-size: 1.5rem; font-weight: 600; color:#333;}
p  { font-size: 1.1rem; font-weight: 400; line-height: 1.6;}

/* Responsive Typography */
@media (max-width: 992px) {  /* Tablets */
h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2.25rem; }
h4 { font-size: 1.75rem; }
h5 { font-size: 1.5rem; }
h6 { font-size: 1.3rem; }
p  { font-size: 1rem; }
}

@media (max-width: 768px) {  /* Mobile Devices */
h1 { font-size: 2.5rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.2rem; }
p  { font-size: 0.95rem; }
}

@media (max-width: 480px) {  /* Small Phones */
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.1rem; }
p  { font-size: 0.9rem; }
}
.banner-section {
    background-image: linear-gradient(180deg, #c31432 0%, #240b36 100%);
    padding: 100px 0;
    text-align: center;
    color: white;
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1050;
  }
  .lightbox img {
    max-width: 90%;
    max-height: 90%;
  }
  .lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 14px;
    border-radius: 50%;
    cursor: pointer;
  }
  .gallery-img{
    width:100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
  }