.hero{background-color:#010d21;background-image:radial-gradient(circle at 80% 20%,#0ea5e90d 0%,#0000 50%),radial-gradient(circle at 20% 80%,#0369a10d 0%,#0000 50%);width:100%;padding:160px 3% 100px;position:relative;overflow:hidden}.hero-container{flex-direction:column;gap:2rem;max-width:1440px;margin:0 auto;display:flex}.hero-main{justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex}.hero-content{flex:1;max-width:800px}.hero-title{font-family:Lateef;font-weight:400;font-style:Regular;letter-spacing:2%;opacity:0;font-size:68px;line-height:65px}.hero.animate .hero-title{animation:1s cubic-bezier(.16,1,.3,1) forwards slideInLeft}.text-gradient{background:linear-gradient(90deg,#4ec3ff 0%,#0ea5e9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-description{font-family:Inter;font-weight:400;font-style:Regular;max-width:600px;letter-spacing:2%;opacity:0;padding:40px 0;font-size:18px;line-height:27px}.hero.animate .hero-description{animation:1s cubic-bezier(.16,1,.3,1) .2s forwards slideInLeft}.hero-actions{opacity:0;align-items:center;gap:2.5rem;margin-bottom:5rem;display:flex}.hero.animate .hero-actions{animation:1s cubic-bezier(.16,1,.3,1) .4s forwards slideInLeft}.primary-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:50px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #f59e0b33}.primary-btn:hover{background:#fbbf24;transform:translateY(-5px);box-shadow:0 15px 40px #f59e0b4d}.secondary-link{color:#4ec3ff;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.secondary-link:hover{color:#fff}.arrow-icon{font-size:1.2rem;transition:transform .3s}.secondary-link:hover .arrow-icon{transform:translate(5px)}.hero-badges{grid-template-columns:repeat(4,1fr);place-items:center start;gap:0;width:100%;max-width:1000px;margin:-5rem 0 0;display:grid}.badge{opacity:0;justify-content:flex-start;align-items:center;gap:1rem;width:130%;display:flex}.hero.animate .badge:first-child{animation:.8s cubic-bezier(.16,1,.3,1) .6s forwards slideInLeft}.hero.animate .badge:nth-child(2){animation:.8s cubic-bezier(.16,1,.3,1) .8s forwards slideInLeft}.hero.animate .badge:nth-child(3){animation:.8s cubic-bezier(.16,1,.3,1) 1s forwards slideInRight}.hero.animate .badge:nth-child(4){animation:.8s cubic-bezier(.16,1,.3,1) 1.2s forwards slideInRight}.badge-icon{color:#38bdf8;opacity:.8;font-size:50px}.badge span{font-family:Inter;font-weight:500;font-style:Medium;letter-spacing:2%;font-size:14px;line-height:27px}.hero-images{opacity:0;flex:0;justify-content:flex-end;gap:2rem;width:auto;display:flex;position:relative}.hero.animate .hero-images{animation:1.2s cubic-bezier(.16,1,.3,1) forwards slideInRight}.image-wrapper{border-radius:60px;transition:transform .5s;overflow:hidden;box-shadow:0 30px 60px #0006}.image-wrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.main-img{width:250px;height:444px;margin-top:-20px;animation:6s ease-in-out infinite floatMain}.sub-img{width:250px;height:430px;margin-top:70px;animation:5s ease-in-out infinite floatSub}.image-wrapper:hover{transform:translateY(-10px)scale(1.02)}@media (max-width:1440px){.hero-title{font-size:70px}}@media (max-width:1200px){.hero-main{text-align:center;flex-direction:column}.hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-badges{grid-template-columns:repeat(4,1fr);justify-items:center;max-width:1000px;margin:2rem auto}.badge{justify-content:center;width:100%}.hero-images{justify-content:center;width:100%;margin-top:4rem}}@media (max-width:1024px){.hero-badges{grid-template-columns:repeat(3,1fr);justify-items:center;row-gap:15px;max-width:800px;margin:2rem auto}.badge{justify-content:start;width:100%}.hero-images{justify-content:center;width:100%;margin-top:-4rem}}@media (max-width:768px){.hero{padding:120px 5% 60px}.hero-title{font-size:4rem}.hero-actions{flex-direction:column;gap:1.5rem}.hero-badges{grid-template-columns:repeat(2,1fr);justify-items:center;gap:1.5rem;margin:2rem auto}.badge{justify-content:center;width:100%}.hero-images{justify-content:center;width:100%;margin-top:-5rem}.main-img,.sub-img{width:200px;height:350px}.main-img{margin-top:0}.sub-img{margin-top:40px}}@media (max-width:480px){.hero-title{padding-top:20px;font-size:2.3rem;line-height:1}.hero-images{gap:1rem}.badge span{font-size:13px}.main-img,.sub-img{width:45%;height:250px}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUpHero{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes floatMain{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes floatSub{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}
.feature-cards-section{background-color:#f8fbff;justify-content:center;padding:120px 3%;display:flex;overflow:hidden}.feature-container{grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:1440px;display:grid}.feature-card{text-align:center;background:#080d23;border-radius:45px;flex-direction:column;justify-content:flex-start;min-height:340px;margin-top:55px;padding:85px 20px 55px;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 25px 50px -12px #0000004d}.feature-card:after{content:"";opacity:0;pointer-events:none;clip-path:inset(0 round 45px);width:200%;height:200%;transition:all .6s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.feature-card:hover:after{opacity:1;top:-20%;left:-20%}.feature-card:hover{border:1px solid #f59e0b33;transform:translateY(-20px)scale(1.02);box-shadow:0 45px 90px -15px #00000080}.icon-wrapper{z-index:10;width:110px;height:110px;position:absolute;top:-55px;left:50%;transform:translate(-50%)}.icon-circle{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:all .6s cubic-bezier(.34,1.56,.64,1);animation:4s ease-in-out infinite float;display:flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.feature-card:nth-child(2) .icon-circle{animation-delay:.5s}.feature-card:nth-child(3) .icon-circle{animation-delay:1s}.feature-card:hover .icon-circle{animation-play-state:paused;transform:scale(1.15)rotate(12deg);box-shadow:0 25px 50px #0003}.icon-circle img{-o-object-fit:contain;object-fit:contain;border-radius:inherit;width:90px;height:90px;transition:transform .4s}.feature-card:hover .icon-circle img{transform:scale(1.1)}.card-content{z-index:2;flex-direction:column;gap:1.5rem;transition:transform .5s;display:flex}.feature-card:hover .card-content{transform:translateY(-5px)}.card-title{color:#f59e0b;font-family:Lateef;font-weight:400;font-style:Regular;letter-spacing:2%;text-align:center;text-transform:capitalize;padding:20px 0 10px;font-size:26px;line-height:27px;transition:color .3s}.feature-card:hover .card-title{color:#fbbf24}.card-description{color:#cbd5e1;font-family:Inter;font-weight:400;font-style:Regular;letter-spacing:2%;text-align:center;font-size:18px;line-height:27px;transition:color .3s}.feature-card:hover .card-description{color:#f8fafc}.feature-card{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards premiumReveal}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}@keyframes premiumReveal{0%{opacity:0;transform:translateY(60px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:1200px){.feature-container{gap:30px}.card-title{font-size:24px}}@media (max-width:1024px){.feature-container{grid-template-columns:repeat(2,1fr);gap:80px 40px}}@media (max-width:768px){.feature-cards-section{padding:100px 5%}.feature-container{grid-template-columns:1fr;gap:110px;max-width:480px}.feature-card{margin-top:40px;padding:75px 30px 45px}}@media (max-width:480px){.feature-card{border-radius:35px;padding:65px 20px 40px}.card-title{font-size:22px}.icon-wrapper{width:110px;height:110px;top:-55px}.icon-circle img{width:65px;height:65px}}
.service-tabs-section{justify-content:center;align-items:center;padding:50px 3%;display:flex}.tabs-container{width:100%}.tab-buttons{justify-content:center;gap:20px;margin-bottom:50px;display:flex}.tab-btn{cursor:pointer;color:#94a3b8;background-color:#f1f5f9;border:none;border-radius:50px;padding:14px 45px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 10px #0000000d}.tab-btn.active{color:#fff;background-color:#f59e0b;box-shadow:0 10px 20px #f59e0b33}.tab-btn:hover:not(.active){color:#64748b;background-color:#e2e8f0}.service-card{background:#fff;border-radius:30px;align-items:center;gap:60px;min-height:500px;padding:50px;animation:.6s ease-out fadeInCard;display:flex;box-shadow:0 20px 40px #00000014}@keyframes fadeInCard{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-video-area{aspect-ratio:16/9;background:#000;border-radius:20px;flex:1.2;overflow:hidden;box-shadow:0 10px 30px #00000026}.service-video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.service-content-area{flex-direction:column;flex:1;gap:25px;display:flex}.service-title{color:#0f172a;font-family:Playfair Display,serif;font-size:32px;font-weight:700;line-height:1.3}.service-description{color:#475569;margin-bottom:10px;font-family:Inter,sans-serif;font-size:16px;line-height:1.8}.explore-btn{color:#fff;cursor:pointer;background-color:#ea970b;border:none;border-radius:50px;align-items:center;gap:12px;width:fit-content;padding:20px 35px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.explore-btn:hover{background-color:#f59e0b;transform:translateY(-5px);box-shadow:0 10px 20px #f59e0b33}.arrow-icon{font-size:18px;transition:transform .3s}.explore-btn:hover .arrow-icon{transform:translate(3px,-3px)}@media (max-width:1024px){.service-card{gap:40px;padding:40px}.service-title{font-size:28px}}@media (max-width:768px){.service-card{text-align:center;flex-direction:column;gap:35px;min-height:auto}.service-video-area{order:1;width:100%}.service-content-area{order:2;align-items:center}.tab-buttons{flex-direction:row;align-items:center;gap:10px}.tab-btn{width:80%}.service-title{font-size:24px}}@media (max-width:480px){.service-tabs-section{padding:60px 5%}.service-card{border-radius:20px;padding:30px 20px}.tab-btn{width:100%;padding:12px 30px}.service-video-area{aspect-ratio:10/9;order:1;width:100%}.tab-buttons{flex-direction:column;align-items:center;gap:10px}}
