.section-title .title.why-choose{
  	font-size: 20px;
}
.mt-why-choose-img {
    margin-top: 4rem;
}
#home-page .aboutWhat-area .section-title.text-center{
    text-align: start !important;
    max-width: none;
}
#home-page .question-area .faq-wrapper{
  	max-height: 340px;
 	overflow: auto;
}
.free-trial-btn {
	background: linear-gradient(135deg, #D4AF37 0%, #F5D073 50%, #D4AF37 100%);
  	color: #000000; /* Black text for contrast */
  	border: none;
  	padding: 12px 30px;
  	font-size: 16px;
  	font-weight: bold;
  	border-radius: 30px; /* Rounded edges */
  	cursor: pointer;
  	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4); /* Soft glow */
  	transition: all 0.3s ease;
  	letter-spacing: 1px;
}

.free-trial-btn:hover {
  	background: linear-gradient(135deg, #F5D073 0%, #D4AF37 50%, #F5D073 100%);
  	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
  	transform: translateY(-2px); /* Slight lift effect */
  	color: #000000;
}

.free-trial-btn:active {
  	transform: translateY(0);
}
@media (min-width: 769px) {
    #home-page .single-work-contents.mt-3 {
        min-height: 56px;
    }
}