.why-split-cards{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(10,80px);gap:20px;height:800px}.why-split-card{background:rgba(255,255,255,.03);border:2px solid rgba(249,56,37,.2);overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}.why-split-card:nth-child(1){grid-column:span 12;grid-row:span 3;min-height:240px}.why-split-card:nth-child(2){grid-column:span 6;grid-row:span 2;min-height:160px}.why-split-card:nth-child(3){grid-column:span 6;grid-row:span 2;min-height:160px}.why-split-card:nth-child(4){grid-column:span 8;grid-row:span 2;min-height:160px}.why-split-card:nth-child(5){grid-column:span 4;grid-row:span 2;min-height:160px}.why-split-card:nth-child(6){grid-column:span 12;grid-row:span 2;min-height:160px}.why-split-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(249,56,37,.05),rgba(233,30,99,.05));opacity:0;transition:opacity .5s ease}.why-split-card:hover{transform:translateY(-10px) scale(1.02);border-color:rgba(249,56,37,.6);box-shadow:0 25px 60px rgba(249,56,37,.3)}.why-split-card:hover::before{opacity:1}.why-visual-side{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f93825,#e91e63);aspect-ratio:1}.why-visual-side img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2;transition:all .5s ease;filter:brightness(.9) contrast(1.1)}.why-split-card:hover .why-visual-side img{transform:scale(1.1);filter:brightness(1) contrast(1.2)}.why-content-side{position:absolute;top:0;left:0;right:0;bottom:0;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:3;background:rgba(0,0,0,.85);opacity:0;transform:translateY(-100%);transition:all .5s ease}.why-split-card:hover .why-content-side{opacity:1;transform:translateY(0)}.why-content-side h3{font-size:2rem;color:#fff;margin-bottom:20px;font-weight:700;transition:all .3s ease}.why-split-card:hover .why-content-side h3{color:#f93825}.why-content-side p{font-size:1.1rem;color:#ccc;line-height:1.7;transition:all .3s ease}.why-split-card:hover .why-content-side p{color:#fff}.responsive-demo{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(10,80px);gap:15px;height:800px;margin-bottom:60px}.demo-item{background:rgba(255,255,255,.03);border:2px solid rgba(249,56,37,.2);border-radius:15px;display:flex;align-items:center;justify-content:center;transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden}.demo-item::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(249,56,37,.05),rgba(233,30,99,.05));opacity:0;transition:opacity .4s ease}.demo-item:hover{transform:scale(1.05);border-color:rgba(249,56,37,.6);box-shadow:0 15px 30px rgba(249,56,37,.2)}.demo-item:hover::before{opacity:1}.demo-item.header{grid-column:span 12;background:linear-gradient(135deg,rgba(249,56,37,.1),rgba(233,30,99,.1));border-color:rgba(249,56,37,.4);padding:20px;align-items:stretch;justify-content:center}.demo-header-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}.demo-logo{display:flex;align-items:center;gap:8px;color:#f93825;font-weight:700;font-size:1.2rem}.demo-logo svg{width:24px;height:24px;color:#f93825}.demo-nav{display:flex;align-items:center;gap:20px}.demo-nav-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;padding:8px 12px;border-radius:8px}.demo-nav-link:hover{color:#f93825;background:rgba(249,56,37,.1)}.demo-cta{display:flex;align-items:center}.demo-button{background:linear-gradient(135deg,#f93825,#e91e63);color:white;border:none;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(249,56,37,.3)}.demo-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,56,37,.4)}.demo-item.nav{grid-column:span 3;grid-row:span 2;background:rgba(249,56,37,.08);padding:15px}.demo-item.main{grid-column:span 6;grid-row:span 4;background:rgba(255,255,255,.05);padding:20px}.demo-item.sidebar{grid-column:span 3;grid-row:span 4;background:rgba(233,30,99,.08);padding:20px}.demo-item.footer{grid-column:span 12;grid-row:span 2;background:linear-gradient(135deg,rgba(249,56,37,.1),rgba(233,30,99,.1));border-color:rgba(249,56,37,.4);padding:15px}.demo-item.small{grid-column:span 2;grid-row:span 2;padding:15px}.demo-item.medium{grid-column:span 3;grid-row:span 2;padding:15px}.demo-item.large{grid-column:span 4;grid-row:span 3;padding:20px}.demo-nav-menu{display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center}.demo-nav-item{color:#fff;font-size:.8rem;font-weight:600;padding:6px 10px;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:center}.demo-nav-item.active{background:rgba(249,56,37,.3);color:#f93825}.demo-nav-item:hover:not(.active){background:rgba(255,255,255,.1)}.demo-main-content{height:100%;display:flex;flex-direction:column}.demo-article-preview{flex:1;position:relative;border-radius:10px;overflow:hidden}.demo-article-image{width:100%;height:100%}.demo-article-image img{width:100%;height:100%;object-fit:cover}.demo-article-meta{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:15px;display:flex;justify-content:space-between;align-items:center}.demo-category{background:rgba(249,56,37,.9);color:white;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:600}.demo-date{color:#ccc;font-size:.7rem}.demo-sidebar-widgets{display:flex;flex-direction:column;gap:15px;height:100%}.demo-widget{background:rgba(255,255,255,.05);border-radius:8px;padding:12px;display:flex;align-items:center;gap:10px;transition:all .3s ease}.demo-widget:hover{background:rgba(255,255,255,.1);transform:translateX(5px)}.demo-widget-icon{font-size:1.2rem}.demo-widget-content{color:#fff;font-size:.8rem;font-weight:600}.demo-feature-card{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;position:relative}.demo-feature-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.demo-feature-badge{background:linear-gradient(135deg,#f93825,#e91e63);color:white;padding:4px 8px;border-radius:12px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.demo-stats-card{height:100%;display:flex;align-items:center;justify-content:center}.demo-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.demo-stat-item{background:rgba(255,255,255,.05);border-radius:8px;padding:15px;text-align:center;transition:all .3s ease}.demo-stat-item:hover{background:rgba(249,56,37,.1);transform:translateY(-3px)}.demo-stat-value{color:#f93825;font-size:1.1rem;font-weight:700;margin-bottom:5px}.demo-stat-icon{font-size:1.2rem}.demo-hero-card{width:100%;height:100%;position:relative;border-radius:10px;overflow:hidden}.demo-hero-image{width:100%;height:100%}.demo-hero-image img{width:100%;height:100%;object-fit:cover}.demo-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(249,56,37,.2),rgba(233,30,99,.2));display:flex;flex-direction:column;justify-content:space-between;padding:15px}.demo-hero-badge{background:rgba(255,255,255,.9);color:#f93825;padding:6px 12px;border-radius:20px;font-size:.7rem;font-weight:700;align-self:flex-start}.demo-hero-dots{display:flex;gap:6px;justify-content:center}.demo-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.demo-dot.active{background:#f93825;transform:scale(1.2)}.demo-footer-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.demo-footer-links{display:flex;gap:20px;justify-content:center;align-items:center;flex-shrink:0}.demo-footer-link{color:#ccc;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;padding:5px 10px;border-radius:5px;text-align:center;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.demo-footer-link:hover{color:#f93825;background:rgba(249,56,37,.1);transform:translateY(-2px)}.demo-footer-social{display:flex;gap:18px;justify-content:center;align-items:center;flex-shrink:0}.demo-social-icon{font-size:1.1rem;cursor:pointer;transition:all .3s ease;padding:7px;border-radius:50%;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;border:1px solid rgba(249,56,37,.2);flex-shrink:0;width:50px;height:50px}.demo-social-icon:hover{background:rgba(249,56,37,.2);transform:scale(1.1);border-color:rgba(249,56,37,.6)}.container{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.desktop-view{width:1000px!important;height:600px!important;border-radius:8px!important}.tablet-view{width:600px!important;height:800px!important;border-radius:15px!important}.mobile-view{width:350px!important;height:700px!important;border-radius:25px!important}.header-bg{animation-name:header-bg;animation-duration:.4s}.header-bg-photo{animation-name:header-bg-photo;animation-duration:.4s}.header-bg-people{animation-name:header-bg-people;animation-duration:.4s}.header-bg-mex{animation-name:header-bg-mex;animation-duration:.4s}.menu-icon-in{opacity:1;top:30px}.menu-icon-out{opacity:0;top:-20px}.header-el-anima{opacity:1;top:75px}#el-home-box.desktop-layout .el-home-01{height:180px!important;width:100%!important}#el-home-box.desktop-layout .el-home-02{height:150px!important;width:32%!important}#el-home-box.desktop-layout .el-home-03{height:200px!important;width:32%!important}#el-home-box.tablet-layout .el-home-01{height:140px!important;width:100%!important}#el-home-box.tablet-layout .el-home-02{height:130px!important;width:48%!important}#el-home-box.tablet-layout .el-home-03{height:180px!important;width:48%!important}#el-home-box.mobile-layout .el-home-01{height:100px!important;width:100%!important}#el-home-box.mobile-layout .el-home-02{height:90px!important;width:100%!important;margin-bottom:8px!important}#el-home-box.mobile-layout .el-home-03{height:120px!important;width:100%!important;margin-bottom:8px!important}@media (min-width:1440px){#el-home-box.desktop-layout .el-home-01{height:220px!important;width:100%!important}#el-home-box.desktop-layout .el-home-02{height:180px!important;width:32%!important}#el-home-box.desktop-layout .el-home-03{height:240px!important;width:32%!important}#el-home-box.tablet-layout .el-home-01{height:160px!important;width:100%!important}#el-home-box.tablet-layout .el-home-02{height:150px!important;width:48%!important}#el-home-box.tablet-layout .el-home-03{height:200px!important;width:48%!important}}@media (max-width:1439px) and (min-width:1024px){#el-home-box.desktop-layout .el-home-01{height:160px!important;width:100%!important}#el-home-box.desktop-layout .el-home-02{height:130px!important;width:32%!important}#el-home-box.desktop-layout .el-home-03{height:180px!important;width:32%!important}#el-home-box.tablet-layout .el-home-01{height:120px!important;width:100%!important}#el-home-box.tablet-layout .el-home-02{height:110px!important;width:48%!important}#el-home-box.tablet-layout .el-home-03{height:160px!important;width:48%!important}}@media (max-width:1023px) and (min-width:768px){#el-home-box.desktop-layout .el-home-01{height:100px!important;width:100%!important}#el-home-box.desktop-layout .el-home-02{height:90px!important;width:48%!important}#el-home-box.desktop-layout .el-home-03{height:130px!important;width:48%!important}#el-home-box.tablet-layout .el-home-01{height:90px!important;width:100%!important}#el-home-box.tablet-layout .el-home-02{height:80px!important;width:48%!important}#el-home-box.tablet-layout .el-home-03{height:120px!important;width:48%!important}#el-home-box.mobile-layout .el-home-01,#el-home-box.mobile-layout .el-home-02,#el-home-box.mobile-layout .el-home-03{width:100%!important;margin-bottom:5px!important}#el-home-box.mobile-layout .el-home-01{height:70px!important}#el-home-box.mobile-layout .el-home-02{height:60px!important}#el-home-box.mobile-layout .el-home-03{height:90px!important}}@media (max-width:767px){#el-home-box.desktop-layout .el-home-01{width:100%!important;height:80px!important;margin-bottom:8px!important}#el-home-box.desktop-layout .el-home-02{width:48%!important;height:70px!important;margin-bottom:8px!important;display:inline-block!important}#el-home-box.desktop-layout .el-home-03{width:48%!important;height:90px!important;margin-bottom:8px!important;display:inline-block!important}#el-home-box.tablet-layout .el-home-01{width:100%!important;height:70px!important;margin-bottom:6px!important}#el-home-box.tablet-layout .el-home-02{width:100%!important;height:60px!important;margin-bottom:6px!important;display:block!important}#el-home-box.tablet-layout .el-home-03{width:100%!important;height:80px!important;margin-bottom:6px!important;display:block!important}#el-home-box.mobile-layout .el-home-01,#el-home-box.mobile-layout .el-home-02,#el-home-box.mobile-layout .el-home-03{width:100%!important;margin-bottom:5px!important;display:block!important;float:none!important}#el-home-box.mobile-layout .el-home-01{height:60px!important}#el-home-box.mobile-layout .el-home-02{height:50px!important}#el-home-box.mobile-layout .el-home-03{height:70px!important}}@media (min-width:1440px){.desktop-view{width:1200px!important;height:700px!important}.tablet-view{width:700px!important;height:900px!important}.mobile-view{width:400px!important;height:800px!important}}@media (max-width:1439px) and (min-width:1024px){.desktop-view{width:900px!important;height:500px!important}.tablet-view{width:500px!important;height:700px!important}.mobile-view{width:300px!important;height:600px!important}}@media (max-width:1024px){.responsive-demo{grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(10,60px);height:600px;gap:10px}.demo-item{padding:10px}.demo-title{font-size:.7rem}.demo-description{font-size:.6rem}}@media (max-width:1023px) and (min-width:768px){.desktop-view{width:700px!important;height:400px!important}.tablet-view{width:400px!important;height:600px!important}.mobile-view{width:250px!important;height:500px!important}}@media (max-width:767px) and (min-width:480px){.desktop-view{width:450px!important;height:300px!important}.tablet-view{width:300px!important;height:450px!important}.mobile-view{width:200px!important;height:400px!important}#el-home-box.desktop-layout .el-home-01{width:100%!important;height:70px!important;margin-bottom:6px!important}#el-home-box.desktop-layout .el-home-02{width:48%!important;height:60px!important;margin-bottom:6px!important;display:inline-block!important}#el-home-box.desktop-layout .el-home-03{width:48%!important;height:80px!important;margin-bottom:6px!important;display:inline-block!important}#el-home-box.tablet-layout .el-home-01,#el-home-box.tablet-layout .el-home-02,#el-home-box.tablet-layout .el-home-03{width:100%!important;margin-bottom:5px!important;display:block!important}#el-home-box.tablet-layout .el-home-01{height:60px!important}#el-home-box.tablet-layout .el-home-02{height:50px!important}#el-home-box.tablet-layout .el-home-03{height:70px!important}#el-home-box.mobile-layout .el-home-01,#el-home-box.mobile-layout .el-home-02,#el-home-box.mobile-layout .el-home-03{width:100%!important;margin-bottom:4px!important;display:block!important}#el-home-box.mobile-layout .el-home-01{height:50px!important}#el-home-box.mobile-layout .el-home-02{height:40px!important}#el-home-box.mobile-layout .el-home-03{height:60px!important}}@media (max-width:479px){.desktop-view{width:280px!important;height:200px!important}.tablet-view{width:220px!important;height:320px!important}.mobile-view{width:160px!important;height:280px!important}#el-home-box.desktop-layout .el-home-01{width:100%!important;height:40px!important;margin-bottom:3px!important}#el-home-box.desktop-layout .el-home-02,#el-home-box.desktop-layout .el-home-03{width:48%!important;height:35px!important;margin-bottom:3px!important;display:inline-block!important}#el-home-box.tablet-layout .el-home-01,#el-home-box.tablet-layout .el-home-02,#el-home-box.tablet-layout .el-home-03{width:100%!important;margin-bottom:3px!important;display:block!important}#el-home-box.tablet-layout .el-home-01{height:38px!important}#el-home-box.tablet-layout .el-home-02{height:32px!important}#el-home-box.tablet-layout .el-home-03{height:42px!important}#el-home-box.mobile-layout .el-home-01,#el-home-box.mobile-layout .el-home-02,#el-home-box.mobile-layout .el-home-03{width:100%!important;margin-bottom:2px!important;display:block!important}#el-home-box.mobile-layout .el-home-01{height:35px!important}#el-home-box.mobile-layout .el-home-02{height:30px!important}#el-home-box.mobile-layout .el-home-03{height:40px!important}}@media (max-width:768px){.why-split-card:nth-child(1){grid-column:span 6;grid-row:span 3}.why-split-card:nth-child(2){grid-column:span 6;grid-row:span 2}.why-split-card:nth-child(3){grid-column:span 6;grid-row:span 2}.why-split-card:nth-child(4){grid-column:span 6;grid-row:span 2}.why-split-card:nth-child(5){grid-column:span 6;grid-row:span 2}.why-split-card:nth-child(6){grid-column:span 6;grid-row:span 1}.why-visual-side{aspect-ratio:1}.why-content-side{padding:25px;text-align:center}.why-content-side h3{font-size:1.4rem}.responsive-demo{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(12,50px);height:600px;gap:8px}.demo-item{padding:8px}.demo-header-content{flex-direction:column;gap:15px;text-align:center}.demo-nav{gap:15px}.demo-nav-link{font-size:.8rem;padding:6px 10px}.demo-logo{font-size:1rem}.demo-logo svg{width:20px;height:20px}.demo-button{padding:8px 16px;font-size:.8rem}}