:root {
    --primary-color: #7E43E5;
    --secondary-color: #F04290;
}
body {
    font-family: "Inter", sans-serif;
}

.poppins-font {
    font-family: "Poppins", sans-serif;
}
.primary-button {
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
}
.primary-color{
    color: var(--primary-color);
}
.secondary-color{
    color: var(--secondary-color) !important;
}
.primary-bg-color{
    background-color: var(--primary-color);
}
.secondary-bg-color{
    background-color: var(--secondary-color);
}
.primary-border-color{
    border-color: var(--primary-color);
}
.hover-primary-color:hover{
    color: var(--primary-color);
}
.inter-font{
    font-family: "Inter", sans-serif;
}
.title-color{
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.title1-color{
    background: linear-gradient(to right, var(--secondary-color) 0%, var(--primary-color) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}
.hightlighted_bg{
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}
.svg_path_color_rating{
    fill: #FBBF24 !important;
}
.map_pin_color{
    fill: #94A3B8 !important;
}
.map_pin_color1{
    fill: #3C392F !important;
}
.fee_icon_color{
    fill: #64748B !important;
}
.duration_icon_color{
    fill: #64748B !important;
}
.intake_icon_color{
    fill: #64748B !important;
}
.right_arrow_color{
    fill: #FFFFFF !important;
}
.rating_icon_color{
    fill: #FACC15 !important;
}
.university_details_icon_color{
    fill: #38BDF8 !important;
}
.compare_university_icon_color{
    fill: #525284 !important;
}
.global_rating_icon_color{
    fill: #171727 !important;
}
.primary_icon_color{
    fill: var(--primary-color) !important;
}
svg path {
    fill: var(--primary-color);
}
.unset_stroke_color{
    fill: unset !important;
    stroke: var(--primary-color);
}
.unset_path_color{
    fill: unset !important;
}
.svg_stroke_color{
    fill: #94A3B8 !important;
}

/* Select2 — match native homepage filters (search only in dropdown) */
.home-filter-select-wrap .select2-container {
    width: 100% !important;
}

.home-filter-select-wrap .select2-container--default .select2-selection--single {
    height: 40px !important;
    min-height: 40px !important;
    border: none !important;
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.home-filter-select-wrap .select2-container--default.select2-container--focus .select2-selection--single,
.home-filter-select-wrap .select2-container--default.select2-container--open .select2-selection--single {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home-filter-select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 10px !important;
    padding-right: 24px !important;
    font-size: 14px !important;
    color: inherit;
}

.home-filter-select-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}

.home-filter-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 4px !important;
}

.home-filter-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #64748b transparent transparent transparent;
}

.home-filter-select-wrap .select2-container--default.select2-container--disabled .select2-selection--single {
    background: transparent !important;
    opacity: 1;
    cursor: not-allowed;
}

.home-filter-select-wrap .select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: #94a3b8;
}

.home-filter-select-wrap .select2-selection__clear {
    display: none !important;
}

.home-filter-select2-dropdown.select2-dropdown {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.1);
    z-index: 9999;
}

.home-filter-select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 14px;
    outline: none;
}

.home-filter-select2-dropdown .select2-results__option {
    font-size: 14px;
    padding: 8px 10px;
}

.home-filter-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #7e43e5;
}