body{background-color:#1a1a1a;color:#fff;font-family:Poppins,sans-serif!important;overflow-x:hidden}.navbar{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,250,250,.2);z-index:2000;margin:0 auto;width:100%}.navbar-brand img{width:160px;height:55px;padding-left:30px}.nav-link-main{color:#fff!important;text-transform:uppercase;font-size:.9rem;position:relative;display:inline-block;transition:all .3s ease;padding:5px 10px}.nav-link-main:hover{color:#fff!important;background:linear-gradient(135deg,rgba(255,255,255,.4),rgba(255,255,255,.1));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:2px;box-shadow:0 4px 15px #0003,inset 0 1px 2px #ffffff4d;transform:scale(1.1)}.nav-link-main:hover:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,#ff00ff,#00ffff);transform:scaleX(1);transform-origin:left;transition:transform .3s ease-in-out}.nav-link-main:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,#ff00ff,#00ffff);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.nav-link-main.active{background:linear-gradient(to right,#ff00ff,#00ffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent!important}.nav-link-main.active:after{transform:scaleX(1)}.sign-up{width:120px;cursor:pointer;text-decoration:none;background:transparent!important;border:none;color:#fff;border-radius:10px;position:relative;z-index:1;padding:5px 30px 5px 5px;margin-right:30px!important}.sign-up:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;padding:2px;background:linear-gradient(to right,#ff00ff,#00ffff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0}.sign-up a{text-decoration:none}.sign-up:hover{transform:scale(1.1);transition:transform .3s ease}.slash{margin-top:-1px;margin-left:10px}.account-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#fff;font-size:1rem;z-index:1}.nav-item-dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:35px;left:12px;transform:translate(-10%);width:150px;background:#1e1e1e;z-index:2000;opacity:0;transition:opacity .3s ease;border:1px solid rgba(255,255,255,.2);border-radius:10px}.nav-item:hover .dropdown-menu{display:block;opacity:1}.dropdown-item-main{color:#fff;text-transform:uppercase;font-size:.9rem;display:block;padding:10px 1px;text-decoration:none;white-space:nowrap;background:transparent;transition:color .3s ease;text-align:left}.dropdown-item-main:hover{background:transparent;color:transparent;background:linear-gradient(to right,#ff00ff,#00ffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-toggler{border:none;background:transparent;padding:5px;outline:none;margin-right:20px}.navbar-toggler-icon{background-image:none;width:24px;height:2px;background-color:#fff;display:block;position:relative;transition:all .3s ease-in-out}.navbar-toggler-icon:before,.navbar-toggler-icon:after{content:"";width:24px;height:2px;background-color:#fff;position:absolute;left:0;transition:all .3s ease-in-out}.navbar-toggler-icon:before{top:-8px}.navbar-toggler-icon:after{top:8px}.navbar-inner{display:flex;justify-content:space-between;align-items:center;width:100%}.navbar-user{width:160px;display:flex;justify-content:flex-end}.navbar-inner{display:flex;flex-wrap:wrap;width:100%}.navbar-nav{flex-wrap:wrap}@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){.navbar{padding:10px 20px}.navbar-brand img{width:120px;height:45px;padding-left:15px}.nav-link-main{font-size:.75rem;padding:4px 6px;margin:0 5px}.sign-up{width:90px;padding:3px 20px 3px 3px;margin-right:15px!important;font-size:.8rem}.account-icon{font-size:.85rem;right:6px}.navbar-user{width:120px}.dropdown-menu{width:130px;top:28px;left:8px}.dropdown-item-main{font-size:.8rem;padding:6px 1px}.navbar-nav{flex-wrap:nowrap;gap:5px}.navbar-inner{flex-wrap:nowrap;justify-content:space-between;align-items:center}.navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-inner{flex-direction:column;align-items:stretch}.navbar-user{width:100%;text-align:center}.navbar-nav{flex-direction:column;align-items:center;width:100%}.dropdown-menu{position:static;transform:none;box-shadow:none;border:none;background:transparent}.dropdown-item-main{text-align:center}.navbar-user{width:100%;display:flex;justify-content:center!important;margin-top:10px}.sign-up{justify-content:center;text-align:center}}.marquee-section{padding:20px 30px;padding-left:40px!important;padding-right:40px!important;background-color:#1a1a1a;overflow:hidden;position:relative;margin-top:0;transition:margin-top .3s ease}.marquee-container{margin:0 auto;width:100%}.gradient-line{height:5px;position:absolute;width:100%;left:50%;transform:translate(-50%);background:linear-gradient(270deg,#ff00ff,#00ffff);background-size:400% 400%}.top-line{top:20px;animation:gradientMoveForward 8s ease infinite}.middle-line{top:32px;animation:gradientMoveBackward 8s ease infinite}@keyframes gradientMoveForward{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes gradientMoveBackward{0%{background-position:100% 50%}50%{background-position:0% 50%}to{background-position:100% 50%}}.marquee{width:100%;overflow:hidden;margin-top:52px}.marquee-wrapper{border-radius:10px;padding:20px;margin:0 auto;max-width:1600px;overflow:hidden;height:230px}.marquee-content{display:flex;animation:marquee 20s linear infinite;width:350%;height:100%;will-change:transform}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-66.666%)}}.marquee-section:hover .marquee-content,.marquee-section:hover .gradient-line{animation-play-state:paused}.card-marquee{flex:0 0 auto;height:250px;width:100%;max-width:600px;height:auto;min-height:180px;background:transparent!important;border:none!important;display:flex;flex-direction:row;overflow:hidden;border-radius:10px}.card-marquee-image{flex:0 0 40%;max-width:260px;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-marquee-image img{max-width:100%;max-height:100%;border:4px solid transparent;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image-slice:1;border-radius:6px}.card-marquee-text{flex:1;margin-left:-7px;padding-right:25px;padding-left:20px;display:flex;flex-direction:column}.date-tag{font-size:1.3rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content;margin-bottom:3px;border-radius:5px;color:#ef0bff}.travel-text{color:#000;-webkit-text-fill-color:#000;font-weight:700!important;font-size:1.4rem;text-transform:capitalize!important}.card-marquee-text h3{font-size:1.3rem;color:#000;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:clip}.card-marquee-text p{font-size:.95rem;color:#000;margin:1px 0;line-height:1.4;text-overflow:ellipsis}.recent-posts{position:relative;font-family:Arial,sans-serif;color:#fff;overflow:hidden;padding-top:30px;padding-bottom:30px;max-width:1600px;margin:0 auto;width:100%}.recent-posts h2{font-size:2rem;font-weight:700;margin-bottom:40px;color:#fff;padding-left:90px}.carousel-container{position:relative;margin:0 auto;display:flex;align-items:center;justify-content:center;perspective:1000px;gap:10px!important;padding-bottom:30px}.carousel-wrapper{width:100%;position:relative;height:450px;box-sizing:border-box}.carousel{display:flex;position:absolute;left:50%;transform:translate(-50%);transition:transform .5s ease-in-out;transform-style:preserve-3d;perspective:1000px}.post-card{position:absolute;width:260px;box-sizing:border-box;transition:transform .5s ease,opacity .5s ease;transform-origin:center;will-change:transform,opacity}.post-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1;border:4px solid transparent;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image-slice:1;border-radius:6px}.post-content{padding:10px 0}.meta-info{display:flex;align-items:center;gap:10px;margin-bottom:10px}.category-tag{font-size:1rem;font-weight:700;color:#fff;text-transform:uppercase}.post-date{font-size:1rem;color:#ef0bff}.post-content h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:10px;text-overflow:ellipsis}.post-content p{font-size:1rem;color:#fff;line-height:1.5;margin-bottom:10px;text-overflow:ellipsis}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(to right,#ff00ff,#00ffff);border:none;color:#fff;font-size:1.5rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;border-radius:100%}.prev-arrow{left:0}.next-arrow{right:0}@media screen and (max-width: 1600px){.recent-posts,.carousel-container{max-width:100%}.prev-arrow{left:85px}.next-arrow{right:85px}}@media screen and (min-width: 320px) and (max-width: 575.98px){.recent-posts{padding-top:20px;padding-bottom:20px}.recent-posts h2{font-size:1.4rem;padding-left:20px;margin-bottom:20px}.carousel-container{perspective:none;max-width:100%;padding-bottom:20px}.carousel-wrapper{height:auto;overflow:visible}.carousel{position:static;display:flex;flex-direction:column;align-items:center;transform:none;transition:none}.post-card{position:relative;width:85%;margin:8px 0;transform:none;opacity:1;transition:none}.post-image img{width:100%;height:auto}.post-content{padding:8px 0}.meta-info{gap:8px;margin-bottom:8px}.category-tag,.post-date{font-size:.9rem}.post-content h3{font-size:1rem;margin-bottom:8px}.post-content p{font-size:.9rem;line-height:1.4;margin-bottom:8px}.arrow{display:none}}@media screen and (min-width: 576px) and (max-width: 767.98px){.recent-posts{padding-top:25px;padding-bottom:25px}.recent-posts h2{font-size:1.6rem;padding-left:25px;margin-bottom:25px}.carousel-container{max-width:650px;padding-bottom:25px}.carousel-wrapper{height:400px}.carousel{left:50%;transform:translate(-50%)}.post-card{width:180px}.post-image img{width:100%;height:auto}.post-content{padding:8px 0}.meta-info{gap:8px;margin-bottom:8px}.category-tag,.post-date{font-size:.95rem}.post-content h3{font-size:1.05rem;margin-bottom:8px}.post-content p{font-size:.95rem;line-height:1.4;margin-bottom:8px}.arrow{font-size:1.3rem;width:35px;height:35px}.prev-arrow{left:15px}.next-arrow{right:15px}}@media (max-width: 576px){.recent-posts{padding-top:20px;padding-bottom:20px}.recent-posts h2{font-size:1.5rem;padding-left:25px;margin-bottom:20px}.carousel-container{perspective:none;max-width:100%;padding-bottom:20px}.carousel-wrapper{height:auto;overflow:visible}.carousel{position:static;display:flex;flex-direction:column;align-items:center;transform:none;transition:none}.post-card{position:relative;width:80%;margin:10px 0;transform:none;opacity:1;transition:none}.post-image img{width:100%;height:auto}.post-content{padding:10px 0}.meta-info{gap:10px;margin-bottom:10px}.category-tag,.post-date{font-size:1rem}.post-content h3{font-size:1.1rem;margin-bottom:10px}.post-content p{font-size:1rem;line-height:1.5;margin-bottom:10px}.arrow{display:none}}@media (min-width: 577px) and (max-width: 768px){.recent-posts{padding-top:25px;padding-bottom:25px}.recent-posts h2{font-size:1.6rem;padding-left:25px;margin-bottom:25px}.carousel-container{max-width:600px;padding-bottom:25px}.carousel-wrapper{height:400px}.carousel{left:50%;transform:translate(-50%)}.post-card{width:160px}.post-image img{width:100%;height:auto}.post-content{padding:8px 0}.meta-info{gap:8px;margin-bottom:8px}.category-tag,.post-date{font-size:.95rem}.post-content h3{font-size:1.05rem;margin-bottom:8px}.post-content p{font-size:.95rem;line-height:1.4;margin-bottom:8px}.arrow{font-size:1.3rem;width:35px;height:35px}.prev-arrow{left:10px}.next-arrow{right:10px}}@media screen and (min-width: 768px) and (max-width: 1023.98px){.recent-posts{padding-top:25px;padding-bottom:25px}.recent-posts h2{font-size:1.8rem;padding-left:40px;margin-bottom:30px}.carousel-container{max-width:600px;padding-bottom:25px}.carousel-wrapper{height:420px}.carousel{left:50%;transform:translate(-50%)}.post-card{width:220px}.post-image img{width:100%;height:auto}.post-content{padding:10px 0}.meta-info{gap:8px;margin-bottom:8px}.category-tag,.post-date{font-size:.95rem}.post-content h3{font-size:1.05rem;margin-bottom:8px}.post-content p{font-size:.95rem;line-height:1.4;margin-bottom:8px}.arrow{font-size:1.4rem;width:38px;height:38px}.prev-arrow{left:20px}.next-arrow{right:20px}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.recent-posts{padding-top:25px;padding-bottom:25px}.recent-posts h2{font-size:1.7rem;padding-left:30px;margin-bottom:25px}.carousel-container{max-width:900px;padding-bottom:25px;padding-left:10px}.carousel-wrapper{height:400px}.carousel{left:50%;transform:translate(-50%)}.post-card{width:200px}.post-image img{width:100%;height:auto}.post-content{padding:8px 0}.meta-info{gap:8px;margin-bottom:8px}.category-tag,.post-date{font-size:.95rem}.post-content h3{font-size:1rem;margin-bottom:8px}.post-content p{font-size:.9rem;line-height:1.4;margin-bottom:8px}.arrow{font-size:1.3rem;width:35px;height:35px}.prev-arrow{left:15px}.next-arrow{right:15px}}@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.recent-posts{padding:20px 0}.recent-posts h2{font-size:1.7rem;margin-bottom:30px;padding-left:15px;text-align:left}.carousel-container{max-width:100%;padding:0 15px 20px;display:flex;justify-content:center;align-items:center}.carousel-wrapper{width:100%;height:450px;margin:0 auto}.carousel{left:50%;transform:translate(-50%);transition:transform .5s ease-in-out;transform-style:preserve-3d;perspective:1000px}.post-card{width:220px;box-sizing:border-box;transition:transform .5s ease,opacity .5s ease;transform-origin:center}.post-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.post-content{padding:8px 0}.meta-info{gap:8px;margin-bottom:8px}.category-tag,.post-date{font-size:.85rem}.post-content h3{font-size:1rem;margin-bottom:8px}.post-content p{font-size:.85rem;line-height:1.4;margin-bottom:8px}.arrow{font-size:1.3rem;width:35px;height:35px}.prev-arrow{left:10px}.next-arrow{right:10px}}.popular-posts{padding:40px 20px;background-repeat:no-repeat;background-position:center;background-size:cover;font-family:Arial,sans-serif;position:relative;color:#fff;padding-bottom:50px!important;margin:0 auto;width:100%}.popular-posts:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);height:8px;width:100%;background:linear-gradient(270deg,#ff00ff,#00ffff,#ff00ff);background-size:600% 600%;animation:animated-border 8s ease infinite;z-index:3}.popular-posts-inner{max-width:1600px;margin:0 auto;width:100%;padding:0 15px;box-sizing:border-box}.popular-posts h2{font-size:2rem;font-weight:700;margin-top:20px;margin-bottom:40px;padding-left:90px;color:#fff}.popular-carousel-container{position:relative;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center;perspective:1000px}.popular-carousel-wrapper{width:100%;overflow:visible;position:relative;height:600px;box-sizing:border-box}.popular-carousel{position:relative;width:100%;height:100%;perspective:1900px;transform-style:preserve-3d;transition:transform 1s ease;margin-top:-220px;margin-left:-145px}.popular-post-card{position:absolute;top:50%;left:50%;width:250px;height:150px;transform:translate(-50%,-50%) scale(.9);transform-style:preserve-3d;transform-origin:center center;transition:opacity .8s ease,scale .5s ease;opacity:.4;z-index:1}.popular-post-image img{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:4px solid transparent;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image-slice:1;border-radius:6px}.popular-post-content{padding:8px 0}.popular-text-pop{color:#fff;-webkit-text-fill-color:#fff;padding-right:20px}.date-tag-pop{font-size:1rem;color:#ef0bff;font-weight:500}.popular-post-content h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:5px}.popular-post-content p{font-size:.9rem;color:#ccc;line-height:1.5;margin-bottom:5px}@media screen and (max-width: 1600px){.popular-posts{max-width:100%}.popular-posts:after{max-width:100%;width:100%;left:50%;transform:translate(-50%)}.popular-carousel-container{max-width:100%}}@media screen and (min-width: 320px) and (max-width: 575.98px){.popular-posts{padding:20px 10px;padding-bottom:30px!important}.popular-posts:after{height:6px}.popular-posts h2{font-size:1.3rem;padding-left:15px;margin-bottom:20px;margin-top:10px}.popular-carousel-container,.popular-carousel-wrapper,.popular-carousel{all:unset;display:flex;flex-direction:column;align-items:center;gap:15px;padding:5px}.popular-carousel-wrapper{height:auto!important}.popular-carousel{perspective:none!important;transform-style:flat!important}.popular-post-card{position:static!important;transform:none!important;opacity:1!important;width:90%!important;height:auto!important;z-index:auto!important;scale:1!important;transition:none!important}.popular-post-content{padding:6px 0}.date-tag-pop{font-size:.9rem}.popular-post-content h3{font-size:.9rem;margin-bottom:4px}.popular-post-content p{font-size:.8rem;line-height:1.4;margin-bottom:4px}.popular-prev-arrow,.popular-next-arrow,.inner-logo{display:none}}@media screen and (min-width: 576px) and (max-width: 767.98px){.popular-posts{padding:25px 15px;padding-bottom:35px!important}.popular-posts:after{height:6px}.popular-posts h2{font-size:1.5rem;padding-left:20px;margin-bottom:25px;margin-top:15px}.popular-carousel-container,.popular-carousel-wrapper,.popular-carousel{all:unset;display:flex;flex-direction:column;align-items:center;gap:18px;padding:5px}.popular-carousel-wrapper{height:auto!important}.popular-carousel{perspective:none!important;transform-style:flat!important}.popular-post-card{position:static!important;transform:none!important;opacity:1!important;width:85%!important;height:auto!important;z-index:auto!important;scale:1!important;transition:none!important}.popular-post-content{padding:7px 0}.date-tag-pop{font-size:.95rem}.popular-post-content h3{font-size:.95rem;margin-bottom:5px}.popular-post-content p{font-size:.85rem;line-height:1.4;margin-bottom:5px}.popular-prev-arrow,.popular-next-arrow,.inner-logo{display:none}}@media screen and (min-width: 768px) and (max-width: 1024px){.popular-posts{padding:30px 15px}.popular-posts h2{font-size:1.6rem;padding-left:30px;margin-bottom:30px}.popular-carousel-wrapper{height:500px}.popular-carousel{margin-top:-180px;margin-left:-80px}.inner-logo{width:190px}.popular-post-card{width:200px;height:130px}.popular-post-image img{aspect-ratio:1/1;height:auto;border-width:3px}.popular-post-content{padding:6px 0}.popular-text-pop{padding-right:15px;font-size:.9rem}.date-tag-pop{font-size:.9rem}.popular-post-content h3{font-size:.95rem}.popular-post-content p{font-size:.85rem;line-height:1.4}}*,*:before,*:after{box-sizing:border-box}.blog-grid-1{display:grid;grid-template-columns:repeat(3,320px);gap:22px;flex:1;max-width:1000px;margin-left:80px;margin-top:-5px}.blog-grid-2{display:grid;grid-template-columns:repeat(3,320px);gap:22px;flex:1;max-width:1000px;margin-right:80px;margin-top:-5px}.blog-card{width:320px;height:360px!important;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden;padding:0;perspective:1000px}.blog-card .flip-container{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .9s cubic-bezier(.4,0,.2,1)}.blog-card:hover .flip-container{transform:rotateY(180deg)}.blog-card .front,.blog-card .back{width:100%;height:100%;position:absolute;top:0;left:0;backface-visibility:hidden}.blog-card .front{z-index:2;transform:rotateY(0)}.blog-card .back{transform:rotateY(180deg);background:#fff;display:flex;font-size:.9rem;color:#333;border-radius:12px;justify-content:center}.tech-blog-meta-title-back h3{font-size:1.4rem;font-weight:700;color:#1e1e1e;line-height:1.3;justify-content:start;padding-top:20px;padding-left:15px}.tech-blog-meta-title-back .date-tag-blog{padding-left:5px;margin-bottom:0}.tech-blog-content-back p{margin-bottom:-10px;padding:10px 10px 10px 15px;display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;background:transparent;color:#000;font-size:1.1rem}.tech-blog-content-back .separator-line{width:80%;height:1px;background:#ccc;margin-bottom:8px;margin-left:15px}.tech-blog-content-back .author-info-main{margin-left:15px;padding-bottom:25px}.tech-blog-content-back .post-views{margin-bottom:50px;margin-right:15px}.back .blog-card .card-type-1 .blog-content-wrapper{height:auto}.blog-content-wrapper-back{background-image:url(../images/card-bg-below.png);background-size:cover;background-repeat:no-repeat;width:100%;height:140px;border-bottom-right-radius:10px}.date-tag-blog{color:#ef0bff;font-size:1.1rem;font-weight:500}.popular-text-blog{color:#000!important;font-size:1rem;font-weight:700;text-transform:uppercase;margin-right:20px}.separator-line{width:100%;height:1px;background:#ccc;margin-top:35px}.author-info-main{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:700;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:12px}.author-image{width:50px;height:50px;border-radius:50%;flex-shrink:0}.post-views{position:absolute;right:0;margin-bottom:20px;transform:translateY(-50%);background:#a100ff;color:#fff;padding:6px 10px;border-radius:50%;font-size:.85rem;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;width:55px;height:55px}.post-views:before{content:"▲";font-size:.8rem;line-height:1;margin-bottom:2px}.card-type-1{height:100%;width:100%}.card-type-1 .front{background:#fff;border-radius:12px}.card-type-1 .blog-header{width:100%;height:220px;overflow:hidden}.card-type-1 .blog-image{width:100%;height:100%;margin:0}.card-type-1 .blog-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-top-left-radius:12px;border-top-right-radius:12px}.card-type-2{display:flex;flex-direction:column;width:320px;height:350px;font-family:Segoe UI,sans-serif;position:relative}.card-type-2 .front{background:#fff;padding:16px;box-shadow:2px 2px 5px #0003}.tech-blog-section{background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;font-family:Arial,sans-serif;color:#fff;overflow:hidden;padding-top:30px;padding-bottom:30px;margin:0 auto;width:100%}.tech-blog-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.1));backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);box-shadow:inset 0 8px 24px #fff3,inset 0 -4px 12px #ffffff26;border:1px solid rgba(255,255,255,.2);z-index:1}.tech-blog-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);height:8px;width:100%;background:linear-gradient(270deg,#ff00ff,#00ffff,#ff00ff);background-size:600% 600%;animation:animated-border 6s ease infinite;z-index:3}.tech-blog-section>*{position:relative;z-index:2}.tech-blog-container{position:relative;align-items:center;justify-content:center;max-width:1600px;height:740px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.tech-category-image{position:absolute;right:0;top:50%;transform:translateY(-50%);width:365px;height:744px!important;margin:-5px 0 0;padding:0}.tech-category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px 0 0 20px}.card-type-1 .blog-content-wrapper{width:100%;height:132px;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.card-type-1 .blog-meta{margin:8px 0 4px;padding:0 12px;width:100%;text-align:left}.card-type-1 .tech-blog-content{padding:0 12px 12px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:4px;flex-grow:1}.card-type-1 .tech-blog-content h3{font-size:1.2rem;font-weight:700;color:#000;margin:0;line-height:1.4}.card-type-2 .tech-blog-meta-title{display:flex;flex-direction:column;align-items:flex-start}.card-type-2 .tech-blog-meta-title h3{font-size:1.4rem;font-weight:700;color:#1e1e1e;margin:0 0 6px;line-height:1.3}.tech-blog-content{display:flex;flex-direction:column;gap:8px;align-items:flex-start;margin-top:10px;flex-grow:1}.tech-blog-content p{font-size:1.1rem;color:#000;line-height:1.4;margin:0}.tech-post-meta{display:flex;justify-content:flex-start;align-items:center;position:relative;width:100%;margin-top:auto;padding-right:50px}.news-blog-section{background-position:bottom right;background-size:cover;position:relative;font-family:Arial,sans-serif;color:#fff;overflow:hidden;padding-top:30px;padding-bottom:30px;margin:0 auto;width:100%}.news-blog-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.1));backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);box-shadow:inset 0 8px 24px #fff3,inset 0 -4px 12px #ffffff26;border:1px solid rgba(255,255,255,.2);z-index:1}.news-blog-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);height:8px;width:100%;background:linear-gradient(270deg,#ff00ff,#00ffff,#ff00ff);background-size:600% 600%;animation:animated-border 6s ease infinite;z-index:3}.news-blog-section>*{position:relative;z-index:2}.news-blog-container{position:relative;max-width:1600px;height:740px;margin:0 auto;display:flex;justify-content:flex-end;align-items:flex-start;gap:10px}.news-category-image{position:absolute;left:0;top:50%;transform:translateY(-50%);width:365px;height:748px!important;margin:0;padding:0}.news-category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-bottom-right-radius:140px}.card-type-1 .news-blog-content{padding:0 12px 12px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:4px;flex-grow:1}.card-type-1 .news-blog-content h3{font-size:1.2rem;font-weight:700;color:#000;margin:0;line-height:1.4}.card-type-2 .news-blog-meta-title{display:flex;flex-direction:column;align-items:flex-start}.card-type-2 .news-blog-meta-title h3{font-size:1.4rem;font-weight:700;color:#1e1e1e;margin:0 0 6px;line-height:1.3}.news-blog-content{display:flex;flex-direction:column;gap:8px;align-items:flex-start;margin-top:10px;flex-grow:1}.news-blog-content p{font-size:1.1rem;color:#000;line-height:1.4;margin:0}.ai-blog-section{background-position:center;background-size:cover;position:relative;font-family:Arial,sans-serif;color:#fff;overflow:hidden;padding-top:30px;padding-bottom:30px;margin:0 auto;width:100%}.ai-blog-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);height:8px;width:100%;background:linear-gradient(270deg,#ff00ff,#00ffff,#ff00ff);background-size:600% 600%;animation:animated-border 6s ease infinite;z-index:3}.ai-blog-section>*{position:relative;z-index:2}.ai-blog-container{position:relative;max-width:1600px;height:740px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.ai-category-image{position:absolute;right:0;top:50%;transform:translateY(-50%);width:365px;height:744px;margin:-4px 0 0;padding:0}.ai-category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px 0 0 20px}.sw-blog-section{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;font-family:Arial,sans-serif;color:#fff;overflow:hidden;padding-top:30px;padding-bottom:30px;margin:0 auto;width:100%}.sw-blog-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);height:8px;width:100%;background:linear-gradient(270deg,#ff00ff,#00ffff,#ff00ff);background-size:600% 600%;animation:animated-border 6s ease infinite;z-index:3}.sw-blog-section>*{position:relative;z-index:2}.sw-blog-container{position:relative;height:740px;margin:0 auto;display:flex;justify-content:flex-end;align-items:flex-start;max-width:1600px;gap:10px}.sw-category-image{position:absolute;left:0;top:50%;transform:translateY(-50%);width:365px;height:744px;margin:-4px 0 0;padding:0}.sw-category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-top-right-radius:20px;border-bottom-right-radius:20px}.cyber-blog-section{background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;font-family:Arial,sans-serif;color:#fff;overflow:hidden;padding-top:30px;padding-bottom:30px;margin:0 auto;width:100%}.cyber-blog-section>*{position:relative;z-index:2}.cyber-blog-container{position:relative;height:740px;margin:0 auto;display:flex;max-width:1600px;justify-content:flex-start;align-items:flex-start;gap:10px}.cyber-category-image{position:absolute;right:0;top:50%;transform:translateY(-50%);width:365px;height:744px;margin:-4px 0 0;padding:0}.cyber-category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px 0 0 20px}@media (max-width: 1366px){.tech-blog-section,.news-blog-section,.ai-blog-section,.sw-blog-section,.cyber-blog-section{max-width:1366px;padding-top:25px;padding-bottom:25px}.tech-blog-container,.news-blog-container,.ai-blog-container,.sw-blog-container,.cyber-blog-container{max-width:1366px;height:650px}.tech-category-image,.news-category-image,.ai-category-image,.sw-category-image,.cyber-category-image{width:320px;height:630px!important;margin-top:-4px}.blog-grid-1{display:grid;grid-template-columns:repeat(3,280);gap:20px!important;flex:1;max-width:900px;margin-left:20;margin-top:10px!important}.blog-grid-2{display:grid;grid-template-columns:repeat(3,280px);gap:20px!important;flex:1;max-width:900px;margin-right:-10px!important;margin-top:10px!important}.blog-card{width:280px;height:300px!important}.card-type-1 .blog-header{height:180px}.card-type-1 .blog-content-wrapper{height:110px;border-bottom-right-radius:12px}.card-type-1 .blog-meta{margin:6px 0 3px;padding:0 10px}.card-type-1 .tech-blog-content,.card-type-1 .news-blog-content{padding:0 10px 10px;gap:3px}.card-type-1 .tech-blog-content h3,.card-type-1 .news-blog-content h3{font-size:.9rem}.card-type-2{width:280px;height:300px}.card-type-2 .front{padding:13px}.card-type-2 .tech-blog-meta-title h3,.card-type-2 .news-blog-meta-title h3{font-size:1.2rem;margin-bottom:5px}.tech-blog-meta-title-back h3{font-size:1.2rem;padding-top:16px;padding-left:12px}.tech-blog-content-back p{padding:8px 8px 8px 12px;font-size:1rem;margin-bottom:-8px}.tech-blog-content-back .separator-line{margin-left:12px;margin-bottom:6px}.tech-blog-content-back .author-info-main{margin-left:12px;padding-bottom:20px}.tech-blog-content-back .post-views{margin-bottom:40px;margin-right:12px}.blog-content-wrapper-back{height:115px;border-bottom-right-radius:8px}.date-tag-blog{font-size:1rem}.popular-text-blog{font-size:.9rem;margin-right:16px}.separator-line{margin-top:28px}.author-info-main{font-size:.8rem;gap:8px;margin-top:10px}.author-image{width:40px;height:40px}.post-views{width:45px;height:45px;padding:5px 8px;font-size:.75rem;margin-bottom:16px}.post-views:before{font-size:.7rem}.tech-blog-content p,.news-blog-content p{font-size:1rem}.tech-post-meta{padding-right:40px}}@media screen and (min-width: 1600px) and (min-height: 900px){.tech-category-image{position:absolute;right:0;top:50%;transform:translateY(-50%);width:350px!important;height:740px;margin:0;padding:0}.blog-grid-1{display:grid;grid-template-columns:repeat(3,320px);gap:20px;flex:1;max-width:1000px;margin-left:45px!important;margin-top:-5px}.blog-grid-2{display:grid;grid-template-columns:repeat(3,320px);gap:20px;flex:1;max-width:1000px;margin-right:45px!important;margin-top:-5px}}@media screen and (max-width: 1366px){.blog-grid-1{display:grid;grid-template-columns:repeat(3,320px);gap:20px;flex:1;max-width:1000px;margin-left:20px;margin-top:-5px}.blog-grid-2{display:grid;grid-template-columns:repeat(3,320px);gap:20px;flex:1;max-width:1000px;margin-right:20px;margin-top:-5px}}@media (max-width: 600px){.tech-blog-container,.news-blog-container,.ai-blog-container,.sw-blog-container,.cyber-blog-container{flex-direction:column;align-items:center;height:auto}.tech-category-image,.news-category-image,.ai-category-image,.sw-category-image,.cyber-category-image{position:static!important;transform:none!important;width:100%!important;height:280px!important;margin-bottom:15px;border-radius:0!important}.tech-category-image img,.news-category-image img,.ai-category-image img,.sw-category-image img,.cyber-category-image img{border-radius:0!important}.blog-grid-1,.blog-grid-2{display:flex!important;flex-direction:column;width:100%;max-width:400px;padding:0 15px;gap:20px;box-sizing:border-box;margin:0 auto!important}.blog-card,.card-type-2{width:100%!important;max-width:400px;height:320px!important;margin:0 auto}.card-type-1 .blog-header{height:180px}.card-type-1 .blog-content-wrapper,.blog-content-wrapper-back{height:110px}}@media screen and (min-width: 320px) and (max-width: 575.98px){.tech-blog-section,.news-blog-section,.ai-blog-section,.sw-blog-section,.cyber-blog-section{padding-top:20px;padding-bottom:20px}.tech-blog-section:after,.news-blog-section:after,.ai-blog-section:after,.sw-blog-section:after,.cyber-blog-section:after{height:6px}.tech-blog-container,.news-blog-container,.ai-blog-container,.sw-blog-container,.cyber-blog-container{flex-direction:column;align-items:center;padding:0 10px;box-sizing:border-box;height:auto}.tech-category-image,.news-category-image,.ai-category-image,.sw-category-image,.cyber-category-image{position:static!important;transform:none!important;width:100%!important;height:280px!important;margin-bottom:15px;border-radius:0!important}.tech-category-image img,.news-category-image img,.ai-category-image img,.sw-category-image img,.cyber-category-image img{border-radius:0!important}.blog-grid-1,.blog-grid-2{display:flex!important;flex-direction:column;width:100%;max-width:400px;padding:0 10px;gap:15px;box-sizing:border-box;margin:0 auto!important}.blog-card,.card-type-2{width:100%!important;max-width:400px;height:320px!important;margin:0 auto}.card-type-1 .blog-header{height:200px}.card-type-1 .blog-content-wrapper{height:113px}.blog-content-wrapper-back{height:120px}.card-type-1 .tech-blog-content h3,.card-type-1 .news-blog-content h3{font-size:.95rem}.card-type-1 .tech-blog-content p,.card-type-1 .news-blog-content p{font-size:.9rem;line-height:1.3}.card-type-2 .tech-blog-meta-title h3,.card-type-2 .news-blog-meta-title h3{font-size:1.1rem}.tech-blog-meta-title-back h3{font-size:.95rem;padding-left:10px}.tech-blog-content-back p{font-size:.9rem;padding-left:10px}.date-tag-blog,.popular-text-blog{font-size:.9rem}.author-info-main{font-size:.8rem}.author-image{width:40px;height:40px}.post-views{width:45px;height:45px;font-size:.7rem;padding:5px}.post-views:before{font-size:.65rem}.tech-blog-content-back .separator-line{width:85%;margin-left:10px;margin-bottom:10px}}@media screen and (min-width: 576px) and (max-width: 767.98px){.tech-blog-section,.news-blog-section,.ai-blog-section,.sw-blog-section,.cyber-blog-section{padding-top:25px;padding-bottom:25px}.tech-blog-section:after,.news-blog-section:after,.ai-blog-section:after,.sw-blog-section:after,.cyber-blog-section:after{height:6px}.tech-blog-container,.news-blog-container,.ai-blog-container,.sw-blog-container,.cyber-blog-container{flex-direction:column;align-items:center;padding:0 15px;box-sizing:border-box;height:auto}.tech-category-image,.news-category-image,.ai-category-image,.sw-category-image,.cyber-category-image{position:static!important;transform:none!important;width:100%!important;height:300px!important;margin-bottom:15px;border-radius:0!important}.tech-category-image img,.news-category-image img,.ai-category-image img,.sw-category-image img,.cyber-category-image img{border-radius:0!important}.blog-grid-1,.blog-grid-2{display:flex!important;flex-direction:column;width:100%;max-width:500px;padding:0 15px;gap:18px;box-sizing:border-box;margin:0 auto!important}.blog-card,.card-type-2{width:100%!important;max-width:500px;height:340px!important;margin:0 auto}.card-type-1 .blog-header{height:200px}.card-type-1 .blog-content-wrapper{height:120px}.blog-content-wrapper-back{height:130px}.card-type-1 .tech-blog-content h3,.card-type-1 .news-blog-content h3{font-size:1rem}.card-type-1 .tech-blog-content p,.card-type-1 .news-blog-content p{font-size:.95rem;line-height:1.3}.card-type-2 .tech-blog-meta-title h3,.card-type-2 .news-blog-meta-title h3{font-size:1.2rem}.tech-blog-meta-title-back h3{font-size:1rem;padding-left:12px}.tech-blog-content-back p{font-size:.95rem;padding-left:12px}.date-tag-blog,.popular-text-blog{font-size:.95rem}.author-info-main{font-size:.85rem}.author-image{width:45px;height:45px}.post-views{width:50px;height:50px;font-size:.75rem;padding:5px}.post-views:before{font-size:.7rem}.tech-blog-content-back .separator-line{width:85%;margin-left:12px;margin-bottom:12px}}@media screen and (min-width: 768px) and (max-width: 1024px){.tech-blog-section,.news-blog-section,.ai-blog-section,.sw-blog-section,.cyber-blog-section{padding-top:25px;padding-bottom:25px}.tech-blog-section:after,.news-blog-section:after,.ai-blog-section:after,.sw-blog-section:after,.cyber-blog-section:after{height:7px}.tech-blog-container,.news-blog-container,.ai-blog-container,.sw-blog-container,.cyber-blog-container{flex-direction:column;align-items:center;padding:0 15px;box-sizing:border-box;max-width:900px;height:auto}.tech-category-image,.news-category-image,.ai-category-image,.sw-category-image,.cyber-category-image{position:static!important;transform:none!important;width:100%!important;height:320px!important;margin-bottom:15px;border-radius:0!important}.tech-category-image img,.news-category-image img,.ai-category-image img,.sw-category-image img,.cyber-category-image img{border-radius:0!important}.blog-grid-1,.blog-grid-2{display:grid!important;grid-template-columns:repeat(2,1fr);gap:15px;width:100%;max-width:800px;padding:0 15px;box-sizing:border-box;margin:0 auto!important}.blog-card,.card-type-2{width:100%!important;max-width:390px;height:340px!important;margin:0 auto}.card-type-1 .blog-header{height:200px}.card-type-1 .blog-content-wrapper,.blog-content-wrapper-back{height:120px}.card-type-1 .tech-blog-content h3,.card-type-1 .news-blog-content h3{font-size:1rem}.card-type-1 .tech-blog-content p,.card-type-1 .news-blog-content p{font-size:.95rem;line-height:1.3}.card-type-2 .tech-blog-meta-title h3,.card-type-2 .news-blog-meta-title h3{font-size:1.2rem}.tech-blog-meta-title-back h3{font-size:1rem;padding-left:12px}.tech-blog-content-back p{font-size:.95rem;padding-left:12px}.date-tag-blog,.popular-text-blog{font-size:.95rem}.author-info-main{font-size:.85rem}.author-image{width:45px;height:45px}.post-views{width:50px;height:50px;font-size:.75rem;padding:5px}.post-views:before{font-size:.7rem}.tech-blog-content-back .separator-line{width:85%;margin-left:12px;margin-bottom:12px}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.tech-blog-section,.news-blog-section,.ai-blog-section,.sw-blog-section,.cyber-blog-section{padding-top:25px;padding-bottom:25px}.tech-blog-section:after,.news-blog-section:after,.ai-blog-section:after,.sw-blog-section:after,.cyber-blog-section:after{height:7px}.tech-blog-container,.news-blog-container,.ai-blog-container,.sw-blog-container,.cyber-blog-container{flex-direction:column;align-items:center;padding:0 15px;box-sizing:border-box;max-width:900px;height:auto}.tech-category-image,.news-category-image,.ai-category-image,.sw-category-image,.cyber-category-image{position:static!important;transform:none!important;width:100%!important;height:300px!important;margin-bottom:15px;border-radius:0!important}.tech-category-image img,.news-category-image img,.ai-category-image img,.sw-category-image img,.cyber-category-image img{border-radius:0!important}.blog-grid-1,.blog-grid-2{display:grid!important;grid-template-columns:repeat(3,1fr);gap:15px;width:100%;max-width:800px;padding:0 15px;box-sizing:border-box;margin:0 auto!important}.blog-card,.card-type-2{width:100%!important;max-width:600px;height:350px!important;margin:0 auto}.card-type-1 .blog-header{height:230px}.card-type-1 .blog-content-wrapper{height:110px}.blog-content-wrapper-back{height:120px}.card-type-1 .tech-blog-content h3,.card-type-1 .news-blog-content h3{font-size:1.1rem}.card-type-1 .tech-blog-content p,.card-type-1 .news-blog-content p{font-size:1rem;line-height:1.3}.card-type-2 .tech-blog-meta-title h3,.card-type-2 .news-blog-meta-title h3{font-size:1.3rem}.tech-blog-meta-title-back h3{font-size:1.1rem;padding-left:12px}.tech-blog-content-back p{font-size:1rem;padding-left:12px}.date-tag-blog,.popular-text-blog{font-size:1rem}.author-info-main{font-size:.9rem}.author-image{width:50px;height:50px}.post-views{width:55px;height:55px;font-size:.8rem;padding:5px}.post-views:before{font-size:.75rem}.tech-blog-content-back .separator-line{width:85%;margin-left:12px;margin-bottom:12px}}.footer-section{font-family:Arial,sans-serif;display:flex;flex-direction:column;align-items:center;font-family:Helvetica,sans-serif!important}.footer-main{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;margin:0 auto;padding:20px 0;overflow:hidden;z-index:2}.footer-main>*{position:relative;z-index:2}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1600px;width:100%;padding:0 20px;margin:0 auto}.footer-column{flex:1;padding:0 20px}.footer-column-1{display:flex;flex-direction:column;align-items:center;margin-left:-25px}.footer-logo img{width:210px;height:90px;margin-bottom:10px}.footer-divider{width:100%;border:0;height:1px;background:#fff;margin:20px 0}.footer-description{background:url(../images/footer-description-bg.png) no-repeat center center / cover;background-color:#0003;padding:16px;border-radius:10px;width:350px}.footer-description p{font-size:14px;line-height:1.5;margin:0;color:#fff}.footer-column-2{display:flex;justify-content:center;margin-left:10px}.footer-links h2{text-transform:uppercase;font-weight:700;margin-top:30px;padding-left:10px;margin-bottom:25px;color:#fff}.footer-links p{font-size:24px;font-weight:500;line-height:45px;padding-left:10px;margin:5px 0;cursor:pointer;color:#fff}.footer-column-3{display:flex;flex-direction:column;align-items:center;margin-top:30px}.footer-subscribe{display:flex;flex-direction:column;gap:5px}.animated-border-wrapper{padding:3px;border-radius:8px;background:linear-gradient(270deg,#ff00ff,#00ffff,#ff00ff);background-size:200% 200%;animation:animated-border 4s ease infinite;display:inline-block}@keyframes animated-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.footer-email{padding:5px 10px;width:260px;height:40px;border:none;border-radius:5px;font-size:14px;background-color:#19161c;color:#fff;outline:none;display:block}.footer-subscribe-btn{background:url(../icons/sub-btn.png) no-repeat center center / cover;cursor:pointer;width:170px;height:80px;border:none}.footer-social{display:flex;align-items:center!important;gap:5px;margin-left:35px}.footer-social a{display:flex;align-items:center;justify-content:center}.footer-social a img{width:110px;height:90px}.footer-bottom{width:100%;margin:0 auto;text-align:center;background:#000;padding:40px 0}.company-name{font-style:italic;font-size:20px!important}.footer-bottom p{font-size:24px;margin:0;color:#fff;line-height:40px}@media screen and (min-width: 320px) and (max-width: 575.98px){.footer-container{flex-direction:column;align-items:center;text-align:center;padding:0 10px}.footer-column{margin:15px 0;padding:0 5px}.footer-column-1,.footer-column-2,.footer-column-3{margin:0;align-items:center!important}.footer-logo img{width:150px;height:auto;margin-bottom:8px}.footer-description{width:100%;padding:12px;font-size:12px}.footer-links h2{font-size:1.2rem;margin-top:20px;margin-bottom:15px;padding-left:0}.footer-links p{font-size:18px;line-height:35px;padding-left:0;margin:3px 0}.footer-email{width:100%;height:35px;font-size:12px;padding:4px 8px}.footer-subscribe-btn{width:100%;max-width:170px;height:70px;border-radius:5px;margin-top:20px;background:url(../icons/sub-btn.png) no-repeat center center / cover}.footer-social{justify-content:center;gap:10px;margin-left:0!important;margin-top:10px!important}.footer-social a img{width:30px;height:30px}.footer-bottom{padding:20px 0}.footer-bottom p{font-size:18px;line-height:30px}.company-name{font-size:16px!important}}@media screen and (min-width: 576px) and (max-width: 767.98px){.footer-container{flex-direction:column;align-items:center;text-align:center;padding:0 15px}.footer-column{margin:18px 0;padding:0 8px}.footer-column-1,.footer-column-2,.footer-column-3{margin:0;align-items:center!important}.footer-logo img{width:180px;height:auto;margin-bottom:10px}.footer-description{width:100%;padding:14px;font-size:13px}.footer-links h2{font-size:1.3rem;margin-top:25px;margin-bottom:20px;padding-left:0}.footer-links p{font-size:20px;line-height:40px;padding-left:0;margin:4px 0}.footer-email{width:100%;height:38px;font-size:13px;padding:5px 10px}.footer-subscribe-btn{width:100%;max-width:170px;height:70px;border-radius:5px;margin-top:20px;background:url(../icons/sub-btn.png) no-repeat center center / cover}.footer-social{justify-content:center;gap:12px;margin-left:0!important;margin-top:10px!important}.footer-social a img{width:32px;height:32px}.footer-bottom{padding:30px 0}.footer-bottom p{font-size:20px;line-height:35px}.company-name{font-size:18px!important}}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center;padding:0 15px}.footer-column{margin:20px 0;padding:0 10px}.footer-column-1,.footer-column-2,.footer-column-3{margin:0;align-items:center!important}.footer-logo img{width:180px;height:auto;margin-bottom:10px}.footer-description{width:100%;padding:14px}.footer-links h2,.footer-links p{padding-left:0}.footer-email{width:100%}.footer-subscribe-btn{width:100%;max-width:170px;height:60px;border-radius:5px;margin-top:10px;background:url(../icons/sub-btn.png) no-repeat center center / cover}.footer-social{justify-content:center;gap:5px;margin-left:0!important;margin-top:5px!important}.footer-social a img{width:82px;height:72px}}@media screen and (min-width: 768px) and (max-width: 1023.98px){.footer-container{flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0 15px;max-width:1000px}.footer-column{margin:0;padding:0 10px}.footer-column-1{margin-left:20px}.footer-column-3{margin-left:20px;margin-right:-20px}.footer-logo img{width:190px;height:auto;margin-bottom:10px}.footer-description{width:300px;padding:14px;font-size:13px}.footer-links h2{font-size:1.4rem;margin-top:25px;margin-bottom:20px;padding-left:5px}.footer-links p{font-size:22px;line-height:40px;padding-left:5px;margin:4px 0}.footer-email{width:280px;height:38px;font-size:13px;padding:5px 10px}.footer-subscribe-btn{width:170px;height:60px;border-radius:5px;margin-top:20px;background:url(../icons/sub-btn.png) no-repeat center center / cover}.footer-social{justify-content:start;gap:15px;margin-left:-30px!important;margin-top:10px!important}.footer-social a img{width:85px;height:75px}.footer-bottom{padding:35px 0}.footer-bottom p{font-size:22px;line-height:38px}.company-name{font-size:18px!important}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.footer-main{position:relative;background:url(/build/popular-post-bg.png) no-repeat center 75% / cover;width:100%;padding:20px 0;overflow:hidden;z-index:2}.footer-container{flex-direction:column;align-items:center;text-align:center;padding:0 15px;max-width:800px}.footer-column{margin:15px 0;padding:0 10px}.footer-column-1,.footer-column-2,.footer-column-3{margin:0;align-items:center!important}.footer-logo img{width:190px;height:auto;margin-bottom:10px}.footer-description{width:100%;padding:14px;font-size:13px}.footer-links h2{font-size:1.4rem;margin-top:25px;margin-bottom:20px;padding-left:0}.footer-links p{font-size:22px;line-height:40px;padding-left:0;margin:4px 0}.footer-email{width:100%;height:38px;font-size:13px;padding:5px 10px}.footer-subscribe-btn{width:100%;max-width:170px;height:80px;border-radius:5px;margin-top:12px;background:url(../icons/sub-btn.png) no-repeat center center / cover}.footer-social{justify-content:center;gap:5px;margin-left:0!important;margin-top:5px!important}.footer-social a img{width:85px;height:75px}.footer-bottom{padding:30px 0}.footer-bottom p{font-size:20px;line-height:35px}.company-name{font-size:18px!important}}@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.footer-section{padding:10px 0;display:flex;justify-content:center;align-items:center;width:100%}.footer-main{width:100%;padding:15px 0;display:flex;justify-content:center;align-items:center}.footer-container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;padding:0;margin:0 auto}.footer-column{flex:none;width:100%;padding:10px 0;margin:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-column-1{margin:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-logo img{width:170px;height:75px;margin:0 auto;display:block}.footer-description{width:100%;max-width:600px;padding:10px;margin:10px 0;text-align:center;display:flex;justify-content:center;align-items:center}.footer-description p{font-size:1.2rem;text-align:center;margin:0 auto}.footer-column-2{margin:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-links h2{font-size:16px;margin:15px 0 10px;padding:0;text-align:center}.footer-links p{font-size:18px;line-height:30px;margin:5px 0;padding:0;text-align:center}.footer-column-3{margin:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-subscribe{margin:15px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-email{width:100%;max-width:400px;height:35px;font-size:12px;margin:0 auto;text-align:center;display:block}.footer-subscribe-btn{width:100%;max-width:170px;height:40px;border-radius:5px;margin:10px auto;background:url(../icons/sub-btn.png) no-repeat center center / cover}.footer-social{margin:15px 0;padding:0;display:flex;justify-content:center;align-items:center;gap:15px;margin-left:0!important;margin-top:10px!important}.footer-social a{display:flex;justify-content:center;align-items:center}.footer-social a img{width:35px;height:35px}.footer-bottom{padding:20px 0;display:flex;justify-content:center;align-items:center;width:100%}.footer-bottom p{font-size:18px;line-height:30px;margin:0 auto;text-align:center}.company-name{font-size:16px!important;text-align:center}}.main{background-color:#fff;margin-top:-25px}.container{padding-left:70px;padding-right:70px;font-family:Merriweather,serif}.left-bg{top:150px;height:400px;position:relative;z-index:2}.right-bg{background:url(../images/right-bg.png) no-repeat center/cover;height:520px;top:-300px;position:relative;left:150px;width:85%;border-radius:10px;z-index:1}.custom-card{background:none;border:none;position:absolute;color:#000;left:20px;width:90%;height:400px;background-color:#fff;padding:10px;border-radius:5px;border:5px solid;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1}.custom-card h1{font-size:3rem}.custom-card img{width:45px;height:45px;border-radius:50%;margin-right:10px;margin-left:15px}.date{margin-left:30px;font-size:1.3rem}.btn-custom{background-color:#531ecc;color:#fff;font-size:1.3rem;border:none;border-radius:0!important;padding-left:55px;padding-right:55px;box-shadow:2px 2px 2px #000c}.button-container{display:flex;justify-content:center;align-items:center}.btn-custom:hover{background-color:#5a3290;color:#fff}.content{margin-top:-230px;color:#374151}.content h2{color:#000}@media screen and (min-width: 320px) and (max-width: 575.98px){.main{background-color:#fff;overflow:hidden}.container{padding-left:4vw;padding-right:4vw;font-family:Merriweather,serif}.left-bg{top:0;height:auto;position:static;padding:15px 0;z-index:2}.right-bg{background:url(../images/right-bg.png) no-repeat center/cover;position:static;left:0;width:100%;height:250px;margin-top:10px;border-radius:8px;z-index:1;margin-bottom:250px}.custom-card{position:static;width:100%;height:auto;min-height:200px;left:0;padding:12px;border-radius:4px;border:2px solid;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;background-color:#fff;color:#000}.custom-card h1{font-size:1.2rem;padding-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-card img{width:30px;height:30px;border-radius:50%;margin-right:8px;margin-left:8px}.date{margin-left:8px;font-size:.9rem}.btn-custom{font-size:.9rem;padding-left:20px;padding-right:20px;box-shadow:1px 1px 1px #0009}.button-container{display:flex;justify-content:center;align-items:center}.content{margin-top:15px;color:#374151}.content h2{font-size:1.4rem;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media screen and (min-width: 576px) and (max-width: 767.98px){.main{background-color:#fff;overflow:hidden}.container{padding-left:4vw;padding-right:4vw;font-family:Merriweather,serif}.left-bg{top:0;height:auto;position:static;padding:20px 0;z-index:2}.right-bg{background:url(../images/right-bg.png) no-repeat center/cover;position:static;left:0;width:100%;height:300px;margin-top:15px;border-radius:8px;z-index:1;margin-bottom:250px}.custom-card{position:static;width:100%;height:auto;min-height:250px;left:0;padding:15px;border-radius:4px;border:2px solid;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;background-color:#fff;color:#000}.custom-card h1{font-size:1.5rem;padding-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-card img{width:35px;height:35px;border-radius:50%;margin-right:8px;margin-left:10px}.date{margin-left:10px;font-size:1rem}.btn-custom{font-size:1rem;padding-left:25px;padding-right:25px;box-shadow:1px 1px 1px #0009}.button-container{display:flex;justify-content:center;align-items:center}.content{margin-top:20px;color:#374151}.content h2{font-size:1.6rem;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media screen and (min-width: 768px) and (max-width: 1023.98px){.main{background-color:#fff;overflow:hidden}.container{padding-left:5vw;padding-right:5vw;font-family:Merriweather,serif;max-width:850px}.left-bg{top:50px;height:350px;position:relative;z-index:2}.right-bg{background:url(../images/right-bg.png) no-repeat center/cover;height:400px;top:-200px;position:relative;left:10%;width:80%;border-radius:8px;z-index:1;margin-bottom:250px}.custom-card{position:absolute;width:85%;height:350px;left:15px;padding:15px;border-radius:5px;border:2px solid;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;background-color:#fff;color:#000}.custom-card h1{font-size:1.8rem;padding-left:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-card img{width:40px;height:40px;border-radius:50%;margin-right:10px;margin-left:12px}.date{margin-left:15px;font-size:1.1rem}.btn-custom{font-size:1.1rem;padding-left:35px;padding-right:35px;box-shadow:1px 1px 1px #0009}.button-container{display:flex;justify-content:center;align-items:center}.content{margin-top:-150px;color:#374151}.content h2{font-size:1.8rem;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.main{background-color:#fff;overflow:hidden}.container{padding-left:4vw;padding-right:4vw;font-family:Merriweather,serif;max-width:100%}.left-bg{top:0;height:auto;position:static;padding:20px 0;z-index:2}.right-bg{background:url(../images/right-bg.png) no-repeat center/cover;position:static;left:0;width:100%;height:350px;margin-top:15px;border-radius:8px;z-index:1;margin-bottom:250px}.custom-card{position:static;width:650px;height:auto;min-height:300px;left:0;padding:15px;border-radius:4px;border:2px solid;-o-border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;border-image:linear-gradient(to right,#45B7FD,#EF0BFF) 1;background-color:#fff;color:#000}.custom-card h1{font-size:1.6rem;padding-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-card img{width:35px;height:35px;border-radius:50%;margin-right:8px;margin-left:10px}.date{margin-left:10px;font-size:1rem}.btn-custom{font-size:1rem;padding-left:30px;padding-right:30px;box-shadow:1px 1px 1px #0009}.button-container{display:flex;justify-content:center;align-items:center}.content{margin-top:20px;color:#374151}.content h2{font-size:1.6rem;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.table-of-content{margin-top:-230px;padding:25px 10px 50px;position:relative;z-index:9999}.content-section{background-color:#fff;padding:20px;border-radius:10px}.content-section h2{font-size:3rem;font-weight:700;margin-bottom:15px;padding-left:25px;color:#000}.content-section .custom-list{list-style-type:disc!important;list-style-position:outside!important;padding-left:20px!important;color:#000}.content-section ul li{margin-bottom:10px;font-size:1.3rem}.content-section ul li a{color:#000;text-decoration:none;font-size:1.2rem}.content-section ul li a:hover{text-decoration:underline}.content-section ul ul{padding-left:20px}.content-section ul ul li{font-size:.9rem}.related-articles{margin-top:20px}.related-articles h3{font-size:1.6rem;font-weight:700;margin-bottom:25px;text-align:center}.related-articles .card{position:relative;border:none;background:none;margin-bottom:25px;transition:transform .3s ease;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.related-articles .card:hover{transform:scale(1.05)}.related-articles .card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.related-articles .card-body{padding:10px 0;background-color:#0009;position:absolute;bottom:0;width:100%;border-radius:none!important;box-sizing:border-box}.related-articles .card-title{font-size:1rem;color:#fff;margin-bottom:5px;padding-left:12px}.related-articles .card-text{font-size:.85rem;color:#fff;padding-left:12px}.footer-stats{display:flex;align-items:center;margin-top:20px;font-size:1rem;color:#fff;margin-left:20px;position:relative;z-index:9999}.footer-stats i{margin-right:5px;font-size:1.5rem;cursor:pointer}.footer-stats span{margin-right:20px}.logo-marquee-container{overflow:hidden;white-space:nowrap;position:relative;width:100%;z-index:1}.logo-marquee-content{display:inline-block;animation:logo-marquee 15s linear infinite}.logo-marquee-content img{height:80px;-o-object-fit:contain;object-fit:contain;margin:0 20px;display:inline-block;vertical-align:middle;z-index:1}@keyframes logo-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.gradient-line-bottom-table{height:4px;width:100%;background:linear-gradient(to right,#45B7FD,#EF0BFF);margin:20px 0}.key-content{background-color:#f9fafb;padding:20px;color:#000;margin-top:40px}.key-content i{color:#10b981;font-size:18px;margin-right:10px}.content-below{color:#000}@media screen and (min-width: 320px) and (max-width: 575.98px){.table-of-content{padding:10px 3vw 20px;background-size:cover;overflow:hidden}.content-section{padding:12px;border-radius:8px}.content-section h2{font-size:1.1rem;padding-left:10px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-section .custom-list{padding-left:15px!important}.content-section ul li{font-size:.8rem;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-section ul ul{padding-left:15px}.content-section ul ul li{font-size:.75rem}.related-articles{margin-top:15px;padding:0 10px}.related-articles h3{font-size:1rem;margin-bottom:15px}.related-articles .card{margin-bottom:15px;transition:transform .2s ease;justify-self:center!important;width:100%!important}.related-articles .card:hover{transform:scale(1.03)}.related-articles .card img{width:100%;height:280px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.related-articles .card-body{padding:18px;width:100%;height:110px;border-radius:0 0 8px 8px;background-color:#0009}.related-articles .card-title{font-size:.95rem;margin-top:15px;padding-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-articles .card-text{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.footer-stats{font-size:.75rem;margin-left:10px;margin-top:15px}.footer-stats span{margin-right:15px}.logo-marquee-container{overflow:hidden}.logo-marquee-content{animation:logo-marquee 10s linear infinite}.logo-marquee-content img{height:40px;margin:0 10px}.gradient-line-bottom-table{height:3px;margin:15px 0}.key-content{padding:12px;margin-top:20px}.key-content i{font-size:16px;margin-right:8px}.key-content h3{font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.key-content p{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.content-below h2{font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-below p{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}}@media screen and (min-width: 576px) and (max-width: 767.98px){.table-of-content{padding:15px 3vw 30px;background-size:cover;overflow:hidden}.content-section{padding:15px;border-radius:8px}.content-section h2{font-size:1.3rem;padding-left:12px;margin-bottom:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-section .custom-list{padding-left:18px!important}.content-section ul li{font-size:.9rem;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-section ul ul{padding-left:18px}.content-section ul ul li{font-size:.8rem}.related-articles{margin-top:20px;padding:0 12px}.related-articles h3{font-size:1.1rem;margin-bottom:20px}.related-articles .card{margin-bottom:20px;transition:transform .2s ease}.related-articles .card:hover{transform:scale(1.03)}.related-articles .card img{width:100%;height:200px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.related-articles .card-body{padding:8px;width:100%;border-radius:0 0 8px 8px;background-color:#0009}.related-articles .card-title{font-size:.8rem;padding-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-articles .card-text{font-size:.75rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.footer-stats{font-size:.8rem;margin-left:12px;margin-top:15px}.footer-stats span{margin-right:15px}.logo-marquee-container{overflow:hidden}.logo-marquee-content{animation:logo-marquee 12s linear infinite}.logo-marquee-content img{height:50px;margin:0 12px}.gradient-line-bottom-table{height:3px;margin:15px 0}.key-content{padding:15px;margin-top:25px}.key-content i{font-size:16px;margin-right:8px}.key-content h3{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.key-content p{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.content-below h2{font-size:1.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-below p{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}}@media screen and (min-width: 768px) and (max-width: 1023.98px){.table-of-content{padding:20px 3vw 40px;background-size:cover;overflow:hidden}.content-section{padding:18px;border-radius:10px}.content-section h2{font-size:1.4rem;padding-left:15px;margin-bottom:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-section .custom-list{padding-left:20px!important}.content-section ul li{font-size:.95rem;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-section ul ul{padding-left:20px}.content-section ul ul li{font-size:.85rem}.related-articles{margin-top:25px;padding:0 15px}.related-articles h3{font-size:1.15rem;margin-bottom:20px}.related-articles .card{margin-bottom:20px;transition:transform .2s ease}.related-articles .card:hover{transform:scale(1.03)}.related-articles .card img{width:100%;height:220px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.related-articles .card-body{padding:10px;width:100%;border-radius:0 0 10px 10px;background-color:#0009}.related-articles .card-title{font-size:.85rem;padding-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-articles .card-text{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.footer-stats{font-size:.85rem;margin-left:15px;margin-top:15px}.footer-stats span{margin-right:18px}.logo-marquee-container{overflow:hidden}.logo-marquee-content{animation:logo-marquee 13s linear infinite}.logo-marquee-content img{height:60px;margin:0 15px}.gradient-line-bottom-table{height:4px;margin:18px 0}.key-content{padding:18px;margin-top:30px}.key-content i{font-size:17px;margin-right:10px}.key-content h3{font-size:1.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.key-content p{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.content-below h2{font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-below p{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.table-of-content{padding:15px 3vw 30px;background:url(../images/table-of-content-bg.png) no-repeat center center / cover;overflow:hidden}.content-section{padding:15px;border-radius:8px;width:500px;justify-self:center;box-sizing:border-box}.content-section h2{font-size:1.3rem;padding-left:12px;margin-bottom:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-section .custom-list{padding-left:18px!important}.content-section ul li{font-size:.9rem;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-section ul ul{padding-left:18px}.content-section ul ul li{font-size:.8rem}.related-articles{margin-top:20px;padding:0 12px;width:100%}.related-articles h3{font-size:1.1rem;margin-bottom:20px;text-align:center}.related-articles .card{margin-bottom:20px;transition:transform .2s ease;margin-left:0;width:100%;box-sizing:border-box}.related-articles .card:hover{transform:scale(1.03)}.related-articles .card img{width:100%;height:250px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.related-articles .card-body{padding:8px;width:100%;height:100px;border-radius:0 0 8px 8px;background-color:#0009}.related-articles .card-title{font-size:1.2rem;padding-left:10px;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-articles .card-text{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.footer-stats{font-size:.8rem;margin-left:12px;margin-top:15px}.footer-stats span{margin-right:15px}.logo-marquee-container{overflow:hidden}.logo-marquee-content{animation:logo-marquee 12s linear infinite}.logo-marquee-content img{height:50px;margin:0 12px}.gradient-line-bottom-table{height:3px;margin:15px 0}.key-content{padding:15px;margin-top:25px;width:100%}.key-content i{font-size:16px;margin-right:8px}.key-content h3{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.key-content p{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.content-below{width:100%}.content-below h2{font-size:1.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-below p{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}}.custom-tech-section{background-image:url(../images/big-bg.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;height:850px;width:100%;padding:80px 20px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden;margin:0 auto}.content-div{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1200px;width:100%;gap:40px}.tech-content{flex:1 1 500px;color:#fff;padding-left:20px;margin-top:-150px}.tech-heading{font-family:Risque,cursive;font-size:3.4rem;line-height:52px;font-weight:500;margin-bottom:20px}.tech-paragraph{font-family:Roboto,sans-serif;font-size:1.5rem;line-height:26px;font-weight:400;margin-bottom:30px}.tech-btn{background-color:#3b82f6;color:#fff;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;padding:12px 30px;border:none;border-radius:6px;cursor:pointer}.tech-btn:hover{background-color:#2563eb}.tech-image-wrapper{flex:1 1 450px;display:flex;justify-content:center}.tech-image{max-width:608px;height:608px;-o-object-fit:contain;object-fit:contain;margin-left:0}.Artificial-tech-section{width:430px;height:410px;background-color:#d9d9d91a;border:2px solid #FFFFFF;border-radius:12px;box-sizing:border-box;font-family:Roboto,sans-serif;display:flex;flex-direction:column;justify-content:start;gap:20px}@media screen and (min-width: 320px) and (max-width: 575.98px){.custom-tech-section{padding:20px 5vw;background-size:cover;overflow:hidden}.content-div{flex-direction:column;gap:20px;max-width:100%;justify-content:center;align-items:center;text-align:center}.tech-content{flex:1 1 100%;padding-left:10px;margin-top:0}.tech-heading{font-size:1.8rem;line-height:28px;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tech-paragraph{font-size:1rem;line-height:20px;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.tech-btn{font-size:14px;padding:8px 20px;border-radius:4px}.tech-image-wrapper{flex:1 1 100%;justify-content:center}.tech-image{max-width:100%;height:350px;border-radius:8px;-o-object-fit:contain;object-fit:contain}.Artificial-tech-section{width:100%;height:auto;min-height:250px;padding:15px;border-radius:8px;border:1px solid #FFFFFF;gap:15px}}@media screen and (min-width: 576px) and (max-width: 767.98px){.custom-tech-section{padding:30px 4vw;background-size:cover;overflow:hidden}.content-div{flex-direction:column;gap:25px;max-width:100%}.tech-content{flex:1 1 100%;padding-left:15px;margin-top:0}.tech-heading{font-size:2.2rem;line-height:32px;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tech-paragraph{font-size:1.2rem;line-height:22px;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.tech-btn{font-size:16px;padding:10px 25px;border-radius:5px}.tech-image-wrapper{flex:1 1 100%;justify-content:center}.tech-image{max-width:100%;height:400px;border-radius:10px;-o-object-fit:contain;object-fit:contain}.Artificial-tech-section{width:100%;height:auto;min-height:300px;padding:20px;border-radius:10px;border:1px solid #FFFFFF;gap:15px}}@media screen and (min-width: 768px) and (max-width: 1023.98px){.custom-tech-section{padding:40px 3vw;background-size:cover;overflow:hidden}.content-div{flex-direction:row;gap:30px;max-width:850px;justify-content:center;text-align:center;align-items:center}.tech-content{flex:1 1 45%;padding-left:15px;margin-top:-50px}.tech-heading{font-size:2.8rem;line-height:40px;margin-bottom:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tech-paragraph{font-size:1.3rem;line-height:24px;margin-bottom:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.tech-btn{font-size:16px;padding:10px 25px;border-radius:5px}.tech-image-wrapper{flex:1 1 45%;justify-content:center}.tech-image{max-width:100%;height:500px;border-radius:10px;-o-object-fit:contain;object-fit:contain}.Artificial-tech-section{width:100%;max-width:400px;height:auto;min-height:350px;padding:20px;border-radius:10px;border:1px solid #FFFFFF;gap:15px}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.custom-tech-section{padding:30px 3vw;background-size:cover;overflow:hidden}.content-div{flex-direction:column;gap:25px;max-width:700px}.tech-content{flex:1 1 100%;padding-left:15px;margin-top:0}.tech-heading{font-size:2.5rem;line-height:36px;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tech-paragraph{font-size:1.2rem;line-height:22px;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.tech-btn{font-size:16px;padding:10px 25px;border-radius:5px}.tech-image-wrapper{flex:1 1 100%;justify-content:center}.tech-image{max-width:100%;height:500px;border-radius:10px;-o-object-fit:contain;object-fit:contain}.Artificial-tech-section{width:100%;height:auto;min-height:300px;padding:20px;border-radius:10px;border:1px solid #FFFFFF;gap:15px}}@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.custom-tech-section{background-image:url(../images/big\ bg.jpg);background-size:cover;background-position:top left;background-repeat:no-repeat;width:100%;padding:60px 15px;display:flex;justify-content:center;align-items:center}.content-div{max-width:100%;gap:30px;flex-wrap:nowrap}.tech-content{flex:1 1 180px;padding-left:15px;text-align:center}.tech-heading{font-size:2.8rem;line-height:42px;margin-bottom:15px}.tech-paragraph{font-size:1.3rem;line-height:22px;margin-bottom:20px}.tech-btn{font-size:16px;padding:10px 25px;border-radius:5px}.tech-image-wrapper{flex:1 1 400px;display:flex;justify-content:center}.tech-image{max-width:500px;height:500px;border-radius:10px}.Artificial-tech-section{width:500px;height:350px;border-radius:10px;gap:15px;padding:15px}}.catgory-section{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:900px;margin:0 auto}.row{position:relative;perspective:1000px;perspective-origin:center top}.top-bar{position:absolute;top:0;left:98px;width:550px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 0 14px #C882FF) drop-shadow(0 0 10px #C882FF);z-index:3}.left-wrapper{position:relative;height:300px;width:630px;background-size:cover;background-position:center center;background-repeat:no-repeat;border:2px solid #fff;border-radius:10px;margin-top:75px}.content-wrapper{position:absolute;top:40px;left:30px;right:40px;bottom:20px;padding:20px;z-index:1}.heading{padding-left:23px;padding-top:0;font-family:Risque,serif}.lead{padding-left:23px;font-size:1.3rem;font-family:Roboto,sans-serif;color:#fff;font-weight:400}.learn-more-btn{background-color:#af52de;border:1px solid #AF52DE;color:#fff;margin-left:23px;padding:5px 10px;text-transform:uppercase;font-weight:400;transition:all .3s;border-radius:5px;margin-top:-8px;border:1px solid white}.learn-more-btn:hover{background-color:#c882ff}.rope-left,.rope-right{position:absolute;top:0;width:105px;height:auto;z-index:2}.rope-left{top:-8px;left:20px;z-index:3}.rope-right{left:495px;top:-8px;z-index:3}@keyframes swayZ{0%{transform:rotateX(4deg)}50%{transform:rotateX(-4deg)}to{transform:rotateX(4deg)}}.rope-left,.rope-right,.left-wrapper{animation:swayZ 4s ease-in-out infinite;transform-origin:top center;backface-visibility:hidden;perspective:1000px;margin-left:60px}.image-container{width:590px;height:auto;overflow:hidden;margin-left:60px}.right-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.blog{padding:50px 20px!important;margin:0 auto;max-width:1600px}@media (max-width: 1366px){.software-section,.news-section,.cybersecurity-section,.artificial-section{max-width:1366px;height:700px}.top-bar{left:82px;width:460px;height:16px;filter:drop-shadow(0 0 12px #C882FF) drop-shadow(0 0 8px #C882FF)}.left-wrapper{height:250px;width:526px;margin-top:62px}.content-wrapper{top:33px;left:25px;right:33px;bottom:16px;padding:16px}.heading{padding-left:19px;font-size:2rem}.lead{padding-left:19px;font-size:1.1rem}.learn-more-btn{margin-left:19px;padding:4px 8px;margin-top:-6px}.rope-left,.rope-right{width:88px}.rope-left{top:-6px;left:16px}.rope-right{left:412px;top:-6px}.image-container{width:650px;height:auto;overflow:hidden;margin:0 auto 0 90px}.right-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.blog{max-width:1366px;padding:42px 16px!important}.rope-left,.rope-right,.left-wrapper{margin-left:50px}}@media screen and (min-width: 320px) and (max-width: 575.98px){.artificial-section{padding:15px 5vw;overflow-x:hidden;background-size:cover}html,body{overflow-x:hidden!important}.container{padding:15px 5vw!important;max-width:100%;box-sizing:border-box}.top-bar{display:none}.left-wrapper{width:100%;height:230px;margin-top:30px;margin-left:0;border-radius:8px;overflow:hidden;border:1px solid #fff;animation:none}.content-wrapper{top:40px;left:48px;right:28px;bottom:8px;padding:8px}.heading{padding-left:8px;font-size:1rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Risque,serif}.lead{padding-left:8px;font-size:.9rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Roboto,sans-serif;color:#fff}.learn-more-btn{margin-left:8px;padding:3px 6px;font-size:.8rem;border-radius:4px;background-color:#af52de;border:1px solid #AF52DE;color:#fff}.rope-left,.rope-right{display:none}.rope-right{left:calc(100% - 5px - width_of_element);z-index:3}.image-container{width:370px;overflow:hidden;margin:0 auto;margin-top:22px!important}.right-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.card-reflection,.right-column .row{display:none!important}}@media screen and (min-width: 576px) and (max-width: 767.98px){.artificial-section{padding:20px 4vw;overflow:hidden;background-size:cover}html,body{overflow-x:hidden!important}.container{padding:20px 4vw!important;max-width:100%;box-sizing:border-box}.top-bar{width:100%;height:15px;background-size:contain;left:0;filter:drop-shadow(0 0 12px #C882FF);z-index:3}.left-wrapper{width:100%;height:220px;margin-top:40px;margin-left:0;border-radius:8px;overflow:hidden;border:1px solid #fff;animation:swayZ 3s ease-in-out infinite}.content-wrapper{top:25px;left:10px;right:10px;bottom:10px;padding:10px}.heading{padding-left:10px;font-size:1.2rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Risque,serif}.lead{padding-left:10px;font-size:1rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Roboto,sans-serif;color:#fff}.learn-more-btn{margin-left:10px;padding:5px 10px;font-size:.9rem;border-radius:4px;background-color:#af52de;border:1px solid #AF52DE;color:#fff}.rope-left,.rope-right{width:60px;top:-6px;animation:swayZ 3s ease-in-out infinite}.rope-left{left:5px;z-index:3}.rope-right{right:5px;z-index:3}.image-container{width:370px;overflow:hidden;margin:0 auto;margin-top:22px!important}.right-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}}@media screen and (min-width: 768px) and (max-width: 1023.98px){.artificial-section{padding:25px 3vw;overflow:hidden;background-size:cover}.container{padding:25px 3vw!important;box-sizing:border-box}.top-bar{display:none}.left-wrapper{width:50%;height:240px;margin-top:50px;margin-left:5%;border-radius:8px;overflow:hidden;border:1px solid #fff;animation:swayZ 3s ease-in-out infinite}.content-wrapper{top:30px;bottom:12px;padding:12px}.heading{padding-left:12px;font-size:1.4rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Risque,serif}.lead{padding-left:12px;font-size:1.1rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Roboto,sans-serif;color:#fff}.learn-more-btn{margin-left:12px;padding:6px 12px;font-size:1rem;border-radius:4px;background-color:#af52de;border:1px solid #AF52DE;color:#fff}.rope-left,.rope-right{display:none}.image-container{width:390px;height:auto;overflow:hidden;margin:22px auto 0}.right-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.right-column .row{display:none!important}.small-card-below{border:none;border-radius:10px;overflow:hidden;margin-bottom:10px;position:relative;height:250px!important}.small-card-below img{width:100%;height:150px!important;-o-object-fit:cover;object-fit:cover}.small-card-below .card-body{padding:5px;height:100px!important}.small-card-below .category-below{font-size:.8rem!important;color:#3b82f6}.small-card-below p{color:#000;font-size:.8rem!important}.small-card-below .card-title-below{font-size:.9rem!important;margin-bottom:2px!important;color:#000}.author-info-small-below img,.auther-span-below{display:none!important}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.artificial-section{padding:20px 10vw;overflow:hidden;background-size:cover}.catgory-section{height:700px}.container{padding:20px 3vw!important;max-width:100%;box-sizing:border-box}.top-bar{height:15px;background-size:contain;filter:drop-shadow(0 0 12px #C882FF);z-index:3;margin-left:-50px;display:none}.left-wrapper{width:360px;margin-top:40px;margin-left:0;border-radius:8px;overflow:hidden;border:1px solid #fff;animation:swayZ 3s ease-in-out infinite}.content-wrapper{top:45px;left:60px;right:50px;padding:10px}.heading{padding-left:10px;font-size:1.3rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Risque,serif}.lead{padding-left:10px;font-size:1rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Roboto,sans-serif;color:#fff}.learn-more-btn{margin-left:10px;margin-top:-15px;padding:5px 8px;font-size:.8rem;border-radius:4px;background-color:#af52de;border:1px solid #AF52DE;color:#fff}.rope-left,.rope-right{display:none;width:70px;top:-6px;animation:swayZ 3s ease-in-out infinite}.image-container{width:100%;overflow:hidden;margin:0 auto;margin-top:20px!important}.right-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;justify-content:center!important;align-items:center}.article-section{padding:20px 0;background:url(../images/software-page/section-bg.png) no-repeat center center / cover;width:100%}.featured-card{border-radius:8px;margin-bottom:15px;width:330px;max-width:550px;border:2px solid #fff}.featured-card img{padding:10px;border-radius:15px;height:200px}.featured-card .card-body-f{padding:8px 8px 8px 15px}.category{font-size:.95rem;margin-bottom:4px}.card-title{font-size:.95rem;margin-bottom:8px}.card-text{font-size:.85rem;margin-bottom:8px}.author-info{display:none!important}.small-card .author-info,.author-info-small img,.auther-span{display:none}.lower-cards-wrapper .row{display:flex;flex-wrap:nowrap;gap:10px;--bs-gutter-x: .6rem}.right-column .col-md-3{flex:0 0 25%;max-width:25%}.lower-cards-wrapper .col-md-4{flex:0 0 33.33%;max-width:33.33%}.small-card-below{border-radius:8px;margin-bottom:8px;width:100%}.small-card-below img{height:140px}.small-card-below .card-body{padding:8px}.small-card-below .category-below{font-size:.9rem}.small-card-below .card-title-below{font-size:1rem;margin-bottom:4px}.small-card-below p{font-size:.85rem}.author-info-small-below img,.auther-span-below{display:none}}.article-section{padding:30px 0;background:url(../images/software-page/section-bg.png) no-repeat center center / cover;margin:0 auto}.featured-card{background:url(../images/software-page/featured-bg.png) no-repeat center center / cover;border:none;border-radius:10px;overflow:hidden;position:relative;font-family:Roboto,sans-serif;margin-bottom:20px;border:2px solid #fff}.featured-card img{width:100%;padding:12px;border-radius:20px;height:270px;-o-object-fit:cover;object-fit:cover}.featured-card .card-body-f{padding:10px 10px 10px 20px}.category{color:#3b82f6;font-size:1.1rem;font-weight:400;text-transform:uppercase;margin-bottom:5px}.card-title{font-size:1.1rem;font-weight:700;margin-bottom:10px;left:0}.card-text{color:#fff!important;font-size:1rem;margin-bottom:10px}.author-info{display:flex;align-items:center;font-size:.9rem;color:#fff;font-weight:400}.author-info img{width:60px;height:60px;border-radius:50%;margin-left:-10px}.small-card{border:none;border-radius:10px;overflow:hidden;margin-bottom:10px;position:relative}.small-card-wrapper{position:relative}.card-reflection{position:absolute;left:0;width:100%;height:49%;pointer-events:none;overflow:hidden;z-index:0;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.4),transparent);mask-image:linear-gradient(to bottom,rgba(0,0,0,.4),transparent)}.card-reflection .small-card{transform:scaleY(-1);margin:0}.small-card img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover}.small-card .card-body-s{padding:9px;background-color:#fff}.small-card .category{font-size:.7rem;color:#3b82f6}.small-card p{color:#000;font-size:.9rem}.small-card .card-title{font-size:.8rem;margin-bottom:5px;color:#000}.small-card .author-info{font-size:.7rem}.author-info-small img{height:30px;width:30px;border-radius:50%;margin-left:5px}.auther-span{color:#000;font-size:.6rem}.small-card-below{border:none;border-radius:10px;overflow:hidden;margin-bottom:10px;position:relative;transition:transform .3s ease}.small-card-below:hover{transform:scale(1.05)}.small-card-below .card-img-below{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;transform:translateY(0);opacity:1}.small-card-below:hover .card-img-below{animation:slideInFromTop .5s ease-in forwards}@keyframes slideInFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.small-card-below .card-body{padding:10px;min-height:180px;border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.small-card-below .category-below{font-size:1rem;color:#3b82f6}.small-card-below p{color:#000;font-size:.9rem}.small-card-below .card-title-below{font-size:1.2rem;margin-bottom:5px;color:#000}.author-info-small-below img{height:40px;width:40px;border-radius:50%;margin-left:5px}.auther-span-below{color:#000;font-size:.9rem}.right-column .row{--bs-gutter-x: .8rem}.right-column .col-md-3,.lower-cards-wrapper .col-md-4{flex:0 0 25%;max-width:25%}@media (max-width: 575.98px){.article-section{padding:15px 10px;max-width:100%}.featured-card{margin-bottom:15px;border-radius:8px;border-width:1px}.featured-card img{height:180px;padding:8px;border-radius:12px}.featured-card .card-body-f{padding:8px 8px 8px 12px}.category{font-size:.9rem;margin-bottom:4px}.card-title{font-size:.95rem;margin-bottom:8px}.card-text{font-size:.85rem;margin-bottom:8px}.author-info{font-size:.8rem}.author-info img{width:40px;height:40px;margin-left:-5px}.small-card{border-radius:8px;margin-bottom:8px}.small-card img{height:100px}.small-card .card-body-s{padding:6px}.small-card .category{font-size:.6rem}.small-card p{font-size:.75rem}.small-card .card-title{font-size:.7rem;margin-bottom:4px}.small-card .author-info{font-size:.6rem}.author-info-small img{height:25px;width:25px;margin-left:3px}.auther-span{font-size:.55rem}.small-card-below{border-radius:8px;margin-bottom:8px}.small-card-below .card-img-below{height:120px}.small-card-below .card-body{padding:8px;min-height:140px}.small-card-below .category-below{font-size:.8rem}.small-card-below p{font-size:.75rem}.small-card-below .card-title-below{font-size:.9rem;margin-bottom:4px}.author-info-small-below img{height:30px;width:30px;margin-left:3px}.auther-span-below{font-size:.7rem}.right-column .row{--bs-gutter-x: .5rem}.right-column .col-md-3,.lower-cards-wrapper .col-md-4{flex:0 0 100%;max-width:100%}}@media (min-width: 576px) and (max-width: 767.98px){.article-section{padding:20px 15px;max-width:100%}.featured-card{margin-bottom:15px;border-radius:8px}.featured-card img{height:200px;padding:10px;border-radius:15px}.featured-card .card-body-f{padding:10px 10px 10px 15px}.category,.card-title{font-size:1rem}.card-text{font-size:.9rem}.author-info{font-size:.85rem}.author-info img{width:50px;height:50px}.small-card{border-radius:8px}.small-card img{height:110px}.small-card .card-body-s{padding:8px}.small-card .category{font-size:.65rem}.small-card p{font-size:.8rem}.small-card .card-title{font-size:.75rem}.small-card .author-info{font-size:.65rem}.author-info-small img{height:28px;width:28px}.auther-span{font-size:.6rem}.small-card-below{border-radius:8px}.small-card-below .card-img-below{height:140px}.small-card-below .card-body{padding:9px;min-height:160px}.small-card-below .category-below{font-size:.9rem}.small-card-below p{font-size:.8rem}.small-card-below .card-title-below{font-size:1rem}.author-info-small-below img{height:35px;width:35px}.auther-span-below{font-size:.8rem}.right-column .row{--bs-gutter-x: .6rem}.right-column .col-md-3,.lower-cards-wrapper .col-md-4{flex:0 0 50%;max-width:50%}}@media (min-width: 768px) and (max-width: 991.98px){.article-section{padding:25px 20px;max-width:100%}.featured-card{margin-bottom:18px;border-radius:10px;margin:0 auto!important}.featured-card img{height:220px;padding:10px}.featured-card .card-body-f{padding:12px 12px 12px 18px}.category,.card-title{font-size:1.05rem}.card-text{font-size:.95rem}.author-info{font-size:.9rem}.author-info img{width:55px;height:55px}.small-card{border-radius:10px}.small-card img{height:115px}.small-card .card-body-s{padding:8px}.small-card .category{font-size:.7rem}.small-card p{font-size:.85rem}.small-card .card-title{font-size:.8rem}.small-card .author-info{font-size:.7rem}.author-info-small img{height:28px;width:28px}.auther-span{font-size:.6rem}.small-card-below{border-radius:10px}.small-card-below .card-img-below{height:160px}.small-card-below .card-body{padding:10px;min-height:170px}.small-card-below .category-below{font-size:.95rem}.small-card-below p{font-size:.85rem;display:none}.small-card-below .card-title-below{font-size:1.1rem}.author-info-small-below img{height:38px;width:38px}.auther-span-below{font-size:.85rem}.right-column .row{--bs-gutter-x: .7rem}.right-column .col-md-3,.lower-cards-wrapper .col-md-4{flex:0 0 33.33%;max-width:33.33%}}@media (min-width: 992px) and (max-width: 1199.98px){.article-section{padding:28px 25px;max-width:100%}.featured-card{margin-bottom:18px;width:300px}.featured-card img{height:240px}.featured-card .card-body-f{padding:12px 12px 12px 18px}.featured-card .card-body-f p{padding-right:1px!important}.small-card img{height:115px}.small-card-below .card-img-below{height:170px}.small-card-below .card-body{min-height:175px}}#share_icon{cursor:pointer;z-index:9999}.share-wrapper{position:relative;z-index:9999}#share_options{display:none;position:absolute;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 6px 20px #0000001a;padding:10px;z-index:99999;min-width:150px;animation:fadeIn .3s ease-in-out}#share_options.show{display:block}#share_options ul{list-style:none;padding:0;margin:0}#share_options li{margin:5px 0}#share_options a{text-decoration:none;color:#333;font-weight:500;display:block;padding:5px 8px;border-radius:5px;transition:background .2s ease-in-out}#share_options a:hover{background:#f0f0f0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.swal2-container{z-index:99999!important}
