body {
    font-family: "Barlow", sans-serif;
    background: linear-gradient(261deg, rgba(3, 21, 41, 1) 0%, rgba(7, 44, 65, 1) 100%);
}

@media (min-width: 1230px) {
    .container {
        max-width: 1230px;
        width: 1230px;
        padding: 0;
    }
}

a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    transition: 0.5s;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    /* max-width: 88%; */
}

h2 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
}

h2:after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(239 177 54 / 64%) 0%, rgb(255 255 255 / 0%) 100%);
    display: block;
    margin-top: 10px;
}

/* Responsive typography scale */
:root {
    --fs-h1: 2rem;
    --fs-h2: 1.75rem;
    --fs-h3: 1.5rem;
    --fs-h4: 1.25rem;
    --fs-h5: 1.125rem;
    --fs-h6: 1rem;
    --fs-body: 0.95rem;
    --fs-small: 0.875rem;
}

@media (min-width: 768px) {
    :root {
        --fs-h1: 2.4rem;
        --fs-h2: 2.1rem;
        --fs-h3: 1.8rem;
        --fs-h4: 1.5rem;
        --fs-h5: 1.3rem;
        --fs-h6: 1.1rem;
        --fs-body: 1rem;
        --fs-small: 0.9rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --fs-h1: 2.8rem;
        --fs-h2: 2.4rem;
        --fs-h3: 2rem;
        --fs-h4: 1.7rem;
        --fs-h5: 1.4rem;
        --fs-h6: 1.2rem;
        --fs-body: 1.05rem;
        --fs-small: 0.95rem;
    }
}

/* Utility font-size classes (use on h1Ã¢â‚¬â€œh6, p, a, label, input, etc.) */
.fs-h1 {
    font-size: var(--fs-h1);
    line-height: 1.2;
}

.fs-h2 {
    font-size: var(--fs-h2);
    line-height: 1.25;
}

.fs-h3 {
    font-size: var(--fs-h3);
    line-height: 1.3;
}

.fs-h4 {
    font-size: var(--fs-h4);
    line-height: 1.35;
}

.fs-h5 {
    font-size: var(--fs-h5);
    line-height: 1.4;
}

.fs-h6 {
    font-size: var(--fs-h6);
    line-height: 1.45;
}

.fs-body {
    font-size: var(--fs-body);
    line-height: 1.6;
}

.fs-small {
    font-size: var(--fs-small);
    line-height: 1.6;
}

header {
    background: linear-gradient(261deg, rgba(3, 21, 41, 1) 0%, rgba(7, 44, 65, 1) 100%);
    padding: 35px 0;
    position: relative;
}

.header-lang {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo {
    width: 20%;
}

.header-logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.header-menu {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-menu ul {
    list-style: none;
    display: flex;
    gap: 60px;
    margin: 0;
    padding: 0;
}

.header-menu ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.header-menu ul li a:hover {
    color: #fbde2d;
    /* font-weight: 600; */
    text-decoration: none;
}

.header-button {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button a {
    background: #FADE2D;
    padding: 10px 30px;
    font-weight: 900;
    color: #000000;
    border-radius: 15px;
    border: none;
}

.header-button a:hover {
    background: #EFB136;

}

.header-lang {
    width: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-lang a {
    background: no-repeat;
    /* border: 1px solid #fff; */
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
}

.header-lang a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

footer {
    background: linear-gradient(261deg, rgba(3, 21, 41, 1) 0%, rgba(7, 44, 65, 1) 100%);
    /* background: #12874d; */
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-top: 15px solid #09090957;
}

.footer-logo {
    width: 20%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.footer-logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.footer-menu {
    width: 20%;
}

.footer-menu h4 {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
}

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

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li p {
    color: #fff;
    font-size: 18px;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
}

.footer-menu ul li a:hover {
    color: #fbde2d;
    font-weight: 600;
    text-decoration: none;
}

.footer-social {
    position: relative;
    margin-top: 30px;
}

.footer-social ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    position: relative;
}



.footer-social ul li {
    list-style: none;
}

.footer-social ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.footer-circle {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.footer-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 70vh;
}

.hero-slider .hero-slide {
    position: relative;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 62%) 0%, rgb(0 0 0 / 0%) 35%, rgb(0 0 0 / 0%) 60%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    height: 70vh;
    display: flex;
    align-items: center;
}

.hero-content {
    color: #fff;
    max-width: 520px;
}

.hero-subtitle {
    margin-bottom: 12px;
    opacity: 0.9;
}

.hero-subtitle h5 {
    font-weight: 300;
    color: #fff;
    opacity: 0.9;
}

.hero-title {
    font-weight: 700;
    margin: 0 0 24px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 60px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

.hero-btn-primary {
    background-color: #FADE2D;
    border-color: #ffc43b;
    color: #1b1b1b;
}

.hero-btn-primary:hover {
    background-color: #ffb300;
    border-color: #ffb300;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.hero-btn-outline {
    background-color: transparent;
    border-color: #FADE2D;
    color: #fff;
}

.hero-btn-outline:hover {
    background-color: rgba(255, 196, 59, 0.08);
    transform: translateY(-1px);
}

/* Owl dots */
.hero .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

.hero .hero-slider.owl-carousel .owl-dots button {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
}

.hero .hero-slider.owl-carousel .owl-dots button.active {
    background: #fff;
}

.hero .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    transition: all 0.25s ease;
}

.hero .owl-dot.active span {
    width: 22px;
    background: #ffc43b;
}

/* Owl nav arrows (bottom-right, circular) */
.hero .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 35px;
    display: flex;
    gap: 10px;
    z-index: 3;
}

.hero .hero-slider.owl-carousel .owl-nav button.owl-prev,
.hero .hero-slider.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid rgba(255, 196, 59, 0.85);
    background: rgba(0, 0, 0, 0.65);
    color: #ffc43b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: all 0.25s ease;
}

.hero .owl-nav button.owl-prev:hover,
.hero .owl-nav button.owl-next:hover {
    background: #ffc43b;
    color: #1b1b1b;
    transform: translateY(-1px);
}

.hero .owl-nav button span {
    display: inline-block;
    line-height: 1;
}

.hero-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    z-index: -1;
}

.hero-slide-background img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.guncelegitimler {
    padding: 50px 0;
}

.featured-training-card {
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 7px #0000004f;
    padding: 0;
}

.egitimler .featured-training-card {
    width: 100%;
}

.featured-training-card:hover .featured-training-card-top-background img {
    transition: 0.5s;
    transform: scale(1.1);
}

.featured-training-card-top {
    position: relative;
    height: 270px;
    width: 100%;
}

.featured-training-card-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 6px 18px;
    background: #f7941d9c;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
}

.featured-training-card-logo {
    position: absolute;
    left: 22px;
    top: 22px;
    display: inline-flex;
    align-items: center;
}


.featured-training-card-logo img {
    width: 120px;
    height: 30px;
    object-fit: contain;
}

.featured-training-card-logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #22c55e, #0ea5e9);
}

.featured-training-card-bottom {
    position: relative;
    margin-top: -32px;
    background: #ffffff;
    border-radius: 10px;
    padding: 26px 24px 24px;
    z-index: 1;
}

.featured-training-card-title {
    font-size: 28px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 18px;
    width: 100%;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.featured-training-card-installment {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    border: 2px solid #FBB718;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8E562B;
    font-size: 10px;
    font-weight: bold;
}

.featured-training-card-installment-count {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    color: #000;
}

.featured-training-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.featured-training-card-stars {
    color: #facc15;
    font-size: 15px;
    letter-spacing: 1px;
}

.featured-training-card-score {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    display: none;
}

.featured-training-card-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    background: linear-gradient(180deg, rgba(28, 165, 202, 1) 0%, rgba(12, 67, 86, 1) 100%);
    border-radius: 10px;
    position: relative;
}

.featured-training-card-actions a:first-child {
    display: none;
}

.featured-training-card-actions:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 30%;
}

.featured-training-btn {
    flex: 1;
    padding: 14px 4px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    border-radius: 12px;
}

.egitimler .featured-training-btn {
    padding: 14px 16px;
}

.featured-training-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

.featured-training-btn-apply {
    color: #111827;
    box-shadow: 0 10px 20px rgb(23 130 161 / 65%);
    color: #fff;
}

.featured-training-btn-apply:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgb(142 88 42 / 60%);
    background: #aa6a2b;
    border-radius: 10px;
}

.featured-training-btn-whatsapp {
    color: #ecfdf5;
    box-shadow: 0 10px 20px rgb(23 130 161 / 65%);
}

.featured-training-btn-whatsapp:hover {
    background: #16a34a;
    transform: translateY(-1px);
    border-radius: 10px;
}

.featured-training-card-top-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;
}

.featured-training-card-top-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(12, 15, 49, 0.23) 0%, rgb(22 24 56 / 14%) 100%);
    border-radius: 10px;
    z-index: 1;
}

.featured-training-card-top-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.featured-training-card-installment .bg {
    background: #ce7f353b;
    border-radius: 9999px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.featured-training-card-bottom-whitecircle {
    position: absolute;
    right: 30%;
    top: -16px;
    width: 40%;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    z-index: -1;
}

.guncelegitimler-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.guncelegitimler-tumunugor {
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.guncelegitimler-tumunugor-btn {
    background: #FADE2D;
    padding: 10px 30px;
    font-weight: 900;
    color: #000000;
    border-radius: 10px;
    border: none;
}

.guncelegitimler-tumunugor-btn:hover {
    background: #EFB136;
    transform: translateY(-1px);
}

.egitim-takvimi {
    padding: 50px 0;
}

.egitim-takvimi {
    color: #f9fafb;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; */
}

.egitim-takvimi .container {
    /* max-width: 1160px; */
    padding: 10px 0;
}

.et-wrapper {
    display: flex;
    gap: 72px;
    align-items: flex-start;
}

.et-calendar {
    flex: 1.2;
    border: 1px solid #fbde2b6b;
    padding: 20px 30px;
    border-radius: 12px;
}

.et-detail {
    flex: 1;
}

.et-label {
    font-size: 24px;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #FADE2D;
    font-weight: 700;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.et-calendar-header {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.et-month {
    display: none;
}

.et-view-switch {
    display: inline-flex;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    gap: 0;
    margin-right: 20px;
    border: 1px solid #facc15;
}

.et-view-switch button {
    border: none;
    border-radius: 999px;
    padding: 7px 26px;
    font-size: 13px;
    font-weight: 500;
    color: #facc15;
    background: transparent;
    cursor: pointer;
}

.et-view-switch button:first-child {
    border-radius: 999px 0 0 999px;
}

.et-view-switch button:last-child {
    border-radius: 0 999px 999px 0;
}

.et-view-switch button.is-active {
    background: #facc15;
    color: #111827;
}

.et-nav {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.et-nav-dot {
    display: none;
}

.et-nav-arrow {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #FADE2D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    color: #FADE2D;
}

.et-nav-arrow span {
    transform: translateY(-1px);
}

.et-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.03em;
    color: #FADE2D;
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: 500;
}

.et-weekdays span {
    text-align: center;
}

.et-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 18px;
    row-gap: 16px;
    margin-top: 30px;
}

.et-day {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #000000;
    height: 40px;
    cursor: pointer;
}

.et-day-circle {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
}

.et-day-muted .et-day-circle {
    background-image: repeating-linear-gradient(45deg,
            rgba(148, 163, 184, 0.5) 0,
            rgba(148, 163, 184, 0.5) 4px,
            rgba(148, 163, 184, 0.15) 4px,
            rgba(148, 163, 184, 0.15) 8px);
    color: #e5e7eb;
}

.et-day-primary .et-day-circle {
    background: #0ea5e9;
}

.et-day-green .et-day-circle {
    background: #16a34a;
}

.et-day-black .et-day-circle {
    background: #020617;
}

.et-day-yellow .et-day-circle {
    /* background: #FADE2D; */
    /* color: #111827; */
}

.et-day-red .et-day-circle {
    background: #ef4444;
}

/* BugÃƒÂ¼nden ÃƒÂ¶nceki gÃƒÂ¼nler gÃƒÂ¶rÃƒÂ¼nmesin */
.et-day-disabled .et-day-circle {
    opacity: 0;
    pointer-events: none;
}

/* SeÃƒÂ§ili gÃƒÂ¼n vurgusu */
.et-day-selected .et-day-circle {
    box-shadow: 0 0 0 2px #facc15;
    background: #FADE2D;
    font-weight: 900;
}

/* SeÃƒÂ§ili gÃƒÂ¼n iÃƒÂ§in alttaki sarÃ„Â± nokta */
.et-day-selected::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #facc15;
}

.et-detail-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fefce8;
}

.et-detail-date {
    font-size: 18px;
    font-weight: 200;
    color: #FADE2D;
    margin-bottom: 4px;
}

.et-detail-time {
    font-size: 18px;
    margin-bottom: 22px;
    color: #FADE2D;
    font-weight: 200;
}

.et-detail-speaker {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 40px;
}

.et-detail-speaker span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    margin-top: 5px;
}

.et-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 10px;
    background: #FADE2D;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.6);
}

.et-cta-btn:hover {
    background: #fbbf24;
}

.egitim-kategorilerimiz {
    padding: 50px 0;
    overflow: hidden;
}

.egitim-kategorilerimiz .container {
    max-width: 1160px;
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.ek-left {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ek-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.ek-right {
    flex: 1.4;
    color: #f9fafb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
}

.ek-header {
    margin-bottom: 26px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.ek-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.ek-title {
    font-size: 26px;
    font-weight: 700;
}

.ek-header-toggle {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #facc15;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #facc15;
    font-size: 16px;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.ek-header.is-collapsed .ek-header-toggle {
    transform: rotate(0deg);
}

.ek-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 400;
    width: 90%;
}

.ek-header-body {
    overflow: hidden;
    transition: max-height 0.25s ease, opacity 0.25s ease;
    max-height: 500px;
    opacity: 1;
}

.ek-header.is-collapsed .ek-header-body {
    max-height: 0;
    opacity: 0;
}

.eknewbtns {
    gap: 40px;
    display: flex;
}

.eknewbtns a:last-child {
    background: #117242;
    color: #fff;
}

.eknewbtns a:last-child:hover {
    background: #b17513;
}

.ek-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 32px;
    border-radius: 15px;
    background: #FADE2D;
    color: #111827;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 28px;
}

.ek-cta-btn:hover {
    background: #fbbf24;
}

.ek-accordion {
    border-top: 1px solid rgba(249, 250, 251, 0.24);
}

.ek-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(249, 250, 251, 0.24);
    cursor: pointer;
    color: #f9fafb;
    font-size: 15px;
}

.ek-item-label {
    flex: 1;
}

.ek-item-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #facc15;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #facc15;
    transition: transform 0.2s ease;
}

.ek-item.is-active .ek-item-icon {
    transform: rotate(45deg);
}

.ek-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    color: rgba(241, 245, 249, 0.92);
    font-size: 14px;
    line-height: 1.7;
}

.ek-panel-inner {
    padding: 0 4px 10px;
}

.ek-header .ek-header-toggle::after {
    content: "-";
    transform: rotate(0deg);
    transition: transform 0.2s ease;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fbcb15;
    align-items: center;
    justify-content: center;
}

.ek-header.is-collapsed .ek-header-toggle::after {
    content: "+";

}

.oce-slider-wrap {
    padding: 50px 0;
    overflow: hidden;
}

.owl-carousel.oce-owl.owl-drag .owl-item {

    display: flex;
    justify-content: center;
}

.oce-kart {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(3 21 41 / 69%) 0%, rgb(7 44 65 / 37%) 100%);
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    transform: scale(0.8);
    border: 1px solid #ffffff40;
    backdrop-filter: blur(10px);
}

.oce-kart-image {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 40px;
    position: relative;
}

.oce-kart-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.oce-kart-desc-wrapper {
    background: linear-gradient(180deg, rgba(0, 44, 70, 1) 0%, rgb(44 60 69) 100%);
    padding: 30px 10px;
    margin-top: -10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.oce-kart-content {
    position: relative;
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 30%; */
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px 30px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.oce-kart-content h5 {
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    font-size: 25px;
}

.oce-kart-bottom {
    position: relative;
}

.oce-kart-bottom p {
    color: #fff;
    margin: 10px 0px;
    font-weight: 400;
    font-size: 16px;
}

.oce-kart-bottom-button {
    margin-bottom: 10px;
    margin-top: 40px;
}

.oce-kart-bottom a {
    color: #FADE2D;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin: 0;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
    background: transparent;
    border: 1px solid #FADE2D;
}

.oce-kart-bottom a:hover {
    color: #000000;
    background: #FADE2D;
}

/* Ortadaki slide'da oce-kart-bottom gÃƒÂ¶rÃƒÂ¼nsÃƒÂ¼n, diÃ„Å¸erlerinde gizli */
.oce-slider-wrap .owl-item:not(.center) .oce-kart-bottom {
    /* display: none !important; */
}

.oce-slider-wrap .owl-item.center .oce-kart-bottom {
    display: block;
    animation: oce-kart-bottom-in 0.35s ease;
}

.oce-slider-wrap .owl-item.center .oce-kart {
    transform: scale(1.0);
}

@keyframes oce-kart-bottom-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.oce-owl .owl-nav {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.oce-owl .owl-dots {
    display: none;
}

.oce-owl.owl-carousel .owl-nav button.owl-prev {
    border: 3px solid #EFB136;
    color: #EFB136;
    border-radius: 999px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
    font-weight: bold;
}

.oce-owl.owl-carousel .owl-nav button.owl-next {
    border: 3px solid #EFB136;
    color: #EFB136;
    border-radius: 999px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
}

.oce-owl.owl-carousel .owl-nav button:hover {
    background: #EFB136;
    color: #fff;
    transform: translateY(-1px);
}

.brandinfo {
    padding: 50px 0;
}

.brandinfo .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.brandinfocard {
    width: 20%;
    border-radius: 35px;
    padding: 20px;
    background: #094161;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 20px 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.brandinfobg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.brandinfobg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandinfocard .brandinfocard-img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.brandinfocard h3 {
    font-size: 35px;
    font-weight: 200;
    color: #ffffff;
    margin: 10px 0px;
}

.brandinfocard h3 span {
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.yorumlar {
    padding: 50px 0;
}

.yorumlar-kart {
    width: 100%;
    border-radius: 35px;
    padding: 30px 40px;
    background: #f6f6f6;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: start;
    margin: 30px 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.yorumlar-kart-image {
    position: relative;


}

.yorumlar-owl.owl-carousel .yorumlar-kart-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.yorumlar-kart-content {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.yorumlar-kart-content h5 {
    color: #191919;
    margin: 0;
    font-weight: 500;
}

.yorumlar-kart-content ul {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 7px;
    padding: 0;
    margin: 10px 0px;
}

.yorumlar-kart-content ul li {
    list-style: none;
}

.yorumlar-kart-content ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.yorumlar-kart-content p {
    color: #191919;
    font-weight: 300;
    margin: 0;
    height: 90px;
}

.yorumlar-owl.owl-carousel .yorumlar-kart-content .yorumlar-kart-like {
    width: 30px;
    height: 30px;
    object-fit: contain;
    text-align: left;
    display: flex;
    align-items: start;
}

.yorumlar-kart:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url(../img/heart.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-follow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;



}

/* Mobile header + drawer menu */
.mobile-header {
    display: none;
}

.mobile-header .mh-bar {
    background: linear-gradient(90deg, rgba(20, 149, 85, 1) 0%, rgba(12, 55, 32, 1) 100%);
    padding: 10px 0;
    position: relative;
    z-index: 10000;
}

.mobile-header .mh-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-header .mh-logo img {
    height: 35px;
    width: auto;
    object-fit: contain;
    display: block;
}

.mobile-header .mh-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-header .mh-icon-btn {
    width: 35px;
    height: 35px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    padding: 0;
    font-size: 12px;
}

.mobile-header .mh-icon-btn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    display: block;
}

.mobile-header .mh-icon-btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

.mobile-header .mh-lang {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mobile-header .mh-burger {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.45);
    display: flex;
    flex-direction: column;
}

.mobile-header .mh-burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin: 2px 0;
}

.mobile-header .mh-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 9998;
}

.mobile-header .mh-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    background: linear-gradient(180deg, rgba(12, 55, 32, 1) 0%, rgba(20, 149, 85, 1) 100%);
    transform: translateX(100%);
    transition: transform 0.22s ease;
    z-index: 100000;
    padding: 18px 18px 22px;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.35);
    overflow: auto;
}

.mobile-header .mh-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 14px;
}

.mobile-header .mh-drawer-logo img {
    height: 46px;
    width: auto;
    object-fit: contain;
    display: block;
}

.mobile-header .mh-close span {
    font-size: 26px;
    line-height: 1;
}

.mobile-header .mh-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-header .mh-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.12);
}

.mobile-header .mh-nav a:hover {
    background: rgba(0, 0, 0, 0.18);
    color: #FADE2D;
}

.mobile-header .mh-drawer-cta {
    margin-top: 16px;
}

.mobile-header .mh-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FADE2D;
    color: #111827;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 900;
}

.mobile-header .mh-cta-btn:hover {
    background: #EFB136;
}

body.mh-open {
    overflow: hidden;
}

body.mh-open .mobile-header .mh-overlay {
    opacity: 1;
    pointer-events: auto;
}

body.mh-open .mobile-header .mh-drawer {
    transform: translateX(0);
}

.ms-mobile-image {
    display: none;
}



/* yeni kart tasarimi */

.genew {
    padding: 50px 0;
}

.genew .container {
    max-width: 1160px;
}

.genew .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.genewkart {
    width: 30%;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    padding: 0;
    cursor: pointer;
}

.genewkart-image {
    position: relative;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    height: 220px;
}

.genewkart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}


.genewkart-image-overlay {
    position: absolute;
    top: 15%;
    right: 0;
    background: rgb(255 255 255 / 10%);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #ffffff54;
    border-right: none;
    backdrop-filter: blur(1px);
}

.genewkart-image-overlay img {
    width: 100%;
    height: 20px;
    object-fit: contain;
    border-radius: 0;
}

.genewkart-content {
    padding: 20px 15px;
    background: #0d475b36;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    text-align: center;
    border: 1px solid #ffffff5c;
    margin-top: -20px;
}

.genewkart-content h4 {
    color: #ffffff;
    font-weight: bold;
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    font-size: 23px;
}

.genewkart-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.genewkart-rating ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2px;
}

.genewkart-rating ul li {
    position: relative;
}

.genewkart-rating ul li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.genewkart-rating-score {
    font-weight: 100;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.genewkart-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.genewkart-content-bottom>a:first-child {
    display: none;
}

.genewkart-content-bottom>ul>a:first-child {
    display: none;
}

.genewkart-content-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.genewkart-content-bottom ul li {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.genewkart-content-bottom ul li:nth-of-type(1) a:first-child {
    display: none
}

.genewkart-content-bottom ul li a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(234, 113, 6, 1) 0%, rgba(234, 166, 27, 1) 100%);
    padding: 8px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eb7a0945;
}

.genewkart-content-bottom ul li a:hover {
    background: transparent;
    border: 1px solid #ea7708;
    color: #ea7708;
}


.genewkart-content-bottom ul li:last-child a {
    background: transparent;
    border: 1px solid #3FB902;
    color: #3FB902;
}

.genewkart-content-bottom ul li:last-child a:hover {
    background: #3FB902;
    color: #fff;
}


.genewkart-content-bottom ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
}

.egitimler .genewkart {
    width: 100%;
}

.egitimler .genewkart-content-bottom ul li a img {
    width: 20px;
}

.genewallbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.genewallbtn a {
    padding: 12px 40px;
    background: #fbde2b;
    border-radius: 16px;
    color: #000;
    font-weight: 900;
}

.genewallbtn a:hover {
    background: #117242;
    color: #fff;
}



.concept-card {
    overflow: visible
}

.card-10 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    border-radius: 34px;
    background: linear-gradient(180deg, #071120 0%, #0c223a 100%);
    border: 1px solid rgba(255, 214, 131, .12);
    box-shadow: 0 32px 66px rgba(5, 14, 30, .28);
    width: 30%;
}

.card-10-aura {}

body.is-ready .card-10-aura {
    animation: aura-drift 15s ease-in-out infinite
}

.card-10-shell {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 16px 18px;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .02)), linear-gradient(180deg, #081524 0%, #10263d 100%);
    border: 1px solid rgba(255, 214, 131, .12)
}

.card-10-header {
    width: 100%;
    display: flex;
    justify-content: center
}

.card-10-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #f7fbff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

body.is-ready .card-10-brand {
    animation: badge-float 4.8s ease-in-out infinite
}

.card-10-media {
    position: relative;
    width: min(100%, 260px);
    /* aspect-ratio: 1; */
    margin: 16px auto 18px;
    overflow: hidden;
}

.card-10-beam {
    /* position: absolute; */
    /* inset: 6%; */
    /* border-radius: 30px; */
    /* background: linear-gradient(135deg,rgba(247,148,29,.18),rgba(54,188,209,.08)); */
    /* border: 1px solid rgba(255,214,131,.16); */
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,.08); */
}

.card-10-media img {
    position: relative;
    z-index: 1;
    height: 169px;
    object-fit: cover;
    object-position: center top;
    border-radius: 30px;
    box-shadow: 0 22px 46px rgba(5, 14, 30, .24);
    width: 100%;
}

.card-10-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px
}

.card-10-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 214, 131, .1);
    border: 1px solid rgba(255, 214, 131, .16);
    color: #ffe7bf;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.card-10-copy h3 {
    margin: 0;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -.04em;
    color: #fff;
    height: 67px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.card-10-copy h3 a {
    color: inherit;
    font-size: inherit;
}

.card-10-copy p {
    margin: 0;
    color: rgba(241, 247, 255, .74);
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-10-footer {
    width: 100%;
    margin-top: auto;
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.card-10-price {
    display: grid;
    gap: 4px;
    justify-items: center;
    padding: 14px 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(247, 148, 29, .14), rgba(54, 188, 209, .08));
    border: 1px solid rgba(255, 214, 131, .16)
}

.card-10-price span {
    color: rgba(255, 245, 222, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px
}

.card-10-price strong {
    font-size: 30px;
    line-height: 1;
    color: #fff0c8
}

.card-10-price small {
    color: rgba(255, 245, 222, .72);
    font-size: 11px;
    line-height: 1.35
}

.card-10-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.btn-summit-primary,
.btn-summit-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .01em;
    text-align: center
}

.btn-summit-primary {
    border-radius: 999px;
    background: linear-gradient(135deg, #f7941d 0%, #ffe0a0 100%);
    color: #071120
}

.btn-summit-secondary {
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #f7fbff
}

.egitimler .card-10 {
    width: 100%;
}


.legacy-card {
    display: grid;
    overflow: hidden;
    border-radius: 34px;
    background: #08192e;
    box-shadow: var(--card-shadow);
    width: 25%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: 0.5s;
}

.legacy-card:hover {
    transition: 0.5s;
    border: 1px solid #f5d86f75;
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.legacy-card:hover .legacy-visual img {
    transition: 0.5s;
    transform: scale(1.05);
}

.egitimler .legacy-card {
    width: 76%;
}

.legacy-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--card-glow);
    pointer-events: none
}

.legacy-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--card-grid);
    background-size: 20px 20px;
    pointer-events: none;
    opacity: var(--card-grid-opacity)
}

.legacy-visual {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.legacy-visual img {
    height: 100%;
    object-fit: contain;
    object-position: center top;
    width: 100%;
    transition: 0.5s;
}

.legacy-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--visual-overlay);
}

.legacy-brand {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: var(--brand-bg);
    border: 1px solid var(--brand-line);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(14px)
}

.legacy-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background: var(--panel-bg);
    color: var(--ink)
}

.legacy-kicker {
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--kicker-bg);
    border: 1px solid var(--kicker-line);
    color: var(--kicker-text);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.legacy-panel h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -.04em;
    height: 67px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: bold;
}

.legacy-panel h3 a {
    color: inherit;
    font-size: inherit;
}

.legacy-panel p {
    margin: 0;
    color: #e9f2fabd;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.legacy-price-row {
    margin-top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 18px;
    background: var(--price-bg);
    border: 1px solid var(--price-line);
    background: #1c2e42;
}

.legacy-price-row span {
    font-size: 12px;
    line-height: 1.2;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    color: #fff;
}

.legacy-price-row strong {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.legacy-price-row small {
    grid-column: 1/-1;
    font-size: 11px;
    line-height: 1.35;
    color: #fff;
}

.legacy-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.legacy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 100%;
    padding: 12px 14px;
    border-radius: var(--btn-radius);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .01em;
    text-align: center;
    border: 1px solid #ffffff2e;
    border-radius: 15px;
}

.legacy-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.legacy-btn--primary {
    background: linear-gradient(135deg, rgba(249, 239, 205, 0.98), #f5d86ff0);
    color: #0f1a26;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.24);
}

.legacy-btn--secondary {
    background: #1b3145;
    color: #fff;
}

.egitimler-owl.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.yuzyuzeegitimler {
    position: relative;
    padding: 50px 0px;
}

.yuzyuzeegitimler-left {
    width: 50%;
}

.yuzyuzeegitimler-left img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    border: 3px solid #EAD380;
}

.yuzyuzeegitimler-right {
    width: 50%;
    text-align: right;
}

.yuzyuzeegitimler-right h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
}

.yuzyuzeegitimler-right h3:after {
    content: "";
    background: linear-gradient(90deg,rgba(242, 231, 190, 1) 0%, rgba(232, 209, 122, 1) 100%);
    display: flex;
    width: 15%;
    height: 8px;
    border-radius: 999px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.yuzyuzeegitimler-right h6 {
    color: #fff;
    font-weight: 200;
}

.yuzyuzeegitimler-right .yuzyuzeegitimler-right-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.yuzyuzeegitimler-right .yuzyuzeegitimler-right-btn a {
    background: linear-gradient(135deg, rgba(249, 239, 205, 0.98), #f5d86ff0);
    color: #0f1a26;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 25%;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .01em;
    text-align: center;
    border: 1px solid #ffffff2e;
    border-radius: 15px;
}

.yuzyuzeegitimler-right .yuzyuzeegitimler-right-btn a:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.yuzyuzeegitimler-right .yuzyuzeegitimler-right-btn a:last-child {
    background: #1b3145;
    color: #fff;
}