.why-choose-section{padding:70px 20px;text-align:center;background:linear-gradient(135deg,#f8faff,#ffffff)}.why-choose-section .why-choose-container{max-width:1100px;margin:auto;animation:fadeUp .6s ease}.why-choose-section .why-choose-container h2{font-size:2.2rem;font-weight:800;color:#1f2937;margin-bottom:10px}.why-choose-section .why-choose-container h2 span{color:#ff7a00}@media(max-width:768px){.why-choose-section .why-choose-container h2{font-size:1.8rem}}.why-choose-section .why-choose-container .why-subtext{max-width:750px;margin:0 auto 50px;color:#4b5563;font-size:.95rem;line-height:1.7;animation:fadeIn .8s ease}@media(max-width:768px){.why-choose-section .why-choose-container .why-subtext{font-size:.85rem;margin-bottom:30px}}.why-choose-section .why-choose-container .why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:25px;gap:25px;justify-items:center;padding:0 10px}@media(max-width:768px){.why-choose-section .why-choose-container .why-choose-grid{gap:15px}}.why-choose-section .why-choose-container .why-choose-grid .reason-card{background:#fff;padding:25px 20px;border-radius:15px;max-width:300px;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.06);transition:.3s ease;border:1px solid #f0f0f0;animation:fadeIn .8s ease}.why-choose-section .why-choose-container .why-choose-grid .reason-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12);background:#fdfdfd}.why-choose-section .why-choose-container .why-choose-grid .reason-card .icon-circle{width:70px;height:70px;background:#fff7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;transition:transform .3s ease}.why-choose-section .why-choose-container .why-choose-grid .reason-card .icon-circle img{width:38px;height:38px;transition:.3s ease}.why-choose-section .why-choose-container .why-choose-grid .reason-card:hover .icon-circle{transform:scale(1.1);background:#ffefe0}.why-choose-section .why-choose-container .why-choose-grid .reason-card:hover img{transform:rotate(8deg)}.why-choose-section .why-choose-container .why-choose-grid .reason-card p{font-size:.9rem;color:#555;line-height:1.5}@media(max-width:768px){.why-choose-section .why-choose-container .why-choose-grid .reason-card p{font-size:.85rem}}@media(max-width:800px){.why-choose-section{padding:40px 15px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}