@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy: #0d2137;--navy-light: #1a3a5c;--blue-accent: #1565c0;--coral: #c0392b;--coral-hover: #a93226;--white: #ffffff;--gray-50: #f8f9fa;--gray-100: #f1f3f4;--gray-200: #e8eaed;--gray-300: #dadce0;--gray-400: #bdc1c6;--gray-500: #80868b;--gray-600: #5f6368;--gray-700: #3c4043;--gray-900: #202124;--success: #1e8e3e;--error: #d93025;--border-radius: 8px;--shadow-sm: 0 1px 3px rgba(0,0,0,.12);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--transition: .15s ease}*{margin:0;padding:0;box-sizing:border-box}.inquiry-wrapper{min-height:100vh;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;align-items:center}.inquiry-header-banner{background:var(--navy);color:var(--white);padding:19px 33px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;max-width:952px;min-height:220px;box-sizing:border-box}.header-left{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;gap:12px}.header-left h1{font-size:clamp(24px,4vw,36px);font-weight:600;line-height:1.2;margin-bottom:8px;font-family:Inter,sans-serif}.header-left p{font-size:12px;color:#fff;line-height:15px;font-family:Inter,sans-serif;max-width:442px}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:22px;text-align:right;flex-shrink:0;padding-top:1px}.header-logo-box{display:flex;flex-direction:column;align-items:flex-end;gap:12px;margin-bottom:0;width:135.67px}.header-logo-icon{width:56.22px;height:48.89px;border-radius:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none}.header-brand-name{width:135.67px;font-size:31.78px;font-weight:800;line-height:38px;color:#fff;font-family:Inter,sans-serif}.header-brand-tagline{width:135.67px;font-size:14.67px;font-weight:400;line-height:18px;color:#fff;text-transform:uppercase;letter-spacing:normal}.header-contact-info{font-size:8px;color:#fff;line-height:12px;width:130px;text-align:right}.inquiry-body{width:100%;max-width:952px;margin:0 auto;padding:0 0 40px;background:#fbfbfb;display:flex;flex-direction:column;gap:40px;box-sizing:border-box}.stepper{padding:20px 8px 12px;margin-bottom:8px}.stepper-track{display:flex;align-items:center;justify-content:center;position:relative}.stepper-item{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;flex:1}.stepper-item:not(:last-child):after{content:"";position:absolute;top:12px;left:50%;width:100%;height:2px;background:var(--gray-300);border-radius:9999px;z-index:0}.stepper-item.completed:not(:last-child):after{background:var(--navy);border-radius:9999px}.stepper-dot{width:16px;height:16px;border-radius:50%;background:var(--gray-300);border:1px solid var(--gray-300);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:all var(--transition)}.stepper-item.active .stepper-dot,.stepper-item.completed .stepper-dot{background:var(--navy);border-color:var(--navy)}.stepper-dot svg{width:12px;height:12px;color:#fff;display:none}.stepper-item.completed .stepper-dot svg{display:block}.stepper-item.completed .stepper-dot-number{display:none}.stepper-item.active .stepper-dot-number{display:block;color:#fff;font-size:.7rem;font-weight:700}.stepper-dot-number{font-size:.7rem;font-weight:700;color:var(--gray-600)}.stepper-item.active .stepper-dot-number{color:#fff}.stepper-label{font-size:.7rem;font-weight:500;color:var(--gray-400);white-space:nowrap}.stepper-item.active .stepper-label{color:var(--navy);font-weight:600}.stepper-item.completed .stepper-label{color:var(--navy)}.form-card{background:transparent;padding:0 40px}.form-step{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:20px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid-3{grid-template-columns:repeat(3,1fr)}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.8125rem;font-weight:500;color:var(--gray-700)}.form-group input,.form-group textarea{padding:12px;border:.5px solid #999999;border-radius:12px;font-size:12px;font-family:Inter,sans-serif;color:var(--gray-900);background:var(--white);transition:border-color var(--transition);width:100%}.form-group select{padding:12px 36px 12px 12px;border:.5px solid #999999;border-radius:12px;font-size:12px;font-family:Inter,sans-serif;color:var(--gray-900);background:var(--white);transition:border-color var(--transition);width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7 10l5 5 5-5' /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--navy)}.form-group input::placeholder,.form-group textarea::placeholder{color:#595959}.form-group textarea{resize:vertical;min-height:81px}.input-with-icon{position:relative}.input-with-icon .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#595959;width:16px;height:16px;pointer-events:none;display:flex;align-items:center}.input-with-icon input,.input-with-icon select{padding-left:36px}.chip-group{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.chip{padding:7px 14px;border:1.5px solid var(--gray-300);border-radius:20px;font-size:.8125rem;font-weight:500;color:var(--gray-700);background:var(--white);cursor:pointer;transition:all var(--transition);white-space:nowrap}.chip:hover{border-color:var(--navy);color:var(--navy)}.chip.selected{border-color:#f5a623;background:#fff8ec;color:#b8730a;font-weight:600}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.section-label{font-size:.8rem;font-weight:600;color:var(--gray-700);margin-bottom:10px;display:block}.package-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;justify-items:center}.package-card{border:1.5px solid #cbd5e1;border-radius:10px;padding:12px;cursor:pointer;transition:all .2s ease;background:#fff;position:relative;width:311px;height:auto;min-height:415px;display:flex;flex-direction:column;gap:30px}.package-card:hover{transform:translateY(-2px)}.package-card.theme-blue{background:linear-gradient(0deg,#d5d5d508,#d5d5d508),radial-gradient(63.31% 51.87% at 1.27% 0%,#d4ebff,#fefefe)}.package-card.theme-blue .package-category-tag,.package-card.theme-blue .package-name,.package-card.theme-blue .pkg-tick{color:#0867b6}.package-card.theme-purple{background:linear-gradient(0deg,#d5d5d508,#d5d5d508),radial-gradient(63.31% 51.87% at 1.27% 0%,#efd4ff,#fefefe)}.package-card.theme-purple .package-category-tag,.package-card.theme-purple .package-name,.package-card.theme-purple .pkg-tick{color:#6507ac}.package-card.theme-gold{background:linear-gradient(0deg,#d5d5d508,#d5d5d508),radial-gradient(63.31% 51.87% at 1.27% 0%,#ffe1d4,#fefefe)}.package-card.theme-gold .package-category-tag,.package-card.theme-gold .package-name,.package-card.theme-gold .pkg-tick{color:#b67308}.package-card.theme-grey{background:linear-gradient(0deg,#d5d5d508,#d5d5d508),radial-gradient(63.31% 51.87% at 1.27% 0%,#e9e9e9,#fefefe)}.package-card.theme-grey .package-category-tag,.package-card.theme-grey .package-name,.package-card.theme-grey .pkg-tick{color:#656565}.package-card.selected{border:1px solid #073C66;box-shadow:17px 10px 8px #a3a3a303,10px 6px 7px #a3a3a30d,4px 3px 5px #a3a3a317,1px 1px 3px #a3a3a31a;background-color:#073c660f}.package-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.package-category-tag{font-size:10px;font-weight:400;line-height:16px;margin-bottom:2px}.package-price{font-size:14px;font-weight:600;line-height:20px;color:#000}.package-name{font-size:14px;font-weight:600;line-height:20px;margin-bottom:8px}.package-desc{font-size:10px;color:#5d5d5d;line-height:12px;margin-bottom:24px;width:250px}.package-section-label{font-size:12px;font-weight:500;line-height:19px;color:#000;margin-bottom:0}.package-details-box{background:#fff;border:.5px solid rgba(0,0,0,.08);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px;align-self:stretch}.package-section{display:flex;flex-direction:column;gap:12px}.package-items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px 12px}.package-item{font-size:10px;color:#000c;display:flex;align-items:center;gap:6px;line-height:14px}.pkg-tick{width:8px;height:8px;flex-shrink:0}.package-hr{height:1px;background:#00000017;width:100%;border:none;margin:0}.package-divider{border:none;border-top:1px solid var(--gray-200);margin:8px 0}.package-menu-btn{background:none;border:none;cursor:pointer;color:var(--gray-500);padding:2px;display:flex}.package-card.custom-card{min-height:223px}.custom-package-body{font-size:10px;color:#5d5d5d;line-height:12px;text-align:center;width:181px;margin:0 auto}.event-box{background:#fff;border:.5px solid #DEDEDE;border-radius:12px;padding:24px;margin-bottom:24px;display:flex;flex-direction:column;gap:20px;width:100%;max-width:888px;box-sizing:border-box}.event-header{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:8px}.event-title-text{font-family:Inter,sans-serif;font-weight:600;font-size:24px;line-height:29px;color:#000;margin:0}.edit-icon-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;width:24px;height:24px}.event-fields-container{display:flex;flex-direction:column;gap:20px}.event-fields-row{display:flex;flex-direction:row;align-items:flex-start;gap:24px;width:100%}.custom-form-group{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex:1}.custom-label{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:19px;display:flex;align-items:center;color:#000}.custom-input-wrapper{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:12px;width:100%;height:49px;background:#fff;border:.5px solid #999999;border-radius:12px;position:relative}.custom-input-wrapper input{width:100%;height:100%;border:none;background:transparent;outline:none;font-family:Inter,sans-serif;font-size:14px;color:#333;padding:0}.custom-input-wrapper select{width:100%;height:100%;border:none;background:transparent;outline:none;font-family:Inter,sans-serif;font-size:14px;color:#333;padding:0 32px 0 0;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.custom-input-wrapper input[type=date]::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;height:auto;color:transparent;background:transparent;cursor:pointer;z-index:2}.custom-input-wrapper .input-icon-box{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f5f5f5;border-radius:6px;margin-right:10px}.dropdown-arrow{position:absolute;right:12px;pointer-events:none;display:flex;align-items:center}.time-picker-flex{display:flex;flex-direction:row;align-items:flex-start;gap:12px;width:100%;align-self:stretch}.time-picker-unit{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:10px 6px;height:49px;background:#fff;border:.5px solid #999999;border-radius:12px;flex:1;position:relative}.time-picker-unit select{width:100%;border:none;background:transparent;outline:none;font-size:14px;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:12px;text-align-last:center;cursor:pointer}.time-picker-unit .dropdown-arrow{position:absolute;right:4px;pointer-events:none;display:flex;align-items:center}.location-section-container{box-sizing:border-box;display:flex;flex-direction:column;padding:24px;gap:20px;width:100%;border:.5px solid #DEDEDE;border-radius:12px}.location-title{font-family:Inter,sans-serif;font-weight:500;font-size:18px;color:#000;margin-bottom:4px}.organised-by-grid{display:flex;flex-direction:column;gap:12px;width:100%}.organised-by-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;width:100%}.services-custom-section{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.services-custom-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.btn-add-service-custom{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;height:34px;background:#fff;border:.8px solid #DEDEDE;border-radius:8px;font-family:Poppins,sans-serif;font-size:12px;color:#4a4a4a;cursor:pointer;gap:8px}.service-custom-item{box-sizing:border-box;display:flex;flex-direction:column;padding:20px;gap:12px;width:100%;border:.5px solid #DEDEDE;border-radius:12px}.service-field-row{display:flex;flex-direction:row;gap:24px;width:100%}.same-location-check{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:.8rem;color:var(--gray-700);cursor:pointer}.services-section{margin-top:12px}.services-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.services-section-title{font-size:.78rem;font-weight:600;color:var(--gray-700);text-transform:uppercase;letter-spacing:.04em}.btn-add-service{display:flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:var(--blue-accent);background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background var(--transition)}.btn-add-service:hover{background:#1565c014}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px;align-items:center}.service-row-inner{display:flex;align-items:center;gap:6px}.service-row-inner select{flex:1;padding:8px 10px;border:1px solid var(--gray-300);border-radius:6px;font-size:.8rem;font-family:inherit}.service-action-btn{background:none;border:none;cursor:pointer;color:var(--gray-400);display:flex;align-items:center;padding:4px;border-radius:4px;transition:color var(--transition)}.service-action-btn.delete:hover{color:var(--error)}.service-action-btn.clone:hover{color:var(--blue-accent)}.travelling-days-section{margin-top:12px}.travelling-note{font-size:.75rem;color:#b8730a;margin-top:6px;display:flex;align-items:center;gap:4px}.btn-add-event{width:100%;margin-top:16px;padding:10px;font-size:.875rem;font-weight:600;font-family:inherit;color:var(--blue-accent);background:var(--white);border:1.5px dashed var(--blue-accent);border-radius:var(--border-radius);cursor:pointer;transition:background var(--transition)}.btn-add-event:hover{background:#f0f4ff}.time-picker-group{display:flex;gap:6px;align-items:center}.time-picker-group select{flex:1;padding:8px 6px;border:1px solid var(--gray-300);border-radius:6px;font-size:.8rem;font-family:inherit;color:var(--gray-900);background:var(--white);min-width:0}.time-separator{font-weight:700;color:var(--gray-500);font-size:.9rem}.deliverables-container{display:flex;flex-direction:column;gap:32px;width:100%;max-width:888px;margin:0 auto}.deliverables-section-title{font-family:Inter,sans-serif;font-weight:500;font-size:24px;line-height:29px;color:#073c66;margin-bottom:12px}.deliverables-box{box-sizing:border-box;display:flex;flex-direction:column;padding:12px;gap:8px;background:#fff;border:.5px solid #E5E5E5;border-radius:12px;width:100%}.deliverables-inner-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#fbfcff;border-radius:12px;padding:12px}.deliverable-modern-item{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:12px;gap:12px;height:60px;background:transparent}.deliverable-number-circle{width:32px;height:32px;background:#f2f4f8;border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#000;flex-shrink:0}.deliverable-text-info{display:flex;flex-direction:column;gap:4px}.deliverable-name-label{font-weight:600;font-size:12px;color:#000}.deliverable-meta-row{display:flex;gap:12px;font-size:10px;color:#5d5d5d}.methods-row-flex{display:flex;flex-direction:row;gap:12px;padding:8px}.method-option-card{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px 12px;gap:8px;height:32px;background:#fbfcff;border:.5px solid #E5E5E5;border-radius:6px;cursor:pointer}.method-option-card input[type=radio]{margin:0}.method-option-card span{font-size:12px;color:#000}.photobook-yes-no{display:flex;gap:24px;margin-bottom:16px}.photobook-grid-modern{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.photobook-card-modern{box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;padding:8px;gap:12px;background:#00000008;border:.5px solid rgba(0,0,0,.12);border-radius:10px;cursor:pointer;transition:all .2s}.photobook-card-modern.selected{background:#ffcf2e1f;border-color:#ffcf2e}.photobook-img-box{width:65px;height:72px;background:#f2f4f8;border-radius:8px;overflow:hidden;flex-shrink:0}.photobook-img-box img{width:100%;height:100%;object-fit:cover}.photobook-info-box{display:flex;flex-direction:column;justify-content:flex-start;gap:6px;flex:1}.pb-header{display:flex;justify-content:space-between;align-items:flex-start}.pb-title{font-weight:600;font-size:14px;color:#000}.pb-price{font-weight:600;font-size:12px;color:#000}.pb-desc{font-size:10px;line-height:16px;color:#5d5d5d}.pb-providing-container{display:flex;flex-direction:column;gap:4px;margin-top:2px}.pb-providing-label{font-size:10px;font-weight:600;color:#1a1a1a}.pb-providing-tags{display:flex;flex-wrap:wrap;gap:4px}.pb-providing-tag{background:#fff;border:.5px solid rgba(0,0,0,.08);border-radius:4px;padding:2px 6px;font-size:9px;line-height:12px;color:#4a4a4a;font-weight:500;box-shadow:0 1px 2px #00000005;transition:all .2s ease}.photobook-card-modern.selected .pb-providing-tag{background:#fff;border-color:#ffcf2e66;color:#8a6d00}.contact-card{border:1px solid var(--gray-200);border-radius:10px;padding:20px}.form-navigation{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--gray-100)}.btn-prev{padding:9px 20px;font-size:.875rem;font-weight:500;font-family:inherit;color:var(--gray-700);background:var(--white);border:1px solid var(--gray-300);border-radius:6px;cursor:pointer;transition:all var(--transition)}.btn-prev:hover{background:var(--gray-100);border-color:var(--gray-400)}.btn-next{padding:9px 22px;font-size:.875rem;font-weight:600;font-family:inherit;color:var(--white);background:var(--navy);border:none;border-radius:6px;cursor:pointer;transition:background var(--transition);display:flex;align-items:center;gap:6px}.btn-next:hover{background:var(--navy-light)}.btn-next:disabled{background:var(--gray-300);cursor:not-allowed}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-bottom:16px;font-size:.8125rem;color:var(--error)}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:var(--error)}.field-error{font-size:.75rem;color:var(--error)}.required{color:var(--error)}.success-card,.error-card{max-width:420px;margin:80px auto;background:var(--white);border-radius:12px;padding:40px;text-align:center;box-shadow:var(--shadow-md)}.success-icon-ring{width:56px;height:56px;margin:0 auto 20px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.success-icon-ring svg,.error-icon-ring svg{width:26px;height:26px}.error-icon-ring{width:56px;height:56px;margin:0 auto 20px;background:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--error)}.success-card h2,.error-card h2{font-size:1.2rem;font-weight:700;color:var(--gray-900);margin-bottom:8px}.success-card p,.error-card p{font-size:.875rem;color:var(--gray-500);line-height:1.6}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.section-block{margin-bottom:20px}.section-block-title{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:14px}@media (max-width: 960px){.inquiry-header-banner,.inquiry-body{max-width:100%;width:100%}}@media (max-width: 768px){.inquiry-header-banner{padding:20px;flex-direction:column;min-height:auto;gap:16px}.header-left{width:100%;display:block;align-self:auto}.header-left p{max-width:100%}.header-right{align-items:flex-start;text-align:left;padding-top:0}.header-logo-box{flex-direction:row;align-items:center;width:100%;gap:12px}.header-contact-info{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left;width:100%;gap:16px}.contact-address{width:50%}.contact-details{width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.contact-email,.contact-phone{width:100%;word-break:break-all}.inquiry-body{padding:16px 16px 40px;gap:24px}.form-card{padding:0 8px}.stepper{padding:16px 4px 12px;overflow-x:auto}.stepper-label{font-size:.6rem}.form-grid,.field-row{grid-template-columns:1fr}.event-fields-row{flex-direction:column;gap:16px}.package-grid{grid-template-columns:1fr}.package-card{width:100%;max-width:100%}.organised-by-row{flex-direction:column;gap:12px}.time-picker-flex{gap:8px}.deliverables-inner-grid,.photobook-grid-modern{grid-template-columns:1fr}.methods-row-flex{flex-wrap:wrap}.review-grid,.service-row{grid-template-columns:1fr}.form-navigation{flex-wrap:wrap}.btn-prev,.btn-next{flex:1;justify-content:center}.event-box{padding:16px!important;gap:12px!important;border-radius:8px!important;margin-bottom:16px!important}.event-title-text{font-size:18px!important}.custom-label{font-size:13px!important;margin-bottom:-2px}.custom-input-wrapper{height:40px!important;padding:6px 10px!important;border-radius:8px!important}.custom-input-wrapper input,.custom-input-wrapper select{font-size:13px!important}.custom-input-wrapper .input-icon-box{width:20px!important;height:20px!important;margin-right:6px!important}.time-picker-flex{gap:6px!important}.time-picker-unit{height:40px!important;padding:4px 2px!important;border-radius:8px!important;width:50px!important;flex:none!important}.time-picker-unit select{font-size:13px!important}.location-section-container{padding:12px 10px!important;gap:10px!important;border-radius:8px!important}.organised-by-row{gap:8px!important}.custom-form-group{gap:6px!important}.custom-input-wrapper input[type=date]~.dropdown-arrow{display:none!important}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.standard-searchable-wrapper{height:40px!important;padding:6px 10px!important;border-radius:8px!important}}@media (max-width: 480px){.inquiry-header-banner{padding:16px 14px}.header-left h1{font-size:22px;line-height:1.2}.header-brand-name{font-size:20px}.stepper-item:not(:last-child):after{display:none}.step-title{font-size:1.05rem}.event-title-text{font-size:18px}.custom-label{font-size:14px}.time-picker-unit{padding:8px}.deliverables-section-title{font-size:18px}.package-desc{width:100%}.submit-success-card{padding:40px 16px}.submit-success-title{font-size:1.25rem}}.review-section{border:1px solid var(--gray-200);border-radius:10px;padding:16px;margin-bottom:14px;background:var(--white)}.review-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--gray-100)}.review-section-title{font-size:.875rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.04em}.review-edit-btn{font-size:.75rem;font-weight:600;color:var(--blue-accent);background:none;border:1px solid var(--blue-accent);border-radius:4px;padding:3px 10px;cursor:pointer;transition:all var(--transition)}.review-edit-btn:hover{background:var(--blue-accent);color:#fff}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px}.review-item{display:flex;flex-direction:column;gap:2px}.review-item-full{grid-column:1 / -1}.review-label{font-size:.7rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.review-value{font-size:.875rem;font-weight:500;color:var(--gray-900);line-height:1.4}.review-event-block{margin-bottom:10px;padding:10px;background:var(--gray-50);border-radius:8px;border:1px solid var(--gray-100)}.review-event-block:last-child{margin-bottom:0}.review-event-title{font-size:.8rem;font-weight:700;color:var(--navy);margin-bottom:8px}.submit-success-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px;min-height:360px}.submit-success-icon{margin-bottom:24px;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.submit-success-icon svg{width:80px;height:80px}.submit-success-title{font-size:1.5rem;font-weight:700;color:#2e7d32;line-height:1.3;margin-bottom:14px}.submit-success-text{font-size:.875rem;color:var(--gray-600);line-height:1.6;max-width:380px}@media (max-width: 640px){.review-grid{grid-template-columns:1fr}.submit-success-card{padding:40px 16px}.submit-success-title{font-size:1.25rem}}.searchable-select-container{position:relative;width:100%}.standard-searchable-wrapper{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:0 12px;width:100%;height:44px;background:var(--white);border:.5px solid #999999;border-radius:12px;position:relative;transition:border-color var(--transition)}.standard-searchable-wrapper:focus-within{border-color:var(--navy)}.searchable-input{width:100%!important;height:100%!important;border:none!important;background:transparent!important;outline:none!important;padding:0!important;font-size:12px!important;font-family:Inter,sans-serif!important;color:var(--gray-900)!important}.searchable-select-container .dropdown-arrow{position:absolute;right:12px;cursor:pointer;display:flex;align-items:center;pointer-events:auto}.searchable-options-list{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #DEDEDE;border-radius:8px;margin-top:4px;padding:0;list-style:none;z-index:1000;box-shadow:0 4px 12px #00000014}.searchable-option-item{padding:10px 12px;cursor:pointer;font-size:12px;color:#333;transition:background .15s ease}.searchable-option-item:hover{background-color:#f5f5f5}.searchable-option-item.selected{background-color:#e8f0fe;font-weight:500;color:var(--blue-accent)}.searchable-option-item.placeholder-item{color:#999}.no-matches{padding:12px;font-size:12px;color:#999;text-align:center}.download-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-family:Inter,Segoe UI,system-ui,sans-serif;padding:20px}.bg-gradient{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:-3}.bg-circle{position:fixed;border-radius:50%;z-index:-2;opacity:.08}.bg-circle-1{width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-200px;right:-100px;animation:float 20s ease-in-out infinite}.bg-circle-2{width:400px;height:400px;background:radial-gradient(circle,#2563eb 0%,transparent 70%);bottom:-100px;left:-100px;animation:float 15s ease-in-out infinite reverse}.bg-circle-3{width:300px;height:300px;background:radial-gradient(circle,#60a5fa 0%,transparent 70%);top:50%;left:60%;animation:float 25s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.download-container{background:#fff;border-radius:24px;border:1px solid #e5e7eb;padding:48px 40px;text-align:center;max-width:500px;width:100%;box-shadow:0 25px 50px -12px #0000001a,0 0 60px #3b82f614;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-wrapper{margin-bottom:24px;animation:logoAppear .8s ease-out .2s both}@keyframes logoAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.haytham-logo{width:120px;height:120px;object-fit:contain;border-radius:24px;box-shadow:0 20px 40px #3b82f633;transition:transform .3s ease}.haytham-logo:hover{transform:scale(1.05)}.download-title{font-size:2.5rem;font-weight:700;color:#1e3a5f;margin:0 0 8px;letter-spacing:-.5px}.download-subtitle{font-size:1.1rem;color:#64748b;margin:0 0 20px;font-weight:400}.download-description{font-size:1rem;color:#64748b;line-height:1.6;margin:0 0 28px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}.feature-item{display:flex;align-items:center;gap:10px;background:#f8fafc;padding:12px 16px;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.feature-item:hover{background:#eff6ff;transform:translateY(-2px);border-color:#bfdbfe}.download-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:18px 48px;font-size:1.15rem;font-weight:600;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #10b98166;width:100%;max-width:320px;margin-bottom:24px}.download-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #10b98180;background:linear-gradient(135deg,#34d399,#10b981)}.download-button:active{transform:translateY(-1px)}.download-icon{display:flex;align-items:center;justify-content:center}.download-icon svg{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.app-info{display:flex;justify-content:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.info-badge{background:#f1f5f9;color:#475569;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #e2e8f0}.footer-note{font-size:.85rem;color:#94a3b8;margin:0}@media (max-width: 600px){.download-page{padding:40px 16px 16px;align-items:flex-start}.download-container{padding:32px 24px;border-radius:20px}.haytham-logo{width:100px;height:100px;border-radius:20px}.download-title{font-size:2rem}.download-subtitle{font-size:1rem}.download-description{font-size:.9rem}.features-grid{grid-template-columns:1fr;gap:10px}.feature-item{padding:14px 16px}.download-button{padding:16px 32px;font-size:1.05rem}.bg-circle-1{width:300px;height:300px}.bg-circle-2{width:200px;height:200px}.bg-circle-3{width:150px;height:150px}}@media (max-width: 380px){.download-container{padding:24px 20px}.haytham-logo{width:80px;height:80px}.download-title{font-size:1.75rem}.app-info{flex-direction:column;gap:8px}}.policy-container{max-width:800px;margin:0 auto;padding:40px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;color:#333}.policy-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #eaeaea}.policy-header h1{font-size:2.5rem;margin-bottom:10px;color:#1a1a1a}.policy-header p{color:#666;font-size:.9rem}.policy-content section{margin-bottom:30px}.policy-content h2{font-size:1.5rem;margin-bottom:15px;color:#2c3e50}.policy-content p{line-height:1.6;margin-bottom:15px;color:#4a5568}.policy-content ul{margin-left:20px;margin-bottom:15px}.policy-content li{margin-bottom:10px;line-height:1.6;color:#4a5568}.policy-content a{color:#3182ce;text-decoration:none}.policy-content a:hover{text-decoration:underline}@media (max-width: 600px){.policy-header h1{font-size:2rem}}.admin-login-page,.admin-dashboard-page{font-family:Inter,-apple-system,sans-serif;color:#f3f4f6;min-height:100vh;margin:0;padding:0;box-sizing:border-box}.admin-login-page{background:#0d1117;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;padding:20px}.bg-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 20%,rgba(59,130,246,.1) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(253,186,116,.1) 0%,transparent 40%);z-index:1}.bg-circle{position:absolute;border-radius:50%;filter:blur(80px);z-index:2;opacity:.15}.bg-circle-1{width:300px;height:300px;background:#3b82f6;top:-100px;left:-50px}.bg-circle-2{width:400px;height:400px;background:#fdba74;bottom:-150px;right:-50px}.login-container{background:#161b22b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:40px;width:100%;max-width:420px;z-index:10;box-shadow:0 20px 40px #0006;text-align:center}.logo-wrapper{margin-bottom:24px}.haytham-logo{height:60px;object-fit:contain}.login-title{font-family:Poppins,sans-serif;font-size:28px;font-weight:700;color:#fff;margin:0 0 8px}.login-subtitle{font-size:14px;color:#8b949e;line-height:1.5;margin:0 0 32px}.login-form{text-align:left}.input-group{margin-bottom:24px}.input-group label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8b949e;margin-bottom:8px}.input-group input{width:100%;padding:14px 16px;border-radius:12px;background:#0d1117;border:1px solid #30363d;color:#fff;font-size:15px;box-sizing:border-box;transition:all .2s ease}.input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.error-message{color:#ff7b72;font-size:13px;margin-bottom:20px;background:#f06e641a;padding:10px 12px;border-radius:8px;border:1px solid rgba(240,110,100,.2)}.login-btn{width:100%;padding:14px;background:#ffcf2e;color:#0d1117;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.login-btn:hover{background:#f1bf1d;transform:translateY(-1px)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.admin-dashboard-page{background:#0d1117;display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;background:#161b22d9;border-bottom:1px solid rgba(255,255,255,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:12px}.header-logo{height:36px}.header-left h1{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#fff;margin:0}.logout-btn{padding:8px 16px;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.logout-btn:hover{background:#ff7b7226;color:#ff7b72;border-color:#ff7b724d}.dashboard-layout{display:flex;flex:1;min-height:calc(100vh - 69px)}.dashboard-tabs{width:260px;background:#161b22;border-right:1px solid rgba(255,255,255,.05);padding:24px 16px;display:flex;flex-direction:column;gap:8px}.tab-btn{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:12px;background:transparent;border:none;color:#8b949e;cursor:pointer;text-align:left;font-size:14px;font-weight:500;transition:all .2s ease}.tab-btn:hover{background:#ffffff05;color:#fff}.tab-btn.active{background:#3b82f626;color:#3b82f6;font-weight:600}.tab-btn .badge{background:#ffffff14;color:#8b949e;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px}.tab-btn.active .badge{background:#3b82f6;color:#fff}.dashboard-content{flex:1;padding:40px;background:#0d1117;overflow-y:auto}.data-section{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#fff;margin:0 0 6px}.section-desc{font-size:14px;color:#8b949e;margin:0 0 32px}.empty-state{background:#161b22;border:1px dashed #30363d;border-radius:16px;padding:60px;text-align:center;color:#8b949e;font-size:15px}.table-responsive{width:100%;overflow-x:auto;border-radius:16px;border:1px solid rgba(255,255,255,.05);background:#161b22}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:13.5px}.admin-table th{background:#0003;color:#8b949e;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.5px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.05)}.admin-table td{padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.03);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.time-col{white-space:nowrap;color:#8b949e;font-weight:500}.user-info{display:flex;flex-direction:column;gap:2px}.user-name{color:#fff;font-weight:600;font-size:14px}.user-meta{color:#8b949e;font-size:12px}.desc-col{color:#c9d1d9;line-height:1.5;max-width:400px;word-wrap:break-word}.section-badge{background:#3b82f61a;color:#58a6ff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid rgba(59,130,246,.2)}.profession-badge{background:#b662081a;color:#da8a2a;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid rgba(182,98,8,.2)}.screenshot-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:#58a6ff;font-size:12px;font-weight:500;transition:opacity .2s ease}.screenshot-link:hover{opacity:.8}.screenshot-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.no-screenshot{color:#8b949e;font-style:italic}.rating-col{white-space:nowrap}.stars{color:#ffcf2e;font-size:15px;letter-spacing:1px}.rating-num{color:#8b949e;font-size:12px;margin-left:6px}.no-comment{color:#8b949e;font-style:italic;font-size:13px}.status-pill{font-size:11px;font-weight:600;text-transform:uppercase;padding:4px 10px;border-radius:20px;display:inline-block}.status-pill.pending{background:#f0be1e1a;color:#e3b313;border:1px solid rgba(240,190,30,.2)}.status-pill.reviewed,.status-pill.contacted{background:#28a7451a;color:#34d058;border:1px solid rgba(40,167,69,.2)}.status-pill.rejected{background:#dc35451a;color:#ff4d4d;border:1px solid rgba(220,53,69,.2)}@media (max-width: 992px){.dashboard-layout{flex-direction:column}.dashboard-tabs{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.05);flex-direction:row;padding:16px;overflow-x:auto;gap:12px}.tab-btn{flex-shrink:0;gap:8px}.dashboard-content{padding:24px}}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,207,46,.1);border-radius:50%;border-top-color:#ffcf2e;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-select{font-family:inherit;font-size:11px;font-weight:600;text-transform:uppercase;padding:4px 24px 4px 10px;border-radius:20px;border:1px solid transparent;cursor:pointer;background-color:transparent;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;outline:none;transition:all .2s ease}.status-select.pending{background-color:#f0be1e26;color:#e3b313;border-color:#f0be1e4d;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='%23e3b313' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.status-select.reviewed,.status-select.contacted{background-color:#28a74526;color:#34d058;border-color:#28a7454d;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='%2334d058' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.status-select.rejected{background-color:#dc354526;color:#ff4d4d;border-color:#dc35454d;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='%23ff4d4d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.status-select option{background-color:#161b22;color:#fff}.home-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;padding:40px 20px}.home-logo{width:120px;height:120px;object-fit:contain;margin-bottom:24px;border-radius:24px;box-shadow:0 20px 40px #3b82f633}.home-title{font-size:2.5rem;color:#1e3a5f;font-weight:700;margin:0 0 8px;letter-spacing:-.5px;text-align:center}.home-subtitle{color:#3b82f6;font-size:1.1rem;font-weight:500;margin:0 0 12px;text-align:center}.home-description{color:#64748b;margin-top:0;margin-bottom:28px;text-align:center;max-width:400px;line-height:1.6;padding:0 10px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px;max-width:400px;width:100%;padding:0 10px}.feature-item{display:flex;align-items:center;gap:10px;background:#f8fafc;padding:12px 16px;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.feature-item:hover{background:#eff6ff;border-color:#bfdbfe}.feature-icon{font-size:1.2rem}.feature-text{font-size:.85rem;color:#334155;font-weight:500}.download-btn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-decoration:none;padding:18px 48px;font-size:1.15rem;font-weight:600;border-radius:16px;box-shadow:0 10px 30px #10b98166;transition:all .3s ease;margin-bottom:24px}.download-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #10b98180}.download-btn svg{width:24px;height:24px}.app-badges{display:flex;justify-content:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.app-badge{background:#f1f5f9;color:#475569;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #e2e8f0}.footer-note{color:#94a3b8;font-size:.85rem;margin:0;text-align:center}@media (max-width: 480px){.home-container{padding:50px 16px 30px;justify-content:flex-start}.home-logo{width:100px;height:100px;margin-bottom:20px;border-radius:20px}.home-title{font-size:2rem}.home-subtitle{font-size:1rem}.home-description{font-size:.9rem;margin-bottom:24px}.features-grid{grid-template-columns:1fr;gap:10px;margin-bottom:28px}.feature-item{padding:14px 16px}.download-btn{padding:16px 36px;font-size:1rem;width:calc(100% - 20px);max-width:320px;justify-content:center}.app-badges{gap:8px}.app-badge{padding:6px 12px;font-size:.75rem}.footer-note{font-size:.8rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;color:#1a1a1a;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}button{font-family:inherit}
