.testimonial-box {
    background-color: #fff;
    border-radius: 60px;
    padding: 40px 30px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* .why-choose-section */

.why-choose-section {
    background-color: #e2ded1;
    color: #333;
    text-align: center;
}

/* .choose-icon {
    background-color: white;
    color: #ffc800;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.choose-heading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 30px;
    color: #000;
}

.choose-text {
    max-width: 300px;
    margin: 0 auto;
    font-size: 18px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 50px;
}

.why-choose-hower{
    border:  1px solid black;
} */

.why-choose-us {
    text-align: center;
    padding: 60px 20px;
}

.why-choose-us h2 {
    font-weight: bold;
    color: #444;
    margin-bottom: 40px;
}

.feature-box {
    background-color: white;
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: #fff;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color:#fda629;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #272215;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.feature-box h4 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

.feature-box p {
    color: #555;
    font-size: 15px;
}

.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 40px;
    background-color: #25d366;
}

.btn-floating.phone:hover {
    background-color: #25d366;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}