.heading{
    color: #582020ed;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 1px solid black;
    width: 100%;
    margin: 7% auto 3%;
}

.service-title{
    font-size: 17px;
    letter-spacing: 0.6px;
    color: #9b4949;
    font-family: montserrat;
}

.service-card:hover{
    background: black;
    color: white;
}

.service-title:hover{
    color:white;
}
.heading{
    color: #582020ed;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 1px solid black;
    width: 100%;
    margin: 7% auto 3%;
}

/* .service-title{
    font-size: 17px;
    letter-spacing: 0.6px;
    color: #9b4949;
    font-family: montserrat;
} */

/* .service-card:hover{
    background: black;
    color: white;
} */

.service-title:hover{
    color:white;
}

.service-card1:hover{
    background: #b6821c;
    color: white !important;
}

.title1{
    font-size: 17px;
}

.service-heading{
    font-size: 40px;
    color: #121212;
    text-align: center;
    line-height: 0px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
}

.heading{
    color: #582020ed;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 1px solid black;
    width: 100%;
    margin: 7% auto 3%;
}

.service-title{
    font-size: 17px;
    letter-spacing: 0.6px;
    color: #9b4949;
    font-family: montserrat;
}

.service-card:hover{
    background: black;
    color: white;
}

.service-title:hover{
    color:white;
}

.service-card1:hover{
    background: #b6821c;
    color: white !important;
}

.title1{
    font-size: 17px;
}

.service-heading{
    font-size: 40px;
    color: #121212;
    text-align: center;
    line-height: 0px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 5%;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}


.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-item h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0056b3;
}

.faq-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.faq-item ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.faq-item ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  font-size: 15px;
  color: #555;
}

.custom-faq1
{
    margin-top: 4%;
}

.faq-listgap{
    margin-bottom: 10px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  transition: background-color 0.3s;
}

.faq-answer {
  display: none;
  margin: 1% 2%;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item .arrow {
  font-size: 20px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  color: #999;
}

.faq-item.active .arrow {
  transform: rotate(90deg);
}