.nav-1-wrapper { margin: 0; font-family: sans-serif; } .nav-1-navbar { display: flex; justify-content: space-between; align-items: center; padding: 16px 40px; border-bottom: 1px solid #eee; } .nav-1-logo { font-family: cursive; font-size: 24px; font-weight: bold; } .nav-1-nav-links { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; } .nav-1-nav-links li a { text-decoration: none; color: #111; font-size: 14px; } .nav-1-dropdown i { font-size: 10px; margin-left: 5px; } .nav-1-nav-actions { display: flex; gap: 10px; } .nav-1-btn { padding: 6px 14px; font-size: 14px; font-weight: 500; cursor: pointer; border: 2px solid #111; } .nav-1-outline { background-color: transparent; color: #111; } .nav-1-solid { background-color: #111; color: #fff; } .hero-2-wrapper { margin: 0; font-family: sans-serif; background: #fff; } .hero-2-centered-hero { text-align: center; padding: 60px 20px; } .hero-2-heading { font-size: 28px; font-weight: bold; margin-bottom: 16px; } .hero-2-description { font-size: 14px; color: #555; margin-bottom: 24px; max-width: 700px; margin-left: auto; margin-right: auto; } .hero-2-button-group { display: flex; gap: 16px; justify-content: center; margin-bottom: 40px; } .hero-2-btn { padding: 10px 20px; font-size: 14px; font-weight: bold; border-radius: 4px; cursor: pointer; } .hero-2-solid { background: #000; color: #fff; border: 1px solid #000; } .hero-2-outline { background: transparent; border: 1px solid #000; color: #000; } .hero-2-image { display: flex; justify-content: center; margin-top: 20px; } .hero-2-placeholder { background: #ccc; width: 100%; max-width: 800px; height: 300px; border-radius: 6px; overflow: hidden; /* ensures image doesn't overflow */ } .hero-2-placeholder img { width: 100%; height: 100%; object-fit: cover; /* makes sure the image fills without distortion */ display: block; border-radius: 6px; } .feature-6-wrapper * { margin: 0; padding: 0; box-sizing: border-box; } .feature-6-wrapper { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: #fff; position: relative; overflow: hidden; } .feature-6-section { max-width: 1200px; margin: 0 auto; padding: 80px 20px; display: flex; align-items: center; gap: 60px; position: relative; } .feature-6-bg-number { position: absolute; left: 0; top: 0; font-size: 220px; color: #f5f5f5; font-weight: 900; z-index: 0; pointer-events: none; user-select: none; line-height: 1; letter-spacing: -0.1em; } .feature-6-text { flex: 1; max-width: 600px; z-index: 1; position: relative; } .feature-6-tag { font-size: 14px; color: #666; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; font-weight: 600; } .feature-6-title { font-size: 48px; color: #000; margin-bottom: 24px; line-height: 1.1; font-weight: 700; } .feature-6-subtitle { font-size: 18px; color: #666; line-height: 1.6; margin-bottom: 40px; } .feature-6-benefits-vertical { position: relative; display: flex; flex-direction: column; gap: 32px; margin-bottom: 48px; align-items: flex-start; padding-left: 24px; } .feature-6-benefits-line { position: absolute; left: 12px; top: 24px; bottom: 24px; width: 2px; background: #000; border-radius: 1px; z-index: 0; } .feature-6-benefit-card { display: flex; gap: 20px; align-items: flex-start; background: #fff; border: 1px solid #e0e0e0; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border-radius: 8px; padding: 24px 28px; z-index: 1; transition: box-shadow 0.2s, transform 0.2s; position: relative; } .feature-6-benefit-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.10); transform: translateY(-2px) scale(1.02); border-color: #000; } .feature-6-benefit-card i { font-size: 28px; color: #000; margin-top: 4px; flex-shrink: 0; } .feature-6-benefit-card h3 { font-size: 20px; color: #000; margin-bottom: 8px; font-weight: 600; } .feature-6-benefit-card p { font-size: 16px; color: #666; line-height: 1.6; } .feature-6-actions { display: flex; gap: 24px; align-items: center; margin-top: 24px; } .feature-6-btn { padding: 12px 32px; border-radius: 4px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; border: 2px solid #000; background: #000; color: #fff; outline: none; } .feature-6-btn:focus { outline: 2px solid #333; outline-offset: 2px; } .feature-6-btn:hover { background: #333; } .feature-6-btn-link { color: #000; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; transition: border-color 0.3s; font-size: 16px; } .feature-6-btn-link:hover { border-color: #000; } .feature-6-btn-icon { font-size: 18px; margin-left: 8px; display: inline-block; transition: transform 0.2s; } .feature-6-btn-link:hover .feature-6-btn-icon { transform: translateX(4px); } .feature-6-image { flex: 1; display: flex; align-items: center; justify-content: center; z-index: 1; position: relative; } .feature-6-placeholder { width: 100%; max-width: 440px; height: 340px; background: linear-gradient(135deg, #fff 60%, #f5f5f5 100%); border: 2px solid #e0e0e0; border-radius: 24px; box-shadow: 0 8px 32px rgba(0,0,0,0.08); position: relative; overflow: hidden; } .feature-6-placeholder::before { content: "Visual Content"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #bbb; font-size: 20px; letter-spacing: 1px; } /* Responsive Design */ @media (max-width: 1024px) { .feature-6-section { gap: 40px; padding: 60px 10px; } .feature-6-title { font-size: 40px; } .feature-6-placeholder { height: 260px; } } @media (max-width: 768px) { .feature-6-section { flex-direction: column; text-align: center; gap: 36px; padding: 40px 0; } .feature-6-text { max-width: 100%; padding: 0 8vw; } .feature-6-benefits-vertical { align-items: center; padding-left: 0; } .feature-6-benefits-line { display: none; } .feature-6-image { margin-top: 32px; } .feature-6-placeholder { height: 200px; max-width: 320px; } } @media (max-width: 480px) { .feature-6-title { font-size: 28px; } .feature-6-subtitle { font-size: 15px; } .feature-6-text { padding: 0 2vw; } .feature-6-actions { flex-direction: column; gap: 12px; } .feature-6-btn, .feature-6-btn-link { width: 100%; justify-content: center; } } .testimonial-1-wrapper * { margin: 0; padding: 0; box-sizing: border-box; } .testimonial-1-wrapper { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background-color: #ffffff; padding: 80px 20px; } .testimonial-1-container { max-width: 600px; width: 100%; margin: 0 auto; text-align: center; } .testimonial-1-logo { height: 24px; margin-bottom: 30px; } .testimonial-1-text { font-size: 18px; line-height: 1.6; color: #666666; font-weight: 400; margin-bottom: 30px; } .testimonial-1-author { display: flex; align-items: center; justify-content: center; gap: 16px; } .testimonial-1-author-image { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 1px solid #e0e0e0; } .testimonial-1-author-name { font-size: 16px; font-weight: 600; color: #000000; margin-bottom: 4px; text-align: left; } .testimonial-1-author-position { font-size: 14px; color: #666666; font-weight: 400; text-align: left; } /* Responsive Design */ @media (max-width: 768px) { .testimonial-1-text { font-size: 16px; } .testimonial-1-author-name { font-size: 14px; } .testimonial-1-author-position { font-size: 12px; } .testimonial-1-wrapper { padding: 40px 16px; } } .logo-section { padding: 40px; background-color: #fff; border-radius: 12px; font-family: sans-serif; } .container { max-width: 1000px; margin: auto; } .section-title { font-size: 24px; font-weight: bold; margin-bottom: 30px; } .logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 20px; } .logo-item { font-size: 16px; font-weight: 500; text-align: center; padding: 10px 0; color: #111; } .pricing-2-wrapper { font-family: sans-serif; background: #fff; padding: 40px 20px; text-align: center; } .pricing-2-section { max-width: 1000px; margin: auto; } .pricing-2-tagline { font-size: 12px; font-weight: bold; margin-bottom: 8px; } .pricing-2-heading { font-size: 32px; font-weight: bold; margin-bottom: 8px; } .pricing-2-subheading { font-size: 14px; color: #555; margin-bottom: 24px; } .pricing-2-toggle { margin-bottom: 40px; } .pricing-2-btn { border: 1px solid #000; background: transparent; padding: 10px 20px; font-weight: bold; cursor: pointer; margin: 0 5px; } .pricing-2-btn-active { background: #000; color: #fff; } .pricing-2-grid { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; } .pricing-2-card { border: 1px solid #ccc; padding: 24px; max-width: 320px; text-align: left; } .pricing-2-icon { font-size: 24px; margin-bottom: 16px; } .pricing-2-plan-title { font-size: 18px; font-weight: bold; margin: 8px 0; } .pricing-2-plan-subtitle { font-size: 14px; color: #666; margin-bottom: 16px; } .pricing-2-price { font-size: 24px; font-weight: bold; margin: 8px 0; } .pricing-2-price-small { font-size: 14px; font-weight: normal; } .pricing-2-divider { margin: 16px 0; border: none; border-top: 1px solid #ddd; } .pricing-2-includes { font-weight: bold; margin-bottom: 8px; } .pricing-2-feature-list { list-style: none; padding: 0; font-size: 14px; line-height: 1.8; color: #333; margin-bottom: 24px; } .pricing-2-cta { width: 100%; background: #000; color: #fff; border: none; padding: 12px; font-weight: bold; cursor: pointer; } .cta-3-wrapper { font-family: sans-serif; margin: 0; padding: 0; background: #f5f3f0; } .cta-3-section { background: #fff; padding: 80px 20px; text-align: center; } .cta-3-heading { font-size: 28px; font-weight: bold; margin-bottom: 16px; } .cta-3-description { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto 32px; } .cta-3-button-group { display: flex; justify-content: center; gap: 16px; } .cta-3-btn { padding: 10px 24px; font-size: 14px; cursor: pointer; border-radius: 4px; font-weight: 600; } .cta-3-solid { background-color: #000; color: #fff; border: none; } .cta-3-outline { background-color: transparent; color: #000; border: 1px solid #000; } .footer-2-wrapper { font-family: sans-serif; background: #F5F5F5; padding: 20px; } .footer-2-section { background: #fff; padding: 40px 30px 20px; border-top: 1px solid #eee; } .footer-2-top { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; margin-bottom: 40px; } .footer-2-left { flex: 1 1 300px; max-width: 350px; } .footer-2-left .logo { font-size: 20px; font-weight: bold; margin-bottom: 10px; } .footer-2-left p { font-size: 14px; color: #333; margin: 10px 0; } .footer-2-left a { font-size: 14px; color: #000; text-decoration: underline; } .footer-2-social-icons { margin-top: 12px; display: flex; gap: 12px; } .footer-2-social-icons i { font-size: 16px; color: #000; cursor: pointer; } .footer-2-links-columns { flex: 2 1 400px; display: flex; gap: 80px; justify-content: flex-end; } .footer-2-links-columns ul { list-style: none; padding: 0; margin: 0; } .footer-2-links-columns ul li { margin-bottom: 8px; font-size: 14px; } .footer-2-links-columns ul li a { text-decoration: none; color: #000; } .footer-2-bottom { border-top: 1px solid #eee; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 13px; color: #777; } .footer-2-bottom .footer-2-links { display: flex; gap: 20px; list-style: none; padding: 0; margin: 0; } .footer-2-bottom .footer-2-links li a { text-decoration: none; color: #555; }