Warning

This article or modules on this page were created by a demo user account which is no longer in existence.
Please edit the article and assign a new user

Know who you are

Know who you are

Learn from the past, set vivid, detailed goals for the future, and live in the only moment of time over which you have any control: now. Optimism is the faith that leads to achievement. Nothing can be done without hope and confidence. If you can dream it, you can do it. Do it now, not tomorrow. Always continue the climb

Subscribe to this RSS feed

Talk to us

+91-8427184271

/* Overlay */ .modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 999999; } /* Side tab */ .enquiry-tab { position: fixed; right: -70px; top: 50%; transform: translateY(-50%) rotate(-90deg); background: linear-gradient(180deg,#1a2aff,#00008b); color: #fff; padding: 18px 50px; font-weight: bold; font-size: 18px; border: none; cursor: pointer; z-index: 9999999; border-radius: 6px 6px 0 0; } /* Modal box */ .modal-box { width: 520px; margin: 60px auto; background: #fff; border-radius: 12px; overflow: hidden; font-family: 'Segoe UI', Arial; box-shadow: 0 15px 40px rgba(0,0,0,0.3); } /* Header */ .modal-header { background: linear-gradient(135deg,#6a5cff,#8f6bff); padding: 18px; color: #fff; text-align: center; font-size: 20px; font-weight: 600; position: relative; } /* Close button */ .close-btn { position: absolute; right: 15px; top: 10px; cursor: pointer; } /* Body */ .modal-body { padding: 25px; } /* Form spacing */ .form-group { margin-bottom: 15px; } /* Inputs */ .form-control { width: 100%; padding: 12px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; background: #f9f9fb; transition: 0.3s; } .form-control:focus { border-color: #6a5cff; background: #fff; box-shadow: 0 0 6px rgba(106,92,255,0.3); outline: none; } /* Row */ .row-flex { display: flex; gap: 10px; } /* Captcha */ .captcha-box { background: #eef1ff; padding: 10px 18px; font-weight: bold; border-radius: 6px; } .refresh-btn { background: #ddd; border: none; padding: 10px; cursor: pointer; } /* Checkbox */ .checkbox { font-size: 14px; margin-top: 10px; } /* Button */ .submit-btn { width: 100%; background: linear-gradient(90deg,#ff3b3b,#d40000); color: #fff; padding: 14px; border: none; font-weight: bold; font-size: 16px; border-radius: 6px; margin-top: 15px; cursor: pointer; } .submit-btn:hover { opacity: 0.9; }