*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:#666}a{color:#6366f1;text-decoration:none;transition:color .3s ease}a:hover{color:#4f46e5}.cta-button{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem;text-align:center}.cta-button.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(99,102,241,.3)}.cta-button.secondary{background:transparent;color:#6366f1;border:2px solid #6366f1}.cta-button.secondary:hover{background:#6366f1;color:white}.cta-button.large{padding:16px 32px;font-size:1.1rem}.cta-button:disabled{opacity:.6;cursor:not-allowed}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}.header.scrolled{background:rgba(255,255,255,.98);box-shadow:0 2px 20px rgba(0,0,0,.1)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem}.nav-link{color:#333;font-weight:500;position:relative;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#6366f1}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#6366f1;transition:width .3s ease}.nav-link.active:after,.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#060b97)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/her.png?height=1080&width=1920) 50%/cover;opacity:.1}.hero-content{text-align:center;position:relative;z-index:2;color:white;max-width:800px;margin:0 auto}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:rgba(255,255,255,.9);line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}.scroll-arrow{width:24px;height:24px;border:2px solid white;border-top:none;border-left:none;transform:rotate(45deg)}.page-content{padding-top:80px}.hero-section{padding:6rem 0 4rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;text-align:center}.hero-section h1{font-size:3.5rem;margin-bottom:1rem}.hero-section .hero-subtitle{font-size:1.2rem;opacity:.9}.blog-preview,.blog-section,.contact-section,.content-section,.featured-projects,.founder-section,.portfolio-section,.services-preview,.services-section,.testimonials,.values-section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.logo{height:40px;width:auto}.section-cta{text-align:center;margin-top:3rem}.blog-grid,.projects-grid,.services-grid,.values-grid{display:grid;gap:2rem;margin-bottom:3rem}.icon{color:#6366f1;transition:all .3s ease}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.blog-grid,.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.blog-card,.project-card,.service-card,.value-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #f3f4f6}.blog-card:hover,.project-card:hover,.service-card:hover,.value-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.service-icon,.value-icon{font-size:3rem;margin-bottom:1rem;display:block}.service-card h3,.value-card h3{color:#1f2937;margin-bottom:1rem}.service-features{list-style:none;margin:1.5rem 0}.service-features li{color:#6b7280;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.project-image{position:relative;overflow:hidden;border-radius:8px;margin-bottom:1rem}.project-image img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(99,102,241,.9);color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;text-align:center;padding:1rem}.project-card:hover .project-overlay{opacity:1}.project-category{background:rgba(255,255,255,.2);padding:.25rem .75rem;border-radius:20px;font-size:.875rem;margin-bottom:.5rem}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem}.blog-category{background:#6366f1;padding:.25rem .75rem;border-radius:20px;font-size:.75rem}.blog-author,.blog-date{color:#6b7280}.blog-card h3 a{color:#1f2937;text-decoration:none}.blog-card h3 a:hover,.read-more{color:#6366f1}.read-more{font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem}.read-more:hover{gap:.75rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-image img{width:100%;border-radius:12px}.founder-section{background:#f9fafb;padding:5rem 0}.founder-card{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:center;max-width:900px;margin:0 auto;background:white;padding:3rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.founder-image img{width:100%;border-radius:50%}.founder-content h4{color:#6366f1;margin-bottom:.5rem}.portfolio-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:white;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn.active,.filter-btn:hover{border-color:#6366f1;background:#6366f1;color:white}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.portfolio-item{cursor:pointer;border-radius:12px;overflow:hidden;transition:transform .3s ease}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-image{position:relative;overflow:hidden}.portfolio-image img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.portfolio-item:hover .portfolio-image img{transform:scale(1.1)}.portfolio-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(99,102,241,.95);color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;text-align:center;padding:2rem}.portfolio-item:hover .portfolio-overlay{opacity:1}.view-project{background:white;color:#6366f1;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;margin-top:1rem}.project-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:2000;padding:2rem}.modal-content{background:white;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;z-index:1}.modal-image img{width:100%;height:300px;object-fit:cover}.modal-info{padding:2rem}.project-technologies{margin:2rem 0}.tech-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.tech-tag{background:#e0e7ff;color:#6366f1;padding:.25rem .75rem;border-radius:15px;font-size:.875rem}.blog-post{max-width:800px;margin:0 auto}.blog-image-wrapper{position:relative;overflow:hidden;border-radius:12px 12px 0 0;aspect-ratio:16/9;margin-bottom:1.5rem}.blog-image{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image{transform:scale(1.03)}.blog-post-header{margin-bottom:3rem}.blog-post-title{font-size:2.5rem;line-height:1.2;margin:1.5rem 0 2rem;color:#1f2937}.blog-post-meta{gap:1rem;font-size:.875rem}.blog-post-image{width:100%;height:auto}.blog-post-image img{width:100%;border-radius:12px}.blog-post-content{font-size:1.1rem;color:#374151}.blog-post-content h2{font-size:1.8rem;color:#1f2937;padding-bottom:.5rem}.blog-post-content p{margin-bottom:1.5rem}.testimonials{background:#f9fafb}.testimonials-slider{position:relative;overflow:hidden;border-radius:16px;background:white;box-shadow:0 10px 30px rgba(0,0,0,.1)}.testimonial-track{display:flex;transition:transform .5s ease}.testimonial-slide{min-width:100%;padding:3rem;text-align:center}.testimonial-stars{font-size:1.5rem;margin-bottom:1rem}.testimonial-slide blockquote{font-size:1.25rem;font-style:italic;margin-bottom:2rem;color:#374151}.testimonial-author strong{display:block;color:#1f2937;margin-bottom:.5rem}.testimonial-author span{color:#6b7280}.testimonials-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:background .3s ease}.dot.active{background:#6366f1}.contact-section{background:#f9fafb}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-methods{margin-top:2rem}.contact-method{align-items:flex-start;gap:1.5rem;padding:1.5rem;border-radius:8px;margin-bottom:1rem}.contact-icon,.contact-method{display:flex;transition:all .3s ease}.contact-icon{align-items:center;justify-content:center;width:48px;height:48px;background:#e0e7ff;border-radius:50%;color:#6366f1;flex-shrink:0}.contact-method:hover .contact-icon{background:#6366f1;color:white}.contact-method h3{margin-bottom:.5rem;color:#1f2937}.contact-method a{color:#4f46e5;transition:color .2s ease}.contact-method a:hover{color:#4338ca;text-decoration:underline}.contact-method p{color:#4b5563;margin-bottom:0}.contact-form{background:white;padding:2rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1}.form-success{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;box-shadow:0 4px 12px rgba(37,211,102,.4);transition:all .3s ease;z-index:1000}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.6)}.footer{background:#1f2937;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:white}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;transition:color .3s ease}.footer-section a:hover{color:#6366f1}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;background:#374151;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.social-links a:hover{background:#6366f1}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.cta-section{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;text-align:center;padding:5rem 0}.cta-content h2{color:white;margin-bottom:1rem}.cta-content p{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.fade-in{animation:fadeIn .8s ease-out forwards}.slide-in-left{animation:slideInLeft .8s ease-out forwards}.slide-in-right{animation:slideInRight .8s ease-out forwards}.slide-in-up{animation:slideInUp .8s ease-out forwards}@media (max-width:768px){.container{padding:0 15px}.nav{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:white;flex-direction:column;justify-content:center;align-items:center;transition:left .3s ease;z-index:999}.nav.nav-open{left:0}.menu-toggle{display:flex;z-index:1001}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-section h1{font-size:2.5rem}.about-grid,.blog-grid,.projects-grid,.services-grid{grid-template-columns:1fr}.about-grid{gap:2rem}.founder-card{grid-template-columns:1fr;text-align:center}.contact-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.portfolio-filters{flex-direction:column;align-items:center}.testimonial-slide{padding:2rem 1rem}.whatsapp-button{bottom:1rem;right:1rem;width:50px;height:50px}}@media (max-width:480px){.hero-section h1,.hero-title,h2{font-size:2rem}.cta-button{padding:10px 20px;font-size:.9rem}.blog-card,.project-card,.service-card{padding:1.5rem}.modal-info,.project-modal{padding:1rem}}@media print{.header,.hero-scroll-indicator,.whatsapp-button{display:none}.page-content{padding-top:0}body{font-size:12pt;line-height:1.4}}@media (prefers-contrast:high){.cta-button.primary{background:#000;border:2px solid #000}.cta-button.secondary{background:#fff;color:#000;border:2px solid #000}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-scroll-indicator{animation:none}}.icon-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.service-icon{color:#6366f1;transition:all .3s ease}.service-card:hover .service-icon{color:#4f46e5;transform:scale(1.1)}.blog-post{padding:2rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.blog-post-header{text-align:center;margin-bottom:4rem;position:relative}.blog-post-header:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:var(--primary-gradient);border-radius:2px}.blog-post-meta{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.blog-category{background:var(--primary-gradient);color:white;padding:.5rem 1.25rem;border-radius:25px;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;box-shadow:var(--shadow-soft)}.blog-author,.blog-date{color:#64748b;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.blog-date:before{content:"📅";font-size:.8rem}.blog-author:before{content:"👤";font-size:.8rem}.blog-post-title{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1;margin:2rem 0 3rem;color:#1e293b;font-weight:800;text-align:center;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.blog-post-title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:80px;height:3px;background:var(--primary-gradient);border-radius:2px}.blog-post-image-wrapper{position:relative;border-radius:20px;overflow:hidden;max-width:900px;box-shadow:var(--shadow-medium);border:1px solid rgba(255,255,255,.2);background:white;padding:1rem}.blog-post-image{width:40%;height:20%;border-radius:12px;object-fit:cover;transition:transform .3s ease}.blog-post-image-wrapper:hover .blog-post-image{transform:scale(1.02)}.blog-post-content{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.8;color:#475569;background:white;padding:3rem;border-radius:20px;box-shadow:var(--shadow-soft);border:1px solid #f1f5f9;position:relative}.blog-post-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient);border-radius:20px 20px 0 0}.blog-post-content h2{font-size:1.75rem;margin:3rem 0 1.5rem;color:#1e293b;font-weight:700;position:relative;padding-left:1rem}.blog-post-content h2:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:4px;background:var(--primary-gradient);border-radius:2px}.blog-post-content h3{font-size:1.375rem;margin:2.5rem 0 1rem;color:#334155;font-weight:600}.blog-post-content p{margin-bottom:1.75rem;color:#475569;font-size:1.125rem;line-height:1.8}.blog-post-content strong{color:#1e293b;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-post-content em{color:#64748b;font-style:italic;border-left:3px solid #cbd5e1;padding-left:1rem;display:block;margin:2rem 0}.blog-post-content ol,.blog-post-content ul{margin:2rem 0;padding-left:2rem}.blog-post-content li{margin-bottom:.75rem;color:#475569;position:relative}.blog-post-content ul li:before{content:"▸";color:#6366f1;font-weight:700;position:absolute;left:-1.5rem}.blog-post-content blockquote{border-left:4px solid #6366f1;padding:1.5rem 2rem;margin:2.5rem 0;background:#f8fafc;border-radius:0 12px 12px 0;font-style:italic;color:#475569;position:relative}.blog-post-content blockquote:before{content:'"';font-size:4rem;color:#cbd5e1;position:absolute;top:-1rem;left:1rem;font-family:serif}.blog-post-footer{max-width:800px;margin:4rem auto 0}.author-bio{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start;background:white;padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-soft);border:1px solid #f1f5f9;position:relative;overflow:hidden}.author-bio:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--secondary-gradient)}.author-avatar{position:relative}.avatar-image{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:var(--shadow-soft);transition:transform .3s ease}.author-bio:hover .avatar-image{transform:scale(1.05)}.author-info h4{color:#1e293b;font-size:1.25rem;margin-bottom:.75rem;font-weight:700}.author-info p{color:#64748b;line-height:1.6;margin:0;font-size:1rem}.reading-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:#e2e8f0;z-index:1000}.reading-progress-bar{height:100%;background:var(--primary-gradient);width:0;transition:width .3s ease}.table-of-contents{position:sticky;top:100px;background:white;padding:2rem;border-radius:12px;box-shadow:var(--shadow-soft);margin-bottom:2rem;border-left:4px solid #6366f1}.table-of-contents h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:.5rem}.toc-list a{color:#64748b;text-decoration:none;transition:color .3s ease;display:block;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.toc-list a:hover{color:#6366f1;padding-left:.5rem}.social-share{display:flex;gap:1rem;justify-content:center;margin:3rem 0;padding:2rem;background:#f8fafc;border-radius:12px}.share-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;font-size:.875rem}.share-button.twitter{background:#1da1f2;color:white}.share-button.linkedin{background:#0077b5;color:white}.share-button.whatsapp{background:#25d366;color:white}.share-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}@media (max-width:768px){.blog-post-content{padding:2rem 1.5rem;font-size:1.0625rem}.blog-post-title{font-size:2.25rem}.blog-post-meta{flex-direction:column;gap:1rem}.author-bio{grid-template-columns:1fr;text-align:center;gap:1.5rem}.blog-post-image-wrapper{margin:2rem auto;padding:.5rem}.blog-post-content h2{font-size:1.5rem;padding-left:.75rem}.social-share{flex-direction:column;align-items:center}.share-button{width:200px;justify-content:center}}@media (max-width:480px){.blog-post-content{padding:1.5rem 1rem}.blog-post-title{font-size:2rem}.blog-post-content h2{font-size:1.375rem}.author-bio{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .8s ease-out forwards}.slide-in-up{animation:fadeInUp 1s ease-out .3s both}@media print{.blog-post{background:white!important}.blog-post-content{box-shadow:none!important;border:none!important}.author-bio,.social-share{display:none}}