h1 {
    font-weight: 600;
    font-size: 32px;
}

h5 {
    font-weight: 600;
    font-size: 18px;
}

.btn-secondary-helo {

    border-color: #022794;
    font-size: 120%;
    line-height: 1.5;
    border-radius: .75rem;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 800;
    cursor: pointer;
    margin-top: auto;
}

.btn-primary-helo {
    background-color: #022794;
    border-color: #022794;
    font-size: 120%;
    line-height: 1.5;
    border-radius: .75rem;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 800;
    cursor: pointer;
    margin-top: auto;
}

.btn-primary-helo:hover {
    color: #379FFF;
}

.btn-primary-helo.disabled,
.btn-primary-helo:disabled {
    color: #fff;
    background-color: #797979;
    border-color: #022794;
}

/* Yuvarlatılmış köşeler için */
.rounded-3xl {
    border-radius: 1.5rem;
}

/* Yuvarlatılmış köşeler için */
.rounded-xl {
    border-radius: 0.75rem;
}

/* Hover arka plan rengi */
.hover-bg-white:hover {
    background-color: #FFFFFF;
}

/* İkon boyutları */
.icon {
    width: 20px;
    height: 20px;
}

/* Primary Blue */
.bg-primary-blue {
    background-color: #003CA5;
}

.bg-primary-light-blue {
    background-color: #dfebff;
}

.text-primary-blue {
    color: #003CA5;
}

/* Dark Blue */
.bg-dark-blue {
    background-color: #022794;
}

.text-dark-blue {
    color: #022794;
}

.stroke-dark-blue {
    stroke: #022794;
}

.fill-dark-blue {
    fill: #022794;
}

/* Blue */
.bg-blue {
    background-color: #003CA5;
}

.text-blue {
    color: #003CA5;
}

/* Orange */
.bg-orange {
    background-color: #FF9B28;
}

.text-orange {
    color: #FF9B28;
}

/* Light Blue */
.bg-light-blue {
    background-color: #379FFF;
}

.text-light-blue {
    color: #379FFF;
}

.stroke-light-blue {
    stroke: #379FFF;
}

.fill-light-blue {
    fill: #379FFF;
}

.fill-light-blue-40 {
    fill: #379FFF;
}

/* Pink */
.bg-pink {
    background-color: #FFADCF;
}

.text-pink {
    color: #FFADCF;
}

.fill-pink {
    fill: #FFADCF;
}

/* BabyPink */
.bg-baby-pink {
    background-color: #FFEFF6;
}

.text-baby-pink {
    color: #FFEFF6;
}

/* Baby Pink */
.bg-baby-pink {
    background-color: #FFEFF6;
}

.text-baby-pink {
    color: #FFEFF6;
}

/* Red */
.bg-red {
    background-color: #F05352;
}

.text-red {
    color: #F05352;
}

.fill-red {
    fill: #F05352;
}

.stroke-red {
    stroke: #F05352;
}

/* Yellow */
.bg-yellow {
    background-color: #F5E559;
}

.text-yellow {
    color: #F5E559;
}

/* Greyscale White */
.bg-greyscale-white {
    background-color: #FDFDFD;
}

.text-greyscale-white {
    color: #FDFDFD;
}

.fill-greyscale-white {
    fill: #FDFDFD;
}

/* Greyscale Black */
.bg-greyscale-black {
    background-color: #0E0E0E;
}

.text-greyscale-black {
    color: #0E0E0E;
}

/* Greyscale 50 */
.bg-greyscale-50 {
    background-color: #F4F4F4;
}

.text-greyscale-50 {
    color: #F4F4F4;
}

/* Greyscale 100 */
.bg-greyscale-100 {
    background-color: #C8C8C8;
}

.text-greyscale-100 {
    color: #C8C8C8;
}

.border-greyscale-100 {
    border-color: #C8C8C8 !important;
}

/* Greyscale 200 */
.bg-greyscale-200 {
    background-color: #8D8D8D;
}

.text-greyscale-200 {
    color: #8D8D8D;
}

/* Greyscale 300 */
.bg-greyscale-300 {
    background-color: #797979;
}

.text-greyscale-300 {
    color: #797979;
}

.stroke-greyscale-300 {
    stroke: #797979;
}

/* Greyscale 400 */
.bg-greyscale-400 {
    background-color: #5B5B5B;
}

.text-greyscale-400 {
    color: #5B5B5B;
}

/* Greyscale 500 */
.bg-greyscale-500 {
    background-color: #4D4D4D;
}

.text-greyscale-500 {
    color: #4D4D4D;
}

.border-greyscale-500 {
    border-color: #4D4D4D !important;
}

/* Greyscale 600 */
.bg-greyscale-600 {
    background-color: #282828;
}

.text-greyscale-600 {
    color: #282828;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px #282828bf, 0 2px 4px -2px #282828b4;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), #282828, #282828;
}

.text-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Optional: Add specific Safari fixes */
@supports (-webkit-line-clamp: 3) {
    .text-3-line {
        max-height: none;
        /* Reset max-height when line-clamp is supported */
    }
}

.text-2-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Optional: Add specific Safari fixes */
@supports (-webkit-line-clamp: 2) {
    .text-2-line {
        max-height: none;
        /* Reset max-height when line-clamp is supported */
    }
}

.text-xs {
    font-size: 0.75rem;
    /* 12px */
    line-height: 1rem;
    /* 16px */
}

.text-sm {
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.25rem;
    /* 20px */
}

.text-lg {
    font-size: 1.125rem
        /* 18px */
    ;
    line-height: 1.75rem
        /* 28px */
    ;
}

.text-xl {
    font-size: 1.25rem
        /* 20px */
        !important;
    line-height: 1.75rem
        /* 28px */
        !important;
}

.text-2xl {
    font-size: 1.5rem
        /* 24px */
        !important;
    line-height: 2rem
        /* 32px */
        !important;
}

.text-3xl {
    font-size: 1.875rem
        /* 30px */
        !important;
    line-height: 2.25rem
        /* 36px */
        !important;
}

.text-4xl {
    font-size: 2.25rem
        /* 36px */
        !important;
    line-height: 2.5rem
        /* 40px */
        !important;
}

.font-semibold {
    font-weight: 600;
}

.hide-scrollbar {
    overflow: hidden;
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Styling the input via the form-control class */
.form-control {
    font-size: 14px;
    color: #8D8D8D;
    border-radius: 16px;
}

label {
    color: #022794;
    font-size: 16px;
    font-weight: 600;
}

input {
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 400;
    border-radius: 16px;

}

::placeholder {
    color: #8D8D8D;
    opacity: 10;
    /* Firefox */
}

.card-header {
    border: 0;
}

.form-card {
    border: none !important;
}

.card-body {
    background-color: #FDFDFD;
    border: none;
}

/* Styling the input specifically using its ID */

.nav {
    border: none;
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: 800;
    color: #022794 !important;
}

.nav-tabs {
    border: none;
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: 800;
    color: #022794;
    border-radius: 16px;
    border: 2px #022794;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    color: #022794;
    border-radius: 16px;
    border: 2px #022794;
    background-color: #FFADCF;
}

.nav-tabs .nav-link {
    background-color: #FFEFF6;
    color: #022794;
    border: 1px solid transparent;
    border-radius: 16px;
    margin: 8px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #FDFDFD;
    background-color: #022794;
    border-radius: 16px;
    border: 2px #022794;
}

.nav-tabs .nav-link.disabled {
    color: #022794;
    background-color: transparent;
    border-color: transparent;
}

h1 {
    font-weight: 600;
    font-size: 32px;
}

h5 {
    font-weight: 600;
    font-size: 18px;
}

.btn-primary-helo {
    background-color: #022794;
    border-color: #022794;
    font-size: 120%;
    line-height: 1.5;
    border-radius: .75rem;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 800;
    cursor: pointer;
    margin-top: auto;
}

.btn-primary-helo:hover {
    background-color: #fff;
    color: #022794;
    border: 1px solid #022794;
    transition: all 0.3s ease;
}

.btn-primary-helo.disabled,
.btn-primary-helo:disabled {
    color: #fff;
    background-color: #797979;
    border-color: #022794;
}

/* Yuvarlatılmış köşeler için */
.rounded-3xl {
    border-radius: 1.5rem;
}

/* Hover arka plan rengi */
.hover-bg-white:hover {
    background-color: #FFFFFF;
}

/* İkon boyutları */
.icon {
    width: 20px;
    height: 20px;
}

/* Primary Blue */
.bg-primary-blue {
    background-color: #003CA5;
}

.text-primary-blue {
    color: #003CA5;
}

/* Dark Blue */
.bg-dark-blue {
    background-color: #022794;
}

.border-dark-blue {
    border-color: #022794 !important;
}

.gap-1 {
    gap: 0.25rem
        /* 4px */
    ;
}

.gap-2 {
    gap: 0.5rem
        /* 8px */
    ;
}

.gap-3 {
    gap: 0.75rem
        /* 12px */
    ;
}

.gap-4 {
    gap: 1rem
        /* 16px */
    ;
}

.text-dark-blue {
    color: #022794;
}

.stroke-dark-blue {
    stroke: #022794;
}

.fill-dark-blue {
    fill: #022794;
}

/* Blue */
.bg-blue {
    background-color: #003CA5;
}

.text-blue {
    color: #003CA5;
}

/* Orange */
.bg-orange {
    background-color: #FF9B28;
}

.text-orange {
    color: #FF9B28;
}

/* Light Blue */
.bg-light-blue {
    background-color: #379FFF;
}

.text-light-blue {
    color: #379FFF;
}

/* Pink */
.bg-pink {
    background-color: #FFADCF;
}

.text-pink {
    color: #FFADCF;
}

.fill-pink {
    fill: #FFADCF;
}

.border-pink {
    border-color: #FFADCF !important;
}

.stroke-pink {
    stroke: #FFADCF !important;
}

/* BabyPink */
.bg-baby-pink {
    background-color: #FFEFF6;
}

.text-baby-pink {
    color: #FFEFF6;
}

/* Baby Pink */
.bg-baby-pink {
    background-color: #FFEFF6;
}

.text-baby-pink {
    color: #FFEFF6;
}

/* Red */
.bg-red {
    background-color: #F05352;
}

.text-red {
    color: #F05352;
}

/* Yellow */
.bg-yellow {
    background-color: #F5E559;
}

.text-yellow {
    color: #F5E559;
}

/* Greyscale White */
.bg-greyscale-white {
    background-color: #FDFDFD;
}

.text-greyscale-white {
    color: #FDFDFD;
}

.fill-greyscale-white {
    fill: #FDFDFD;
}

.stroke-greyscale-white {
    stroke: #FDFDFD;
}

/* Greyscale Black */
.bg-greyscale-black {
    background-color: #0E0E0E;
}

.text-greyscale-black {
    color: #0E0E0E;
}

/* Greyscale 50 */
.bg-greyscale-50 {
    background-color: #F4F4F4;
}

.text-greyscale-50 {
    color: #F4F4F4;
}

/* Greyscale 100 */
.bg-greyscale-100 {
    background-color: #C8C8C8;
}

.text-greyscale-100 {
    color: #C8C8C8;
}

.fill-greyscale-100 {
    fill: #C8C8C8;
}

/* Greyscale 200 */
.bg-greyscale-200 {
    background-color: #8D8D8D;
}

.text-greyscale-200 {
    color: #8D8D8D;
}

/* Greyscale 300 */
.bg-greyscale-300 {
    background-color: #797979;
}

.text-greyscale-300 {
    color: #797979;
}

/* Greyscale 400 */
.bg-greyscale-400 {
    background-color: #5B5B5B;
}

.text-greyscale-400 {
    color: #5B5B5B;
}

/* Greyscale 500 */
.bg-greyscale-500 {
    background-color: #4D4D4D;
}

.text-greyscale-500 {
    color: #4D4D4D;
}

/* Greyscale 600 */
.bg-greyscale-600 {
    background-color: #282828;
}

.text-greyscale-600 {
    color: #282828;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px #282828, 0 2px 4px -2px #282828;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), #282828, #282828;
}

.text-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-xs {
    font-size: 0.75rem;
    /* 12px */
    line-height: 1rem;
    /* 16px */
}

.text-sm {
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.25rem;
    /* 20px */
}

.text-4xl {
    font-size: 2.25rem
        /* 36px */
        !important;
    line-height: 2.5rem
        /* 40px */
        !important;
}

.font-semibold {
    font-weight: 600;
}

.hide-scrollbar {
    overflow: hidden;
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: Inter;
    src: url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src: url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif !important;
}

.text-underline {
    text-decoration: underline;
}

.helo-card {
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    padding: 16px;
}


.helo-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.helo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.helo-grid-sm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.col-lg-2-5 {
    flex: 0 0 22.33333333%;
    max-width: 22.33333333%;
}

.col-lg-3-5 {
    flex: 0 0 29%;
    max-width: 29%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text-6xl-lg {
    font-size: 3.75rem
        /* 60px */
        !important;
    line-height: 1 !important;
}

@media (max-width: 1200px) {
    .helo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .helo-grid-sm {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-lg-2-5 {
        flex: 0 0 22.33333333%;
        max-width: 22.33333333%;
    }

    .text-6xl-lg {
        font-size: 3.75rem
            /* 60px */
            !important;
        line-height: 1 !important;
    }
}

@media (max-width: 992px) {
    .col-lg-2-5 {
        flex: 0 0 90.33333333%;
        max-width: 90.33333333%;
    }

    .col-lg-3-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .helo-grid {
        grid-template-columns: 1fr;
    }

    .helo-grid-sm {
        grid-template-columns: 1fr;
    }

    .col-lg-2-5 {
        flex: 0 0 90.33333333%;
        max-width: 90.33333333%;
    }
}


.helo-dropdown select {
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    background-color: white;
    cursor: pointer;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000082%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 12px auto;
    font-weight: 500;
    color: #0b0b0b;
}

@media (max-width: 768px) {
    .helo-dropdown {
        width: 100%;
    }

    .helo-dropdown select {
        width: 100%;
    }
}

.helo-card-image {
    width: 100%;
    height: 200px;
    /* Adjust this value as needed */
    object-fit: cover;
    border-radius: 12px;
}

.helo-company-card-image {
    width: 80%;
    height: 180px;
    /* Adjust this value as needed */
    object-fit: scale-down;
    border-radius: 20px;
    padding: 12px;
}

.helo-card-image-sm {
    width: 100%;
    height: 40px;
    /* Adjust this value as needed */
    object-fit: cover;
    border-radius: 0.75rem;
}


.helo-card-title {
    font: 625 16px Inter, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.category-tag {
    display: inline-block;
    border-radius: 15px;
    padding: 1px 10px;
    font: 625 12px Inter, sans-serif;
    height: 30px;
    line-height: 30px;
}

.rounded-border {
    border-radius: .5rem;
}


.helo-dropdown select option {
    font-size: 16px;
    /* Adjust the font size for options */
    padding: 10px;
    /* Add padding for better spacing */
    background-color: #fff;
    /* Set background color for the options */
    color: #0b0b0b;
    /* Text color */
    font-weight: 400;
    /* Option font weight */
    border-bottom: 1px solid #e0e0e0;
    /* Add bottom border to separate options */
    cursor: pointer;
}

.helo-dropdown select option:hover {
    background-color: #f0f0f0;
    /* Change background on hover */
    color: #000082;
    /* Change text color on hover */
}

.helo-dropdown select option:checked {
    background-color: #e0e0e0;
    /* Change background of selected option */
    color: #000082;
    /* Change text color of selected option */
}

.helo-page-holder {
    padding: 2%;
    padding-top: 3rem !important;
    /* pt-5 */
    background-color: #f8f8f8;
    overflow-x: hidden;
}

.helo-club-page-holder {
    padding: 2%;
    padding-top: 3rem !important;
    /* pt-5 */
    background-color: #f8f8f8;
}

.helo-card-scale {
    transition: transform 0.2s;
}

.helo-card-scale:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #003CA5;
}


@media (min-width: 768px) {

    /* md breakpoint */
    .helo-page-holder {
        padding-top: 3rem !important;
        /* pt-md-0 */
    }

    .helo-club-page-holder {
        padding-top: 3rem !important;
        /* pt-md-0 */
    }
}

.helo-form-holder {
    padding-top: 8px;
}

.helo-radio {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.helo-radio+label {
    cursor: pointer;
    font-weight: bolder;
    color: #022794;
}

/* Optional: Custom radio button styling */
.helo-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    outline: none;
    transition: all 0.2s ease;
}

.helo-radio:checked {
    border-color: #022794;
    background-color: #022794;
    box-shadow: inset 0 0 0 2px #fff;
}

.helo-radio:hover:not(:checked) {
    border-color: #022794;
}

.profile-image {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.helo-club-card {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 0.75rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: 96px;
    outline: none;
    cursor: pointer;
}

.helo-club-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-color: #022794;
}

.helo-club-card:focus {
    outline: none;
    border-color: #022794;
}

.helo-club-card:has(input:checked) {
    border-color: #FFADCF;
}

.helo-club-card:focus-within {
    outline: none;
}

.helo-club-card img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.helo-club-card h5 {
    font-size: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    color: #022794;
}

.helo-club-card p {
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.helo-club-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}