.section-faq-hero-section {
    background-image: url('/wp-content/uploads/2025/10/section-all-faq-background.webp');
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-faq-hero-section h1 {
    text-shadow: 0 5px 15px rgba(253, 253, 253, 0.5);
}


/*ALL FAQS*/
#section-all-faq{
  padding: 60px 16px 100px 16px;
  display: flex;
  align-items: center;
  width: 100vw;
  flex-direction: column;
}
.section-all-faqs-container{
  width:100%;
  max-width:1200px !important;
  display:flex;
  flex-direction:row;
  justify-content: space-between;
  gap:80px;
}

.faq-categories-container{
  width:100%;
  max-width:375px;
  display:flex;
  flex-direction:column;
  gap:30px;
  padding-top:10px;
}
.all-faq-dropdowns-container{
  width:100%;
  max-width:760px;

}
.button-faq-dropdown{
  width:100%;
  text-align:left;
  padding:0px 10px;
  height:39px;
  font-weight:700;
  background-color:#FFFFFF;
  border-top:1px solid rgba(40, 40, 40, 0.5);
  border-left:none;
  border-right:none;
  border-bottom:none;
  vertical-align: middle;
  position:relative;
}

.button-faq-dropdown:last-of-type{
  border-bottom:1px solid rgba(40, 40, 40, 0.5)
}
.button-faq-dropdown::after{
  content:url('/wp-content/uploads/2025/10/arrow.svg');
  float:right; 
  position:absolute;
  top:45%;
  right:10px;
  transform:translateY(-50%);
  transition: filter 0.15s ease-in-out; 
}
.button-faq-dropdown:hover{
  background-color:var(--base-1);
  color:var(--base-white);
  transition:all 0.15s ease-in-out
}
.button-faq-dropdown.active{
  background-color:var(--base-1);
  color:var(--base-white);
}
.button-faq-dropdown:hover::after,
.button-faq-dropdown.active::after {
  filter: brightness(0) invert(100%);

}
.feedback-request-container,
.feedback-request-container-mobile{
  display:flex;
  flex-direction:column;
  gap:30px;
  padding:20px;

}
.feedback-request-details,
.feedback-request-details-mobile{
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items:center;
  justify-content: center;
  text-align:center;
}
.faq-title{
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid var(--base-3); 
  padding-bottom: 10px;           
  display: inline-block; 
  width:fit-content;
  margin-bottom:-10px; 

}
.faq-title:not(.faq-title:first-of-type){
  margin-top:40px;
}
.section-all-faq-dropdown{
  border:1px solid var(--base-3) !important
}
.faq-dropdown-content{
	padding:0px 24px 15px 24px !important;
}

.all-faq-dropdown summary p::after {
  content: "";
  mask: url("/wp-content/uploads/2025/10/carbon_chevron-up-1.svg") no-repeat center;
  -webkit-mask: url("/wp-content/uploads/2025/10/carbon_chevron-up-1.svg") no-repeat center;
  background-color: var(--base-1); 
  width: 13.75px;
  height: 7.84px;
  position: absolute;
  right: 3px;
  top: 50%;
  padding:5px 0px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

.all-faq-dropdown[open] summary p::after {
  transform: translateY(-50%) rotate(180deg);
}
 .feedback-request-container-mobile {
    display: none; 
	margin-top:20px !important
  }
.feedback-request-container-mob{
	 display: none; 
    margin-top:20px;
}
.feedback-request-buttons{
	display:flex;
	flex-direction:column;
	gap:20px
}
  

@media screen and (max-width:1000px){


  .feedback-request-container:not(.feedback-request-container-mobile) .feedback-request-details,
   .feedback-request-container-desk{
    display: none;
  }
  
  /* Ensure mobile version is visible */
  .feedback-request-container-mobile {
    display: block; /* or flex, depending on your layout */
    margin-top:10px;
  }
  .feedback-request-container-mobile h6{
    font-size:16px;
  }
  .feedback-request-container-mobile p{
    font-size:10px;
  }
  .section-all-faqs-container{
    flex-direction:column;
    gap:40px;
    justify-content: center;
    align-items:center
  }
  .faq-title{
    text-align: center;
    font-size: 20px;
    width: fit-content;
    display: block;
    margin: 0px auto;
	margin-top:10px !important;
    justify-self: center;
  }
  .faq-title:not(.faq-title:first-of-type){
    margin-top:0px;
  }
  .section-all-faqs-container{
  }
  .faq-categories-container{
  width:100%;
  max-width:760px;

}
  .faq-category-buttons{
   display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns */
    grid-template-rows: repeat(3, auto); /* 3 rows */
   column-gap:10px;
    width: 100%;
/*     margin-bottom:-10px
 */

  }
   .button-faq-dropdown {
    width: 100%; 
    margin: 0;
    border-top:none;
    border-bottom:1px solid rgba(40, 40, 40, 0.5);
    font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* Ensure it doesn't exceed container */
	padding-right: 30px; /* Space for arrow */
  position: relative;
  padding-left:5px;
  }
  .all-faq-dropdown summary p::after {
  height:6px;
	}
 
}
@media screen and (max-width:600px){
	.section-faq-hero-section {
    	background-image: url('/wp-content/uploads/2025/10/section-all-faq-background-mobile.png');
		height:200px !important;
	}
  .faq-dropdown-header > p span {
    font-size: 15px;
  }
  .faq-dropdown-header p {
    font-size: 14px;
  }
  .faq-dropdown-content{
	padding:0px 24px 15px 18px !important;
  }

}
