.hands-blog-wrapper *{box-sizing:border-box}.hands-blog-wrapper{font-family:inherit;overflow-x:hidden;direction:rtl;text-align:right}.hands-hero{position:relative;min-height:660px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:80px;padding:80px 20px}.hands-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(15 37 87 / .8) 0%,rgb(15 23 42 / .75) 100%);z-index:1}.hands-hero-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:0 20px}.hands-hero h1{font-size:clamp(36px, 6vw, 60px);font-weight:800;color:#fff;margin:0 0 25px 0;line-height:1.3;text-shadow:0 4px 30px rgb(0 0 0 / .5)}.hands-hero h2{font-size:clamp(17px, 2.5vw, 24px);font-weight:400;color:rgb(255 255 255 / .95);margin:0 auto 35px auto;line-height:1.7;max-width:750px;text-shadow:0 2px 15px rgb(0 0 0 / .4)}.hands-hero-badges{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.hands-badge{background:rgb(255 255 255 / .15);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .25);padding:12px 24px;border-radius:50px;color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.hands-badge-icon{font-size:18px}.hands-section-head{text-align:center;margin-bottom:50px;padding:0 20px}.hands-section-head h2{font-size:clamp(28px, 5vw, 40px);font-weight:800;color:#1a1a1a;margin:0 0 15px 0}.hands-section-head p{font-size:18px;color:#666;margin:0}.hands-section-line{width:80px;height:4px;background:linear-gradient(90deg,#1a5298,#38bdf8);margin:20px auto 0;border-radius:2px}.hands-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;max-width:1200px;margin:0 auto 60px;padding:0 20px}.hands-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgb(0 0 0 / .08);transition:all 0.4s cubic-bezier(.4,0,.2,1);text-decoration:none!important;display:flex;flex-direction:column;border:1px solid #f0f0f0;min-height:100%;min-width:0}.hands-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgb(26 82 152 / .18);border-color:#1a5298}.hands-card-img{position:relative;height:200px;overflow:hidden}.hands-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.hands-card:hover .hands-card-img img{transform:scale(1.08)}.hands-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 50%,rgb(0 0 0 / .5) 100%)}.hands-card-body{padding:22px 22px 14px;flex:1 1 auto;min-width:0}.hands-card-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px 0;line-height:1.4;transition:color 0.3s;overflow-wrap:anywhere}.hands-card:hover .hands-card-title{color:#1a5298}.hands-card-meta{display:flex;gap:18px;margin-bottom:12px;flex-wrap:wrap}.hands-card-meta span{font-size:13px;color:#1a5298;font-weight:600;display:flex;align-items:center;gap:5px}.hands-card-desc{font-size:14px;color:#666;line-height:1.65;margin:0;overflow-wrap:anywhere}.hands-card-arrow{position:static;width:fit-content;min-width:42px;height:42px;margin:0 auto 22px 22px;padding:0 14px;background:rgb(26 82 152 / .08);border:1px solid rgb(26 82 152 / .18);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#1a5298;font-size:17px;font-weight:800;opacity:1;transform:translateX(0);transition:transform 0.3s ease,background 0.3s ease,color 0.3s ease,border-color 0.3s ease}.hands-card:hover .hands-card-arrow{background:#1a5298;border-color:#1a5298;color:#fff;transform:translateX(-5px)}.hands-blog-wrapper .nav-links,.hands-blog-wrapper .pagination{display:flex;justify-content:center;gap:10px;margin:40px auto 60px;flex-wrap:wrap;padding:0 20px}.hands-blog-wrapper .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:45px;padding:12px 18px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#1a1a1a;text-decoration:none;font-weight:600;transition:all 0.2s ease}.hands-blog-wrapper .page-numbers:hover,.hands-blog-wrapper .page-numbers.current{background:#1a5298;color:#fff;border-color:#1a5298}.no-posts{text-align:center;padding:80px 20px;background:#fafbfc;border-radius:16px;max-width:600px;margin:40px auto}.no-posts h2{font-size:28px;color:#1a1a1a;margin-bottom:15px}.no-posts p{font-size:16px;color:#666}@media (max-width:1024px){.hands-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;padding:0 20px}.hands-hero{min-height:420px;padding:60px 20px;margin-bottom:60px}}@media (max-width:768px){.hands-hero{min-height:380px;padding:50px 20px;margin-bottom:50px}.hands-hero h1{font-size:32px;overflow-wrap:anywhere}.hands-hero h2{font-size:16px;max-width:100%;overflow-wrap:anywhere}.hands-grid{display:flex;flex-direction:column;gap:20px;width:100%;max-width:100%;padding-inline:20px;align-items:center}.hands-grid>.hands-card{width:calc(100vw - 40px)!important;max-width:calc(100vw - 40px)!important;flex:0 0 auto;margin-inline:auto}.hands-section-head h2{font-size:26px}.hands-section-head p{font-size:15px}.hands-card-img{height:180px}.hands-badge{padding:10px 16px;font-size:13px}}@media (max-width:480px){.hands-hero{min-height:340px;padding:40px 15px;margin-bottom:40px}.hands-hero h1{font-size:28px}.hands-hero-inner{padding-inline:0}.hands-card-body{padding:18px}.hands-card-title{font-size:18px}.hands-blog-wrapper,.hands-hero,.hands-hero-inner,.hands-section-head,.hands-grid,.hands-card,.hands-card-img,.hands-card-body{max-width:100%}.hands-card-img{width:100%}.hands-card:hover{transform:none}}@media (max-width:767px){body.page-id-2334{width:100%;max-width:100%;overflow-x:hidden}body.page-id-2334 #desktop-nav,body.page-id-2334 #desktop-nav .nav-dropdown{display:none!important}body.page-id-2334 .elementor-2334,body.page-id-2334 .elementor-element-handsblogcontainer,body.page-id-2334 .elementor-element-handsblogcontainer>.e-con-inner,body.page-id-2334 .elementor-element-handsblogshortcode,body.page-id-2334 .elementor-shortcode{width:100%!important;max-width:100%!important;min-width:0!important;padding-inline:0!important;margin-inline:0!important;overflow-x:hidden}body.page-id-2334 .hands-blog-wrapper{width:100%;max-width:100%;overflow-x:hidden}}.blog-home-page{padding:0;max-width:100%;margin:0}.blog-hero{background:linear-gradient(135deg,#1a5298 0%,#0f2557 100%);color:#fff;padding:80px 20px;text-align:center;position:relative;overflow:hidden}.blog-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.3}.blog-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.blog-hero-title{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.2;text-shadow:0 2px 4px rgb(0 0 0 / .2)}.blog-hero-subtitle{font-size:20px;line-height:1.6;margin-bottom:30px;opacity:.95}.blog-hero-meta{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.hero-stat{font-size:16px;font-weight:500;padding:10px 20px;background:rgb(255 255 255 / .15);border-radius:25px;backdrop-filter:blur(10px)}.categories-section{padding:60px 20px;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:50px}.section-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.section-subtitle{font-size:18px;color:#666}.parent-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.3s ease}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .15)}.category-card-link{display:block;text-decoration:none;color:inherit}.category-card-image,.category-card-placeholder{height:200px;background-size:cover;background-position:center;position:relative}.category-card-placeholder{display:flex;align-items:center;justify-content:center}.category-icon{font-size:60px;opacity:.8}.category-card-content{padding:25px}.category-card-title{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.category-card-count{font-size:14px;color:#1a5298;font-weight:600;margin-bottom:10px}.category-card-description{font-size:15px;color:#666;line-height:1.6}.category-card-arrow{text-align:left;padding:0 25px 20px;font-size:24px;color:#1a5298}.category-archive-page{padding:0;max-width:100%;margin:0 auto;direction:rtl;text-align:right;overflow-x:hidden}.archive-header{position:relative;min-height:620px;width:100vw;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:120px 40px;margin-bottom:60px;text-align:center;display:flex;align-items:center;justify-content:center}.archive-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgb(0 0 0 / .3) 0%,rgb(0 0 0 / .5) 100%);z-index:1}.archive-header-content{position:relative;z-index:10;max-width:1000px;margin:0 auto}.archive-title{font-size:clamp(40px, 7vw, 64px);font-weight:900;color:#fff;margin:0 0 25px 0;line-height:1.2;text-shadow:0 4px 30px rgb(0 0 0 / .8),0 2px 10px rgb(0 0 0 / .5);letter-spacing:-.5px}.archive-description{font-size:clamp(17px, 2.5vw, 22px);color:rgb(255 255 255 / .98);line-height:1.7;margin:0 auto 35px auto;max-width:750px;text-shadow:0 2px 20px rgb(0 0 0 / .7),0 1px 5px rgb(0 0 0 / .4);font-weight:400}.child-categories-list{background:rgb(255 255 255 / .12);backdrop-filter:blur(15px);padding:28px 35px;border-radius:16px;max-width:850px;margin:0 auto;border:1px solid rgb(255 255 255 / .2);box-shadow:0 8px 32px rgb(0 0 0 / .2)}.child-categories-title{font-size:18px;font-weight:700;margin-bottom:15px;color:#fff}.child-categories-links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.child-categories-links li{margin:0}.child-categories-links a{display:inline-flex;align-items:center;gap:6px;background:rgb(255 255 255 / .2);padding:10px 20px;border-radius:25px;color:#fff;text-decoration:none;font-weight:600;font-size:14px;transition:all 0.3s ease;border:1px solid rgb(255 255 255 / .3)}.child-categories-links a:hover{background:#fff;color:#1a5298}.cat-count{font-size:12px;opacity:.8}.archive-layout-wrapper{direction:ltr;display:grid;grid-template-columns:1fr 300px;grid-template-areas:"main sidebar";gap:45px;width:85%;max-width:1600px;margin:0 auto;padding:0 20px 80px 20px}.archive-main{min-width:0;grid-area:main;direction:rtl}.posts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;margin-bottom:50px}.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 15px rgb(0 0 0 / .08);transition:all 0.3s ease;display:flex;flex-direction:column;border:1px solid #eee}.post-card:hover{box-shadow:0 8px 30px rgb(26 82 152 / .15);transform:translateY(-4px);border-color:#1a5298}.post-card-thumbnail{width:100%;height:180px;overflow:hidden;position:relative}.post-card-thumbnail::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgb(0 0 0 / .3),transparent)}.post-card-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.post-card:hover .post-card-thumbnail img{transform:scale(1.05)}.post-card-content{padding:20px;flex:1;display:flex;flex-direction:column;text-align:right;direction:rtl}.post-card-header{margin-bottom:10px}.post-card-title{font-size:17px;font-weight:700;margin:0;line-height:1.5}.post-card-title a{color:#1a1a1a;text-decoration:none;transition:color 0.2s ease}.post-card-title a:hover{color:#1a5298}.post-card-meta{display:flex;gap:12px;font-size:12px;color:#999;margin-bottom:10px;justify-content:flex-start}.post-card-excerpt{font-size:14px;color:#666;line-height:1.6;margin-bottom:15px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-readmore{display:inline-flex;align-items:center;gap:6px;color:#1a5298;font-weight:600;text-decoration:none;font-size:13px;transition:all 0.2s ease;align-self:flex-start;padding:8px 16px;background:#f0f7f9;border-radius:6px}.post-card-readmore:hover{background:#1a5298;color:#fff}.pagination,.nav-links,.hands-pagination{display:flex;justify-content:center;gap:10px;margin:50px auto 0;flex-wrap:wrap;max-width:1200px;padding:0 20px}.pagination .page-numbers,.nav-links .page-numbers,.hands-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:45px;padding:12px 18px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#1a1a1a;text-decoration:none;font-weight:600;transition:all 0.2s ease}.pagination .page-numbers:hover,.nav-links .page-numbers:hover,.hands-pagination .page-numbers:hover,.pagination .page-numbers.current,.nav-links .page-numbers.current,.hands-pagination .page-numbers.current{background:#1a5298;color:#fff;border-color:#1a5298}.no-posts{text-align:center;padding:80px 20px;background:#fafbfc;border-radius:16px}.no-posts h2{font-size:28px;color:#1a1a1a;margin-bottom:15px}.no-posts p{font-size:16px;color:#666}.blog-sidebar{grid-area:sidebar;direction:rtl;position:sticky;top:110px;height:fit-content}.sidebar-widget{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 15px rgb(0 0 0 / .06);border:1px solid #eee}.sidebar-widget-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 15px 0;padding-bottom:10px;border-bottom:2px solid #1a5298}@media (max-width:1400px){.archive-layout-wrapper{width:90%}}@media (max-width:1200px){.archive-layout-wrapper{width:92%;gap:35px}}@media (max-width:1024px){.archive-layout-wrapper{grid-template-columns:1fr;grid-template-areas:"main" "sidebar";width:92%;padding:0 20px 40px 20px}.blog-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.sidebar-widget{margin-bottom:0}.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.archive-header{min-height:420px;padding:70px 30px;background-attachment:scroll}.archive-title{font-size:32px}.archive-description{font-size:17px}}@media (max-width:768px){.archive-header{min-height:380px;padding:60px 20px}.archive-title{font-size:28px}.archive-description{font-size:16px}.child-categories-list{padding:20px}.child-categories-links a{padding:8px 14px;font-size:13px}.posts-grid{grid-template-columns:1fr;gap:20px}.blog-sidebar{grid-template-columns:1fr}.archive-layout-wrapper{width:100%;padding:0 15px 30px 15px}}@media (max-width:480px){.archive-header{min-height:340px;padding:50px 20px}.archive-title{font-size:28px}.archive-description{font-size:15px}.child-categories-list{padding:20px}.post-card-content{padding:15px}.post-card-title{font-size:16px}.post-card-thumbnail{height:150px}}.hands-single-article{direction:rtl;text-align:right;font-family:inherit;overflow-x:hidden}.hands-article-hero{position:relative;min-height:75vh;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 40px 80px;text-align:center}.hands-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgb(0 0 0 / .15) 0%,rgb(15 37 87 / .6) 50%,rgb(10 50 65 / .75) 100%);z-index:1}.hands-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.hands-article-categories{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.hands-cat-badge{display:inline-flex;align-items:center;gap:8px;background:rgb(255 255 255 / .15);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .25);padding:10px 20px;border-radius:50px;color:#fff!important;font-size:14px;font-weight:600;text-decoration:none;transition:all 0.3s ease}.hands-cat-badge:hover{background:#fff;color:#1a5298!important;transform:translateY(-2px)}.hands-cat-icon{font-size:16px}.hands-article-title{font-size:clamp(32px, 5vw, 56px);font-weight:800;color:#fff!important;line-height:1.3;margin:0 0 30px 0;text-shadow:0 4px 30px rgb(0 0 0 / .5)}.hands-article-meta{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.hands-meta-item{display:flex;align-items:center;gap:8px;color:rgb(255 255 255 / .9);font-size:15px;font-weight:500}.hands-meta-icon{font-size:18px}.hands-scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2;text-align:center;color:rgb(255 255 255 / .8);animation:fadeInUp 1s ease}.hands-scroll-indicator span{display:block;font-size:13px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.hands-scroll-arrow{font-size:24px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes fadeInUp{from{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.hands-article-wrapper{background:#fafbfc;padding:60px 20px 80px}.hands-article-container{display:grid;grid-template-columns:1fr 350px;gap:50px;max-width:1400px;margin:0 auto}.hands-article-main{background:#fff;border-radius:20px;padding:50px;box-shadow:0 10px 40px rgb(0 0 0 / .08);box-sizing:border-box;max-width:100%;min-width:0}.hands-article-intro{background:linear-gradient(135deg,#f0f7f9 0%,#e8f4f8 100%);border-right:4px solid #1a5298;padding:25px 30px;border-radius:0 12px 12px 0;margin-bottom:40px;box-sizing:border-box;max-width:100%}.hands-article-intro p{font-size:19px;line-height:1.8;color:#2a5a6a;margin:0;font-weight:500}.hands-article-content{font-size:18px;line-height:2;color:#333;box-sizing:border-box;max-width:100%;min-width:0}.hands-article-content h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:50px 0 25px;padding-bottom:15px;border-bottom:3px solid #1a5298;position:relative}.hands-article-content h3{font-size:22px;font-weight:700;color:#1a5298;margin:40px 0 20px}.hands-article-content h4{font-size:18px;font-weight:700;color:#1a1a1a;margin:30px 0 15px}.hands-article-content p{margin-bottom:22px}.hands-article-content ul,.hands-article-content ol{margin:25px 0;padding-right:30px}.hands-article-content li{margin-bottom:12px;line-height:1.8}.hands-article-content img{max-width:100%;height:auto;border-radius:12px;margin:30px 0;box-shadow:0 5px 20px rgb(0 0 0 / .1)}.hands-article-content table{width:100%;margin:36px 0;direction:rtl;border-collapse:separate;border-spacing:0;border:1px solid #dbe7f0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 14px 36px rgb(15 37 87 / .08)}.hands-article-content thead th{background:linear-gradient(135deg,#f0f7f9 0%,#e8f4f8 100%);color:#0f2557;font-weight:800;border-bottom:1px solid #cfe0ea}.hands-article-content th,.hands-article-content td{padding:15px 18px;text-align:right!important;vertical-align:top;border-bottom:1px solid #e6eef5;line-height:1.85}.hands-article-content th:not(:last-child),.hands-article-content td:not(:last-child){border-left:1px solid #e6eef5}.hands-article-content tbody tr:nth-child(even) td{background:#f8fbfd}.hands-article-content tbody tr:hover td{background:#eef8fc}.hands-article-content tbody tr:last-child td{border-bottom:0}.hands-article-content tbody td:first-child{color:#0f2557;font-weight:700}.hands-article-content table strong{color:#0f2557}@media (max-width:768px){.hands-article-container{max-width:100%;min-width:0}.hands-article-main{width:100%;padding:30px 20px}.hands-article-content table{display:block;width:100%;max-width:100%;margin:28px 0;border-radius:14px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;box-shadow:0 10px 24px rgb(15 37 87 / .07)}.hands-article-content th,.hands-article-content td{min-width:145px;padding:12px 14px;font-size:15px;line-height:1.75}.hands-article-content th:first-child,.hands-article-content td:first-child{min-width:118px}}.hands-article-content blockquote{background:linear-gradient(135deg,#1a5298 0%,#0f2557 100%);color:#fff;padding:30px 35px;border-radius:12px;margin:35px 0;font-size:20px;font-weight:500;line-height:1.8;position:relative}.hands-article-content blockquote::before{content:'"';position:absolute;top:10px;right:20px;font-size:80px;opacity:.2;font-family:Georgia,serif;line-height:1}.hands-article-content a{color:#1a5298;text-decoration:underline;transition:color 0.2s ease}.hands-article-content a:hover{color:#1a4a5a}.hands-article-content pre,.hands-article-content code{background:#1a1a2e;color:#a8d8ea;border-radius:8px;font-family:'Courier New',monospace}.hands-article-content pre{padding:25px;overflow-x:auto;margin:25px 0}.hands-article-content code{padding:3px 8px;font-size:15px}.hands-page-links{display:flex;align-items:center;gap:10px;margin-top:40px;padding-top:25px;border-top:1px solid #e0e0e0}.hands-page-links-title{font-weight:700;color:#1a1a1a}.hands-page-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f0f0;border-radius:8px;font-weight:600;transition:all 0.2s ease}.hands-page-number:hover{background:#1a5298;color:#fff}.hands-article-tags{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:45px;padding-top:110px;border-top:1px solid #e0e0e0}.hands-tags-label{font-weight:700;color:#1a1a1a;font-size:16px}.hands-tags-list{display:flex;flex-wrap:wrap;gap:10px}.hands-tag{display:inline-block;background:#f5f5f5;padding:8px 16px;border-radius:6px;color:#1a1a1a;text-decoration:none;font-size:14px;font-weight:500;transition:all 0.2s ease;border:1px solid #e0e0e0}.hands-tag:hover{background:#1a5298;color:#fff;border-color:#1a5298}.hands-author-box{display:flex;gap:25px;margin-top:50px;padding:30px;background:linear-gradient(135deg,#fafbfc 0%,#f0f7f9 100%);border-radius:16px;border:1px solid #e8f4f8}.hands-author-avatar img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 5px 20px rgb(26 82 152 / .2)}.hands-author-info{flex:1}.hands-author-label{display:block;font-size:13px;color:#757575;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.hands-author-name{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 10px 0}.hands-author-bio{font-size:15px;line-height:1.7;color:#666;margin:0 0 15px 0}.hands-author-link{display:inline-flex;align-items:center;gap:8px;color:#1a5298;font-weight:600;font-size:14px;text-decoration:none;transition:color 0.2s ease}.hands-author-link:hover{color:#1a4a5a}.hands-post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:50px;padding-top:40px;border-top:2px solid #e0e0e0}.hands-post-navigation--single{grid-template-columns:1fr}.hands-nav-link{display:block;padding:25px;background:#fafbfc;border-radius:12px;text-decoration:none;transition:all 0.3s ease;border:1px solid #e0e0e0}.hands-nav-link:hover{background:#1a5298;border-color:#1a5298;transform:translateY(-3px);box-shadow:0 10px 30px rgb(26 82 152 / .2)}.hands-nav-link:hover .hands-nav-direction,.hands-nav-link:hover .hands-nav-title{color:#fff}.hands-nav-empty{background:#fff0;border:none}.hands-nav-direction{display:block;font-size:13px;font-weight:600;color:#1a5298;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;transition:color 0.3s ease}.hands-nav-title{display:block;font-size:17px;font-weight:700;color:#1a1a1a;line-height:1.4;transition:color 0.3s ease}.hands-nav-prev{text-align:right}.hands-nav-next{text-align:left}.hands-article-sidebar{position:sticky;top:110px;height:fit-content}.hands-sidebar-widget{background:#fff;border-radius:16px;padding:25px;margin-bottom:25px;box-shadow:0 5px 25px rgb(0 0 0 / .06);border:1px solid #f0f0f0}.hands-widget-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 20px 0;padding-bottom:15px;border-bottom:2px solid #1a5298}.hands-widget-icon{font-size:20px}.hands-toc-list{max-height:400px;overflow-y:auto}.hands-toc-items{list-style:none;padding:0;margin:0}.hands-toc-item{margin-bottom:8px}.hands-toc-item a{display:block;padding:10px 15px;background:#fafbfc;border-radius:8px;color:#1a1a1a;text-decoration:none;font-size:14px;font-weight:500;transition:all 0.2s ease;border-right:3px solid #fff0}.hands-toc-item a:hover{background:#e8f4f8;border-right-color:#1a5298;color:#1a5298}.hands-toc-h3 a{padding-right:30px;font-size:13px;color:#666}.hands-toc-loading,.hands-toc-empty{font-size:14px;color:#757575;text-align:center;padding:15px}.hands-related-posts{display:flex;flex-direction:column;gap:15px}.hands-related-item{display:flex;gap:15px;padding:12px;background:#fafbfc;border-radius:10px;text-decoration:none;transition:all 0.2s ease;border:1px solid #fff0}.hands-related-item:hover{background:#fff;border-color:#1a5298;box-shadow:0 5px 15px rgb(26 82 152 / .1)}.hands-related-thumb{flex-shrink:0;width:70px;height:70px;border-radius:8px;overflow:hidden}.hands-related-thumb img{width:100%;height:100%;object-fit:cover}.hands-related-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a5298,#38bdf8);display:flex;align-items:center;justify-content:center;font-size:24px}.hands-related-info{flex:1;min-width:0}.hands-related-title{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 6px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hands-related-date{font-size:12px;color:#757575}.hands-no-related{text-align:center;color:#757575;font-size:14px;padding:20px}.hands-view-all-widget{background:linear-gradient(135deg,#1a5298 0%,#0f2557 100%);border-radius:16px;padding:25px;text-align:center;box-shadow:0 4px 20px rgb(26 82 152 / .25)}.hands-view-all-link,.hands-view-all-link:link,.hands-view-all-link:visited,.hands-view-all-link:hover,.hands-view-all-link:active{display:block;text-align:center;padding:14px 20px;background:rgb(255 255 255 / .15);color:#ffffff!important;border-radius:10px;text-decoration:none!important;font-weight:700;font-size:15px;transition:all 0.3s ease;border:2px solid rgb(255 255 255 / .3)}.hands-view-all-link:hover{background:rgb(255 255 255 / .25);transform:translateY(-2px);box-shadow:0 5px 20px rgb(0 0 0 / .2);color:#ffffff!important}.hands-share-widget{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%)}.hands-share-subtitle{font-size:13px;color:#757575;margin:-10px 0 18px 0}.hands-share-buttons{display:flex;flex-direction:column;gap:10px}.hands-share-btn{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:14px 18px;border-radius:12px;text-decoration:none;font-weight:600;font-size:14px;transition:all 0.3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;position:relative;overflow:hidden}.hands-share-btn svg{flex-shrink:0;transition:transform 0.3s ease}.hands-share-btn span{flex:1}.hands-share-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .2),transparent);transition:left 0.5s ease}.hands-share-btn:hover::before{left:100%}.hands-share-btn:hover{transform:translateX(-5px);box-shadow:0 8px 25px rgb(0 0 0 / .15)}.hands-share-btn:hover svg{transform:scale(1.15)}.hands-share-twitter{background:#fafbfc;color:#1a1a1a;border:1px solid #e0e0e0}.hands-share-twitter:hover{background:#1a1a1a;color:#fff!important;border-color:#1a1a1a;box-shadow:0 5px 15px rgb(0 0 0 / .15)}.hands-share-facebook{background:#f0f7ff;color:#1877f2;border:1px solid #cce4ff}.hands-share-facebook:hover{background:#1877f2;color:#fff!important;border-color:#1877f2;box-shadow:0 5px 15px rgb(24 119 242 / .25)}.hands-share-linkedin{background:#f0f7fc;color:#0a66c2;border:1px solid #cce4f7}.hands-share-linkedin:hover{background:#0a66c2;color:#fff!important;border-color:#0a66c2;box-shadow:0 5px 15px rgb(10 102 194 / .25)}.hands-share-whatsapp{background:#f0fdf4;color:#25d366;border:1px solid #bbf7d0}.hands-share-whatsapp:hover{background:#25d366;color:#fff!important;border-color:#25d366;box-shadow:0 5px 15px rgb(37 211 102 / .25)}.hands-share-copy{background-color:#f0f7f9;border:1px solid #d1e7ed;font-weight:600;font-size:15px;letter-spacing:.2px;transition:all 0.25s ease;color:#fff}.hands-share-copy:hover{color:#fff;background-color:#1a5298;border-color:#1a5298;box-shadow:0 6px 18px rgb(26 82 152 / .25)}.hands-share-copy.copied{background-color:#10b981;color:#fff;border-color:#10b981;box-shadow:0 6px 18px rgb(16 185 129 / .25)}.hands-more-articles{background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);padding:80px 20px}.hands-more-header{text-align:center;margin-bottom:50px}.hands-more-title{font-size:clamp(26px, 4vw, 36px);font-weight:800;color:#1a1a1a;margin:0 0 15px 0}.hands-more-subtitle{font-size:18px;color:#666;margin:0}.hands-more-line{width:80px;height:4px;background:linear-gradient(90deg,#1a5298,#38bdf8);margin:25px auto 0;border-radius:2px}.hands-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.hands-more-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgb(0 0 0 / .08);text-decoration:none;transition:all 0.4s ease;border:1px solid #f0f0f0}.hands-more-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgb(26 82 152 / .18);border-color:#1a5298}.hands-more-card-image{position:relative;height:220px;overflow:hidden}.hands-more-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.hands-more-card:hover .hands-more-card-image img{transform:scale(1.08)}.hands-more-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 40%,rgb(0 0 0 / .4) 100%)}.hands-more-card-content{padding:25px}.hands-more-card-date{display:block;font-size:13px;color:#1a5298;font-weight:600;margin-bottom:10px}.hands-more-card-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px 0;line-height:1.4;transition:color 0.3s ease}.hands-more-card:hover .hands-more-card-title{color:#1a5298}.hands-more-card-excerpt{font-size:14px;color:#666;line-height:1.7;margin:0 0 15px 0}.hands-more-card-link{display:inline-block;font-size:14px;font-weight:600;color:#1a5298;transition:all 0.3s ease}.hands-more-card:hover .hands-more-card-link{padding-right:10px}.hands-more-footer{text-align:center;margin-top:50px}.hands-browse-all-btn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#1a5298 0%,#0f2557 100%);color:#fff!important;padding:18px 40px;border-radius:50px;text-decoration:none;font-size:17px;font-weight:700;transition:all 0.3s ease;box-shadow:0 10px 30px rgb(26 82 152 / .3)}.hands-browse-all-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgb(26 82 152 / .4)}.hands-btn-arrow{font-size:20px;transition:transform 0.3s ease}.hands-browse-all-btn:hover .hands-btn-arrow{transform:translateX(-5px)}.hands-comments-section{margin-top:50px;padding-top:40px;border-top:2px solid #e0e0e0}@media (max-width:1200px){.hands-article-container{grid-template-columns:1fr 300px;gap:40px}}@media (max-width:1024px){.hands-article-container{grid-template-columns:1fr}.hands-article-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.hands-article-hero{min-height:60vh;padding:80px 30px 60px;background-attachment:scroll}.hands-article-main{padding:40px}.hands-more-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hands-article-hero{min-height:55vh;padding:70px 20px 50px}.hands-article-title{font-size:28px}.hands-article-meta{gap:15px}.hands-meta-item{font-size:13px}.hands-article-wrapper{padding:40px 15px 60px}.hands-article-main{padding:30px 25px;border-radius:16px}.hands-article-content{font-size:16px}.hands-article-content h2{font-size:24px}.hands-article-sidebar{grid-template-columns:1fr}.hands-post-navigation{grid-template-columns:1fr}.hands-author-box{flex-direction:column;text-align:center}.hands-more-grid{grid-template-columns:1fr}.hands-more-articles{padding:60px 15px}.hands-scroll-indicator{display:none}}@media (max-width:480px){.hands-article-hero{min-height:50vh;padding:60px 15px 40px}.hands-article-title{font-size:24px}.hands-cat-badge{padding:8px 14px;font-size:12px}.hands-article-main{padding:25px 20px}.hands-article-intro{padding:20px}.hands-article-intro p{font-size:16px}.hands-author-avatar img{width:80px;height:80px}.hands-share-btn{width:40px;height:40px;font-size:16px}.hands-browse-all-btn{padding:15px 30px;font-size:15px}}@media (max-width:1024px){.parent-categories-grid{grid-template-columns:repeat(2,1fr)}.archive-layout-wrapper,.single-layout-wrapper{grid-template-columns:1fr}.blog-sidebar{position:static}.posts-grid{grid-template-columns:repeat(2,1fr)}.blog-hero{padding:60px 20px}.blog-hero-title{font-size:38px}.section-title{font-size:32px}}@media (max-width:768px){.parent-categories-grid,.posts-grid{grid-template-columns:1fr}.page-title{font-size:32px}.entry-title{font-size:28px}.archive-title{font-size:28px}.post-navigation .nav-links{grid-template-columns:1fr}.entry-content{font-size:17px}.blog-hero{padding:50px 20px}.blog-hero-title{font-size:32px}.blog-hero-subtitle{font-size:18px}.hero-stat{font-size:14px;padding:8px 16px}.section-title{font-size:28px}}@media (max-width:480px){.blog-home-page,.category-archive-page,.single-post-page{padding:0}.categories-section{padding:40px 15px}.page-title{font-size:26px}.entry-title{font-size:24px}.blog-hero{padding:40px 15px}.blog-hero-title{font-size:28px}.blog-hero-subtitle{font-size:16px}.blog-hero-meta{gap:15px}.section-title{font-size:24px}}.hands-comments-section{margin-top:50px;padding-top:40px;border-top:2px solid #e0e0e0}.single-post #comments{padding:0!important;margin:0!important}.hands-comments-section .comments-area{background:#fff;border-radius:16px;padding:35px;border:1px solid #f0f0f0}.hands-comments-section .comments-title,.hands-comments-section #reply-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 30px 0;display:flex;align-items:center;gap:12px}.hands-comment-icon{font-size:28px}.hands-comments-section .comment-list{list-style:none;padding:0;margin:0 0 40px 0}.hands-comments-section .comment{padding:25px;background:#fafbfc;border-radius:12px;margin-bottom:20px;border-right:4px solid #1a5298}.hands-comments-section .comment-author{display:flex;align-items:center;gap:15px;margin-bottom:15px}.hands-comments-section .comment-author img{border-radius:50%;width:50px;height:50px}.hands-comments-section .comment-author .fn{font-weight:700;color:#1a1a1a;font-size:16px}.hands-comments-section .comment-metadata{font-size:13px;color:#757575;margin-bottom:15px}.hands-comments-section .comment-content{font-size:15px;line-height:1.8;color:#333}.hands-comments-section .reply a{display:inline-block;margin-top:15px;padding:8px 18px;background:#1a5298;color:#fff;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;transition:all 0.2s ease}.hands-comments-section .reply a:hover{background:#0f2557}.hands-comments-section .comment-respond{background:#fafbfc;border-radius:16px;padding:35px;border:2px solid #e8f4f8}.hands-comments-section .comment-form{display:flex;flex-direction:column;gap:20px}.hands-comments-section .comment-form label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:8px;font-size:14px}.hands-comments-section .comment-form .required{color:#e74c3c}.hands-comments-section .comment-form input[type="text"],.hands-comments-section .comment-form input[type="email"],.hands-comments-section .comment-form textarea{width:100%;padding:15px 18px;border:2px solid #e0e0e0;border-radius:10px;font-size:15px;font-family:inherit;transition:all 0.2s ease;background:#fff}.hands-comments-section .comment-form input:focus,.hands-comments-section .comment-form textarea:focus{outline:none;border-color:#1a5298;box-shadow:0 0 0 4px rgb(26 82 152 / .1)}.hands-comments-section .comment-form textarea{min-height:280px;resize:vertical}.hands-comments-section .comment-form-comment{flex:1;width:100%;grid-column:1 / -1!important}.hands-comments-section .comment-form-url,.comment-form-url,p.comment-form-url{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important}.hands-comments-section .comment-form-author,.hands-comments-section .comment-form-email{flex:1}@media (min-width:768px){.hands-comments-section .comment-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hands-comments-section .comment-form-comment,.hands-comments-section .comment-form-cookies-consent,.hands-comments-section .form-submit{grid-column:1 / -1}}.hands-comments-section .comment-form-cookies-consent{display:flex;align-items:center;gap:10px;font-size:13px;color:#666}.hands-comments-section .comment-form-cookies-consent input[type="checkbox"]{width:18px;height:18px;accent-color:#1a5298}.hands-comments-section .form-submit{margin:0}.hands-comments-section .form-submit input[type="submit"]{background:linear-gradient(135deg,#1a5298 0%,#0f2557 100%);color:#fff;border:none;padding:16px 40px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all 0.3s ease;width:100%}.hands-comments-section .form-submit input[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(26 82 152 / .3)}.hands-comments-count{display:inline-flex;align-items:center;gap:8px;background:#f0f7f9;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#1a5298;margin-bottom:25px}.hands-comments-section .no-comments{text-align:center;padding:40px;color:#757575;font-size:16px}