
#div_faqContainer{
  padding: 32px 140px 72px 140px;
}
.faq-head{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.015em;
  margin: 0px;
  color: #212529;
}
.faq-content p{
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size:16px;
  line-height: 170%;
  letter-spacing: 0.015em;
  color: #212529;
  margin: 0px;
  padding: 0px;
}


.search-bar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.search-bar input {
  border: none;
  outline: none;
  margin-left: 10px;
  width: 100%;
  background: transparent;
}

.categories  {
  list-style: none;

  
  gap: 15px;
}
.categories li{
  min-height: 40px;
}
.categories{
  list-style: none;
  text-decoration: none;
  color: #212529;
  font-family: "Bellefair";
  font-size: 14px;
  line-height: 1.5;
  font-weight:400;
  padding: 10px 0px;
  min-height: 40px;
  letter-spacing: 0.015em;
  /* border: 1px solid blue; */
}

.logo-strip {
  /* width: 1200px; */
  /* height: 120px; */
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.logo-strip img {
  width: 138px;
  height: 56px;
  padding: 16px;
  object-fit: contain;
}



.categories li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
}

.categories li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor; /* Matches the text color */
  transition: width 0.3s ease-in-out;
}

.categories li a:hover::after {
  width: 100%; /* Expands underline from left to right */
}

/*=============================================
=            brand logo slider            =
=============================================*/
.swiper {
  width: 200px;
  height: 300px;
}

.brand-logo-slider__container-area {
  margin: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .brand-logo-slider__container-area {
    margin: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-logo-slider__container-area {
    margin: -15px;
  }
}
.brand-logo-slider__container {
  padding: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .brand-logo-slider__container {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-logo-slider__container {
    padding: 15px;
  }
}
.brand-logo-slider__single {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  position: relative;
}
.brand-logo-slider__single .image {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.brand-logo-slider__single .image-hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}
.brand-logo-slider__single:hover .image {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.brand-logo-slider__single:hover .image-hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.brand-logo-grid__single {
  border: 1px solid #eee;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.brand-logo-grid__single:hover {
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/*=====  End of brand logo slider  ======*/

@media (max-width: 575.98px) { /* For mobile devices */
  .display-1 {
      font-size: 40px; /* Adjusted font size for mobile */
  }
  #div_faqContainer{
    padding: 0px;
    margin: 0px;
  }

  
}


.nav{
  --bs-nav-link-hover-color:black;
}