:root{--brand-orange:#d65118;--brand-orange-hover:#b84110;--brand-light-bg:#fdf5f1;--text-main:#111;--text-muted:#9ca3af;--border-light:#e5e7eb;--shadow-premium:0 15px 40px rgba(0,0,0,.08);--transition-smooth:cubic-bezier(0.25,.8,.25,1)}.course-search-hero{background:linear-gradient(135deg,#fff 0,#fdf5f1 50%,#fcebe2 100%);border-radius:32px;padding:80px 30px;margin:40px auto;max-width:1200px;box-shadow:0 20px 50px rgba(214,81,24,.04);border:1px solid rgba(214,81,24,.05);text-align:center;font-family:inherit}.course-search-header{margin-bottom:45px}.course-search-header h2{font-size:42px;font-weight:800;color:var(--text-main);margin:0 0 15px 0;letter-spacing:-.5px;line-height:1.2}.course-search-header h2 span{color:var(--brand-orange)}.course-search-header p{font-size:18px;color:#555;max-width:600px;margin:0 auto;line-height:1.6}.custom-course-search{max-width:1050px;margin:0 auto;background:#fff;border-radius:100px;padding:10px 10px 10px 35px;box-shadow:var(--shadow-premium);border:1px solid var(--border-light);position:relative;box-sizing:border-box}.custom-course-search form{display:flex;align-items:center;width:100%}.custom-course-search .select-group{flex:1;position:relative;text-align:left}.custom-course-search .select-group:not(:last-of-type){border-right:1px solid var(--border-light);margin-right:25px;padding-right:25px}.custom-dropdown-trigger{width:100%;padding:16px 30px 16px 0;font-size:16px;font-weight:500;color:var(--text-main);cursor:pointer;position:relative;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s var(--transition-smooth)}.custom-dropdown-trigger::after{content:"";position:absolute;right:5px;top:50%;transform:translateY(-50%);width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d65118'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s var(--transition-smooth)}.custom-dropdown-wrapper.disabled .custom-dropdown-trigger{color:var(--text-muted);cursor:not-allowed}.custom-dropdown-wrapper.disabled .custom-dropdown-trigger::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E")}.custom-dropdown-wrapper.open .custom-dropdown-trigger::after{transform:translateY(-50%) rotate(180deg)}.custom-dropdown-wrapper.open .custom-dropdown-trigger{color:var(--brand-orange)}.custom-dropdown-menu{position:absolute;top:calc(100% + 20px);left:-15px;right:-15px;background:#fff;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.15);border:1px solid var(--border-light);margin:0;padding:8px 0;list-style:none;z-index:99999;opacity:0;visibility:hidden;transform:translateY(15px);transition:opacity .25s ease,transform .25s var(--transition-smooth),visibility .25s}.custom-dropdown-wrapper.open .custom-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.custom-dropdown-menu li{padding:12px 20px;font-size:15px;color:var(--text-main);font-weight:500;cursor:pointer;transition:all .15s ease}.custom-dropdown-menu li:hover{background-color:var(--brand-light-bg);color:var(--brand-orange);padding-left:25px}.custom-dropdown-menu li.selected{background-color:var(--brand-orange);color:#fff}.custom-course-search button{background-color:var(--brand-orange);color:#fff;border:0;border-radius:100px;padding:18px 45px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s var(--transition-smooth);box-shadow:0 5px 15px rgba(214,81,24,.25);white-space:nowrap}.custom-course-search button:hover:not(:disabled){background-color:var(--brand-orange-hover);box-shadow:0 8px 22px rgba(214,81,24,.4);transform:scale(1.02)}.custom-course-search button:disabled{background-color:var(--border-light);color:var(--text-muted);box-shadow:none;cursor:not-allowed;transform:none}@media(max-width:991px){.course-search-hero{padding:50px 20px;border-radius:24px}.course-search-header h2{font-size:32px}.custom-course-search{border-radius:24px;padding:24px}.custom-course-search form{flex-direction:column;gap:20px}.custom-course-search .select-group{width:100%;border-right:0 !important;margin-right:0 !important;padding-right:0 !important;border-bottom:1px solid var(--border-light);padding-bottom:10px}.custom-dropdown-menu{top:calc(100% + 5px);left:0;right:0}.custom-course-search button{width:100%;padding:16px;border-radius:50px}}