Sketch my india

Sketch your journey with us

A cohesive set of travel images for a homepage hero slideshow, including: 1) the Taj Mahal at sunrise with warm light and reflections in the water, 2) the Nepal Himalayas with Mount Everest in the distance under a clear blue sky, 3) a dramatic cliffside monastery in Bhutan with misty mountains, 4) tranquil Kerala backwaters with houseboats and lush palm trees, 5) Sri Lanka's Sigiriya rock fortress rising above green jungle. All images should share a similar bright, premium travel photography style and color grading, framed wide for a website hero banner.

Sketch your Journey with Us

Life is tough, travel helps you build beautiful memories as you sail through it

Contact Us

Our team replies quickly with friendly, practical travel ideas. Share your dates, places of interest, and budget, and we’ll tailor suggestions just for you.

contact@sketchmyindiatravel.com

/* Floating chat button */ #smit-chat-launch { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 9999; } #smit-chat-launch .wp-block-button__link { background-color: var(–wp–preset–color–primary); color: var(–wp–preset–color–foreground); border-radius: 999px; padding: 0.75rem 1.5rem; box-shadow: 0 6px 18px rgba(0,0,0,0.25); font-weight: 600; } /* Popup panel */ #smit-chat-popup { position: fixed; right: 1.5rem; bottom: 5.5rem; width: min(320px, 90vw); max-height: 70vh; background: var(–wp–preset–color–background); border-radius: 8px; box-shadow: 0 14px 40px rgba(0,0,0,0.35); display: none; z-index: 9999; overflow: hidden; } #smit-chat-popup.open { display: block; } #smit-chat-popup-header { background-color: var(–wp–preset–color–primary); color: var(–wp–preset–color–foreground); padding: 0.75rem 1rem; display: flex; align-items: center; justify-content: space-between; } #smit-chat-popup-header h2 { font-size: 1rem; margin: 0; } #smit-chat-popup-close { background: none; border: none; color: inherit; font-size: 1.1rem; cursor: pointer; } #smit-chat-popup-body { padding: 1rem; } #smit-chat-popup-body label { display: block; font-size: 0.875rem; margin-bottom: 0.25rem; } #smit-chat-popup-body input, #smit-chat-popup-body textarea { width: 100%; padding: 0.5rem 0.6rem; border-radius: 4px; border: 1px solid var(–wp–preset–color–secondary); font-size: 0.9rem; margin-bottom: 0.75rem; } #smit-chat-popup-body textarea { min-height: 90px; resize: vertical; } #smit-chat-popup-submit { width: 100%; background-color: var(–wp–preset–color–primary); color: var(–wp–preset–color–foreground); border: none; border-radius: 999px; padding: 0.6rem 1rem; font-size: 0.95rem; font-weight: 600; cursor: pointer; } #smit-chat-popup-submit:hover { opacity: 0.9; }
(function() { const launch = document.querySelector(‘#smit-chat-launch button’); const popup = document.getElementById(‘smit-chat-popup’); const closeBtn = document.getElementById(‘smit-chat-popup-close’); if (!launch || !popup || !closeBtn) return; function openPopup() { popup.classList.add(‘open’); } function closePopup() { popup.classList.remove(‘open’); } launch.addEventListener(‘click’, function() { if (popup.classList.contains(‘open’)) { closePopup(); } else { openPopup(); } }); closeBtn.addEventListener(‘click’, closePopup); })();