/* Home Hero Section - Modern & Attractive Design */
.modern-hero-section{position:relative;overflow:hidden}
.hero-slider-wrapper{position:relative;width:100%;height:500px;overflow:hidden;min-height:500px}
.hero-slide-item{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:scroll;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease;z-index:1}
.hero-slide-item.active{opacity:1;visibility:visible;z-index:2}
.hero-slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,123,255,.85) 0%,rgba(0,86,179,.75) 50%,rgba(0,50,150,.7) 100%);z-index:1}
.hero-content-wrapper{position:relative;z-index:3;padding:40px 0}
.hero-badge-wrapper{margin-bottom:20px}
.hero-badge{display:inline-block;background:rgba(255,255,255,.95);color:#007bff;padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px rgba(0,0,0,.2);backdrop-filter:blur(10px)}
.hero-badge i{color:#ffc107}
.hero-main-title{font-size:3rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:15px;text-shadow:2px 2px 10px rgba(0,0,0,.3)}
h1.hero-main-title,h2.hero-main-title{font-size:3rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:15px;text-shadow:2px 2px 10px rgba(0,0,0,.3)}
.hero-subtitle{font-size:1.8rem;font-weight:600;color:#ffc107;margin-bottom:20px;text-shadow:1px 1px 5px rgba(0,0,0,.2)}
.hero-description{font-size:1.1rem;color:rgba(255,255,255,.95);line-height:1.7;margin-bottom:30px;max-width:550px;text-shadow:1px 1px 3px rgba(0,0,0,.2)}
.hero-buttons-wrapper{display:flex;gap:15px;flex-wrap:wrap}
.btn-hero-primary{background:linear-gradient(135deg,#ffc107 0%,#ff9800 100%);color:#212529;border:none;padding:12px 30px;border-radius:50px;font-weight:600;font-size:1rem;box-shadow:0 5px 20px rgba(255,193,7,.4);transition:all .3s;text-decoration:none;display:inline-flex;align-items:center}
.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,193,7,.6);color:#212529}
.btn-hero-outline{background:rgba(255,255,255,.15);color:#fff;border:2px solid rgba(255,255,255,.5);padding:12px 30px;border-radius:50px;font-weight:600;font-size:1rem;backdrop-filter:blur(10px);transition:all .3s;text-decoration:none;display:inline-flex;align-items:center}
.btn-hero-outline:hover{background:rgba(255,255,255,.25);border-color:#fff;color:#fff;transform:translateY(-2px)}
.hero-image-wrapper{position:relative;z-index:3;padding:20px;height:100%;display:flex;align-items:center;justify-content:center}
.hero-image-frame{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4);transform:perspective(1000px) rotateY(-5deg);transition:transform .5s;width:100%;height:460px;min-height:460px;max-height:460px}
.hero-slide-item.active .hero-image-frame{transform:perspective(1000px) rotateY(0deg)}
.hero-featured-image{width:100%;height:100%;min-height:460px;max-height:460px;object-fit:cover;object-position:center;display:block;border-radius:20px}
.hero-image-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 3s infinite}
@keyframes shine{0%{left:-100%}100%{left:100%}}
.hero-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.5);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s;backdrop-filter:blur(10px);font-size:1.2rem}
.hero-nav-arrow:hover{background:rgba(255,255,255,.3);border-color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 5px 20px rgba(0,0,0,.3)}
.hero-nav-prev{left:30px}
.hero-nav-next{right:30px}
.hero-slide-indicators{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}
.hero-indicator-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s;padding:0}
.hero-indicator-dot:hover{background:rgba(255,255,255,.3);transform:scale(1.3)}
.hero-indicator-dot.active{background:#ffc107;border-color:#ffc107;width:35px;border-radius:10px;box-shadow:0 0 15px rgba(255,193,7,.5)}
.why-different-section{background:#fff;padding:60px 0;border-top:1px solid #e9ecef;position:relative;z-index:3}
.why-different-item{margin-bottom:20px}
.why-different-card{text-align:center;padding:30px 20px;border-radius:12px;transition:all .3s;height:100%;background:#fff;border:2px solid transparent}
.why-different-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,123,255,.15);border-color:#007bff}
.why-different-icon{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}
.why-different-card:hover .why-different-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 5px 20px rgba(0,123,255,.3)}
.why-different-icon i{font-size:2rem;color:#fff}
.why-different-title{font-size:1.1rem;font-weight:600;color:#212529;margin-bottom:10px}
.why-different-text{font-size:.95rem;color:#6c757d;margin:0;line-height:1.5}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.animate-fade-in{animation:fadeInUp .6s ease both}
.animate-fade-in-delay{animation:fadeInUp .8s ease .2s both}
.animate-fade-in-delay-2{animation:fadeInUp 1s ease .4s both}
.animate-fade-in-delay-3{animation:fadeInUp 1.2s ease .6s both}
.animate-fade-in-delay-4{animation:fadeInUp 1.4s ease .8s both}
@media (max-width:1199.98px){.hero-main-title{font-size:2.5rem}h1.hero-main-title,h2.hero-main-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}}
@media (max-width:991.98px){.hero-slider-wrapper{height:450px}.hero-main-title{font-size:2rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:.95rem;max-width:100%}.hero-image-wrapper{padding:15px}.hero-image-frame{height:420px;min-height:420px;max-height:420px}.hero-featured-image{min-height:420px}.hero-nav-arrow{width:45px;height:45px;font-size:1rem}.hero-nav-prev{left:15px}.hero-nav-next{right:15px}.why-different-section{padding:40px 0}}
@media (max-width:767.98px){.hero-slider-wrapper{height:400px}.hero-content-wrapper{padding:30px 0}.hero-main-title{font-size:1.75rem}h1.hero-main-title,h2.hero-main-title{font-size:1.75rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:.9rem}.hero-buttons-wrapper{flex-direction:column}.btn-hero-primary,.btn-hero-outline{width:100%;justify-content:center}.hero-image-wrapper{display:none}.hero-image-frame{height:380px;min-height:380px;max-height:380px}.hero-featured-image{min-height:380px}.hero-nav-arrow{width:40px;height:40px;font-size:.9rem}.why-different-card{padding:25px 15px}.why-different-icon{width:70px;height:70px}.why-different-icon i{font-size:1.75rem}.why-different-title{font-size:1rem}.why-different-text{font-size:.9rem}}
@media (max-width:575.98px){.hero-slider-wrapper{height:350px}.hero-content-wrapper{padding:20px 0}.hero-main-title{font-size:1.5rem}h1.hero-main-title,h2.hero-main-title{font-size:1.5rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.85rem}.hero-badge{font-size:.8rem;padding:6px 15px}.hero-nav-arrow{width:35px;height:35px;font-size:.8rem}.hero-nav-prev{left:10px}.hero-nav-next{right:10px}.hero-slide-indicators{bottom:15px}.why-different-section{padding:30px 0}.why-different-card{padding:20px 10px}.why-different-icon{width:60px;height:60px}.why-different-icon i{font-size:1.5rem}}
