@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700;800;900&display=swap");:root{--znifa-blue:#096F97;--znifa-green:#41C84A;--znifa-dark:#151515;--znifa-gradient:linear-gradient(90.28deg,#096F97 0.23%,#41C84A 124.67%);--znifa-light-bg:#F7F7F9;--znifa-gray:#797979;--container-width:1170px;--header-height:90px}*{margin:0;padding:0;box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Source Sans\ 3,sans-serif;font-size:18px;line-height:1.5;padding-top:var(--header-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;transition:all .3s ease}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 15px}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col-60{width:60%;padding:0 15px}.col-50{width:50%;padding:0 15px}.col-40{width:40%;padding:0 15px}.col-33{width:33.333%;padding:0 15px}.col-100{width:100%;padding:0 15px}.section-title{margin-bottom:22px}.sub-title{color:var(--znifa-blue);font-family:Source Sans\ 3,sans-serif;font-size:60px;margin-bottom:5px;font-weight:700}.theme-color-bg,.znifa-gradient-text{background:var(--znifa-gradient)}.znifa-gradient-text{-webkit-background-clip:text;background-clip:text;color:transparent}.btn,.cta-btn,.hero-btn,.join-btn,.submit-btn{display:inline-block;padding:15px 30px;background:var(--znifa-gradient);color:white;text-decoration:none;border-radius:5px;font-weight:700;font-family:Source Sans\ 3,sans-serif;font-size:15px;border:none;cursor:pointer;transition:all .3s ease}.btn:hover,.cta-btn:hover,.hero-btn:hover,.join-btn:hover,.submit-btn:hover{background:var(--znifa-dark);transform:translateY(-2px)}.btn i,.hero-btn i{margin-left:5px}header{position:fixed;top:0;left:0;right:0;background-color:white;box-shadow:0 2px 20px rgba(0,0,0,.1);z-index:1000}.top-bar{background-color:#f8f9fa;padding:0;position:relative;height:40px;overflow:visible;z-index:1001}.top-bar:before{content:"";position:absolute;top:0;left:0;width:42%;height:100%;background:var(--znifa-gradient);-webkit-clip-path:polygon(0 0,100% 0,95% 100%,0 100%);clip-path:polygon(0 0,100% 0,95% 100%,0 100%);z-index:0}.top-bar .container{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 15px;position:relative;z-index:10}.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:20px}.top-bar-left a{color:#fff!important}.top-bar a{color:#333;text-decoration:none;font-size:15px}.top-bar a:hover{color:var(--znifa-blue)}.top-bar i{margin-right:5px;color:#fff}.social-icons{display:flex;gap:10px}.social-icons a{width:30px;height:30px;border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-icons a:hover{background:var(--znifa-gradient);color:white}.main-nav{background-color:white;padding:0}.main-nav .container{justify-content:space-between;gap:30px}.logo,.main-nav .container{display:flex;align-items:center}.logo{flex:0 0 auto}.logo img{width:auto;height:75px;max-width:185px;object-fit:contain}@media (min-width:768px){.logo img{height:55px;max-width:200px}}@media (min-width:1024px){.logo img{height:65px;max-width:220px}}@media (min-width:1280px){.logo img{height:90px;max-width:300px}}.nav-links{display:flex;list-style:none;justify-content:center;gap:84px}.nav-links>li{position:relative}.nav-links a{color:#000000;text-decoration:none;font-family:Source Sans\ 3,sans-serif;font-weight:400;font-size:18px;display:block;transition:color .3s ease}.nav-links a:hover{color:var(--znifa-blue)}.nav-links>li>a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--znifa-gradient);transition:width .3s ease}.nav-links>li:hover>a:after{width:100%}.custom-dropdown-menu{position:absolute;top:100%;left:0;background-color:white;min-width:300px;box-shadow:0 10px 30px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000}.dropdown:hover .custom-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.custom-dropdown-menu li{padding:0}.custom-dropdown-menu a{display:block;padding:12px 20px;color:#333;text-align:center;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.custom-dropdown-menu a:hover{background-color:#f8f9fa;color:var(--znifa-blue)}.custom-dropdown-menu li:last-child a{border-bottom:none}.custom-dropdown-menu,.custom-dropdown-menu li,.nav-links,.nav-links li{list-style:none;margin:0;padding:0}.header-actions{display:flex;align-items:center;gap:20px}.mobile-toggle,.search-btn{color:#000000;font-size:20px;cursor:pointer;transition:color .3s ease}.mobile-toggle:hover,.search-btn:hover{color:var(--znifa-blue)}.mobile-menu-btn{display:none;font-size:24px;cursor:pointer;color:#000000}.hero-slider{position:relative;width:100%;height:100vh;min-height:600px;margin-top:0;padding-top:0;padding-bottom:0}.hero-swiper,.slide{width:100%;height:100%}.slide{position:relative;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden}.hero-left-curve{bottom:-1px;left:-300px;width:800px;height:200px;display:block;z-index:3}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(21,21,21,.8),transparent);z-index:1}.slide-content{position:relative;z-index:5;max-width:800px;color:white;margin-top:-150px}.slide-content h1{font-size:96px;line-height:1;margin-bottom:20px;color:white}.slide-subtitle{color:white;font-family:Source Sans\ 3,sans-serif;font-size:26px;font-weight:400;margin-bottom:30px}.hero-btn{display:inline-flex;align-items:center;background:var(--znifa-gradient);color:white;padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:700;transition:all .3s ease}.hero-btn:hover{background:var(--znifa-dark);transform:translateY(-2px)}.hero-btn svg{margin-left:8px;font-size:1.2rem}section{padding:90px 0}.section-content{margin-bottom:30px;font-size:20px}.about-section-home{padding:70px 0 60px}.about-image{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-image img{width:100%;height:auto;display:block}.stats-image{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-top:-180px;position:relative}.stats-box{background:var(--znifa-gradient);color:white;padding:30px;border-radius:10px;margin-top:-108px;position:relative;z-index:1}.stats-number{font-size:36px;font-weight:700;display:block;line-height:1}.stats-text{font-size:18px;line-height:1.4}.video-section{position:relative;background:linear-gradient(rgba(14,21,49,.85),rgba(14,21,49,.85)),url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/08/progress-bg-1.jpg);background-size:cover;background-position:50%;color:white;padding:220px 0 120px;overflow:hidden}.video-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M790.5,93.1c-59.3-5.3-116.8-18-192.6-50c-29.6-12.7-76.9-31-100.5-35.9c-23.6-4.9-52.6-7.8-75.5-5.3c-10.2,1.1-22.6,1.4-50.1,7.4c-27.2,6.3-58.2,16.6-79.4,24.7c-41.3,15.9-94.9,21.9-134,22.6C72,58.2,0,25.8,0,25.8V100h1000V65.3c0,0-51.5,19.4-106.2,25.7C839.5,97,814.1,95.2,790.5,93.1z'/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;transform:rotate(180deg);z-index:2}.video-play-btn{width:100px;height:100px;background:var(--znifa-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:28px;margin:0 auto 30px;cursor:pointer;transition:all .3s ease}.video-play-btn:hover{transform:scale(1.1)}.video-close-btn{background:transparent}.services-section{background-color:var(--znifa-light-bg);padding:50px 0 160px}.service-card{background-color:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 20px rgba(62,65,159,.09);padding:30px;text-align:left;transition:all .3s ease;position:relative}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(9,111,151,.15)}.service-icon{position:absolute;top:170px;right:45px;width:75px;height:78px;background-color:white;border-radius:10%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:10;transition:transform .3s ease,box-shadow .3s ease}.service-icon:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90.28deg,#096F97 .23%,#41C84A 124.67%);border-radius:0 0 10% 10%}.service-icon img{width:55%;height:auto;top:10px}.service-image{width:100%;height:200px;overflow:hidden;border-radius:10px;margin-bottom:20px;position:relative}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-icon:hover{transform:translateY(-15px) scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.3)}.cta-section{background:linear-gradient(90.28deg,#096F97 .23%,#41C84A 124.67%),url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/09/slide-23.jpg)!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;color:white;border-radius:15px;padding:60px 40px!important;margin:-60px auto 60px!important;position:relative;z-index:100;max-width:1200px;width:calc(100% - 30px);box-shadow:0 20px 40px rgba(0,0,0,.15);display:block!important;visibility:visible!important;opacity:1!important}.ctasection-btn{background-color:var(--znifa-blue);color:#fff;cursor:pointer;border:none;border-radius:5px;padding:15px 30px;font-family:Source Sans\ 3,sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.consultation-section{padding:0 0 50px}.feature-box-modern{display:flex;align-items:center;gap:20px;background:#ffffff;padding:25px;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.06);border:1px solid #f1f1f1;transition:all .3s ease}.feature-box-modern:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.feature-icon-wrapper{width:70px;height:70px;border-radius:12px;background:rgba(9,111,151,.1);display:flex;align-items:center;justify-content:center}.feature-icon-wrapper img{width:40px}.feature-text h4{margin:0 0 5px;font-size:20px;color:var(--znifa-blue);font-weight:600}.feature-text p{margin:0;font-size:16px;color:#333}.contact-box{background:linear-gradient(rgba(21,21,21,.93),rgba(21,21,21,.93)),url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/09/what-we-do.jpg);background-size:cover;background-position:50%;padding:25px;border-radius:15px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}.contact-left h4{margin:0;font-size:20px;font-weight:600;line-height:1.8;color:#fff}.join-btn{width:132px}.stats-section{background-color:var(--znifa-dark);padding:100px 0 60px;color:white;position:relative;overflow:visible}.stats-section:before{top:0;height:20px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"><path fill="white" d="M0,6V0h1000v100L0,6z"/></svg>')}.stats-section:after,.stats-section:before{content:"";position:absolute;left:0;right:0}.stats-section:after{bottom:0;height:40px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='white' d='M0,0 C300,80 600,80 900,20 C1100,-10 1300,20 1440,40 L1440,100 L0,100 Z'/></svg>")}.progress-bar{height:4px;background-color:rgba(255,255,255,.2);border-radius:2px;margin-bottom:25px;overflow:hidden}.progress-fill{height:100%;background:var(--znifa-gradient);border-radius:2px}.progress-label{display:flex;justify-content:space-between;margin-bottom:10px;font-family:Source Sans\ 3,sans-serif;font-size:16px;font-weight:600}.blog-section{padding:50px 0}.blog-card{background-color:white;box-shadow:0 2px 20px rgba(62,65,159,.09);padding:30px}.blog-card,.blog-image{border-radius:10px;overflow:hidden}.blog-image{width:100%;height:200px;margin-bottom:26px}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-date{display:inline-block;background:var(--znifa-gradient);color:white;padding:5px 15px;border-radius:20px;font-size:14px;margin-bottom:10px}.read-more{color:var(--znifa-blue);border-bottom:2px solid var(--znifa-blue);padding-bottom:2px}.read-more:hover{color:var(--znifa-green);border-bottom-color:var(--znifa-green)}footer{background-color:var(--znifa-dark);color:white;padding:90px 0 0}.footer-top{padding-bottom:100px}.footer-widget h3{color:white;font-size:22px;margin-bottom:30px;position:relative}.footer-widget h3:after{content:"";position:absolute;bottom:-10px;left:0;width:40px;height:3px;background:var(--znifa-gradient)}.footer-bottom{margin-top:30px;padding:15px 0;background-color:#0E1531;text-align:center;color:#fff}.footer-social-icons{display:flex;gap:12px;margin-top:20px}.footer-social-btn{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:6px;transition:all .3s ease}.footer-social-btn svg{font-size:20px;color:#fff}.footer-social-btn.facebook{background-color:#3b5998}.footer-social-btn.twitter{background-color:#1da1f2}.footer-social-btn.instagram{background-color:#e1306c}.footer-social-btn.linkedin{background-color:#0077b5}.footer-social-btn:hover{transform:translateY(-3px);opacity:.9}.copyright{color:#ffffff}.copyright a{color:var(--znifa-blue);text-decoration:none}.copyright a:hover{color:white}.serviceentry-blogfooter{text-align:center}.swiper-button-next,.swiper-button-prev{background-color:var(--znifa-blue);width:40px;height:40px;border-radius:50%;color:white;top:50%;transform:translateY(-50%)}.swiper-button-next:after,.swiper-button-prev:after{font-size:18px;font-weight:700}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:var(--znifa-green)}.swiper-pagination-bullet{width:12px;height:12px;background:#ddd;opacity:1}.swiper-pagination-bullet-active{background:var(--znifa-blue)}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{color:white;background:rgba(255,255,255,.2);width:50px;height:50px;border-radius:50%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-swiper .swiper-button-next:after,.hero-swiper .swiper-button-prev:after{font-size:1.5rem}.hero-swiper .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,255,255,.5)}.hero-swiper .swiper-pagination-bullet-active{background:var(--znifa-blue)}.page-title-wrap{background-image:url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/08/page-title-1-1.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover;padding:250px 0 70px;position:relative;color:white;margin-top:var(--header-height)}.page-title-wrap-inner>.page-title-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(14,21,49,.95)}.page-title-inner{position:relative;z-index:1;max-width:var(--container-width);margin:0 auto;padding:0 15px}.page-title{font-size:44px;margin-bottom:20px}.breadcrumb{list-style:none;padding:0;margin:0;align-items:center}.breadcrumb>*{margin-right:5px}.breadcrumb>:after{content:"/";margin-left:5px;color:#fff}.breadcrumb>:last-child:after{content:""}.breadcrumb .current{-webkit-background-clip:text;background-clip:text;color:#ffffff}.hero-left-curve{position:absolute;bottom:-4px;left:-360px;width:1100px;height:auto;z-index:2;pointer-events:none}.curve-wrapper{position:absolute;bottom:0;left:0;width:100%;height:120px;overflow:hidden}.curve-wrapper svg{width:120%;height:100%;margin-left:-10%}.page-hero h1{color:white;font-family:Source Sans\ 3,sans-serif}.contact-intro{padding:90px 0 10px}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-bottom:60px}.info-card{background:white;padding:50px 30px;border:1px solid var(--znifa-blue);border-radius:5px;text-align:center;box-shadow:0 20px 50px rgba(12,21,41,.1);transition:transform .3s}.info-card:hover{transform:translateY(-5px)}.info-card i{font-size:40px;color:var(--znifa-blue);margin-bottom:20px}.info-card h4{color:#077EAC;font-size:28px;margin-bottom:15px;font-family:Source Sans\ 3,sans-serif;font-weight:700}.info-card a,.info-card p{color:#333;line-height:1.8;text-decoration:none}.info-card a:hover{color:var(--znifa-blue)}.contact-section{padding:60px 0;background:#f8f9fa}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px}.contact-form-container{background:white;padding:60px 40px;border-radius:8px;box-shadow:7px 5px 30px rgba(159,159,159,.15)}.contact-form{display:flex;flex-direction:column;gap:25px}.contact-icon{font-size:48px!important;color:#077EAC;margin-bottom:10px}.form-group{width:100%}.form-group input,.form-group textarea{width:100%;padding:15px;border:1px solid #e0e0e0;border-radius:4px;font-size:16px;transition:border-color .3s;font-family:Source Sans\ 3,sans-serif}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--znifa-blue)}.form-group textarea{min-height:150px;resize:vertical}.contact-form-wrapper .wpcf7 input[type=submit]{padding:17px 28px;text-transform:uppercase;font-size:15px;font-weight:600;line-height:1;height:auto;letter-spacing:.5px}.map-container{border-radius:8px;overflow:hidden;box-shadow:7px 5px 30px rgba(159,159,159,.15)}.map-container iframe{width:100%;height:531px;border:0}@media (max-width:1024px){.mobile-menu-btn{display:block}.nav-links{display:none;position:fixed;top:83px;left:0;right:0;background-color:white;flex-direction:column;padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.2);max-height:105vh;overflow-y:auto;overflow-x:hidden;gap:0;z-index:9999;-webkit-overflow-scrolling:touch}.nav-links.active{display:flex}.nav-links>li{width:100%;border-bottom:1px solid #eee;flex-shrink:0}.nav-links>li:last-child{border-bottom:none}.nav-links a{padding:15px 0;display:block}.dropdown{width:100%}.dropdown-toggle{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:15px 0;width:100%}.dropdown-toggle span{color:#000000;font-family:Source Sans\ 3,sans-serif;font-weight:400;font-size:18px}.dropdown-icon{transition:transform .3s ease}.dropdown-icon.rotate{transform:rotate(180deg)}.custom-dropdown-menu{position:static!important;display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none!important;background:none!important;padding-left:20px!important;margin:0!important;width:100%!important;min-width:auto!important;border-left:2px solid var(--znifa-blue)!important;animation:none!important;max-height:none!important;overflow-y:visible!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;flex-shrink:0}.custom-dropdown-menu.open{display:block!important}.custom-dropdown-menu li{width:100%;flex-shrink:0}.custom-dropdown-menu a{padding:12px 0!important;border-bottom:1px solid #f0f0f0;font-size:16px!important}.custom-dropdown-menu li:last-child a{border-bottom:none}.header-sticky{display:none!important}.contact-form-container,.contact-info-grid,.contact-intro,.contact-section,.contact-wrapper,.info-card,.map-container{display:block!important;visibility:visible!important;opacity:1!important}.hero-slider{height:500px!important}.slide-content h1{font-size:40px;line-height:50px}.col-33,.col-40,.col-50,.col-60{width:100%;margin-bottom:30px}h1{font-size:35px}h2{font-size:30px}section{padding:70px 0}.about-section,.video-section{padding:5px 0 80px}.services-section{padding:5px 0 60px}.stats-section{padding:5px 0}.blog-section,.cta-section{padding:5px 0 70px}.contact-wrapper{grid-template-columns:1fr}.contact-intro{padding:70px 0 0}.contact-section{padding:70px 0}.header-sticky{display:none}}@media (max-width:768px){.top-bar{display:none}.hero-slider{height:400px}.slide-content h1{font-size:54px;line-height:1}.slide-subtitle{font-size:20px}h1{font-size:32px;line-height:40px}h2{font-size:28px;line-height:36px}.sub-title{font-size:22px}.btn,.cta-btn,.hero-btn{padding:12px 25px;font-size:14px}section{padding:50px 0}.header-actions .cta-btn{display:none}.page-title-wrap{padding:150px 0 50px;margin-top:0}.page-title{font-size:36px}.page-hero{padding:150px 0 80px;text-align:center}.page-hero h1{font-size:36px}.contact-form-container{padding:30px 15px}.contact-box{flex-direction:column;text-align:center}.footer-bottom .container{flex-direction:column;gap:20px}.team-grid{grid-template-columns:1fr}.feature-list li{width:100%}}@media (max-width:480px){.contact-info-grid{grid-template-columns:1fr}.info-card{padding:30px 20px}.section-title h2{font-size:28px}.rotated-title{font-size:60px}.team-card{padding:40px 15px 30px}.skills-images{grid-template-columns:1fr}}.floating-dots{position:absolute;top:0;right:0;width:220px;height:220px;opacity:.3;background-image:radial-gradient(#fff 2px,transparent 0);background-size:20px 20px}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}.page-hero{background:linear-gradient(rgba(14,21,49,.95),rgba(14,21,49,.95)),url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/08/page-title-1-1.jpg);position:relative}.page-hero .container{position:relative;z-index:2}.page-hero .page-title-inner{max-width:1170px;margin:0 auto;padding:0 15px}.page-hero .page-title{font-size:44px;margin-bottom:15px;color:white;font-family:Source Sans\ 3,sans-serif;font-weight:700}.page-hero .breadcrumb{flex-wrap:wrap;list-style:none;padding:0;margin:0}.page-hero .breadcrumb,.page-hero .breadcrumb li{display:flex;align-items:center;gap:10px}.page-hero .breadcrumb a{color:white;text-decoration:none}.page-hero .breadcrumb a:hover{color:var(--znifa-blue)}.page-hero .breadcrumb .current{-webkit-background-clip:text;background-clip:text;color:#ffffff}.page-hero .breadcrumb li:not(:last-child):after{content:"/";color:rgba(255,255,255,.5);margin-left:10px}.about-section{padding:90px 0}.about-section .about-content{display:flex;align-items:center;gap:50px;max-width:1170px;margin:0 auto;padding:0 15px}@media (max-width:992px){.about-section .about-content{flex-direction:column}}.about-section .about-image{flex:1 1;position:relative}.about-section .about-image img{width:100%;border-radius:20px;box-shadow:0 35px 29px 0 rgba(226,225,225,.24)}.about-section .about-text{flex:1 1}.about-section .sub-title{color:var(--znifa-blue);font-size:60px;font-weight:600;letter-spacing:1px;margin-bottom:10px;display:block}.about-section .section-title{font-size:36px;margin-bottom:20px;color:#333}.about-section p{margin-bottom:20px;color:var(--znifa-gray);line-height:1.6}.about-section .feature-list{list-style:none;margin:25px 0 30px;padding:0;display:flex;flex-wrap:wrap;gap:15px}.about-section .feature-list li{display:flex;align-items:center;margin-bottom:15px;width:48%;font-size:16px;color:var(--znifa-dark)}@media (max-width:768px){.about-section .feature-list li{width:100%}}.about-section .feature-list svg{color:var(--znifa-green);margin-right:10px;font-size:20px}.about-section .btn{display:inline-block;padding:15px 30px;background:var(--znifa-gradient);color:white;border-radius:5px;font-weight:700;text-transform:uppercase;font-size:15px;transition:var(--transition);text-decoration:none}.about-section .btn:hover{background:var(--znifa-dark);transform:translateY(-2px)}.team-section{background:linear-gradient(90deg,var(--znifa-light-bg) 50.1%,#FFFFFF 0);padding:0;position:relative}.team-section .team-container{max-width:1170px;margin:0 auto;padding:0 15px;position:relative;z-index:1}.team-section .team-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}.team-section .team-header>div:first-child{flex:1 1}.team-section .rotated-title{font-size:100px;color:#FFFFFF;text-shadow:0 0 1px var(--znifa-blue);opacity:.5;line-height:1;font-weight:900;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}.team-section .section-title{font-size:36px;margin-bottom:20px;color:#333}@media (max-width:992px){.team-section .rotated-title{font-size:80px;writing-mode:horizontal-tb;transform:none;text-align:center;width:100%;order:-1}}@media (max-width:768px){.team-section .rotated-title{font-size:60px}}.team-section .team-swiper-container{position:relative;padding:0 0 60px}.team-section .team-swiper{padding:20px 10px 60px}.team-section .team-card{background-color:white;text-align:center;padding:60px 20px 40px;border-radius:10px;transition:var(--transition);box-shadow:0 5px 20px rgba(0,0,0,.05);height:100%}.team-section .team-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.team-section .team-image{width:70%;margin:0 auto 35px}.team-section .team-image img{width:100%;border-radius:50%;aspect-ratio:1/1;object-fit:cover}.team-section .team-card h4{margin-bottom:5px;color:var(--znifa-dark);font-size:22px}.team-section .team-position{color:var(--znifa-blue);margin-bottom:15px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.team-section .team-social{display:flex;justify-content:center;gap:10px;margin-top:15px}.team-section .team-social a{width:35px;height:35px;background-color:var(--znifa-light-bg);color:var(--znifa-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;transition:var(--transition)}.team-section .team-social a:hover{background-color:var(--znifa-gradient);color:white}.testimonial-section{background-image:url(/banner/Image1.jpg);background-size:cover;background-position:50%;padding:320px 0 100px;position:relative;width:100%}.testimonial-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5)}.testimonial-section .testimonial-container{max-width:1170px;margin:0 auto;padding:0 15px;position:relative;z-index:1;display:flex;align-items:center;gap:50px;width:100%}.testimonial-section .testimonial-content{margin-left:auto}@media (max-width:1200px){.testimonial-section .testimonial-container{max-width:960px;gap:40px}}@media (max-width:992px){.testimonial-section .testimonial-container{flex-direction:column;gap:30px;max-width:720px}}@media (max-width:768px){.testimonial-section .testimonial-container{max-width:540px;padding:0 20px}}@media (max-width:576px){.testimonial-section .testimonial-container{max-width:100%;padding:0 15px}}.testimonial-section .video-popup{flex:0 0 48%;max-width:48%;text-align:center}@media (max-width:992px){.testimonial-section .video-popup{flex:0 0 100%;max-width:100%;width:100%}}.testimonial-section .popup-trigger{background:var(--znifa-gradient);width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:28px;cursor:pointer;border:none;margin:0 auto;transition:var(--transition);max-width:100%}.testimonial-section .popup-trigger:hover{transform:scale(1.1);box-shadow:0 0 0 15px rgba(9,111,151,.2)}@media (max-width:768px){.testimonial-section .popup-trigger{width:80px;height:80px;font-size:24px}}@media (max-width:480px){.testimonial-section .popup-trigger{width:70px;height:70px;font-size:20px}}.testimonial-section .testimonial-content{flex:0 0 48%;max-width:35%;width:100%}@media (max-width:992px){.testimonial-section .testimonial-content{flex:0 0 100%;max-width:100%;width:100%}}.testimonial-section .testimonial-title{color:#fff;background:var(--znifa-gradient);padding:20px 45px;margin-bottom:20px;display:inline-block;border-top:3px solid rgba(234,234,234,.45);font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;width:auto;max-width:100%}@media (max-width:768px){.testimonial-section .testimonial-title{padding:15px 30px;font-size:16px}}@media (max-width:480px){.testimonial-section .testimonial-title{padding:12px 20px;font-size:14px;margin-bottom:15px}}.testimonial-section .testimonial-box{background:var(--znifa-gradient);padding:30px 45px;color:#fff;margin-bottom:-170px;position:relative;z-index:2;border-radius:10px;width:100%;max-width:100%;box-sizing:border-box}@media (max-width:1200px){.testimonial-section .testimonial-box{padding:25px 40px}}@media (max-width:992px){.testimonial-section .testimonial-box{margin-bottom:0;padding:30px 40px}}@media (max-width:768px){.testimonial-section .testimonial-box{padding:25px 30px;margin-bottom:0}}@media (max-width:480px){.testimonial-section .testimonial-box{padding:20px;margin-bottom:0}}.testimonial-section .testimonial-swiper-container{margin-bottom:20px;width:100%;max-width:100%}.testimonial-section .testimonial-swiper{padding-bottom:40px;width:100%}.testimonial-section .testimonial-text{font-size:16px;line-height:31px;margin-bottom:22px;width:100%;max-width:100%}@media (max-width:768px){.testimonial-section .testimonial-text{font-size:14px;line-height:28px;margin-bottom:18px}}@media (max-width:480px){.testimonial-section .testimonial-text{font-size:13px;line-height:24px;margin-bottom:15px}}.testimonial-section .client-info{display:flex;align-items:center;gap:15px;width:100%;max-width:100%}@media (max-width:480px){.testimonial-section .client-info{flex-direction:column;text-align:center;gap:10px}}.testimonial-section .client-image{flex-shrink:0}.testimonial-section .client-image img{width:80px;height:80px;border-radius:50%;object-fit:cover;max-width:100%}@media (max-width:768px){.testimonial-section .client-image img{width:70px;height:70px}}@media (max-width:480px){.testimonial-section .client-image img{width:60px;height:60px}}.testimonial-section .client-details{flex:1 1;min-width:0}.testimonial-section .client-details h4{color:white;margin-bottom:-5px;font-size:18px;word-wrap:break-word;overflow-wrap:break-word}@media (max-width:768px){.testimonial-section .client-details h4{font-size:16px}}@media (max-width:480px){.testimonial-section .client-details h4{font-size:15px;margin-bottom:0}}.testimonial-section .client-position{color:rgba(255,255,255,.8);font-size:14px;word-wrap:break-word;overflow-wrap:break-word}@media (max-width:768px){.testimonial-section .client-position{font-size:13px}}@media (max-width:480px){.testimonial-section .client-position{font-size:12px}}.testimonial-swiper .swiper-pagination{width:100%;max-width:100%}.testimonial-swiper .swiper-pagination-bullet{margin:0 5px!important}@media (max-width:768px){.testimonial-swiper .swiper-pagination-bullet{width:10px;height:10px;margin:0 4px!important}}@media (max-width:1200px){.testimonial-section{padding:80px 0 0}}@media (max-width:992px){.testimonial-section{padding:60px 0 0}}@media (max-width:768px){.testimonial-section{padding:50px 0 0}}@media (max-width:480px){.testimonial-section{padding:40px 0 0}}.testimonial-section *{box-sizing:border-box}.testimonial-section .client-details h4,.testimonial-section .client-position,.testimonial-section .testimonial-text{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (min-width:1400px){.testimonial-section .testimonial-container{max-width:1320px}}@media (max-width:1199px){.testimonial-section .testimonial-container{max-width:100%;padding:0 30px}}@media (max-width:767px){.testimonial-section .testimonial-container{padding:0 20px}}@media (max-width:575px){.testimonial-section .testimonial-container{padding:0 15px}}@media (max-width:480px){.testimonial-section .testimonial-container{gap:20px}}.skills-section{padding:50px 0 60px}.skills-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:white;opacity:.18}.skills-section .skills-container{max-width:1170px;margin:0 auto;padding:0 15px;position:relative;z-index:1;display:flex;align-items:center;gap:40px}@media (max-width:992px){.skills-section{padding:180px 0 70px}.skills-section .skills-container{flex-direction:column;gap:30px}}@media (max-width:768px){.skills-section{padding:200px 0 40px}}.skills-section .skills-content{flex:1 1}.skills-section .section-title{font-size:36px;margin-bottom:20px;color:#333}.skills-section .skill-item{margin-bottom:30px}.skills-section .skill-header{display:flex;justify-content:space-between;margin-bottom:5px}.skills-section .skill-name{color:var(--znifa-dark);font-weight:600;font-size:16px}.skills-section .skill-percentage{color:var(--znifa-green);font-weight:600}.skills-section .skill-bar{height:2px;background-color:#eee;position:relative;border-radius:1px}.skills-section .skill-progress{height:100%;background:var(--znifa-gradient);border-radius:1px;position:absolute;top:0;left:0}.skills-section .skills-images{flex:1 1;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}@media (max-width:576px){.skills-section .skills-images{grid-template-columns:1fr}}.skills-section .skills-images img{width:100%;border-radius:10px;aspect-ratio:1/1;object-fit:cover}.video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.video-modal-box{width:80%;max-width:900px;height:500px;background:#000;position:relative;border-radius:10px;overflow:hidden;animation:slideUp .3s ease}@media (max-width:768px){.video-modal-box{width:95%;height:300px}}.video-close-btn{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.7);border:none;cursor:pointer;z-index:10;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.video-close-btn:hover{background:var(--znifa-blue)}.video-modal-box iframe{width:100%;height:100%;border:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.team-swiper .swiper-button-next,.team-swiper .swiper-button-prev{background-color:var(--znifa-blue);width:40px;height:40px;border-radius:50%;color:white;top:50%;transform:translateY(-50%)}.team-swiper .swiper-button-next:after,.team-swiper .swiper-button-prev:after{font-size:18px;font-weight:700}.team-swiper .swiper-button-next:hover,.team-swiper .swiper-button-prev:hover{background-color:var(--znifa-green)}.team-swiper .swiper-pagination-bullet{width:12px;height:12px;background:#ddd;opacity:1}.team-swiper .swiper-pagination-bullet-active{background:var(--znifa-blue)}.testimonial-swiper .swiper-pagination{bottom:0}.testimonial-swiper .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,255,255,.5);opacity:1}.testimonial-swiper .swiper-pagination-bullet-active{background:white}@media (max-width:1024px){.page-hero{padding:150px 0 80px}.page-hero .page-title{font-size:36px}.about-section .section-title,.skills-section .section-title{font-size:30px}}@media (max-width:768px){.page-hero{padding:120px 0 60px}.page-hero .page-title{font-size:32px}.about-section,.skills-section,.team-section,.testimonial-section{padding:60px 0}.about-section .section-title,.skills-section .section-title{font-size:28px}.team-section .rotated-title{font-size:60px}.testimonial-section .testimonial-title{padding:15px 25px;font-size:16px}}@media (max-width:576px){.page-hero .page-title{font-size:28px}.about-section .section-title,.skills-section .section-title{font-size:24px}.team-section .rotated-title{font-size:50px}}.main-content{display:flex;gap:40px;padding:60px 0}.article-content{flex:2 1;background:white;border-radius:8px;padding:40px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.post-meta{display:flex;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee;color:#666;font-size:14px}.meta-item{display:flex;align-items:center;gap:5px}.meta-item i{color:#FF3E55}.post-image{width:100%;height:auto;border-radius:8px;margin-bottom:30px}.post-content{font-size:16px;line-height:1.8}.post-content h2{font-size:35px;line-height:1.8}.post-content p{margin-bottom:10px;font-size:18px}blockquote{border-left:4px solid #ff3e55;padding-left:20px;margin:30px 0;font-style:italic;color:#555}.quote-author{color:#FF3E55;font-weight:700;margin-top:10px}.image-grid{display:flex;gap:20px;margin:30px 0}.image-grid img{width:100%;border-radius:8px}.post-tags{margin-top:40px;padding-top:20px;border-top:1px solid #eee}.tag{display:inline-block;background:#f0f0f0;padding:5px 15px;border-radius:20px;margin-right:10px;font-size:14px;color:#666;text-decoration:none}.sidebar{flex:1 1}.widget{background:white;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.widget-title{font-family:Quicksand,sans-serif;color:#0d1e50}.search-form{display:flex;margin-bottom:20px}.search-form input{padding:10px 15px;border:1px solid #ddd;border-radius:4px 0 0 4px}.search-form button{background:#FF3E55;border-radius:0 4px 4px 0}.recent-post{display:flex;gap:15px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.recent-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.recent-post img{width:80px;height:80px;object-fit:cover;border-radius:4px}.recent-post-content h4{font-size:16px;margin-bottom:5px}.recent-post-content a{color:#333;text-decoration:none;transition:color .3s}.recent-post-content a:hover{color:#FF3E55}.recent-post-content .date{font-size:12px;color:#666}.categories-list{list-style:none}.categories-list li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee}.categories-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.categories-list a{color:#666;text-decoration:none;transition:color .3s}.categories-list a:hover{color:#FF3E55}.tag-cloud{gap:8px}.tag-cloud a{padding:5px 12px;color:#666}.tag-cloud a:hover{background:#FF3E55}@media (max-width:992px){.main-content{flex-direction:column}.footer-widgets{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-title{font-size:32px}.image-grid{flex-direction:column}.footer-widgets{grid-template-columns:1fr}}.header-default{transition:transform .4s ease,opacity .4s ease}.header-default.hide{transform:translateY(-100%);opacity:0;pointer-events:none}.header-sticky{position:fixed;top:-90px;left:0;width:100%;height:70px;background:#ffffff;z-index:1200;box-shadow:0 10px 30px rgba(0,0,0,.12);transition:top .35s ease}.header-sticky.show{top:0}.header-sticky .container{height:70px;display:flex;align-items:center;justify-content:space-between}.header-sticky .logo.small{height:75px}.header-sticky .nav-links{display:flex;gap:85px;align-items:center}.header-sticky .nav-links a{font-weight:400;color:var(--znifa-gradient)}.header-sticky .nav-links a:hover{color:var(--znifa-blue)}.header-sticky.nav-links>li>a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--znifa-gradient);transition:width .3s ease}.header-sticky.nav-links>li:hover>a:after{width:100%}.header-sticky .cta{background:var(--znifa-gradient);color:#fff!important;padding:10px 22px;border-radius:30px;font-size:14px}@media (max-width:1024px){.header-sticky .nav-links{display:none}}.dropdown{position:relative;z-index:1000}.custom-dropdown-menu{z-index:1001!important}.header-sticky .dropdown:hover .custom-dropdown-menu{display:block!important;opacity:1!important;visibility:visible!important;transform:translateY(0)!important}@media (min-width:1025px){.custom-dropdown-menu{position:absolute;top:100%;left:0;background-color:white;min-width:300px;box-shadow:0 10px 30px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000}.dropdown:hover .custom-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-toggle{cursor:default}.dropdown-icon{display:none}.header-sticky .dropdown:hover .custom-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}}.blogpage-title-section{background:url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/08/page-title-1-1.jpg) 50%/cover no-repeat;padding:200px 0 100px;color:#ffffff;text-align:center;position:relative}.blogpage-title-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(14,21,49,.95)}.blogpage-title{position:relative;z-index:1;color:#ffffff;font-weight:700;font-size:44px;line-height:50px;margin:0 0 20px;text-align:left}.blogbreadcrumb{display:flex;gap:10px;color:#ffffff;position:relative;z-index:2}.blogbreadcrumb a{color:#ffffff;text-decoration:none}.blogbreadcrumb>:after{content:"/";margin-left:5px;color:#fff}.blogbreadcrumb>:last-child:after{content:""}.blogbreadcrumb .current,.blogbreadcrumb span{color:#ffffff;font-weight:600}.corpkit-content{padding:60px 0;background:#f8f9fa;min-height:70vh}.blog-template{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;margin-bottom:40px}.article-inner{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.article-inner:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.post-thumb-wrap{position:relative;overflow:hidden}.post-thumb-wrap img{width:100%;height:100%;transition:transform .5s ease}.article-inner:hover .post-thumb-wrap img{transform:scale(1.05)}.entry-meta{padding:20px 20px 0}.post-meta ul{list-style:none;padding:0;margin:0;gap:15px;flex-wrap:wrap}.post-meta li,.post-meta ul{display:flex;align-items:center}.post-meta li{color:#797979;font-size:14px}.post-meta i{color:#ff3e55;margin-right:5px}.entry-blogheader{padding:15px 20px;flex-grow:1}.entry-title{margin:0 0 15px;font-size:26px}.entry-title,.entry-title a{color:#333;font-weight:700;line-height:1.4;text-decoration:none;display:block;transition:color .3s ease}.entry-title a{font-size:20px}.entry-blogfooter{padding:15px 20px;border-top:1px solid #eee;margin-top:auto}.read-more{color:rgb(7,126,172);text-decoration:none;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.read-more:hover{color:#0d1e50;text-decoration:none}.post-pagination-wrap{margin-top:40px}.pagination{display:flex;list-style:none;padding:0;margin:0;gap:5px}.pagination li{margin:0}.pagination li a,.pagination li span{display:inline-block;padding:8px 16px;background:#fff;color:#0d1e50;text-decoration:none;border-radius:4px;border:1px solid #eee;transition:all .3s ease;font-weight:600}.pagination li.active span{background:#ff3e55;color:white;border-color:#ff3e55}.pagination li a.next-page,.pagination li a:hover{background:#0d1e50;color:white;border-color:#0d1e50}.pagination li a.next-page:hover{background:#ff3e55;border-color:#ff3e55}.widget-area{padding-left:30px}.widget{background:#fff;padding:30px;border-radius:8px;box-shadow:0 3px 15px rgba(0,0,0,.08)}.widget-title{line-height:30px;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #ff3e55;position:relative}.search-form{margin-bottom:0}.search-form .input-group{display:flex;border-radius:4px;overflow:hidden;border:1px solid #ddd}.search-form input{flex:1 1;padding:12px 15px;border:none;outline:none;font-size:14px}.search-form input::placeholder{color:#999}.search-form button{background:linear-gradient(90.28deg,#096F97 .23%,#41C84A 124.67%);color:white;border:none;padding:0 20px;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.search-form button i{font-size:16px}.side-newsfeed{list-style:none;padding:0;margin:0}.side-item{display:flex;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.side-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.side-image{flex:0 0 80px;margin-right:15px;border-radius:4px;overflow:hidden}.side-image img{width:80px;height:80px;object-fit:cover;border-radius:4px;transition:transform .3s ease}.side-item:hover .side-image img{transform:scale(1.05)}.side-item-text{flex:1 1}.side-item-text a{color:#333;text-decoration:none;font-weight:600;font-size:16px;line-height:1.4;display:block;margin-bottom:5px;transition:color .3s ease}.meta-left{font-size:12px;color:#999;margin-top:5px}.widget_categories ul{list-style:none;padding:0;margin:0}.widget_categories li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #eee;position:relative;padding-left:20px}.widget_categories li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.widget_categories li:before{content:"→";position:absolute;left:0;top:0;color:#ff3e55;font-size:14px}.widget_categories a{color:#797979;text-decoration:none;transition:color .3s ease}.widget_categories a:hover{color:#ff3e55;padding-left:5px}.tagcloud{display:flex;flex-wrap:wrap;gap:8px}.tag-cloud-link{display:inline-block;padding:8px 15px;background:#f5f5f5;color:#797979;text-decoration:none;border-radius:4px;font-size:14px!important;transition:all .3s ease;border:1px solid #eee}.tag-cloud-link:hover{background:#ff3e55;color:white;border-color:#ff3e55;transform:translateY(-2px)}.ti-arrow-right:before,.ti-time:before,.ti-user:before{font-style:normal;font-weight:400;display:inline-block;text-decoration:inherit;margin-right:.2em;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em}.ti-time:before{content:"\f017"}.ti-user:before{content:"\f007"}.ti-arrow-right:before{content:"\f061"}@media (max-width:991px){.col-lg-4,.col-lg-8{flex:0 0 100%;max-width:100%}.widget-area{padding-left:0;margin-top:40px}.blog-template{grid-template-columns:1fr;gap:30px}}@media (max-width:768px){.page-title{font-size:32px}.blog-template{gap:20px}.post-thumb-wrap{height:180px}.entry-title a{font-size:18px}.widget{padding:20px}}@media (max-width:480px){.page-title-wrap{padding:60px 0}.page-title{font-size:28px}.corpkit-content{padding:40px 0}.pagination{justify-content:center;flex-wrap:wrap}}.page-hero{background:linear-gradient(rgba(14,21,49,.95),rgba(14,21,49,.95)),url(https://elementor.zozothemes.com/corpkit/wp-content/uploads/sites/45/2021/08/6-1.jpg);background-size:cover;background-position:50%;color:white;padding:200px 0 100px;text-align:left}.page-hero h1{font-size:44px;margin-bottom:15px;color:#fff;font-weight:700}.breadcrumb{display:flex;gap:10px;color:#fff}.breadcrumb a{color:#fff;text-decoration:none}.breadcrumb .current{color:#077eac}.service-content-area{padding:80px 0}.service-main{display:grid;grid-template-columns:2fr 1fr;grid-gap:40px;gap:40px}.custom-service-image img{width:100%;height:auto!important;border-radius:8px;margin-bottom:40px}.section-title{margin-bottom:30px}.section-title h2{color:#333;font-size:36px;font-weight:700;margin-bottom:20px}.section-content{color:#333;line-height:1.8;margin-bottom:40px}.service-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin:40px 0}.service-gallery img{width:100%;height:320px;object-fit:fill;border-radius:5px;transition:opacity .3s}.service-gallery img:hover{opacity:.8}.solutions-section{margin:60px 0}.solutions-section h3{color:#333;font-size:28px;font-weight:700;margin-bottom:30px}.solutions-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}.solution-card{background:white;padding:30px;box-shadow:0 10px 25px rgba(0,0,0,.07);border-radius:5px;text-align:left}.solution-card img{width:64px;height:64px;margin-bottom:20px}.solution-card h4{color:#333;font-size:22px;font-weight:700;margin-bottom:15px}.solution-card p{color:#333;line-height:1.6}.faq-section{max-width:800px;margin:0 auto;padding:20px}.faq-section h3{color:#333;font-size:28px;font-weight:700;margin-bottom:30px}.accordion-item{margin-bottom:10px;border-radius:5px;overflow:hidden}.accordion-header{cursor:pointer;padding:15px;background-color:#f1f1f1;color:#000;display:flex;justify-content:space-between;align-items:center;font-weight:500;transition:background-color .3s ease,color .3s ease;border-radius:5px}.accordion-header.active{background:linear-gradient(90.28deg,#096f97 .23%,#41c84a 124.67%);color:#fff}.accordion-icon{transition:transform .3s ease}.accordion-header.active .accordion-icon{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;background-color:#f9f9f9;transition:max-height .3s ease,padding .3s ease;padding:0 15px;box-sizing:content-box}.accordion-content.active{padding:15px}.accordion-content p{margin:0}@media (max-width:768px){.accordion-header{padding:15px;font-size:18px}.accordion-content p{font-size:18px}}.service-navigation{display:flex;justify-content:space-between;margin:60px 0;padding-top:30px;border-top:1px solid #eee}.nav-link{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:700;transition:color .3s}.nav-link,.nav-link:hover{color:#333}.nav-link i{font-size:20px}.service-sidebar{background:#f8f9fa;padding:30px;border-radius:8px}.widget{margin-bottom:40px}.widget-title{color:#333;font-size:22px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #077eac}.service-list{list-style:none}.service-list li{margin-bottom:10px}.service-list a{color:#797979;text-decoration:none;padding:8px 0;display:block;border-bottom:1px solid #eee;transition:color .3s}.service-list .current a,.service-list a:hover{color:#077eac}.latest-posts .post-item{display:flex;gap:15px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.latest-posts img{width:80px;height:80px;object-fit:cover;border-radius:4px}.post-content h4{font-size:16px;margin-bottom:5px}.post-content h4 a{color:#333;text-decoration:none;transition:color .3s}.post-date{color:#999;font-size:14px}.tag-cloud{display:flex;flex-wrap:wrap;gap:10px}.tag-cloud a{background:#f0f0f0;color:#797979;padding:8px 15px;border-radius:20px;text-decoration:none;font-size:14px;transition:all .3s}.tag-cloud a:hover{background:#333;color:white}.download-btn{background:linear-gradient(90.28deg,#096F97 .23%,#41C84A 124.67%);color:white;padding:12px 25px;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;font-weight:600;transition:background .3s}.download-btn:hover{background:#0D1E50}@media (max-width:1024px){.service-gallery,.service-main,.solutions-grid{grid-template-columns:1fr}}@media (max-width:768px){.header-inner{flex-direction:column;padding:15px 0}.nav-menu{flex-direction:column;align-items:center;gap:15px;margin:20px 0}.header-button{padding-left:0;margin-top:10px}.page-hero{padding:40px 0 80px;text-align:center}.page-hero h1{font-size:36px}.footer-bottom .container,.service-navigation{flex-direction:column;gap:20px}}@media (max-width:480px){.section-title h2{font-size:28px}.solution-card{padding:20px}}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_1fdbab{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}