/* Nexlotech Page Builder CSS - Post ID: 728 - Gen: 2026-01-19 11:53:04 */ /* Module: hero-ken-burns */ /* Layout */ .kerala-hero { width: 100%; height: var(--kerala-hero-height, 100vh) !important; } @media (max-width: 768px) { .kerala-hero { height: var(--kerala-hero-height-mobile, var(--kerala-hero-height)) !important; } } .kerala-hero .swiper, .kerala-hero .swiper-slide { width: 100%; height: 100%; } .kerala-hero .swiper-wrapper { padding: 0 !important; } /* Background Overlay Variations */ .saf-overlay-gradient { background: linear-gradient(135deg, rgba(26, 95, 122, 0.85) 0%, rgba(21, 152, 149, 0.85) 100%); } .saf-overlay-dark { background: rgba(0, 0, 0, 0.6); } .saf-overlay-light { background: rgba(255, 255, 255, 0.1); } /* Ken Burns Effect */ .kerala-hero .kb-image { transform: scale(1); transition: transform 10s ease-out; } .kerala-hero .swiper-slide-active .kb-image { transform: scale(1.15); /* Zoom in effect */ } /* Decorative */ .kerala-hero-line { width: 60px; height: 1px; } .kerala-hero-dot { width: 8px; height: 8px; opacity: 0.6; } /* Typography */ .kerala-hero-headline .display-1 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -0.02em; } .kerala-hero-headline .display-2 { font-size: clamp(2.8rem, 5.5vw, 5rem); letter-spacing: -0.01em; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .kerala-hero-subtitle .letter-spacing-2 { letter-spacing: 0.2em; } /* Scroll Animation */ .kerala-hero-scroll { animation: float 2s ease-in-out infinite; margin-bottom: 2rem; } @keyframes float { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-10px); } } /* Text Animations (Staggered Fade Up) */ .line-anim-1, .line-anim-2, .emphasis-anim, .subtitle-anim, .decoration-anim { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; } .kerala-hero .swiper-slide-active .line-anim-1 { opacity: 1; transform: translateY(0); transition-delay: 0.1s; } .kerala-hero .swiper-slide-active .line-anim-2 { opacity: 1; transform: translateY(0); transition-delay: 0.2s; } .kerala-hero .swiper-slide-active .emphasis-anim { opacity: 1; transform: translateY(0); transition-delay: 0.3s; } .kerala-hero .swiper-slide-active .decoration-anim { opacity: 1; transform: translateY(0); transition-delay: 0.4s; } .kerala-hero .swiper-slide-active .subtitle-anim { opacity: 1; transform: translateY(0); transition-delay: 0.5s; } /* Mobile Font Adjustment */ @media (max-width: 768px) { .kerala-hero-headline .display-1 { font-size: clamp(2rem, 8vw, 3.5rem); } .kerala-hero-headline .display-2 { font-size: clamp(2.2rem, 9vw, 4rem); } .kerala-hero-subtitle .lead { font-size: 1.25rem !important; } } /* Module: icon-features */ .icon-features-section { padding: 60px 0; text-align: center; position: relative; } .icon-features-slider { padding-bottom: 50px; /* Space for pagination */ } .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; } .icon-feature-desc { font-size: 0.95rem; line-height: 1.6; color: #555; margin-bottom: 0; } /* Responsive adjustments */ @media (max-width: 768px) { .icon-feature-title { min-height: auto; } } /* Module: happy-customers */ /* Happy Customers Module Styles */ .happy-customers-section { padding: 3rem 0; position: relative; } .happy-customers-section .swiper { padding-bottom: 50px; /* Pagination space */ } .happy-customers-section .customer-card img { width: 100%; height: 250px; object-fit: cover; margin-bottom: 1rem; } .happy-customers-section .customer-name { font-weight: 700; margin-bottom: 0.25rem; font-size: 1.1rem; } .happy-customers-section .customer-location { color: #28a745; font-weight: 600; font-size: 0.95rem; } .happy-customers-section .section-title { font-weight: 800; margin-bottom: 0.5rem; } .happy-customers-section .section-subtitle { color: #28a745; font-weight: 600; margin-bottom: 2rem; display: block; } /* 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; } }