* {
    font-family: Outfit, sans-serif;
}

.navbar-brand img {
    max-width: 100%;
    width: 300px;
}

.search-bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.search-bar {
    width: 450px;
    height: 54px;
    padding: 10px 15px 10px 60px;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    outline: none;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.search-bar-container i {
    position: absolute;
    left: 15px;
    font-size: 24px;
}

.navbar-buttons button {
    border: none;
    background: none;
    box-shadow: none;
}

.navbar-buttons button i {
    font-size: 38px;
}

.category-menu {
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: -15px;
    margin-bottom: 50px;
}

.category-menu .nav-link,
.category-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.7) !important;
}

.category-menu .dropdown-menu {
    background-color: #ffffff;
    border: none;
}

.category-menu .dropdown-toggle::after {
    display: none;
}

.footer {
    position: absolute;
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0;
}


.footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-links {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin-left: 10px;
}

.footer-column {
    flex: 1;
    text-align: left;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.footer-column:last-child {
    margin-left: 80px;
}

.footer-social {
    display: flex;
    gap: 15px;
    font-size: 32px;
}

.footer-social a {
    color: #000;
    text-decoration: none;
}

.footer-logo {
    margin-top: -40px;
    margin-right: -65px;
}

.footer-logo img {
    max-width: 100%;
    width: 300px;
    position: relative;
    left: -60px;
}

.footer-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.footer .row {
    justify-content: space-between;
    gap: 20px;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
    margin-bottom: 200px;
    padding-top: 100px;
}

.highlight-text {
    display: inline-block;
    background: #f89c5a;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.hero h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.hero p {
    font-size: 18px;
    margin-top: 15px;
    color: #333;
    padding-bottom: 15px;
}

.hero-buttons {
    margin-top: 30px;
    gap: 5px;
    display: flex;
}

.btn-discover {
    background: #ff4081;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    width: 150px;
    height: 50px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

.btn-join {
    background: none;
    border: 2px solid black;
    padding: 10px 18px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 150px;
    height: 50px;
    letter-spacing: 1px;
    font-weight: bold;
}

.btn-join i {
    margin-right: 5px;
}

.hero-image {
    max-width: 45%;
    position: relative;
    z-index: 1;
}

.hero-image img {
    max-width: 100%;
}

.ellipse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #f4923d61 0%,
            rgba(234, 51, 115, 0.38) 50%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
.ellipse2 {
    position: absolute;
    top: 27%;
    left: 1%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #f4923d61 0%,
            rgba(234, 51, 115, 0.38) 50%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.chevron-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: black;
    cursor: pointer;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

.talent-section {
    display: flex;
    gap: 20px;
    padding: 40px;
    max-width: 1600px;
    margin: auto;
}


.large-image {
    position: relative;
    width: 400px;
}

.large-image img {
    width: 100%;
    border-radius: 15px 0 0 15px;
}

.category-label {
    position: absolute;
    display: flex;
    align-items: center;
    background: rgba(64, 64, 64, 0.39);
    color: white;
    padding: 15px;
    border-radius: 0 0 0 15px;
    bottom: 1px;
}

.category-label img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.talent-cards {
    flex-grow: 1;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.card {
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 10px;
}

.card img {
    width: 100%;
    display: block;
}

.fav-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.fav-btn img {
    width: 20px;
}

.detail-btn {
    background: linear-gradient(45deg, #ff4081, #ff6f61);
    color: white;
    border: none;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 4px;
}

.see-all {
    background: linear-gradient(45deg, #ff4081, #ff6f61);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    width: 209px;
    height: 351px;
    margin-left: auto;
    flex-direction: column;
    padding-top: 40px;
    gap: 15px;
}

.see-all img {
    position: relative;
    top: 20%;
    left: 80%;
    width: 30px;
    height: 30px;
}
.subscribe-banner {
    max-width: 1200px;
    height: 170px;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: auto;
    border: 0.5px solid #00000052;
    margin-bottom: 50px;
}

.subscribe-content {
    display: flex;
    align-items: center;
    gap: 75px;
    justify-content: center;
}

.subscribe-content img {
    max-width: 400px;
    height: auto;
}

.subscribe-text {
    flex-grow: 1;
}

.subscribe-text h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.subscribe-form {
    display: flex;
    align-items: center;
}

.subscribe-form input {
    width: 400px;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
    font-size: 16px;
}

.subscribe-form button {
    background: linear-gradient(45deg, #ff8a00, #e52e71);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-left: -2px;
    height: 50px;
}

.subscribe-form button:hover {
    opacity: 0.9;
}

.register-banner {
    max-width: 1300px;
    height: 226px;
    background: rgba(255, 0, 100, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px 30px 30px 100px;
    margin: 40px auto;
}

.register-content {
    color: white;
    max-width: 80%;
}

.register-content h2 {
    font-size: 32px;
    font-weight: bold;
}

.register-content p {
    font-size: 22px;
    margin-top: 10px;
}

a {
    text-decoration: none;
}

ul.breadcrumb {
    border: none;
}

.navbar-buttons i {
    font-size: 38px;
}

.navbar-buttons a {
    box-shadow: none;
}

.navbar-buttons a.dropdown-item i {
    font-size: 1.1rem;
}

.image-upload-section.mb-4 {
    margin-bottom: 120px !important;
}

.panel-heading.note-toolbar {
    background: none;
}

.cover-image-upload:hover .overlay {
    color: white;
}

.overlay {
    color: white;
}

ul.breadcrumb {
    height: 60px;
    align-items: center;
    width: 100%;
    background: #f9f9f9;
    border-radius: 7px;
}


#top-links .dropdown-menu {
    min-width: 220px;
}

#top-links .dropdown-menu li>a {
    padding: 8px 20px;
    display: flex;
    align-items: center;
}

#top-links .dropdown-menu li>a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

#top-links .dropdown-menu .divider {
    margin: 8px 0;
}

.dropdown-menu {
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    color: #333;
}

.dropdown-item:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.dropdown-item i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.dropdown-divider {
    margin: 8px 0;
    border-top-color: #eee;
}

.btn-discover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-discover:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}

.stat-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.2s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.views-card {
    background: linear-gradient(45deg, #e2407f, #f06292);
}

.active-card {
    background: linear-gradient(45deg, #ec6f81, #f39e53);
}

.pending-card {
    background: linear-gradient(45deg, #f17f66, #f39e53);
}

.profile-card {
    background: linear-gradient(45deg, #e2407f, #ec6f81);
}

.stat-card .card-body {
    padding: 20px;
}

.stat-card h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.stat-card h2 {
    color: white;
    margin: 0;
    font-size: 2rem;
}

.profile-info {
    text-align: center;
    color: white;
}

.profile-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.profile-info h5 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.profile-info p {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.profile-info i {
    margin-right: 8px;
}

.account-menu {
    padding: 20px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
    background: white;
    border-radius: 10px;
    transition: all 0.3s;
    text-decoration: none;
    color: #444;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.menu-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(226, 64, 127, 0.2);
    color: #e2407f;
}

.menu-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #e2407f, #f39e53);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.menu-icon i {
    font-size: 1.5rem;
    color: white;
}

.menu-content h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
}

.menu-content p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.featured-section {
    width: 1200px;
    margin: auto;
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #C8C8C8;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    background: white;
    max-width: 100%;
}

.featured-title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    color: #232323db;
}

.slider-container {
    width: 1100px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}

.slider {
    display: flex;
    align-items: center;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-container {
    display: flex;
    overflow: hidden;
    width: 840px;
}

.slide {
    width: 200px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    border-radius: 20px;
    border-bottom: none;
}

.arrow {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    color: #000000;
    border: none;
    padding: 10px;
    font-size: 42px;
    font-weight: lighter;
    background: none;
}

.left-arrow {
    left: -6px;
}

.right-arrow {
    right: 10px;
}

.review-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    background: linear-gradient(45deg, #ff4081, #ff6f61);
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    height: 40px;
    border-radius: 0 0 20px 20px;
    margin-bottom: -11px;
    text-align: center;
    font-size: 20px;
}

.fixed {
    background: linear-gradient(45deg, #ff4081, #ff6f61);
    color: white !important;
    padding: 12px 16px;
    border-radius: 20px;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    height: 300px;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    border: none;
}

.fixed img {
    position: relative;
    top: 10%;
    left: 80%;
    width: 30px;
    height: 30px;
}

.slide img {
    max-width: 100%;
    height: 240px;
}

.slide a {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.fixed h3 {
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
    margin-left: 10px;
}

.fixed p {
    text-align: left;
    margin-left: 10px;
}

.process {
    padding: 50px 0;
    max-width: 1200px;
}

.myskills-text {
    text-align: center;
    margin-bottom: 40px;
}

.myskills-text h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.myskills-text p {
    font-size: 18px;
    color: #666;
}

.process-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 370px;
    text-align: center;
}

.process-card img {
    width: 86px;
    height: 86px;
    margin-bottom: 30px;
    position: relative;
    top: 10px;
}

.process-step {
    font-size: 24px;
    font-weight: bold;
    color: tomato;
    margin-bottom: 10px;
}

.process-description {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.process-description h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.process-description p {
    font-size: 16px;
    color: #666;
}

.text-gradient {
    background: linear-gradient(90deg, #EA3076 0%, #F5923C 52%, #EA2D77 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.process-card {
    background-color: #fff;
    border: 1px solid #f4923d21;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 400px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background: linear-gradient(#f4923d40 0%, rgb(255 133 176 / 23%) 50%, rgba(255, 255, 255, 0) 100%);
}

.process-card:hover img {
    transform: translateY(-3px);
    transition: transform 0.3s ease;
}

.process-card:hover .process-description p {
    color: #444;
    transition: color 0.3s ease;
}

.faq-section {
    padding: 50px 0;
}

.accordion-button {
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #000000;
}

.accordion-body {
    background-color: #ffffff;
    color: #060606a8;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}

.btn-light {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

.register-content2 p {
    font-size: 20px;
}

.accordion {
    width: 600px;
    position: relative;
    margin: auto;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

.bg-secondary img {
    background: none;
    width: 48px;
    height: 48px;
    margin-right: 35px;
}

.bg-secondary {
    background: white !important;
}

.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.testimonials::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 70%);
}

.testimonials .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}


.testimonials .title h2 {
    color: #232323db;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -1px;
    margin: 0
}

.testimonials .title img {
    margin-top: -10px;
}

.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5A3733;
}

.testimonials .testi .item {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    border: 1px solid #00000030;
}

.testimonials .testi .item .profile {
    display: flex;
    padding-left: 15px;
}

.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px
}

.testimonials .testi .item .profile .information .stars i {
    color: #ffd832
}

.testimonials .testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: #ff6f61;
    font-weight: 900;
    line-height: 1;
}

.testimonials .testi .item .profile .information span {
    color: #e2407f;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}

.testimonials .testi .item>p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #262626c9;
    text-align: center;
}

.testimonials .testi .item .icon {
    text-align: center;
}

.testimonials .testi .item .icon i {
    font-size: 32px;
    color: #222222b3;
}
.second-carousel {
    background: white;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 50px;
    max-width: calc(100% - 200px);
    overflow: hidden;
}
.featured-carousel-wrapper .fixed {
    width: 100%;
    margin: 20px 0px;
}

.featured-carousel-wrapper {
    position: relative;
}
h2.text-center {
    text-align: center !important;
    font-size: 40px;
    font-weight: 900;
    color: #232323db;
}

.register-banner {
    background: url('assets/banner-bg.png')center;
    max-width: 1200px;
    height: 200px;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px 30px 30px 100px;
    margin: 40px auto;
    background-size: contain;
}

.register-blur {
    background-color: #e31d69bf;
    max-width: 1200px;
    height: 200px;
    position: absolute;
    left: 0;
    width: 1200px;
    border-radius: 20px;
}

.register-content {
    color: white;
    max-width: 80%;
    z-index: 5;
}

.register-banner2 {
    background: url('assets/banner-bg.png')center;
    max-width: 1200px;
    height: 200px;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px 30px 30px 100px;
    margin: 40px auto;
    background-size: contain;
}

.register-blur2 {
    background-color: rgb(229 115 24 / 82%);
    max-width: 1200px;
    height: 200px;
    position: absolute;
    left: 0;
    width: 1200px;
    border-radius: 20px;
}

.register-content2 {
    color: white;
    max-width: 80%;
    z-index: 5;
}

.register-content h2 {
    font-size: 32px;
    font-weight: bold;
}

.register-content p {
    font-size: 22px;
    margin-top: 10px;
}

.fav-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.fav-btn img {
    width: 20px;
    height: 20px !important;
}

/* Üyelik Modal Stilleri */
#membershipModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#membershipModal .modal-header {
    border-bottom: none;
    padding: 20px 30px;
    align-items: flex-start;
}

#membershipModal .modal-title-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

#membershipModal .modal-icon {
    width: 45px;
    height: 45px;
    background: #e2407f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#membershipModal .modal-icon i {
    font-size: 22px;
    color: white;
}

#membershipModal .modal-title-content {
    display: flex;
    flex-direction: column;
}

#membershipModal .modal-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

#membershipModal .modal-subtitle {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
    line-height: 1.4;
}

#membershipModal .modal-body {
    padding: 20px 30px;
}

#membershipOptions {
    display: flex;
    gap: 15px;
}

#membershipModal .btn-outline-primary,
#membershipModal .btn-outline-secondary {
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 200px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
}

#membershipModal .btn-outline-primary i,
#membershipModal .btn-outline-secondary i {
    font-size: 24px;
    margin-bottom: 10px;
}

#membershipModal .btn-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    display: block;
}

#membershipModal .btn-description {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 1.4;
    display: block;
}

#membershipModal .btn-outline-primary:hover .btn-description,
#membershipModal .btn-outline-secondary:hover .btn-description {
    color: inherit;
}

#categoryAccordion .accordion-button {
    padding: 15px;
    font-size: 16px;
    background: none;
    border: none;
}

#categoryAccordion .btn-link {
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.2s ease;
}

#categoryAccordion .btn-link:hover {
    background: #f8f9fa;
    color: #e2407f;
}

#categoryAccordion .accordion-item .accordion-item {
    margin-left: 15px;
}

#categoryAccordion .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #e2407f;
}

#categoryAccordion .accordion-body {
    padding: 0;
}

#categoryAccordion .btn-link {
    padding: 12px 15px;
    text-align: left;
}

#checkout-checkout .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#checkout-checkout .panel-body form {
    padding: 20px !important;
}

button.accordion-button::after {
    content: "";
    border-right: 1px solid black;
    border-top: 1px solid black;
    width: 16px;
    height: 16px;
    background: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(315deg);
    transition: all 0.2s;
}

button.accordion-button {
    position: relative;
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(135deg);
}
#product-explore .page-header-icon i {
    color: #ff6b6b;
}


.banner {
    width: 100%;
    height: 330px;
    background: url('assets/coverphoto.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.profile-section {
    position: relative;
}

.profile-section .profile-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.profile-frame {
    width: 300px;
    height: 300px;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
}

.profile-frame img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

.profile-picture-margin {
    width: 280px;
    height: 280px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #f5f5f5;
    border-radius: 10px;
}

.button-group {
    display: flex;
    gap: 10px;
}

.profile-card img {
    /* border: 5px solid #f5f5f5; */
    /* border-radius: 10px; */
    width: auto;
    height: auto;
    /* background: white; */
    max-width: 100%;
    max-height: 100%;
}

.profile-picture-margin {
    margin-top: -150px;
}

.profile-top-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-picture-and-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ilan-sayfasi .button-group button {
    color: black;
    border: 1px solid black;
    /* width: 151px; */
    height: 40px;
    border-radius: 5px;
}

.ilan-sayfasi .button.btn.btn-danger.btn-custom {
    color: white;
    border: none;
    background-color: rgba(235, 51, 114, 1);
}

span.fa.fa-star {
    color: #a9a9a9;
}

.checked {
    color: black !important;
}

.rating {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.rating-avg {
    color: rgba(77, 77, 77, 1);
    margin-bottom: 0;
    font-weight: 900;
}

.rating-count {
    color: rgba(77, 77, 77, 1);
    font-size: 16px;
    margin-bottom: 0;
}

.bio-box {
    background-color: #f4f4f4;
    padding: 20px 20px 20px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px 0 rgb(0, 0, 0, 0.2);
}

.profile-section .profile-info {
    display: block;
    text-align: left;
    color: black;
    margin-left: 20px;
}

.profile-section .profile-info h5 {
    color: black;
}

.ilan-sayfasi .swiper {
    width: 100%;
    height: 100%;
}

.ilan-sayfasi .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: fit-content;
}

.ilan-sayfasi .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ilan-sayfasi .swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ilan-sayfasi .swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.ilan-sayfasi .mySwiper2 {
    /* height: 80%; */
    width: 100%;
}

.ilan-sayfasi .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.ilan-sayfasi .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border-radius: 10px;
    overflow: hidden;
    max-height: 120px;
}

.ilan-sayfasi .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.ilan-sayfasi .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ilan-sayfasi .profile-slider {
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    margin-bottom: 100px;
    box-shadow: 0 10px 30px 0 rgb(0, 0, 0, 0.2);
    background-color: #f4f4f4;
    border-radius: 20px;
}

.ilan-sayfasi .profile-slider img {
    border-radius: 10px !important;
}

.ilan-sayfasi .comments h2 {
    text-align: center;
}

.yorum-kutusu {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.ilan-sayfasi textarea {
    resize: none;
    overflow: hidden;
    min-height: 50px;
}

.ilan-sayfasi .yorumlar {
    margin-top: 20px;
    word-wrap: break-word;
}

.ilan-sayfasi .yorum {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.ilan-sayfasi .comments-block {
    padding: 20px 20px 20px 20px;
}

.ilan-sayfasi .comments input {
    border-radius: 5px;
    border: 1px solid #787878;
}

.ilan-sayfasi .comments button {
    border: 1px solid #787878ad;
    background: white;
    border-radius: 5px;
    padding: 10px;
    width: 125px;
}

.ilan-sayfasi .comments {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ilan-sayfasi .profile-slider .swiper-slide video,
.ilan-sayfasi .profile-slider .swiper-slide img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
    background: black;
}

.bio-box, .profile-slider {
    margin: 20px;
}

#mobile-menu .dropdown-toggle::after {
    display: none;
}
#alt-menu {
    display: none;
}

.category-menu .nav {
    justify-content: center;
}

.navbar-buttons .dropdown-toggle:after {
    display: none;
}
.container.featured-carousel {
    margin-top: 50px;
}

.mobile-fixed-button {
    display:block;
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, #ff4081, #ff6f61);
    color: white !important;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.mobile-fixed-button span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.mobile-fixed-button b {
    margin-bottom: 10px;
}
.register-content h2 {
    color: white;
}

.register-content2 h2 {
    color: white;
}

.ilan-sayfasi .button-group button.btn-danger {
    color: white !important;
}

ul.pagination li {
    margin: 10px;
}

ul.pagination li.active {
    color: white;
}

ul.pagination li.active span {
    padding: 5px;
    font-weight: 900;
}

.form-check {padding: 15px;width: 140px;height: 140px;display: flex;align-items: flex-start;margin: 5px;border-radius: 5px;border: 1px solid gainsboro;cursor: pointer;background: white;}

.category-level {
    flex-wrap: wrap;
}

.form-check input {
    position: relative;
    margin: 0;
}

.form-check:hover {
    box-shadow: 0px 0px 10px #00000036;
}

label.form-check-label {
    height: 100%;
    margin-top: 0;
    padding-top: 20px;
    cursor: pointer;
}

.category-custom-form.panel.panel-default h4,
.category-custom-form.panel.panel-default h5 {
    color: white;
}

.nav-link a {
    max-width: fit-content;
}

.nav-link a:hover {
    text-decoration: underline;
}

.nav-submenu.show {
    display: block;
}

.nav-submenu a.active {
    font-weight: 800;
}

.product-categories {
    top: 0;
    left: 0;
}

.white-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffffa1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

div#product-search .product-categories {
    background:white;
    padding: 10px;
    border-radius: 5px;
}

.popup-media img, .popup-media video {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    display: block;
    width: auto;
    height: auto;
}

.popup-media {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    max-height: 90vh;
}

.category-slider img {
    max-height: 300px;
}

.faq-image img {
    max-width: 100%;
    max-height: 500px;
}

.faq-image {
    text-align: center;
}

.category-name {
    margin: 10px;
    font-size: 14px;
    background: #ff467dad;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}