.allfreesvg-home{background:var(--light)}.allfreesvg-home .row{display:flex;flex-wrap:wrap;margin:0 -.75rem}.allfreesvg-home .row.g-4{gap:0}.allfreesvg-home .row.g-4>[class*="col-"]{padding:.75rem}.allfreesvg-home .col-md-3{flex:0 0 25%;max-width:25%;padding:0 .75rem}.allfreesvg-home .col-md-4{flex:0 0 33.333%;max-width:33.333%;padding:0 .75rem}.allfreesvg-home .col-lg-6{flex:0 0 50%;max-width:50%;padding:0 .75rem}.allfreesvg-home .section-padding{padding:5rem 0}.allfreesvg-home .section-title{text-align:center;font-size:2.25rem;margin-bottom:3rem;position:relative;display:inline-block;width:100%;color:var(--dark);font-family:var(--font-heading)}.allfreesvg-home .section-subtitle{display:block;text-align:center;font-size:1rem;color:var(--gray-500);margin-top:.5rem;margin-bottom:3rem;font-weight:300;max-width:600px;margin-left:auto;margin-right:auto}.allfreesvg-home .hero{background:radial-gradient(600px circle at var(--x,50%) var(--y,50%),rgb(225 29 72 / .1) 0%,transparent 40%),linear-gradient(135deg,var(--light) 0%,#FFF1F2 100%);padding:6rem 0 8rem;position:relative;overflow:hidden}.allfreesvg-home .hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.25rem;background:linear-gradient(to right,var(--dark),var(--primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;text-wrap:balance;font-family:var(--font-heading)}.allfreesvg-home .hero p{font-size:1.25rem;color:var(--gray-500);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.allfreesvg-home .search-box-wrapper{background:var(--white);padding:.5rem;border-radius:999px;box-shadow:var(--shadow-lg);max-width:700px;margin:0 auto 2.5rem;display:flex;border:1px solid var(--gray-200);transition:transform 0.2s,box-shadow 0.2s}.allfreesvg-home .search-box-wrapper:focus-within{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 10px 10px -5px rgb(0 0 0 / .04);border-color:var(--primary)}.allfreesvg-home .search-box-wrapper input[type="search"]{border:none;padding:0 1.5rem;font-size:1rem;flex-grow:1;outline:none;color:var(--dark);border-radius:999px;background:#fff0;font-family:var(--font-body);-webkit-appearance:none;appearance:none}.allfreesvg-home .search-box-wrapper button{background-color:var(--primary);color:var(--white);border:none;padding:.75rem 2rem;border-radius:999px;font-weight:600;font-family:var(--font-heading);transition:background 0.2s;cursor:pointer;font-size:1rem}.allfreesvg-home .search-box-wrapper button:hover{background-color:var(--primary-hover)}.allfreesvg-home .tag-cloud{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:3rem;font-family:var(--font-heading);font-weight:500;color:var(--gray-500);font-size:.9rem}.allfreesvg-home .hero-actions .btn{padding:.875rem 2rem}.allfreesvg-home .trust-badges{display:flex;justify-content:center;gap:2rem;margin-top:4rem;font-size:.95rem;color:var(--gray-500);font-weight:500}.allfreesvg-home .trust-badges i{color:var(--primary);margin-right:.5rem}.allfreesvg-home .marquee-section{background:var(--primary);color:var(--white);padding:1rem 0;overflow:hidden;white-space:nowrap;position:relative;border-top:1px solid rgb(255 255 255 / .1);border-bottom:1px solid rgb(255 255 255 / .1)}.allfreesvg-home .marquee-content{display:inline-block;animation:allfreesvg-marquee 45s linear infinite;padding-left:100%}.allfreesvg-home .marquee-item{display:inline-flex;align-items:center;margin-right:4rem;font-size:1.1rem;font-weight:600}.allfreesvg-home .marquee-item img{height:40px;width:40px;border-radius:4px;margin-right:1rem;background:var(--white);object-fit:cover;border:2px solid var(--white)}.allfreesvg-home .marquee-item span{text-transform:uppercase;letter-spacing:1px}@keyframes allfreesvg-marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}.allfreesvg-home .category-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;text-align:center}.allfreesvg-home .cat-btn{min-width:140px;background:var(--white);border:1px solid var(--gray-200);padding:1rem;border-radius:var(--radius-md);color:var(--dark);font-weight:600;font-family:var(--font-heading);transition:all 0.2s;box-shadow:var(--shadow-sm);display:block}.allfreesvg-home .cat-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.allfreesvg-home .svg-card{border-radius:var(--radius-lg);background:var(--white);overflow:hidden;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm);position:relative;border:1px solid var(--gray-200);display:flex;flex-direction:column}.allfreesvg-home .svg-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--gray-300)}.allfreesvg-home .card-img-wrapper{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:.75rem;min-height:180px}.allfreesvg-home .svg-card img{object-fit:cover;transition:transform 0.3s;width:100%;height:160px;border-radius:10px;border:1px solid #e2e8f0}.allfreesvg-home .svg-card:hover img{transform:scale(1.05)}.allfreesvg-home .card-body{padding:0 .75rem .75rem;text-align:left;display:flex;flex-direction:column;gap:.5rem}.allfreesvg-home .card-body h6{margin:0;font-size:.95rem;font-weight:700;color:var(--dark);font-family:var(--font-heading);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.allfreesvg-home .card-meta{display:flex;align-items:center;justify-content:space-between}.allfreesvg-home .card-meta-label{font-size:.8rem;font-weight:500;color:var(--gray-500)}.allfreesvg-home .card-meta-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:50%;color:var(--gray-500);font-size:.85rem;transition:all 0.2s;flex-shrink:0}.allfreesvg-home .svg-card:hover .card-meta-icon{background:var(--primary);color:var(--white)}.allfreesvg-home .svg-card:hover .card-meta-label{color:var(--primary)}.allfreesvg-home .badge-trending{position:absolute;display:flex;align-items:center;justify-content:center;top:6px;right:6px;background-color:var(--primary);color:var(--white);font-size:.7rem;font-weight:700;border-radius:50%;z-index:2;box-shadow:0 4px 6px -1px rgb(225 29 72 / .4);height:30px;width:30px}.allfreesvg-home .feature-box{text-align:center;padding:2.5rem 2rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);height:100%;transition:all 0.3s}.allfreesvg-home .feature-box:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light)}.allfreesvg-home .feature-icon{width:64px;height:64px;background-color:var(--primary-light);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.5rem}.allfreesvg-home .feature-box h4{font-size:1.25rem;margin-bottom:.75rem;font-family:var(--font-heading)}.allfreesvg-home .feature-box p{color:var(--gray-500);margin:0}.allfreesvg-home .creator-tags{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.allfreesvg-home .creator-tag{background:var(--white);padding:1rem 2rem;border-radius:999px;font-weight:600;color:var(--dark);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);display:flex;align-items:center;gap:.75rem;transition:all 0.2s;font-family:var(--font-heading)}.allfreesvg-home .creator-tag:hover{background:var(--dark);color:var(--white);border-color:var(--dark);transform:translateY(-2px)}.allfreesvg-home .how-it-works-section{position:relative;padding:6rem 0;overflow:hidden}.allfreesvg-home .steps-wrapper{position:relative;display:flex;justify-content:space-between;gap:2rem;margin-top:4rem}.allfreesvg-home .steps-wrapper::before{content:'';position:absolute;top:50px;left:15%;right:15%;height:3px;background:linear-gradient(90deg,transparent,var(--gray-200) 20%,var(--gray-200) 80%,transparent);z-index:0}.allfreesvg-home .step-card{text-align:center;position:relative;z-index:1;flex:1;background:#fff0;border:none;box-shadow:none;padding:0}.allfreesvg-home .step-icon-circle{width:100px;height:100px;background:var(--white);border-radius:50%;border:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--primary);margin:0 auto 2rem;position:relative;box-shadow:var(--shadow-md);transition:all 0.3s ease}.allfreesvg-home .step-card:hover .step-icon-circle{transform:translateY(-5px) scale(1.05);border-color:var(--primary);box-shadow:var(--shadow-colored);color:var(--white);background:var(--primary)}.allfreesvg-home .step-badge{position:absolute;top:-5px;right:-5px;width:32px;height:32px;background:var(--dark);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;border:3px solid var(--light)}.allfreesvg-home .step-content h5{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark);font-family:var(--font-heading)}.allfreesvg-home .step-content p{color:var(--gray-500);font-size:.95rem;line-height:1.5;margin:0 auto;text-wrap:balance;max-width:300px}.allfreesvg-home .subscription-section{padding:5rem 0;border-radius:var(--radius-xl);text-align:center;position:relative;overflow:hidden}.allfreesvg-home .subscription-section h2{font-weight:800;margin-bottom:1rem;font-family:var(--font-heading)}.allfreesvg-home .subscription-section .subscription-content>p{max-width:30em;margin-left:auto;margin-right:auto;text-wrap:balance}.allfreesvg-home .subscription-section p,.allfreesvg-home .subscription-section .allfreesvg-consent{color:var(--gray-500)}.allfreesvg-home .sub-form{max-width:500px;margin:2rem auto 0;position:relative}.allfreesvg-home .donation-section{padding:5rem 0}.allfreesvg-home .donation-card{position:relative;background:var(--hero-dark-gradient);border-radius:var(--radius-xl);padding:4rem 3rem;text-align:center;overflow:hidden;box-shadow:0 20px 60px -15px rgb(15 23 42 / .3)}.allfreesvg-home .donation-glow{position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,rgb(225 29 72 / .2) 0%,transparent 70%);border-radius:50%;pointer-events:none}.allfreesvg-home .donation-glow::after{content:'';position:absolute;bottom:-120px;left:-100px;width:250px;height:250px;background:radial-gradient(circle,rgb(225 29 72 / .1) 0%,transparent 70%);border-radius:50%}.allfreesvg-home .donation-content{position:relative;z-index:1}.allfreesvg-home .donation-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;background:rgb(225 29 72 / .15);border:1px solid rgb(225 29 72 / .3);border-radius:999px;font-size:.8rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}.allfreesvg-home .donation-badge i{font-size:.85rem;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,100%{transform:scale(1)}15%{transform:scale(1.25)}30%{transform:scale(1)}45%{transform:scale(1.15)}60%{transform:scale(1)}}.allfreesvg-home .donation-card h2{color:var(--white);font-size:2.5rem;font-weight:800;margin-bottom:1rem;font-family:var(--font-heading)}.allfreesvg-home .donation-card p{color:rgb(255 255 255 / .6);font-size:1.05rem;max-width:550px;margin:0 auto 2rem;line-height:1.7}.allfreesvg-home .donation-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.allfreesvg-home .donation-stat{display:flex;align-items:center;gap:.5rem;color:rgb(255 255 255 / .5);font-size:.85rem;font-weight:500}.allfreesvg-home .donation-stat i{color:var(--primary);font-size:1rem}.allfreesvg-home .donation-card .donate-amount-btn{background:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .12);color:var(--white)}.allfreesvg-home .donation-card .donate-amount-btn:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 8px 25px -5px rgb(225 29 72 / .4)}.allfreesvg-home .donation-card .donate-amount-value{color:var(--white)}.allfreesvg-home .donation-card .donate-amount-label{color:rgb(255 255 255 / .45)}.allfreesvg-home .donation-card .donate-amount-btn:hover .donate-amount-label{color:rgb(255 255 255 / .9)}.allfreesvg-home .donation-card .donate-custom-row{background:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .12)}.allfreesvg-home .donation-card .donate-custom-row:focus-within{border-color:var(--primary)}.allfreesvg-home .donation-card .donate-currency{color:rgb(255 255 255 / .4)}.allfreesvg-home .donation-card .allfreesvg-donate-custom input{color:var(--white)}.allfreesvg-home .donation-card .allfreesvg-donate-custom input::placeholder{color:rgb(255 255 255 / .25)}.allfreesvg-home .donation-card .donate-set-amount-btn{background:rgb(255 255 255 / .12);color:var(--white);border:1px solid rgb(255 255 255 / .2)}.allfreesvg-home .donation-card .donate-set-amount-btn:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 4px 15px -3px rgb(225 29 72 / .4)}.allfreesvg-home .donation-card .donate-submit-btn{background:var(--primary)}.allfreesvg-home .donation-card .donate-submit-btn:hover{background:var(--primary-hover)}.allfreesvg-home .donation-card .allfreesvg-paypal-buttons{max-width:420px;margin-left:auto;margin-right:auto}.allfreesvg-home .donation-card .allfreesvg-paypal-loader-text{color:rgb(255 255 255 / .85)}.allfreesvg-home .donation-card .allfreesvg-paypal-loader-spinner{border-color:rgb(255 255 255 / .2);border-top-color:var(--primary)}.allfreesvg-home .donation-card .allfreesvg-donate-button{justify-content:center}.allfreesvg-home .seo-block{background:var(--white);padding:3rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.allfreesvg-home .seo-content h3{margin-bottom:1.5rem;color:var(--dark);font-weight:700;font-family:var(--font-heading)}.allfreesvg-home .seo-content p{color:var(--gray-600);line-height:1.8;margin-bottom:0}.allfreesvg-home .seo-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.allfreesvg-home .donation-section{background:var(--primary);color:var(--white)}.allfreesvg-home .donation-section .section-title,.allfreesvg-home .donation-section .section-subtitle{color:var(--white)}@media (max-width:960px){.allfreesvg-home .hero{padding:4rem 0 5rem}.allfreesvg-home .hero h1{font-size:2.75rem}.allfreesvg-home .section-padding{padding:3.5rem 0}.allfreesvg-home .section-title{font-size:1.85rem;margin-bottom:2rem}.allfreesvg-home .section-subtitle{margin-bottom:2rem}.allfreesvg-home .col-md-3{flex:0 0 50%;max-width:50%}.allfreesvg-home .col-md-4{flex:0 0 50%;max-width:50%}.allfreesvg-home .col-lg-6{flex:0 0 100%;max-width:100%}.allfreesvg-home .seo-block .row{flex-direction:column-reverse}.allfreesvg-home .seo-image{margin-bottom:2rem}.allfreesvg-home .seo-block{padding:2rem}.allfreesvg-home .subscription-section{margin:2rem 0;padding:3rem 1.5rem;border-radius:var(--radius-lg)}.allfreesvg-home .creator-tags{gap:.75rem}.allfreesvg-home .creator-tag{padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width:768px){.allfreesvg-home .hero h1{font-size:2.25rem}.allfreesvg-home .hero p{font-size:.875rem;text-wrap:balance}.allfreesvg-home .search-box-wrapper{flex-direction:column;border-radius:var(--radius-lg);padding:.5rem;gap:.5rem}.allfreesvg-home .search-box-wrapper input[type="search"]{padding:.75rem 1rem;font-size:.875rem;border-radius:var(--radius-md)}.allfreesvg-home .tag-cloud{font-size:.625rem;gap:.5rem}.allfreesvg-home .search-box-wrapper button{width:100%;padding:.5rem;border-radius:var(--radius-md);font-size:.875rem}.allfreesvg-home .trust-badges{flex-direction:column;gap:.75rem;align-items:flex-start;margin-top:2.5rem}.allfreesvg-home .trust-badges span{font-size:.75rem;border-top:1px solid #e2e8f0;width:100%;text-align:justify;padding-top:13px}.allfreesvg-home .trust-badges span:first-child{border-top:none;padding-top:0}.allfreesvg-home .steps-wrapper{flex-direction:column;gap:2.5rem;margin-top:2rem}.allfreesvg-home .steps-wrapper::before{display:none}.allfreesvg-home .category-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.allfreesvg-home .how-it-works-section{padding:4rem 0}.allfreesvg-home .hero-actions{flex-direction:column;align-items:center}.allfreesvg-home .hero-actions .btn{width:100%;max-width:280px;padding:.5rem 1.5rem}.allfreesvg-home .donation-card{padding:3rem 1.5rem}.allfreesvg-home .donation-card h2{font-size:1.85rem}.allfreesvg-home .donation-stats{gap:1rem}.allfreesvg-home .donation-stat{font-size:.8rem}.allfreesvg-home .marquee-section{padding:.5rem 0 0}.allfreesvg-home .marquee-item img{height:30px;width:30px;border-radius:4px;margin-right:.5rem}.allfreesvg-home .marquee-item span{font-size:.75rem;line-height:1.2}.allfreesvg-home .section-subtitle{font-size:.875rem}.allfreesvg-home .cat-btn{padding:.5rem 1rem;font-size:.875rem}}@media (max-width:480px){.allfreesvg-home .col-md-3{flex:0 0 100%;max-width:100%}.allfreesvg-home .col-md-4{flex:0 0 100%;max-width:100%}.allfreesvg-home .hero{padding:3rem 0 2rem}.allfreesvg-home .hero h1{font-size:1.85rem}.allfreesvg-home .section-padding{padding:2.5rem 0}.allfreesvg-home .section-title{font-size:1.5rem}.allfreesvg-home .feature-box{padding:1.5rem 1rem}.allfreesvg-home .marquee-item{margin-right:2rem;font-size:.95rem}.allfreesvg-home .tag-cloud{margin-bottom:2rem}.allfreesvg-home .subscription-section{margin:1rem 0;padding:2rem 1rem}.allfreesvg-home .subscription-section h2{font-size:1.5rem}.allfreesvg-home .donation-section{padding:3rem 0}.allfreesvg-home .donation-card{padding:2.5rem 1.25rem;border-radius:var(--radius-lg)}.allfreesvg-home .donation-card h2{font-size:1.5rem}.allfreesvg-home .donation-card p{font-size:.9rem}.allfreesvg-home .donate-amount-btn{min-width:90px;padding:1rem 1.25rem}.allfreesvg-home .donate-amount-value{font-size:1.25rem}.allfreesvg-home .donate-custom-row{flex-direction:column;border-radius:var(--radius-lg);padding:.5rem;gap:.5rem}.allfreesvg-home .donate-currency{display:none}.allfreesvg-home .allfreesvg-donate-custom input{width:100%;text-align:center;padding:.6rem}.allfreesvg-home .donate-submit-btn{width:100%;justify-content:center;padding:.7rem}.allfreesvg-home .donation-stats{flex-direction:column;gap:.5rem;align-items:center}}@media (max-width:525px){.allfreesvg-home .subscription-section h2{text-wrap:balance}.allfreesvg-home .subscription-section .sender-form-box{width:100%!important}.allfreesvg-home .subscription-section .box-padding{padding:20px!important}}@media (max-width:360px){.allfreesvg-home .hero h1{font-size:1.6rem}.allfreesvg-home .hero p{font-size:.8125rem}.allfreesvg-home .section-title{font-size:1.35rem}.allfreesvg-home .section-subtitle{font-size:.8125rem}.allfreesvg-home .hero-actions .btn{max-width:none}.allfreesvg-home .donation-card h2{font-size:1.35rem}.allfreesvg-home .donation-card p{font-size:.85rem}.allfreesvg-home .subscription-section h2{font-size:1.35rem}}