/* Nexlotech Page Builder CSS - Post ID: 37 - Gen: 2025-12-23 11:44:29 */ /* Module: about-overlay */ .about-overlay-wrapper { position: relative; width: 100%; min-height: 550px; border-radius: 30px; overflow: hidden; background-size: cover; background-position: center; display: flex; align-items: center; padding: 50px; } .about-overlay-wrapper::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); /* Slight dim */ z-index: 1; } .about-content-card { position: relative; z-index: 2; background: linear-gradient(135deg, rgba(22, 126, 108, 0.95) 0%, rgba(13, 148, 136, 0.9) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 40px; border-radius: 20px; max-width: 550px; color: #fff; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); } .about-content-card h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 20px; color: #fff; line-height: 1.2; } .about-content-card p { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; color: rgba(255, 255, 255, 0.95); } .btn-about-pill { display: inline-block; background: #fff; color: #0f766e; /* Teal Dark */ padding: 12px 30px; border-radius: 50px; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; margin-top: 10px; } .btn-about-pill:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); color: #0d9488; text-decoration: none; } /* Responsive */ @media (max-width: 768px) { .about-overlay-wrapper { padding: 20px; min-height: auto; border-radius: 16px; } .about-content-card { padding: 25px; width: 100%; } .about-content-card h2 { font-size: 1.8rem; } } /* Module: tuktuk-feature */ .tuktuk-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; } .tuktuk-content-box { background-color: #79a864; /* Muted Green matching image */ color: #fff; padding: 50px; border-radius: 20px; display: flex; flex-direction: column; justify-content: center; } .tuktuk-content-box h2 { font-size: 32px; font-weight: 800; margin-bottom: 25px; color: #fff; line-height: 1.2; } .tuktuk-content-box p { font-size: 15px; line-height: 1.6; margin-bottom: 20px; color: #fff; opacity: 0.95; } .tuktuk-features-list { margin-top: 10px; list-style: none; padding: 0; } .tuktuk-features-list li { position: relative; padding-left: 25px; margin-bottom: 15px; font-size: 14px; line-height: 1.5; } .tuktuk-features-list li::before { content: '✓'; position: absolute; left: 0; top: 0; font-weight: bold; color: #fff; } .tuktuk-features-list strong { color: #fff; font-weight: 700; } .tuktuk-image-box { height: 100%; min-height: 500px; border-radius: 20px; overflow: hidden; } .tuktuk-image-box img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 20px; } /* Responsive */ @media (max-width: 991px) { .tuktuk-feature-grid { grid-template-columns: 1fr; } .tuktuk-image-box { min-height: 350px; order: -1; } .tuktuk-content-box { padding: 30px; } .tuktuk-content-box h2 { font-size: 26px; } } /* Module: icon-features */ .icon-features-section { padding: 60px 0; text-align: center; } .icon-feature-card { padding: 20px; height: 100%; } .icon-feature-img-box { height: 80px; margin-bottom: 25px; display: flex; align-items: center; justify-content: center; } .icon-feature-img-box img { max-height: 100%; max-width: 80px; width: auto; object-fit: contain; } .icon-feature-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 15px; color: #111; line-height: 1.3; min-height: 50px; /* Aligns titles if lengths vary */ } .icon-feature-desc { font-size: 0.95rem; line-height: 1.6; color: #555; } /* Responsive adjustments */ @media (max-width: 768px) { .icon-feature-title { min-height: auto; } .icon-feature-card { margin-bottom: 30px; } } /* Module: pipeline-snapshot */ .pipeline-section { padding: 60px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Clean sans-serif */ } .pipeline-title { font-size: 1.1rem; color: #555; margin-bottom: 25px; font-weight: 500; } .pipeline-grid { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; } .pipeline-card { flex: 1; min-width: 140px; border: 1px solid #1a237e; /* Dark Blue Border */ border-radius: 12px; padding: 30px 20px; background: #fff; display: flex; flex-direction: column; justify-content: space-between; min-height: 160px; transition: transform 0.2s; } .pipeline-card.highlight { background-color: #001aaf; /* Vibrant Blue */ border-color: #001aaf; color: #fff; } .pipeline-card:hover { transform: translateY(-5px); } .pipeline-num { font-size: 4rem; line-height: 1; font-weight: 400; color: #001aaf; /* Matching Blue */ margin-bottom: 10px; } .pipeline-card.highlight .pipeline-num { color: #fff; } .pipeline-label { font-size: 1rem; color: #1a237e; margin-top: auto; } .pipeline-card.highlight .pipeline-label { color: #fff; } .pipeline-link { color: #1a237e; text-decoration: underline; text-underline-offset: 4px; } .pipeline-card.highlight .pipeline-link { color: #fff; } .pipeline-actions { display: flex; gap: 15px; flex-wrap: wrap; } .btn-pipeline { background-color: #2b3bf7; /* Bright Blue */ color: #fff; padding: 12px 24px; border-radius: 50px; font-weight: 600; text-decoration: none; font-size: 0.95rem; border: none; transition: background 0.3s; } .btn-pipeline:hover { background-color: #1a237e; /* Darker on hover */ color: #fff; text-decoration: none; } @media (max-width: 768px) { .pipeline-grid { flex-direction: row; overflow-x: auto; /* Scroll on mobile if too compressed */ padding-bottom: 10px; } .pipeline-card { min-width: 130px; } }