/* Nexlotech Page Builder CSS - Post ID: 728 - Gen: 2025-12-24 10:38:34 */ /* 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: 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: trip-ideas */ .trip-ideas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; } .trip-card { position: relative; overflow: hidden; border-radius: 24px; min-height: 480px; color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 50px; } .trip-card-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .trip-card-bg img { width: 100%; height: 100%; object-fit: cover; } /* Gradient Overlays */ .trip-card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0.9; } /* Green Gradient for Card 1 (Default/Odd) */ .trip-card:nth-child(odd) .trip-card-overlay { background: linear-gradient(135deg, rgba(22, 163, 138, 0.95), rgba(13, 148, 136, 0.85)); } /* Purple Gradient for Card 2 (Even) */ .trip-card:nth-child(even) .trip-card-overlay { background: linear-gradient(135deg, rgba(55, 30, 80, 0.95), rgba(80, 50, 110, 0.85)); } .trip-card-content { position: relative; z-index: 3; } .trip-card h3 { font-size: 32px; font-weight: 800; margin-bottom: 20px; color: #fff; } .trip-card p { font-size: 16px; line-height: 1.6; margin-bottom: 30px; color: #fff; opacity: 0.95; } .btn-trip-white { display: inline-block; background: #fff; color: #1a1a1a; font-weight: 700; padding: 12px 30px; border-radius: 50px; text-decoration: none; transition: transform 0.2s; } .trip-card:nth-child(even) .btn-trip-white { color: #4a2b6b; /* Match Purple */ } .trip-card:nth-child(odd) .btn-trip-white { color: #0f766e; /* Match Green */ } .btn-trip-white:hover { transform: translateY(-2px); text-decoration: none; color: #000; } @media (max-width: 768px) { .trip-ideas-grid { grid-template-columns: 1fr; } .trip-card { min-height: 400px; padding: 30px; } .trip-card h3 { font-size: 26px; } }