
  .text-main{
    color: #d41a78; 
  }
 .bg-main{background-color: #d41a78; }
  .phone-box {
    border: 2px solid white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 1.1rem;
  }

  .phone-box span:first-child {
    color: #d41a78;
    font-weight: bold;
  }

  
  .mar-ctsm{margin-top:-65px;}

  .model-card {
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
  }
  
  .model-card:hover .model-image {
    filter: brightness(40%);
    transition: filter 0.3s ease-in-out;
  }
  
  .model-overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Dim background */
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .model-card:hover .model-overlay {
    opacity: 1;
  }
  
  .details-box {
    background: white;
    color: #111;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: all 0.4s ease;
  }
  
.name-title {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  margin-top: -48px; /* Push above the detail box */
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  z-index: 5;
}
.icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
  }
.text-justify{text-align: justify;}  

.accordion-button:not(.collapsed) {
  background-color: #111111; /* Bootstrap primary dark blue */
  color: #fff;
}
.accordion-body {
  background-color: #343a40;
  color: #fff;
}
.accordion-item {
  background-color: #212529;
  border: none;
}
.testimonial-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  padding: 20px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  font-size: 1.5rem;
}

.testimonial-img {
  font-size: 40px;
}

.footer-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.footer-link-btn {
  width: 50%;
  padding: 12px 0;
  font-weight: 600;
}
  @media only screen and (min-width: 320px) and (max-width: 450px) {
  .mobile-position {
    position: relative !important;
  }
}
