.feature-section { background-color: transparent; padding: 0; overflow: hidden; }
.feature-track { display: flex; gap: 30px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 20px 10px 40px 10px; scrollbar-width: thin; scrollbar-color: #c9a227 #e2e8f0; -webkit-overflow-scrolling: touch; }
.feature-track::-webkit-scrollbar { height: 8px; }
.feature-track::-webkit-scrollbar-track { background: #e2e8f0; border-radius: 10px; }
.feature-track::-webkit-scrollbar-thumb { background: #c9a227; border-radius: 10px; }
.feature-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 40px 30px; flex: 0 0 calc(33.333% - 20px); scroll-snap-align: center; box-shadow: 0 10px 20px rgba(0,0,0,0.03); transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; min-height: 220px; }
.feature-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: #c9a227; }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background: rgba(201, 162, 39, 0.1); border-radius: 50%; font-size: 32px; margin-bottom: 20px; color: #c9a227; }
@media (max-width: 959px) { .feature-card { flex: 0 0 calc(50% - 15px); } }
@media (max-width: 767px) {.feature-card { flex: 0 0 85%; min-width: auto; } .feature-track {overflow-x: auto;scroll-snap-type: x mandatory;}}
/* ---Icon --- */
.feature-icon { display: block; height: 50px; margin-bottom: 20px; text-align: center; }
.feature-icon:before { font-family: "FontAwesome" !important; font-size: 45px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.icon-instant:before { content: "\f0e7"; color: #c9a227; }
.icon-custom:before { content: "\f2b6"; color: #c9a227; }
.icon-whatsapp:before { content: "\f232"; color: #25D366; }
.feature-card:hover .feature-icon:before { transform: scale(1.1); display: inline-block; transition: transform 0.3s ease; }