.few-awesome .card {
    height: 300px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.few-awesome .card:hover {
    transform: translateY(-10px);
    background-color: #f0f0f0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    /* Example color change */
}

.few-awesome .card-body{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.few-awesome .icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.few-awesome .icon-box1{
    width: 80px;
    height: 80px;
    background: #fff0e9;
    place-content: center;
    border-radius: 50px;
}

.few-awesome .icon-box1 i {
    font-size: 35px;
}

.hp-1 .our-history{
    padding-top: 150px;
}

.awes-fue {
    position: relative;
    padding: 5px;
    overflow: hidden;
}

.awes-fue .awes-inr img {
    width: 100%;
    transition: transform 0.4s ease;
}

.awes-fue .awes-cont {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3); /* Semi-transparent */
    backdrop-filter: blur(6px);           /* Blur effect */
    -webkit-backdrop-filter: blur(6px);   /* Safari support */
    opacity: 1;
    transition: opacity 0.4s ease;
    color: #000; /* Optional: text color for visibility */
}

/* Hover Effects */
.awes-fue:hover .awes-inr img {
    transform: scale(1.1);
}

/* .awes-fue:hover .awes-cont {
    opacity: 1;
} */
.faq .qa-content .answer,
.how-it-works p {
    font-size: 1em !important;
}

.section-subtitle{
    font-size: 1.25rem;
}


#faqAccordion .accordion-button:focus{
    box-shadow:none !important;
}

#faqAccordion .accordion-button:not(.collapsed){
    color: #000 !important;
    background-color: #fff0e9;
}


.faq .section-title1{
    margin-bottom: 50px;
}