﻿@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.whatsapp-button {
    display: none;
    position: fixed;
    z-index: 1009;
    bottom: 1.6rem;
    right: 22px;
    background-color: #25d366;
    padding: 14px 12px 12px 15px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

a#whatsapp-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 2.2rem
}

a#whatsapp-link img {
    width: 37px;
    height: 37px;
    margin-right: 0;
}

@media only screen and (max-width: 1992px) {
    .whatsapp-button {
        display: block !important;
    }
}

:root {
    --mainColor: #5A4696;
    --secondaryColor: #0D95E3;
    --white: #FFFFFF;
    --color10: #F6F8FC;
    --color20: #F1F4F9;
    --color30: #E2E8F0;
    --color40: #CBD4E1;
    --color50: #94A3B8;
    --color60: #64748B;
    --color70: #475569;
    --color80: #27364B;
    --color90: #1E2A3B;
    --color100: #0F1A2A;
    --success10: #E8FCF1;
    --success20: #A5E1BF;
    --success40: #419E6A;
    --success60: #00632B;
    --success80: #00401C;
    --success100: #002611;
    --info10: #D3E1FE;
    --info20: #7EA5F8;
    --info40: #4D82F3;
    --info60: #2563EB;
    --info80: #0037B3;
    --info100: #002987;
    --warning10: #FFF5D5;
    --warning20: #FFDE81;
    --warning40: #EFB008;
    --warning60: #976400;
    --warning80: #724B00;
    --warning100: #4D2900;
    --error10: #FFEBEB;
    --error20: #FC9595;
    --error40: #D83232;
    --error60: #B01212;
    --error80: #8C0000;
    --error100: #660000
}

::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background: var(--color20);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: var(--color40);
    border-radius: 10px
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Inter';
    font-optical-sizing: auto;
    font-style: normal
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: "Inter", serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-color: #F7F8FD;
    color: var(--color90);
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px
}

body:before {
    content: "";
    border-radius: 1000px;
    opacity: .4;
    background: linear-gradient(270deg, #5EC4E5 6.62%, #429BCF 13.59%, #3476B9 20.36%, #3160AA 25.34%, #3157A4 28.03%, #3257A4 28.43%, #4F4C9B 39.48%, #5B4495 50.04%, #5F4193 59.6%, #86529C 70.65%, #A661A4 81.41%, #B268A7 86.98%);
    filter: blur(60px);
    position: absolute;
    right: 0;
    width: 1285px;
    height: 333px;
    left: 50%;
    transform: translateX(-50%);
    top: -90px
}

.fancybox__container {
    z-index: 22222
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--mainColor);
    border-width: 3px
}

img.fancybox__image {
    background: #fff
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

strong {
    font-weight: 700
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

a {
    text-decoration: none;
    color: inherit
}

button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer
}

input,
textarea {
    font: inherit;
    border: none;
    outline: none
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

*:focus:not(:focus-visible) {
    outline: none
}

.fancybox__backdrop {
    background-color: rgb(7 7 7 / 40%);
    backdrop-filter: blur(8px)
}

.fancybox__content {
    border-radius: 24px !important;
    overflow: hidden !important
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 8px !important;
    background: rgb(0 0 0 / 60%);
    right: 8px;
    padding: 10px
}

.container {
    width: 1280px;
    max-width: 100%;
    margin: auto
}

.navbar>ul {
    display: flex;
    gap: 0
}

.navbar>ul>li {
    list-style: none;
    position: relative
}

.navbar>ul>li>a {
    display: flex;
    text-decoration: none;
    color: var(--color90);
    position: relative;
    padding: 12px 16px;
    transition: 300ms all;
    border-radius: 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.navbar>ul>li>a .new-badge {
    background: #42C2FF;
    font-size: 8px;
    font-style: normal;
    line-height: 10px;
    color: #fff;
    border-radius: 5px;
    padding: 2px 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 14px;
    letter-spacing: 1px;
    position: absolute;
    right: 14px;
    top: 0
}

.navbar>ul>li>a:hover,
.navbar>ul>li:hover>a {
    color: var(--mainColor);
    background: #f6f3ff;
}

.navbar>ul>li.dropdown>a:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/icon/chevron-down.svg);
    display: block;
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
    transition: 300ms all
}

.navbar>ul>li:hover.dropdown a:after {
    transform: rotate(180deg)
}

.navbar>ul>li.dropdown>a {
    padding-right: 32px
}

.submenu {
    position: absolute;
    top: 123%;
    left: -30px;
    background: #f0ebff;
    min-width: 280px;
    z-index: 99;
    visibility: hidden;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2);
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 18px 28px 0 rgb(9 30 66 / .3);
    border-radius: 20px;
    width: 100%;
    transition-delay: 300ms;
    border: 1px solid var(--color20);
    padding: 24px
}

.dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s
}

.submenu ul li a {
    position: relative;
    width: 100%;
    text-transform: none !important;
    margin-right: 0 !important;
    padding-right: 0;
    display: block;
    text-decoration: none;
    padding: 0 20px;
    color: var(--BasicColor70);
    line-height: normal;
    /* padding: 8px 16px; */
     padding: 8px 10px;
    font-weight: 500;
    border-radius: 8px;
    line-height: initial
}

.submenu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%
}

.submenu ul li a:hover {
    color: var(--mainColor);
    background: #fff
}

.submenu.megamenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 500px;
    left: calc(50% - 250px)
}

.submenu.megamenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.submenu.megamenu ul li {
    width: calc(50% - 10px);
    width: 50%
}

.submenu.megamenu ul li strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px
}

.submenu.megamenu ul li span {
    font-size: 14px;
    line-height: 16px
}

.submenu.megamenu ul li a {
    display: flex
}

.submenu:before {
    bottom: 100%;
    left: 50px;
    border: solid #fff0;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff0;
    border-bottom-color: #f0ebff;
    border-width: 10px;
    margin-left: -10px
}

.submenu.megamenu:before {
    left: 50%
}

.head-box {
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 28px 0 rgb(9 30 66 / .04);
    width: 1440px;
    margin: auto;
    margin-top: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 300ms all;
    padding-top: 115px;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0;
    border-bottom: 1px solid var(--color10);
    z-index: 99;
    position: absolute;
    top: 0px;
    background: rgb(255 255 255 / 85%);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-logo {
    height: 54px
}

.header-logo img {
    height: 54px;
    transition: 300ms all
}

.header-logo a {
    display: inline-block
}

.head-right {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.head-right .login-btn {
    border-radius: 46px;
    border: 1px solid var(--color30);
    display: flex;
    padding: 8px 8px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    transition: 300ms all;
    line-height: 14px
}

.head-right .login-btn:hover {
    background: var(--color30)
}

.head-right .login-btn i {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/assets/images/icon/user-circle.svg)
}

.homepage-area {
    padding: 32px 0;
    display: flex;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 32px 32px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center
}

.homepage-text {
    width: 800px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

.homepage-text h1 {
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.48px
}

.period-step h1 {
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.48px
}


.homepage-services h1,
.rs-paket>h1 {
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.48px
}

.homepage-text p {
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.homepage-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px
}

.homepage-buttons a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid var(--color20);
    transition: 300ms all
}

.homepage-buttons a:hover {
    border: 2px solid var(--color70)
}

.homepage-parallax {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: inherit !important;
    transform-style: initial !important
}

.homepage-parallax .circle_01 {
    position: absolute !important;
    right: 110px !important;
    top: 300px !important;
    left: inherit !important;
    right: 110px !important
}

.homepage-parallax .circle_02 {
    left: -56px !important;
    bottom: 84px !important;
    position: absolute !important;
    top: initial !important
}

.homepage-parallax .circle_03 {
    z-index: -21;
    position: absolute !important;
    right: -144px !important;
    bottom: 114px !important;
    left: initial !important;
    top: initial !important
}

.layer {
    filter: drop-shadow(0 30px 24px rgb(0 0 0 / .5%))
}

.homepage-stories {
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    position: relative;
    margin-top: 60px
}

ul.featured {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 472px;
    transition: 300ms all;
    margin-bottom: 16px
}

ul.featured li {
    width: 164px;
    position: absolute;
    transition: 300ms all;
    border-radius: 24px
}

ul.featured li a {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    display: block;
    height: 100%;
    transition: 300ms all
}

ul.featured li a .of-image:before {
    content: "";
    opacity: .78;
    background: linear-gradient(180deg, #fff0 51.76%, #000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

ul.featured li a .of-image {
    position: relative;
    height: 100%
}

ul.featured li a .of-rating {
    position: absolute;
    top: 0;
    flex-direction: row;
    width: 100%;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 4px;
    justify-content: center
}

ul.featured li a .of-name {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 4px;
    flex-wrap: wrap
}

ul.featured li a .of-name span {
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.14px;
    width: 100%
}

.of-name strong {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.12px
}

.of-rating span {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.1px;
    background: #fff;
    border-radius: 8px
}

.of-rating span:nth-child(1) {
    background: #F58D03;
    color: #fff
}

.big-features a .play {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    position: relative;
    gap: 20px;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 60px;
    top: 60px
}

.big-features a .play span {
    border-radius: 50px;
    text-align: center;
    width: 48px;
    height: 48px;
    position: relative;
    transform: translate(0%, 0%)
}

.big-features a .play span:before,
.big-features a .play span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 0
}

.big-features a .play span:before {
    transform: scale(2);
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

.big-features a .play span:after {
    -webkit-animation: pulse 2s 1s infinite linear;
    animation: pulse 2s 1s infinite linear
}

.big-features a .play span i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 16px;
    gap: 10px;
    isolation: isolate;
    width: 48px;
    height: 48px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 70px;
    box-sizing: border-box
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0
    }

    33% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0
    }

    33% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1.7);
        opacity: 0
    }
}

ul.featured li.big-features {
    width: 360px;
    height: 240px
}

ul.featured li.big-features .img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

ul.featured li.big-features .info {
    position: absolute;
    bottom: 0;
    color: #fff;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    width: 170px;
    font-size: 12px;
    text-align: right;
    gap: 4px;
    font-weight: 500;
    bottom: 32px;
    right: 120px;
    z-index: 3;
}

ul.featured li.big-features .info strong {
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    font-size: 14px;
    color: var(--mainColor);
    font-weight: 700;
    line-height: initial;
    letter-spacing: -.16px
}

ul.featured li a .of-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

ul.featured li:nth-child(1) {
    left: 392px;
    top: 0;
    height: 240px
}

ul.featured li:nth-child(2) {
    position: absolute;
    left: 0;
    top: 132px
}

ul.featured li:nth-child(3) {
    left: 196px;
    height: 200px
}

ul.featured li:nth-child(4) {
    left: 196px;
    top: 232px;
    height: 240px
}

ul.featured li:nth-child(5) {
    left: 392px;
    top: 272px;
    height: 143px
}

ul.featured li:nth-child(6) {
    left: 588px;
    top: 272px;
    height: 200px
}

ul.featured li:nth-child(7) {
    right: 196px;
    height: 240px
}

ul.featured li:nth-child(8) {
    right: 196px;
    top: 272px;
    height: 170px
}

ul.featured li:nth-child(9) {
    right: 0;
    top: 100px;
    height: 250px
}

ul.featured li a:hover {
    box-shadow: -8px 25px 50px -10px rgb(0 0 0 / 55%);
    z-index: 2;
    margin-top: 10px
}

ul.featured:hover {
    filter: drop-shadow(0 2px 2px rgb(0 0 0 / .1))
}

.period-step {
    width: 1440px;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    gap: 32px;
    align-content: center;
    margin-top: 96px
}

.period-step h2 {
    font-size: 28px;
    font-style: normal;
    line-height: 46px;
    text-align: center;
    width: 1280px;
    margin: auto;
    max-width: 100%
}

.period-step ul {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center
}

.period-step ul li {
    display: flex;
    padding: 48px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid #fff0;
    background: #fff0;
    box-shadow: 0 18px 28px 0 #fff0;
    transition: 300ms all;
    position: relative
}

.period-step ul li:before {
    background-image: url(/assets/images/icon/period-arrow_01.svg);
    z-index: 2;
    top: 65%
}

.period-step ul li:nth-child(even):before {
    background-image: url(/assets/images/icon/period-arrow_02.svg);
    top: 40%
}

.period-step ul li:before {
    content: "";
    width: 116px;
    height: 70px;
    position: absolute;
    right: -58px;
    z-index: 22
}

.period-step ul li i {
    position: relative;
    display: flex
}

.period-step ul li i:before {
    content: "";
    background: #F7F0FF;
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    right: -6px;
    top: -6px
}

.period-step ul li:last-child:before {
    display: none;
}

.period-step ul li h3 {
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    background: linear-gradient(314deg, #3257A4 6.86%, #5F4193 77.03%, #86529C 100.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.period-step ul li p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.period-step ul li:nth-child(even) {
    background: rgb(255 255 255 / .51);
    border: 1px solid #fff;
    box-shadow: 0 18px 28px 0 rgb(23 46 77 / .04)
}

.period-step.sub-page {
    padding: 32px 30px 48px;
    background: #e7f0ff;
    border-radius: 20px;
    margin-top: 48px;
}

.period-step.sub-page h2 {
    font-size: 36px;
    font-weight: 700;
}

.period-step.sub-page ul li {
    padding: 20px 24px;
    width: 100%;
}

.period-step.sub-page ul {
    gap: 0px;
}

.period-step.sub-page ul li:before {
    width: 52px;
    background-size: contain;
    height: 31px;
    right: -19px;
}

.homepage-services,
.rs-paket {
    width: 1440px;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    gap: 32px
}

.homepage-services>h2,
.rs-paket>h2 {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px
}

.services-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    height: 2400px
}

.services-item {
    height: 580px;
    background: #964DE9;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    position: sticky;
    top: 30px
}

.services-item:before {
    content: "";
    width: 760px;
    height: 760px;
    border-radius: 760px;
    background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #fff0 100%);
    display: block;
    position: absolute;
    top: -380px;
    z-index: 1;
    opacity: .3;
    left: 80px
}

.services-item .service-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0
}

.services-item .service-img img {
    width: 100%
}

.services-item .service-img:before {
    content: "";
    position: absolute;
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #954de9 0%, #fff0 100%)
}

.services-item .service-content {
    left: 50px;
    position: absolute;
    top: 50px;
    z-index: 3;
    width: 50%;
    color: #fff;
    gap: 8px;
    display: flex;
    flex-direction: column
}

.services-item .service-content i {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    -webkit-text-stroke: 1px rgb(255 255 255 / 60%);
    color: #fff0
}

.services-item .service-content h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px
}

.services-item .service-content>p {
    font-size: 16px;
    line-height: 32px
}

.services-item .service-content .price-detail {
    padding: 6px 6px 6px 26px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    display: flex;
    border: 1px solid #FFF;
    border-radius: 50px;
    width: fit-content;
    position: relative;
    margin-top: 32px
}

.services-item .service-content .price-detail span.time {
    position: absolute;
    background: #fff;
    color: var(--color80);
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 8px;
    top: -14px;
    left: 24px;
    line-height: 14px
}

.services-item .service-content .price-detail .price {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.services-item .service-content .price-detail .price u {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    opacity: .5
}

.services-item .service-content .price-detail a {
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--color80);
    padding: 10px 20px
}

.services-items .services-item:nth-child(1) {
    top: 20px
}

.services-items .services-item:nth-child(2) {
    top: 216px;
    background: #0D94E3
}

.services-items .services-item:nth-child(3) {
    top: 413px;
    background: #4654D2
}

.services-items .services-item:nth-child(2) .service-img:before {
    background: linear-gradient(90deg, #0D94E3 0%, #fff0 100%)
}

.services-items .services-item:nth-child(3) .service-img:before {
    background: linear-gradient(90deg, #4654D2 0%, #fff0 100%)
}

.rs-statics {
    width: 100%;
    display: flex;
    height: 580px;
    flex-direction: column;
    background-position: top center;
    background-repeat: no-repeat;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
    box-sizing: border-box;
    justify-content: center
}

.rs-statics .rs-icon {
    width: 38px;
    background: url(/assets/images/icon/rs-icon.svg);
    height: 54px
}

.rs-statics h2 {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1.41px
}

.rs-statics>p {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -.9px;
    color: var(--color60)
}

.rs-statics .stats-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 72px;
    margin-top: 40px
}

.rs-statics .stats-container .stats-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.rs-statics .stats-container .stats-item .stat {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -3.5px
}

.rs-statics .stats-container .stats-item .stat-desc {
    color: #61666F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color50)
}

.rs-compare {
    width: 1440px;
    max-width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2
}

.rs-compare-text {
    border-radius: 30px;
    background: linear-gradient(138deg, #21262E 73.46%, #555e6d 145.79%);
    flex-direction: column;
    height: 674px;
    width: 460px;
    color: #fff;
    padding: 48px;
    display: flex;
    gap: 32px
}

.rs-compare-text h3 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px;
    letter-spacing: -1.92px
}

.rs-compare-text p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -.6px
}

.rs-compare-text a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.15px;
    border-radius: 100px;
    border: 1px solid rgb(255 255 255 / .18);
    display: flex;
    height: 48px;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: fit-content;
    padding: 0 40px;
    transition: 300ms all
}

.rs-compare-text a:hover {
    background: #fff;
    color: var(--color90)
}

.rs-compare-table {
    width: calc(100% - 530px);
    filter: drop-shadow(0 25px 50px rgb(28 26 76 / .06))
}

.rs-compare-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    margin-top: -91px
}

.rs-compare-table td,
.rs-compare-table th {
    border-right: 1px solid rgb(0 0 0 / 5%);
    empty-cells: show;
    padding: 12px 32px 11px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    color: #000;
    font-weight: 400;
    background: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    vertical-align: middle;
    text-align: left
}

.rs-compare-table tbody tr:nth-child(odd) {
    display: none;
    background: #fff
}

.fa-check {
    color: #69C7F1
}

.rs-compare-table th {
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid rgb(0 0 0 / 5%)
}

.rs-compare-table .product,
.rs-compare-table .tl {
    color: #FFF;
    padding: 10px;
    font-size: 14px
}

.rs-compare-table .tl2 {
    border-right: 0
}

.rs-compare-table .product {
    background: #69C7F1;
    height: 40px;
    font-size: 1.6em
}

.rs-compare-table .col-info {
    padding: 24px 50px;
    background: #fff0
}

.rs-compare-table .col-info span {
    color: var(--color80);
    display: flex;
    align-content: center;
    justify-content: center
}

.rs-compare-table .col-info span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 100%
}

.rs-compare-table .compare-row td:nth-child(2),
.rs-compare-table tr:first-child th:nth-child(2) {
    background: #fff0;
    width: 240px
}

.rs-compare-table tr:first-child th:nth-child(2):before {
    content: "";
    background: var(--icon-gradient, linear-gradient(314deg, #3257A4 6.86%, #5F4193 77.03%, #86529C 100.42%));
    height: 100%;
    position: absolute;
    width: 240px;
    left: 0;
    z-index: -1;
    top: 0;
    height: 765px;
    border-radius: 30px 30px 0 0
}

.rs-compare-table tbody tr:nth-child(2) td:last-child {
    border-top-right-radius: 30px
}

@media screen and (min-width:721px) and (max-width:1000px) {
    .table_ul li {
        letter-spacing: 0
    }
}

@media screen and (max-width:720px) {
    .table_ul {
        padding: 0
    }

    .table_ul li {
        font-size: 10px;
        line-height: 16px;
        padding: 3px 0
    }

    .rs-compare-table {
        max-width: 100%
    }

    .rs-compare-table td:first-child,
    .rs-compare-table th:first-child {
        display: none
    }

    .rs-compare-table tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7
    }

    .rs-compare-table .row {
        background: #FFF
    }

    .rs-compare-table td,
    .rs-compare-table th {
        border-top: none;
        padding: 10px
    }

    .col-info {
        border-top: 0 !important;
        padding: 10px 0 !important
    }

    .rs-compare-table .compare-row {
        background: #fff
    }

    .rs-compare-table td {
        font-size: 14px
    }

    .rs-compare-table th {
        font-size: 14px
    }
}

.rs-compare-table .compare-row:last-child {
    border-radius: 90px;
    overflow: hidden
}

.rs-compare-table .tbody {
    border-radius: 20px;
    overflow: hidden
}

.rs-compare-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
    background: #fff0;
    border: none
}

.rs-compare-table tr:first-child th:last-child {
    border: none
}

.rs-compare-table tr:last-child td:first-child {
    border-bottom-left-radius: 30px
}

.rs-compare-table tr:last-child td:last-child {
    border-bottom-right-radius: 30px
}

.rs-compare-table tr td:last-child,
.rs-compare-table th:last-child {
    border-right: 0;
    width: 240px
}

.rs-compare-table td i {
    display: flex;
    align-items: center;
    justify-content: center
}

.rs-compare-table .compare-row:last-child td {
    border-bottom: none
}

.rs-compare-table tr:first-child th:nth-child(2) {
    border-top-left-radius: 20px;
    position: relative
}

.rs-compare-table tbody tr:nth-child(2) td:first-child {
    border-top-left-radius: 30px
}

footer {
    display: flex;
    width: 1440px;
    padding: 80px 0 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: #fff;
    border-radius: 30px;
    margin-top: 130px;
    box-shadow: 0 200px 250px -250px #969699
}

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1280px;
    border-bottom: 1px solid var(--color20);
    max-width: 100%
}

.footer-menu {
    width: 1280px;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--color20);
    padding: 48px 0
}

.footer-bottom {
    width: 1280px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 32px 0;
    align-items: center
}

.mobil-app-desc {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    gap: 8px;
    width: 250px;
    padding-bottom: 32px
}

.mobil-app-desc h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px
}

.mobil-app-desc h4 strong {
    display: block;
    font-size: 32px
}

.mobil-app-desc p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--color60)
}

.mobil-app-button {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.mobil-app-platform {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.mobil-app-qr {
    border-radius: 12px;
    background: #F8F8F8;
    padding: 20px;
    height: fit-content
}

.mobil-app-screen {
    margin-top: -154px
}

.f-menu-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px
}

.f-menu-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%
}

.f-menu-group.xl {
    column-gap: 32px
}

.f-menu-group ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: var(--color60)
}

.f-menu-group ul li a:hover {
    color: var(--secondaryColor)
}

.footer-social {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.footer-copyright {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: var(--color60)
}

.footer-social:hover a {
    opacity: .4
}

.footer-social a:hover {
    opacity: 1;
    transform: scale(1.2)
}

.footer-social a {
    display: block;
    transition: 300ms all;
    transform: scale(1)
}

.breadcrumb {
    position: relative;
    display: block;
    z-index: 2
}

.breadcrumb>ul {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px
}

.breadcrumb>ul>li {
    position: relative;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff
}

.breadcrumb>ul>li>a {
    display: block;
    color: var(--color50);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.breadcrumb>ul>li::before {
    content: "/";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color50)
}

.breadcrumb>ul>li:last-child::before {
    opacity: 0
}

.page-head-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px;
    gap: 24px;
    position: relative
}

.page-head-area:before {
    content: "";
    width: 60%;
    height: 275px;
    top: 0;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    background: #b7cfe8;
    z-index: 0;
    filter: blur(120px);
    border-radius: 210px;
    height: 60px
}

.page-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -.96px;
    z-index: 2
}

.page-title.private {
    width: 650px;
    text-align: center
}

.page-title.private span {
    position: relative;
    display: inline-block
}

.page-title.private span:before {
    content: "";
    position: absolute;
    height: 8px;
    background: rgb(94 196 229 / .5);
    width: 106%;
    bottom: 10px;
    z-index: -1;
    left: -3%
}

.page-title.private span:last-child:before {
    background: rgb(255 139 220 / .5)
}

.work-step {
    width: 100%
}

.work-step ul {
    counter-reset: counter;
    gap: 80px;
    display: flex;
    flex-direction: column
}

.work-step ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    counter-increment: counter;
    position: relative;
    padding-left: 120px;
    align-items: flex-start;
    padding-bottom: 120px
}

.work-step ul li i {
    background: url(/assets/images/icon/workstep-drop.svg);
    width: 75px;
    height: 91px;
    position: absolute;
    left: 0
}

.work-step ul li i:before {
    content: "0" counter(counter);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 32px;
    display: flex;
    color: #fff;
    align-items: center;
    padding-top: 18px;
    text-align: center;
    justify-content: center
}

.work-step-content {
    width: 490px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.work-step ul li i:after {
    content: "";
    background: linear-gradient(180deg, #5A4696 .01%, #fff0 103.68%);
    width: 2px;
    height: 200%;
    position: absolute;
    left: 36px;
    top: 90px
}

.work-step-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.32px;
    padding-top: 20px;
    width: 100%
}

.work-step-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: var(--color60)
}

.work-step-img:before {
    background: #E4D3FD;
    content: "";
    width: 360px;
    height: 360px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.work-step-img {
    position: relative
}

.work-step-img img {
    position: relative;
    z-index: 1
}

.wsi-pop {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: -10%;
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid #fff;
    /*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
    box-shadow: 20px 25px 50px 0 rgb(28 26 76 / .4)
}

.cta_style_1 {
    padding: 64px;
    width: 1280px;
    margin-bottom: 48px;
    border-radius: 24px;
    background: radial-gradient(384.73% 138.91% at 1.51% 0%, #5A4696 0%, #46438B 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.cta_style_1 .cta_text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: inherit
}

.cta_style_1 .cta_text strong {
    font-size: 30px;
    color: #fff
}

.cta_style_1 .cta_button {
    display: flex;
    gap: 16px;
    flex-direction: column
}

.cta_style_1 .cta_button a {
    border-radius: 30px;
    background: #1ED6B8;
    padding: 20px 72px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 300ms all
}

.cta_style_1 .cta_button a:hover {
    color: var(--mainColor);
    background: #fff
}

.owl-carousel .owl-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-top: 32px
}

.owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 13px;
    background: var(--color60);
    position: relative;
    transition: 300ms all;
    opacity: .4
}

.owl-carousel button.owl-dot.active {
    background: var(--mainColor);
    opacity: 1
}

.owl-carousel button.owl-dot:before {
    width: 24px;
    height: 24px;
    border: 1px solid #5B4495;
    position: absolute;
    content: "";
    left: -6px;
    top: -6px;
    border-radius: 40px;
    transform: scale(0);
    transition: 300ms all
}

.owl-carousel button.owl-dot.active:before {
    transform: scale(1)
}

.testimonials {
    width: 100%;
    max-width: 100%;
    display: flex;
    margin: auto;
    margin-top: 80px;
    justify-content: center;
    flex-direction: column
}

.testimonials .title h2 {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(314deg, #3257A4 6.86%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.testimonials .title p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: var(--color60)
}

.testimonialsSlide {
    padding: 32px 0;
    filter: drop-shadow(0 25px 50px rgb(28 26 76 / .06))
}

.testimonialsSlide .item {
    display: flex;
    width: 790px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch
}

.testimonials .commentText {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.testimonials .commentText span {
    font-size: 16px
}

.testimonials .author {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.testimonials .owl-nav button:hover {
    opacity: 1 !important
}

.testimonials .owl-item.active.center {
    filter: blur(0)
}

.testimonials .author .avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden
}

.testimonials .author span {
    color: var(--color60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.testimonials .author .avatar img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.testimonials .author .author-point {
    display: flex;
    flex-direction: row
}

.testimonials .author .author-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.testimonials .author .author-name {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.testimonials .author .author-point i {
    width: 20px;
    height: 20px;
    background: url(/assets/images/icon/star.svg);
    display: block
}

.testimonials .owl-item {
    transform: scale(.8);
    transition: 400ms all;
    opacity: .1;
    filter: blur(7px)
}

.testimonials .owl-item.active.center {
    transform: scale(1);
    opacity: 1;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 32px
}

.testimonials .owl-nav {
    width: 1060px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 42%
}

.testimonials .owl-nav button {
    width: 48px;
    height: 48px;
    position: absolute;
    opacity: 0.6 !important;
    transition: 300ms all;
    border-radius: 70px;
    border: 1px solid rgb(255 255 255 / .1) !important;
    background: rgb(23 46 77 / .2) !important;
    backdrop-filter: blur(17px);
    background-position: center !important;
    background-repeat: no-repeat !important
}

.testimonials .owl-nav .owl-prev {
    background-image: url(/assets/images/icon/arrow-left.svg) !important;
    left: 40px
}

.testimonials .owl-nav .owl-next {
    right: 40px;
    background-image: url(/assets/images/icon/arrow-right.svg) !important
}

.testimonials .owl-nav button span {
    display: none
}

.testimonials .owl-nav button.disabled {
    display: none
}

.testimonials .owl-nav button:hover {
    opacity: 1 !important
}

.page-service-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-service-short {
    display: flex;
    flex-direction: column;
    width: 530px;
    gap: 20px
}

.page-service-short h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px
}

.page-service-short p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: var(--color60)
}

.page-service-short .price-detail {
    padding: 6px 6px 6px 26px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    display: flex;
    border: 1px solid var(--color30);
    border-radius: 50px;
    width: fit-content;
    position: relative;
    margin-top: 32px
}

.page-service-short .price-detail span.time {
    position: absolute;
    background: var(--mainColor);
    color: #fff;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 8px;
    top: -14px;
    left: 24px;
    line-height: 14px
}

.page-service-short .price-detail .price {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.page-service-short .price-detail .price u {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    opacity: .5
}

.page-service-short .price-detail a {
    background: var(--mainColor);
    border-radius: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    transition: 300ms all
}

.page-service-short .price-detail a:hover {
    background: var(--secondaryColor)
}

.page-service-intro {
    width: 690px;
    display: flex;
    flex-direction: row;
    gap: 32px
}

.page-service-intro .intro-connection {
    gap: 32px;
    display: flex;
    flex-direction: column
}

.page-service-intro .intro-connection .our-diff {
    width: 260px;
    height: 230px;
    border-radius: 28px;
    background: var(--mainColor);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 40px;
    align-items: flex-start
}

.page-service-intro .intro-connection .our-diff p {
    color: #fff
}

.page-service-intro .intro-connection .our-diff a {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    transition: 300ms all;
    border: 1px solid rgb(255 255 255 / 15%);
    color: #fff
}

.page-service-intro .intro-connection .our-diff a:hover {
    background: #fff;
    color: var(--mainColor);
    border-color: #fff
}

.page-service-intro .intro-connection .our-comment {
    width: 260px;
    height: 218px;
    border-radius: 28px;
    background: #f9e6ee;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 40px;
    align-items: flex-start;
    background: linear-gradient(148deg, #FFC5FF 2.5%, rgb(249 229 237 / .97) 47.92%, rgb(249 252 255 / .94) 97.7%)
}

.page-service-intro .intro-connection .our-comment p {
    color: var(--mainColor)
}

.page-service-intro .intro-connection .our-comment a {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    color: var(--mainColor);
    border: 1px solid rgb(114 90 161 / .15);
    transition: 300ms all
}

.page-service-intro .intro-connection .our-comment a:hover {
    background: var(--mainColor);
    color: #fff;
    border: 1px solid rgba(114, 90, 161, 100%)
}

.page-service-intro .intro-video {
    width: 400px;
    height: 480px;
    position: relative;
    border-radius: 28px;
    overflow: hidden
}

.page-service-intro .intro-video .img {
    position: absolute;
    right: 0;
    bottom: 0
}

.page-service-intro .intro-video a .of-image:before {
    content: "";
    opacity: .78;
    background: linear-gradient(180deg, #fff0 51.76%, #000 100%);
    position: absolute;
    width: 100%;
    height: 100%
}

.page-service-intro .intro-video a .of-image {
    position: relative;
    height: 100%
}

.page-service-intro .intro-video a .of-image img {
    object-fit: cover;
    height: 100%
}

.intro-video a .play {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    position: relative;
    gap: 20px;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 60px;
    top: 60px
}

.intro-video a .play span {
    border-radius: 50px;
    text-align: center;
    width: 48px;
    height: 48px;
    position: relative;
    transform: translate(0%, 0%)
}

.intro-video a .play span:before,
.intro-video a .play span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 0
}

.intro-video a .play span:before {
    transform: scale(2);
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

.intro-video a .play span:after {
    -webkit-animation: pulse 2s 1s infinite linear;
    animation: pulse 2s 1s infinite linear
}

.page-service-intro .intro-video a .play span i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 16px;
    gap: 10px;
    isolation: isolate;
    width: 48px;
    height: 48px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 70px;
    box-sizing: border-box
}

.page-service-intro .intro-video .info {
    position: absolute;
    bottom: 0;
    color: #fff;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    width: 120px;
    line-height: 16px;
    font-size: 12px;
    text-align: right;
    gap: 4px;
    font-weight: 500;
    bottom: 32px;
    left: 30px
}

.page-service-intro .intro-video .info strong {
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    font-size: 16px;
    color: var(--mainColor);
    font-weight: 700;
    line-height: initial;
    letter-spacing: -.16px
}

.service-diff {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px;
    gap: 24px;
    position: relative;
    background: #fff;
    border-radius: 32px;
    width: 1440px;
    max-width: 100%;
    margin-top: 80px
}

.service-diff::before {
    content: "";
    background: url(/assets/images/service-diff-bg.svg);
    width: 517px;
    height: 311px;
    position: absolute;
    top: -140px;
    right: 80px
}

.service-diff .title {
    display: flex;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.24px;
    text-align: left;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    z-index: 2
}

.service-diff ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 48px;
    flex-wrap: wrap;
    counter-reset: counter;
    margin: 48px;
    z-index: 2;
    position: relative
}

.service-diff ul li {
    width: calc(33.33% - 32px);
    counter-increment: counter;
    display: flex;
    flex-direction: column
}

.service-diff ul li h3 {
    z-index: 2;
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px
}

.service-diff ul li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    color: var(--color80);
    margin-top: 12px
}

.service-diff ul li p:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--secondaryColor);
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -7px;
    top: -4px;
    position: relative
}

.service-diff ul li:before {
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    content: counter(counter);
    z-index: 0;
    background: linear-gradient(180deg, #7B08FF -50%, rgb(66 194 255 / 20%) 60%, #fff0 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: -24px
}

.cta_style_2 {
    padding: 84px 64px;
    width: 1440px;
    max-width: 100%;
    margin-top: 80px;
    border-radius: 24px;
    background-color: #5A4696;
    background-image: url(/assets/images/cta_2_bg.svg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background-position: center;
    height: 380px
}

.cta_style_2 .cta_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center
}

.cta_style_2 .cta_text strong {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: .8px
}

.cta_style_2 .cta_button {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.cta_style_2 .cta_button a {
    flex-direction: row;
    color: #fff;
    border: 1px solid #fff;
    line-height: 16px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .32px;
    transition: 300ms all;
    transform: scale(1)
}

.cta_style_2 .cta_button a:nth-child(2) {
    background: #fff;
    color: var(--mainColor)
}

.cta_style_2 .cta_button a:hover {
    background-color: #b184dc;
    border: 1px solid #b184dc;
    transform: scale(.98);
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 32%)
}

.cta_style_2 .cta_button a:nth-child(2):hover {
    background-color: #ffe284;
    border: 1px solid #ffe284;
    transform: scale(.95)
}

.sss {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    margin-top: 64px
}

.sss .title {
    color: #172E4D;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.sss .accordion-container {
    flex-direction: column;
    width: 950px;
    gap: 20px;
    display: flex;
    align-items: flex-end;
    align-content: center;
    max-width: 80%
}

.sss .accordion-item {
    width: 100%;
    float: left;
    box-shadow: 0 20px 20px 0 rgb(23 46 77 / .04);
    border-radius: 32px
}

.sss .accordion-header {
    cursor: pointer;
    justify-content: space-between;
    border-radius: 32px;
    border: 1px solid #fff0;
    background: #FFF;
    color: #172E4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    display: flex;
    padding: 20px 74px 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch
}

.sss .accordion-header:hover {
    background-color: #f6fcff
}

.sss .accordion-header.active,
.sss .accordion-header.active:hover {
    color: var(--secondaryColor);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-content: center;
    border-radius: 36px 36px 0 0;
    border: 1px solid #fff;
    position: relative;
    background: #fff
}

.sss .accordion-content {
    padding: 15px;
    display: none;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0 0 36px 36px;
    padding: 0 24px 24px 24px;
    position: relative;
    flex-direction: column;
    gap: 16px
}

.sss .accordion-icon {
    font-size: 40px;
    transition: transform 0.3s ease;
    font-weight: 200;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 100%;
    text-align: center;
    top: -4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: inherit
}

.sss .accordion-header.active .accordion-icon {
    transform: rotate(180deg)
}

.page-about {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 1280px;
    max-width: 100%
}

.page-about-short {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px
}

.page-about-short p {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -.96px;
    width: 800px;
    max-width: 100%
}

.page-about-short:before {
    content: "";
    background: url(/assets/images/icon/about-quote.svg);
    width: 42px;
    height: 38px;
    display: block
}

.page-about-content {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.page-about-video {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: fit-content
}

.page-about-text {
    width: 100%;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-about-video a {
    width: 100%;
    display: block;
    position: relative
}

.page-about-video a .play {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    position: relative;
    gap: 20px;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.page-about-video a .play span {
    border-radius: 50px;
    text-align: center;
    width: 70px;
    height: 70px;
    position: relative;
    transform: translate(0%, 0%)
}

.page-about-video a .play span:before,
.page-about-video a .play span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 0
}

.page-about-video a .play span:before {
    transform: scale(2);
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

.page-about-video a .play span:after {
    -webkit-animation: pulse 2s 1s infinite linear;
    animation: pulse 2s 1s infinite linear
}

.page-about-video a .play span i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 16px;
    gap: 10px;
    isolation: isolate;
    width: 70px;
    height: 70px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 70px;
    box-sizing: border-box
}

.page-about-video a>img {
    width: 100%
}

.page-about-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.page-about-vision {
    width: 100%;
    border-top: 1px solid var(--color20);
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding-top: 32px
}

.page-about-vision p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.page-about-vision h2 {
    font-size: 24px;
    font-weight: 700
}

.page-sss {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    max-width: 100%;
    width: 1280px
}

.page-sss-content {
    width: 100%;
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: row;
    gap: 80px
}

.page-sss-content .accordion-container {
    flex-direction: column;
    width: 100%;
    gap: 24px;
    display: flex;
    align-items: flex-end;
    align-content: center;
    max-width: 100%;
    width: calc(100% - 320px)
}

.page-sss-content .accordion-item {
    width: 100%;
    float: left;
    border-radius: 32px;
    border: 1px solid var(--color30)
}

.page-sss-content .accordion-item.hidden {
    display: none
}

.page-sss-content .accordion-header {
    cursor: pointer;
    justify-content: space-between;
    border-radius: 32px;
    background: #FFF;
    color: #172E4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    display: flex;
    padding: 20px 74px 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch
}

.page-sss-content .accordion-header:hover {
    background-color: #f6fcff
}

.page-sss-content .accordion-header.active,
.page-sss-content .accordion-header.active:hover {
    color: var(--secondaryColor);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-content: center;
    border-radius: 36px 36px 0 0;
    border: 1px solid #fff;
    position: relative;
    background: #fff
}

.page-sss-content .accordion-content {
    padding: 15px;
    display: none;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0 0 36px 36px;
    padding: 0 24px 24px 24px;
    position: relative;
    flex-direction: column;
    gap: 16px
}

.page-sss-content .accordion-icon {
    font-size: 40px;
    transition: transform 0.3s ease;
    font-weight: 200;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 100%;
    text-align: center;
    top: -4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: inherit
}

.page-sss-content .accordion-header.active .accordion-icon {
    transform: rotate(180deg)
}

.page-sss-category {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 240px;
    justify-content: flex-start;
    top: 32px;
    position: sticky;
    height: 100%
}

.page-sss-search {
    border: 16px solid var(--color20);
    border-radius: 70px;
    width: 1000px;
    margin: auto;
    max-width: 100%
}

.page-sss-search form {
    position: relative
}

.page-sss-search input#searchInput {
    border-radius: 30px;
    background: #FFF;
    display: flex;
    height: 48px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: 100%
}

.page-sss-search .search-icon {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(/assets/images/icon/search.svg);
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%)
}

.page-sss-category a {
    color: var(--color90);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.page-sss-category a:hover {
    color: var(--secondaryColor)
}

.page-sss-category a.active {
    color: var(--color40)
}

.page-sss-category a.active:hover:before {
    background: var(--color40)
}

.page-sss-category a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 20px;
    background: var(--color40)
}

.page-sss-category a:hover:before {
    background: var(--secondaryColor)
}

.page-sss-content .accordion-container>.category-content {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column
}

.page-sss-content .accordion-container>.category-content.hidden {
    display: none
}

.page-sss-content .accordion-container>.category-content>h3 {
    font-size: 24px;
    font-weight: 700
}

div#no-results.hidden {
    display: none
}

div#no-results {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: var(--color50);
    padding: 16px
}

.page-contact {
    width: 1280px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px
}

.page-contact-info {
    width: 460px
}

.page-contact-info h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -.96px;
    width: 80%
}

.page-contact-info ul {
    border-top: 1px solid var(--color30);
    padding-top: 48px;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.page-contact-info ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    gap: 16px
}

.page-contact-info ul li i {
    width: 32px;
    height: 32px
}

.page-contact-info ul li a {
    display: flex;
    gap: 16px
}

.page-contact-info ul li p {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.page-contact-info ul li p strong {
    display: block
}

.page-contact-form {
    border-radius: 32px;
    background: linear-gradient(314deg, #3257A4 6.86%, #5F4193 77.03%, #86529C 100.42%);
    padding: 64px;
    width: 720px;
    gap: 32px;
    display: flex;
    flex-direction: column
}

.page-contact-form-title {
    color: #FFC8C0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.page-contact-form-title h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    color: #fff
}

.page-contact-form form input,
.page-contact-form form textarea {
    border-radius: 12px;
    border: 1px solid rgb(252 212 212 / .4);
    background: rgb(252 212 212 / .06);
    width: 100%;
    color: #fff;
    padding: 16px 16px;
    margin: 0;
    transition: 300ms all;
    resize: none
}

.page-contact-form form ul {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap
}

.page-contact-form form ul li {
    width: calc(50% - 16px)
}

.page-contact-form form ul li:nth-child(n+5) {
    width: 100%
}

.page-contact-form form .checkboxInner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    flex-flow: wrap;
    cursor: pointer;
    flex-direction: row
}

.page-contact-form form .checkboxInner a {
    text-decoration: underline;
    color: #fff
}

.page-contact-form form input.checkbox {
    -webkit-appearance: none;
    -moz-appearance-radius: 0;
    appearance: none;
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 6px;
    padding: inherit
}

.page-contact-form form input.checkbox::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FCD4D4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    opacity: 0
}

.page-contact-form form input.checkbox:checked:before {
    opacity: 1
}

.page-contact-form form .checkboxInner>label {
    position: relative;
    display: block;
    width: calc(100% - 48px - 16px);
    cursor: pointer
}

.page-contact-form form ul li .submit {
    height: 60px;
    padding: 4px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: 300ms all
}

.page-contact-form form ul li .submit:hover {
    background: #c371c4;
    color: #fff
}

.page-contact-form form input:focus,
.page-contact-form form textarea:focus {
    border: 1px solid #FCD4D4;
    background: rgb(252 212 212 / .15)
}

.page-contact-form form textarea {
    min-height: 160px
}

.page-contact-form form input::placeholder,
.page-contact-form form textarea::placeholder {
    color: #fff;
    opacity: .5
}

.page-contact-form form input:focus::placeholder,
.page-contact-form form textarea:focus::placeholder {
    opacity: 0
}

.private-lesson-search {
    border: 16px solid var(--color20);
    border-radius: 70px;
    width: 540px;
    margin: auto;
    max-width: 100%;
    margin-bottom: -110px;
    background: #fff;
    box-shadow: 0 25px 50px rgb(28 26 76 / .06);
    position: relative
}

.private-lesson-search input {
    background: #FFF;
    display: flex;
    height: 48px;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: calc(100% - 144px);
    font-size: 18px
}

.private-lesson-search form {
    display: flex;
    gap: 16px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    justify-content: space-between
}

.private-lesson-search form:before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/assets/images/icon/school.svg)
}

.private-lesson-search button {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--mainColor);
    border-radius: 80px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    width: 80px
}

.private-lesson-search .dropdown-menu {
    position: absolute;
    top: 65px;
    left: 30px;
    width: 70%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    display: none;
    z-index: 100;
    padding: 10px;
    gap: 4px;
    flex-direction: column
}

.private-lesson-search .dropdown-item {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    line-height: normal
}

.private-lesson-search .dropdown-item:hover {
    background-color: var(--color20)
}

.private-lesson-search .no-results {
    padding: 10px 15px;
    text-align: center;
    color: var(--color60)
}

.super-teacher {
    width: 1440px;
    max-width: 100%;
    background: url(/assets/images/st-bg.jpg);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
    padding: 64px 0
}

.super-teacher-item {
    border-radius: 30px;
    border: 1px solid #4C408C;
    background: #FFF;
    box-shadow: 0 20px 20px 0 rgb(23 46 77 / .04);
    overflow: hidden;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0%
}

.super-teacher-item .st-image {
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    position: relative;
    margin-bottom: 16px
}

.super-teacher-item .st-info {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    border-radius: 40px;
    background: rgb(85 58 132 / .5);
    backdrop-filter: blur(7px);
    color: #fff;
    padding: 0 8px
}

.super-teacher-item .st-name {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.st-branch {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
    opacity: .8
}

.super-teacher-item .st-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px
}

.super-teacher-item .super-teacher-item a {
    display: flex;
    flex-direction: column
}

.super-teacher-item .st-point {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-right: 1px solid rgb(255 255 255 / .2);
    padding-right: 8px;
    margin-right: 8px
}

.super-teacher-item .st-point i {
    width: 20px;
    height: 20px;
    background: url(/assets/images/icon/star.svg);
    content: "";
    display: block
}

.super-teacher-item .st-comment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    gap: 4px;
    letter-spacing: -.2px
}

.super-teacher-item .st-comment i {
    width: 20px;
    height: 20px;
    background: url(/assets/images/icon/comment.svg) center no-repeat;
    content: "";
    display: block
}

.super-teacher-item .st-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.super-teacher-slide .owl-dots button {
    background: #fff
}

.super-teacher-slide button.owl-dot.active {
    background: #fff
}

.super-teacher-slide button.owl-dot:before {
    border-color: #fff
}

.super-teacher-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 48px;
    justify-content: space-between;
    align-items: center
}

.super-teacher-title h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.super-teacher-title h2 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .96px;
    background: linear-gradient(136deg, #FFF -13.54%, #FCB514 108.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

a.tumu-btn {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

a.tumu-btn:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/assets/images/icon/arrow_forward.svg);
    display: block;
    background-size: contain
}

.super-teacher-slide .owl-nav {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 42%
}

.super-teacher-slide .owl-nav button {
    width: 48px;
    height: 48px;
    position: absolute;
    opacity: 1;
    transition: 300ms all;
    background: rgb(23 46 77 / .2) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 70px;
    border: 1px solid rgb(255 255 255 / .1) !important;
    background-color: rgb(255 255 255 / .2) !important;
    backdrop-filter: blur(17px) !important
}

.super-teacher-slide .owl-nav .owl-prev {
    background-image: url(/assets/images/icon/arrow-left.svg) !important;
    left: -20px
}

.super-teacher-slide .owl-nav .owl-next {
    right: -20px;
    background-image: url(/assets/images/icon/arrow-right.svg) !important
}

.super-teacher-slide .owl-nav button span {
    display: none
}

.super-teacher-slide .owl-nav button.disabled {
    display: none
}

.super-teacher-slide .owl-nav button:hover {
    opacity: 1 !important;
    background-color: rgb(134 82 156 / 60%) !important
}

.private-lesson-category {
    margin: 80px 0 0;
    width: 1280px;
    max-width: 100%
}

.private-lesson-category ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center
}

.private-lesson-category ul li a {
    border-radius: 16px;
    border: 2px solid #B9CAE1;
    display: flex;
    padding: 0 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0%;
    align-self: stretch;
    transition: 300ms all;
    height: 90px
}

.private-lesson-category ul li a:hover {
    border-color: var(--mainColor);
    background: var(--mainColor);
    color: #fff;
    margin-top: -10px;
    box-shadow: 0 20px 40px -20px rgb(0 0 0 / 80%)
}

.private-lesson-category ul li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/assets/images/icon/arrow_forward.svg);
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    margin-top: -28px
}

.private-lesson-category ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.private-lesson {
    /* background: #fff; */
    width: 1440px;
    /* border-radius: 30px; */
    max-width: 100%;
    /* padding: 32px; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 80px;
}

.private-lesson-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}

.private-lesson-list .private-lesson-item {
    position: relative;
    width: calc(20% - 19.19px);
    padding: 16px;
    display: flex;
    border-radius: 16px;
    transition: 300ms all;
    gap: 16px;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(23, 46, 77, 0.04);
    height: min-content;
}

.private-lesson-list .private-lesson-item:hover {
    box-shadow: 0px 10px 35px -10px rgb(109 109 109 / 30%);
}

.private-lesson-list .private-lesson-item:hover .pl-name {
    color: #a35fc1;
}

.private-lesson-list .private-lesson-item .pl-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #a35fc1;
    transition: 300ms all;
}

.private-lesson-list .private-lesson-item .pl-info .pl-point {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    gap: 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    align-items: center;
    color: #475569;
}

.private-lesson-list .private-lesson-item .pl-info .pl-point span {
    font-size: 12px;
    color: #475569;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    opacity: 0.5;
}

.private-lesson-list .private-lesson-item .pl-info .pl-point i {
    font-size: 14px;
    color: #fcb516;
    width: 16px;
    height: 16px;
    background: url(/assets/images/icon/star.svg);
    content: "";
    display: block;
    background-size: contain;
}

.private-lesson-list .private-lesson-item .pl-image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl-favorite {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50px;
    background: #FFF;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl-favorite:hover {
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%);
}

.pl-favorite i {
    background: url(/assets/images/icon/favorite.svg);
    width: 20px;
    height: 20px;
    display: inline-masonry;
}

.pl-favorite.favorited i {
    background: url(/assets/images/icon/favorited.svg);
}

.private-lesson-list .private-lesson-item .pl-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.private-lesson-list .private-lesson-item .pl-name {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    gap: 8px;
    display: flex;
    flex-direction: column;
    line-height: normal;
    color: #1E2A3B;
}

.private-lesson-list .private-lesson-item .pl-branch {
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    display: flex;
    gap: 7px;
}

.private-lesson-list .private-lesson-item .pl-branch span {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    width: fit-content;
    color: #4F74D9;
    transition: 300ms all;
    background: rgb(79 116 217 / 15%);
}

.private-lesson-list .private-lesson-item .pl-desc {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #475569;
    font-weight: 400;
    height: 60px;
    letter-spacing: -0.4px;
}

.private-lesson-list .private-lesson-item button.btn-primary {
    background: #b268a729;
    border: none;
    border-radius: 8px !important;
    color: #a35fc1;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
}

.private-lesson-list .private-lesson-item button.btn-primary:hover {
    background: #a35fc1;
    color: #fff;
}

.pl-price span {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
}

.pl-price {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    line-height: normal;
    color: #475569;
}

.private-lesson-list.grid-2 .private-lesson-item {
    width: calc(50% - 12px);
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
}

.private-lesson-list.grid-2 .private-lesson-item .pl-image {
    width: 180px;
    margin-right: 16px;
    float: left;
}

.private-lesson-list.grid-2 .private-lesson-item .pl-name,
.private-lesson-list.grid-2 .private-lesson-item .pl-desc,
.private-lesson-list.grid-2 .private-lesson-item .pl-info {
    width: calc(100% - 200px);
    float: left;
    margin-bottom: 8px;
}

.private-lesson-list.grid-2 .private-lesson-item .pl-info {
    float: left;
}

.private-lesson-list.grid-2 .private-lesson-item button.btn-primary {
    position: relative;
    width: 100%;
    margin-top: 16px;
}



.load-more-btn {
    background: #e4e7f0;
    border-radius: 16px;
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    color: #a35fc1;
    width: 100%;
    transition: 300ms all;
}

.load-more-btn:hover {
    background: #a35fc1;
    color: #fff;
}

.loading {
    display: flex;
    gap: 16px;
    border-radius: 20px;
    align-self: stretch;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #a35fc1;
}

.loading-icon {
    border: 6px solid #E2E8F0;
    border-radius: 50%;
    border-top: 6px solid #a35fc1;
    width: 32px;
    height: 32px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.private-lesson-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.private-lesson-title h2 {
    color: #5a4696;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    width: fit-content;
}

.private-lesson-filter {
    display: flex;
    width: calc(100% + 48px);
    position: relative;
    z-index: 2;
    padding: 10px 24px;
    border-radius: 16px;
    gap: 16px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(23, 46, 77, 0.04);
    align-items: center;
    justify-content: space-between;
}

.private-lesson-filter form {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.filter-title {
    width: 250px
}

.filter-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    align-items: center
}

.filter-group button {
    background: #fff;
    padding: 8px 16px;
    border-radius: 20px
}

.filter-group .dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    display: none;
    z-index: 100;
    padding: 10px;
    gap: 4px;
    flex-direction: column
}

.filter-group .dropdown-item {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    line-height: normal;
    font-size: 14px;
}

.filter-group .dropdown-item.selected {
    color: #a35fc1;
}

.filter-group .dropdown-item:hover {
    background-color: #e2e8f0;
}

.filter-group .no-results {
    padding: 10px 15px;
    text-align: center;
    color: #a35fc1;
}

.filter-group span {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0;
}

.filter-group>input {
    border-radius: 8px;
    padding: 8px 8px
}

.filter-group .selected-text {
    width: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 38px 8px 8px;
    position: relative;
    cursor: pointer;
    border: 1px solid #E2E8F0;
    font-size: 14px;
}

.filter-group .selected-text:before {
    content: "";
    right: 0;
    top: 19px;
    right: 12px;
    border: solid #fff0;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff0;
    border-top-color: #a35fc1;
    border-width: 4px
}

.filter-group input.search-input {
    border: 2px solid #a35fc1;
    border-radius: 8px;
    padding: 4px 8px;
    position: sticky;
    top: 0;
    box-shadow: 0 -10px 0 #fff;
    width: 100%
}

.filter-group-trigger {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.filter-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
    min-width: 80px;
}

.filter-grid a {
    display: block;
    opacity: .5;
    padding: 8px;
    border-radius: 8px
}

.filter-grid a.selected {
    opacity: 1;
    background: #fff
}



.filter-box {
    background: #fff;
    border-radius: 16px;
    display: flex;
    width: 260px;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0px 18px 28px 0px rgba(9, 30, 66, 0.04);
    position: sticky;
    top: 0px;
    height: -moz-max-content;
    height: max-content;
}

.filter-box .filter-title {
    display: flex;
    align-items: center;
    align-content: space-between;
    width: 100%;
    justify-content: space-between;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E8F0;
    padding: 16px 20px;
}

.filter-box .filter-title button#clearFilterBtn {
    font-weight: 400;
    font-size: 12px;
    width: fit-content;
    white-space: nowrap;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    border: none;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    background: #E2E8F0;
}

.filter-box-item-title {
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /* 24px */
    width: 100%;
}

.filter-box-item {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 16px;
    padding: 16px 20px;
}

.filter-box-item-search {
    width: 100%;
    position: relative;
}

.filter-box-item-search input {
    display: flex;
    height: 36px;
    padding-left: 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    width: 100%;
    border: 1px solid #E2E8F0;
    padding: 0 32px 0 16px;
}

.filter-box-item-search i {
    width: 16px;
    height: 36px;
    position: absolute;
    right: 11px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}



.filter-box-item-list {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    max-height: 160px;
    overflow-y: auto;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
}

.filter-box-item-list ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-box-item-list ul li {
    display: flex;
    gap: 8px;
}

.filter-box-item-list ul li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    gap: 8px;
    cursor: pointer;
}

.filter-box-item-list ul li .form-check {
    min-height: inherit;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-box-item-list ul li .form-check .form-check-input {
    height: 20px !important;
    width: 20px !important;
    border-radius: 4px;
    background-color: #E2E8F0;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0px;
}

.filter-box-item-list ul li .form-check .form-check-input:checked {
    background-color: #0D95E3 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}


.filter-box-item-list::-webkit-scrollbar {
    width: 4px
}

.filter-box-item-list::-webkit-scrollbar-track {
    background: #E2E8F0;
}

.filter-box-item-list::-webkit-scrollbar-thumb {
    background: #CBD4E1;
}

.filterBtn {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: calc(100% - 40px);
    background-color: #a35fc1;
    border-radius: 8px;
    margin: 20px;
    color: #fff;
}

.filter-btn {
    display: none;
}

.filter-close-btn {
    display: none;
}

.private-lesson.detail-page {
    display: flex;
    flex-direction: row;
    margin-top: 24px;
    align-items: flex-start;
}

.detail-page .private-lesson-list {
    width: calc(100% - 281px);
}

.page-blog-head {
    width: calc(100% + 128px);
    margin-bottom: -32px
}

.b-slide-item {
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    width: 100%
}

.b-slide-item .b-image {
    height: 100%;
    border-radius: 30px;
    position: relative
}

.b-slide-item .b-image img {
    height: 100%;
    object-fit: cover
}

.b-slide-item .b-category {
    position: absolute;
    z-index: 2;
    border-radius: 8px;
    left: 16px;
    top: 16px;
    padding: 4px 16px;
    font-weight: 700;
    background: var(--mainColor);
    font-size: 14px;
    color: #fff
}

.b-slide-item .b-title {
    position: absolute;
    bottom: 0;
    padding: 32px;
    font-size: 24px;
    line-height: normal;
    width: 100%
}

.b-slide-item .b-title strong {
    color: #fff;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(to left, #ffffff 0, #ffffff 100%);
    background: -o-linear-gradient(to left, #ffffff 0, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0, #ffffff 100%);
    background-size: 0 3px;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    background-repeat: no-repeat
}

a:hover .b-title strong {
    background-size: 100% 3px
}

.b-image:before {
    content: "";
    background: linear-gradient(45deg, black, transparent);
    height: 100%;
    position: absolute;
    width: 100%
}

.blog-head-slide .owl-nav {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 32%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all
}

.blog-head-slide:hover .owl-nav {
    opacity: 1;
    visibility: visible;
    top: 42%
}

.blog-head-slide .owl-nav button {
    width: 48px;
    height: 48px;
    position: absolute;
    opacity: 1;
    transition: 300ms all;
    background: rgb(23 46 77 / .2) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 70px;
    border: 1px solid rgb(255 255 255 / .1) !important;
    background-color: rgb(255 255 255 / .2) !important;
    backdrop-filter: blur(17px) !important
}

.blog-head-slide .owl-nav button:hover {
    background-color: rgb(0 0 0 / 50%) !important
}

.blog-head-slide .owl-nav button span {
    display: none
}

.blog-head-slide .owl-nav .owl-prev {
    background-image: url(/assets/images/icon/arrow-left.svg) !important;
    left: 24px
}

.blog-head-slide .owl-nav .owl-next {
    right: 24px;
    background-image: url(/assets/images/icon/arrow-right.svg) !important
}

.blog-search {
    border: 16px solid var(--color20);
    border-radius: 70px;
    width: 790px;
    margin: auto;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 25px 50px rgb(28 26 76 / .06);
    position: relative
}

.blog-search input {
    background: #FFF;
    display: flex;
    height: 48px;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: calc(100% - 144px);
    font-size: 18px
}

.blog-search form {
    display: flex;
    gap: 16px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    justify-content: space-between
}

.blog-search button {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--mainColor);
    border-radius: 80px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    width: 80px
}

.news-page {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin: 48px 0;
    width: 1440px;
    max-width: 100%;
    flex-wrap: wrap
}

.news-list {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 30px;
    gap: 32px;
    width: calc(100% - 400px - 32px);
    display: flex;
    box-shadow: 0 18px 28px 0 rgb(9 30 66 / .04)
}

.news-list ul {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.news-list ul li {
    display: flex;
    flex-direction: row
}

.news-list ul li a {
    display: flex;
    flex-direction: row;
    gap: 24px;
    border-radius: 20px
}

.news-list ul li a .news-date {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    color: var(--color60)
}

.news-list ul li a .news-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.news-list ul li a .news-title strong {
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
    background: -webkit-linear-gradient(to left, #000000 0, #000000 100%);
    background: -o-linear-gradient(to left, #000000 0, #000000 100%);
    background: linear-gradient(to right, #000000 0, #000000 100%);
    background-size: 0 3px;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    background-repeat: no-repeat;
    transition: 300ms all;
    width: 100%
}

.news-list ul li a:hover .news-title strong {
    background-size: 100% 3px
}

.news-list ul li a .news-category {
    position: absolute;
    z-index: 2;
    border-radius: 8px;
    left: 16px;
    top: 16px;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 12px;
    background: var(--mainColor);
    backdrop-filter: blur(8px);
    color: #fff
}

.news-list ul li a .news-desc {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: var(--color60);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-list ul li a .news-text {
    width: calc(100% - 264px);
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.news-list ul li a .news-img {
    width: 240px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #000
}

.news-list ul li a:hover .news-img img {
    opacity: .7
}

.news-list ul li a:hover {
    background-color: var(--color10)
}

.news-list ul li a .news-img img {
    height: 200px;
    object-fit: cover;
    transition: 300ms all
}

.news-sidebar {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.widget-box {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 30px;
    gap: 24px;
    width: 100%;
    box-shadow: 0 18px 28px 0 rgb(9 30 66 / .04)
}

.widget-box-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.widget-box-title h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.featured-articles {
    flex-direction: column;
    gap: 20px;
    display: flex
}

.featured-articles li a {
    display: flex;
    gap: 16px
}

.featured-articles .featured-articles-item-image {
    width: 130px;
    border-radius: 16px;
    overflow: hidden;
    height: 90px
}

.featured-articles .featured-articles-item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 120px)
}

.featured-articles .featured-articles-item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 300ms all
}

.featured-articles-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.featured-articles-item-title strong {
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
    background: -webkit-linear-gradient(to left, #000000 0, #000000) 100%;
    background: -o-linear-gradient(to left, #000000 0, #000000) 100%;
    background: linear-gradient(to right, #000000 0, #000000) 100%;
    background-size: 0 1px;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    background-repeat: no-repeat;
    transition: 300ms all;
    font-weight: 500
}

.featured-articles li a:hover .featured-articles-item-title strong {
    background-size: 100% 1px
}

.featured-articles-category {
    z-index: 2;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    color: var(--color60);
    width: fit-content
}

.featured-articles-item-info {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    opacity: .6
}

.news-sticky {
    position: sticky;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 16px
}

.news-ad {
    border-radius: 30px;
    overflow: hidden
}

.news-ad a img {
    width: 100%
}

ul.category-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

ul.category-list li a {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    transition: 300ms all;
    flex-direction: row;
    align-items: center
}

ul.category-list li a:hover {
    color: var(--secondaryColor);
    gap: 8px
}

ul.category-list li a:before {
    content: "";
    width: 0;
    display: block;
    height: 2px;
    background: var(--secondaryColor);
    transition: 300ms all
}

ul.category-list li a:hover:before {
    width: 8px
}

.news-big-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.news-big-image img {
    width: 100%
}

.news-detail {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    gap: 32px;
    width: calc(100% - 400px - 32px);
    display: flex
}

.news-detail .contentText {
    padding: 0;
    margin: 0
}

.news-detail .news-title {
    font-size: 32px;
    font-style: normal;
    z-index: 2;
    font-weight: 700
}

.contentText {
    position: relative;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background: #fff;
    border-radius: 20px;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    width: 100%;
    text-align: left
}

.contentText img {
    border-radius: 16px;
    width: 100%;
    height: inherit
}

.contentText ul {
    width: calc(100% - 18px);
    display: block;
    margin-left: 18px
}

.contentText ul li {
    list-style-type: disc;
    float: none;
    width: 100%
}

.contentText ol {
    width: calc(100% - 18px);
    display: block;
    counter-reset: li-counter
}

.contentText ol li {
    float: none;
    width: 100%;
    margin-bottom: 12px
}

.contentText ol li:before {
    top: 3px;
    width: 26px;
    height: 26px;
    position: relative;
    margin-right: 11px;
    text-align: center;
    color: #fff;
    background-color: var(--mainColor);
    content: counter(li-counter);
    counter-increment: li-counter;
    display: block;
    float: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 27px;
    font-size: 14.5px
}

.contentText i {
    font-style: italic
}

.contentText img.alignleft {
    float: left;
    margin-right: 20px
}

.contentText img.alignright {
    float: right;
    margin-left: 20px
}

.contentText img.aligncenter {
    margin: 0 auto
}

.contentText h1,
.contentText h2,
.contentText h3,
.contentText h4,
.contentText h5,
.contentText h6 {
    line-height: initial;
    font-weight: 600;
    color: var(--mainColor)
}

.contentText table {
    border: 1px solid var(--color40)
}

.contentText .buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background: var(--color10);
    justify-content: center;
    flex-wrap: wrap
}

.contentText .buttons>a {
    display: flex;
    border: 1px solid;
    padding: 8px 16px;
    border-radius: 46px;
    text-decoration: none
}

.contentText .buttons>a:hover {
    background: var(--secondaryColor);
    color: #fff;
    text-decoration: none
}

.contentText h1 {
    font-size: 32px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 16px
}

.contentText h2 {
    padding: 0 16px;
    clear: both;
    font-size: 28px;
    position: relative
}

.contentText h3 {
    padding: 0 16px;
    clear: both;
    font-size: 24px;
    position: relative
}

.contentText h4 {
    font-size: 20px;
    position: relative;
    padding-left: 16px
}

.contentText h5,
.contentText h6 {
    line-height: initial
}

.contentText h5 {
    font-size: 20px;
    position: relative;
    padding-left: 16px
}

.contentText h6 {
    font-size: 18px;
    position: relative;
    padding-left: 16px
}

.contentText strong,
.contentText b {
    font-weight: 700;
    color: #000
}

.contentText em {
    font-style: italic
}

.contentText del {
    text-decoration: line-through
}

.contentText hr {
    -webkit-margin-after: 1em;
    border: 1px solid #e0e0e0
}

.contentText blockquote {
    background: #f3f3f3;
    color: #606060;
    border-bottom: #ccc solid 2px;
    width: 100%;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px
}

.contentText a {
    color: var(--secondaryColor)
}

.contentText a:hover {
    text-decoration: underline
}

.contentText iframe {
    width: 100%;
    height: 440px;
    float: left;
    display: block;
    border-radius: 16px
}

.contentText h2:before,
.contentText h3:before,
.contentText h4:before,
.contentText h5:before,
.contentText h6:before,
.contentText h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    background-color: var(--mainColor);
    height: 100%
}

.contentText table td {
    border: 1px solid var(--color40);
    font-size: 14px;
    padding: 8px;
    line-height: 20px;
    vertical-align: middle
}

.contentText table th {
    border: 1px solid var(--color40) !important;
    background: var(--color30) !important;
    border-radius: 0px !important;
    font-weight: 600;
    line-height: normal;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px
}

.contentText table tr:nth-child(even) td {
    background: var(--color10)
}

.table-container,
article .overflow-auto {
    width: 100%;
    overflow-x: auto;
    max-height: 70vh;
    border: 1px solid var(--color40)
}

.table-container th,
article .overflow-auto th {
    background-color: #f2f2f2;
    position: sticky;
    top: -1px;
    z-index: 1
}

.news-content-titles {
    background: var(--color10);
    width: 100%;
    border-radius: 20px;
    padding: 22px 32px
}

.news-content-titles span {
    font-size: 20px;
    font-weight: 700
}

.news-content-titles ul li a:before {
    content: counters(item, ".", decimal) ". ";
    display: inline-block;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
    float: left;
    border-radius: 16px;
    text-align: center;
    margin-right: 4px;
    font-weight: 500
}

.news-content-titles ul li {
    background: 0 0;
    list-style: none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden
}

.news-content-titles ul {
    counter-reset: item
}

.news-content-titles ul>li>ul {
    padding-left: 16px
}

.news-content-titles ul li a {
    display: block
}

.news-content-titles ul li a:hover {
    color: var(--secondaryColor)
}

.related-content {
    width: 100%;
    height: 140px;
    background: var(--secondaryColor);
    display: inline-block;
    border-radius: 16px;
    padding: 8px
}

.related-content.similar {
    background: var(--mainColor)
}

.related-content .image {
    display: block;
    width: 160px;
    height: 100%;
    float: left;
    overflow: hidden
}

.related-content .image a {
    display: block;
    overflow: hidden;
    height: 100%
}

.related-content .image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.related-content .text {
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: center;
    padding-left: 24px
}

.related-content .text span.top {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    opacity: .6
}

.related-content .text a {
    display: block
}

.related-content .text a:hover {
    text-decoration: underline;
    text-decoration-color: #FFF
}

.related-content .text a span {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cta_style_3 {
    padding: 64px 32px;
    max-width: 100%;
    border-radius: 24px;
    background-color: #5A4696;
    background-image: url(/assets/images/cta_2_bg.svg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background-position: center;
    background-size: cover
}

.cta_style_3 .cta_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center
}

.cta_style_3 .cta_text strong {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: .8px;
    color: #fff;
    font-size: 32px
}

.cta_style_3 .cta_button {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.cta_style_3 .cta_button a {
    flex-direction: row;
    color: #fff;
    border: 1px solid #fff;
    line-height: 16px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .32px;
    transition: 300ms all;
    transform: scale(1)
}

.cta_style_3 .cta_button a:nth-child(2) {
    background: #fff;
    color: var(--mainColor)
}

.cta_style_3 .cta_button a:hover {
    background-color: #b184dc;
    border: 1px solid #b184dc;
    transform: scale(.98);
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 32%);
    text-decoration: none
}

.cta_style_3 .cta_button a:nth-child(2):hover {
    background-color: #ffe284;
    border: 1px solid #ffe284;
    transform: scale(.95)
}

.news-detail-text .sss {
    margin: 0;
    gap: 24px
}

.news-detail-text .sss .accordion-header {
    cursor: pointer;
    justify-content: space-between;
    border-radius: 32px;
    background: #FFF;
    color: #172E4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    display: flex;
    padding: 20px 74px 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch
}

.news-detail-text .sss .accordion-item {
    width: 100%;
    float: left;
    border-radius: 32px;
    border: 1px solid var(--color30);
    box-shadow: none
}

.news-detail-text .sss .accordion-header:hover {
    background-color: #f6fcff
}

.news-detail-text .sss .accordion-header.active,
.news-detail-text .sss .accordion-header.active:hover {
    color: var(--secondaryColor);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-content: center;
    border-radius: 36px 36px 0 0;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
    font-size: 18px
}

.news-detail-text .sss .accordion-content {
    padding: 15px;
    display: none;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0 0 36px 36px;
    padding: 0 24px 24px 24px;
    position: relative;
    flex-direction: column;
    gap: 16px;
    font-weight: 400
}

.news-detail-text .sss .title {
    width: 100%;
    font-size: 32px
}

.news-info-footer {
    padding: 24px;
    background-color: var(--color10);
    border-radius: 16px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.news-info-footer p {
    margin: 0;
    font-size: 1rem !important
}

.news-info-footer .date-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.news-info-footer .date-columns p {
    margin: 0;
    font-size: 14px
}

.news-info-footer a {
    color: var(--mainColor)
}

.similar-box {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 16px;
    gap: 24px;
    width: 100%;
    background: var(--color90)
}

.similar-box-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.similar-box-title h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff
}

.similar-articles {
    flex-direction: row;
    gap: 32px;
    display: flex;
    width: 100%
}

ul.similar-articles li {
    width: 33.33%
}

.similar-articles li a {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%
}

.similar-articles .similar-articles-item-image {
    border-radius: 16px;
    overflow: hidden;
    height: 180px;
    width: 100%
}

.similar-articles .similar-articles-item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 120px);
    width: 100%;
    gap: 4px
}

.similar-articles .similar-articles-item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 300ms all
}

.similar-articles-item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #fff
}

.similar-articles-item-title strong {
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(to left, #000000 0, #000000) 100%;
    background: -o-linear-gradient(to left, #000000 0, #000000) 100%;
    background: linear-gradient(to right, #ffffff 0, #ffffff) 100%;
    background-size: 0 1px;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86);
    background-repeat: no-repeat;
    transition: 300ms all;
    font-weight: 600
}

.similar-articles li a:hover .similar-articles-item-title strong {
    background-size: 100% 1px
}

.similar-articles-category {
    z-index: 2;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    color: var(--color50);
    width: fit-content
}

.similar-articles-item-info {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    opacity: .6
}

.news-blog-category {
    width: 100%;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    display: flex;
    border-bottom: 1px solid var(--color30);
    padding-bottom: 32px
}

.news-blog-category:last-child {
    border: none;
    padding-bottom: 0
}

.news-blog-category-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.news-blog-category .owl-nav {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 32%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all
}

.news-blog-category:hover .owl-nav {
    opacity: 1;
    visibility: visible;
    top: 42%
}

.news-blog-category .owl-nav button {
    width: 48px;
    height: 48px;
    position: absolute;
    opacity: 1;
    transition: 300ms all;
    background: rgb(23 46 77 / .2) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 70px;
    border: 1px solid rgb(255 255 255 / .1) !important;
    background-color: rgb(255 255 255 / .2) !important;
    backdrop-filter: blur(17px) !important
}

.news-blog-category .owl-nav button:hover {
    background-color: rgb(0 0 0 / 50%) !important
}

.news-blog-category .owl-nav button span {
    display: none
}

.news-blog-category .owl-nav .owl-prev {
    background-image: url(/assets/images/icon/arrow-left.svg) !important;
    left: 24px
}

.news-blog-category .owl-nav .owl-next {
    right: 24px;
    background-image: url(/assets/images/icon/arrow-right.svg) !important
}

.news-blog-category .b-slide-item {
    height: 300px
}

.blog-category-list {
    width: 1440px;
    max-width: 100%;
    margin-top: 32px
}

.bc-link {
    margin: 32px 0 24px
}

.bc-link a {
    border-radius: 16px;
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0%;
    align-self: stretch;
    transition: 300ms all;
    height: 100px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    background: var(--color30);
    font-weight: 600;
    box-shadow: 0 20px 10px -30px rgb(0 0 0 / 80%)
}

.bc-link a:hover {
    border-color: var(--mainColor);
    background: var(--mainColor);
    color: #fff;
    margin-top: -10px;
    box-shadow: 0 20px 32px -20px rgb(0 0 0 / 70%)
}

.private-lesson-category ul li a:hover {
    border-color: var(--mainColor);
    background: var(--mainColor);
    color: #fff;
    margin-top: -10px;
    box-shadow: 0 20px 40px -20px rgb(0 0 0 / 80%)
}

.bc-link a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/assets/images/icon/arrow_forward.svg);
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    margin-top: -28px
}

.bc-link a:hover:after {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.blog-category-list .owl-nav {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 32%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all
}

.blog-category-list:hover .owl-nav {
    opacity: 1;
    visibility: visible;
    top: 42%
}

.blog-category-list .owl-nav button {
    width: 32px;
    height: 32px;
    position: absolute;
    opacity: 1;
    transition: 300ms all;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 70px;
    background-color: rgb(0 0 0 / 15%) !important;
    backdrop-filter: blur(17px) !important
}

.blog-category-list .owl-nav button:hover {
    background-color: var(--color90) !important
}

.blog-category-list .owl-nav button span {
    display: none
}

.blog-category-list .owl-nav .owl-prev {
    background-image: url(/assets/images/icon/arrow-left.svg) !important;
    left: 10px
}

.blog-category-list .owl-nav .owl-next {
    right: 10px;
    background-image: url(/assets/images/icon/arrow-right.svg) !important
}

.instructor-list {
    width: 1280px;
    max-width: 100%;
    margin-top: 60px
}

.instructor-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    max-height: 866px;
    overflow-y: auto
}

.instructor-list ul li {
    width: calc(20% - 20px)
}

.instructor-list ul li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 8px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--color20);
    transition: 300ms all;
    border: 2px solid var(--color20);
    height: 100%;
    display: flex
}

.instructor-list .i-name {
    font-size: 18px;
    font-weight: 600
}

.instructor-list .i-title {
    color: var(--color60);
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 19px
}

.instructor-list .i-img {
    border: 5px solid #fff;
    height: 130px;
    border-radius: 100%;
    width: 130px;
    overflow: hidden
}

.instructor-list .i-img img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.instructor-list ul li:hover a {
    background: #fff;
    box-shadow: 0 40px 32px -30px rgb(0 0 0 / 20%);
    transform: translateY(-10px);
    border: 2px solid var(--color20)
}

.instructor-list ul li a span {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px
}

.instructor-list ul li a.instructor-join:before {
    content: "";
    background-image: url(/assets/images/icon/join.svg);
    background-color: var(--color90);
    background-repeat: no-repeat;
    background-position: center;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    background-size: 32px
}

.instructor-list ul li a.instructor-join {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.instructor-list ul li a.instructor-join h2 {
    font-weight: 700;
    font-size: 20px
}

.popupModal--title {
    font-size: 24px;
    font-weight: 700
}

.popupModal-inner {
    gap: 24px;
    display: flex;
    flex-direction: column
}

.popupModal {
    width: 800px;
    border-radius: 20px;
    display: none;
    max-width: 100%;
    overflow-y: scroll
}

.popupModal__text {
    font-size: 16px;
    gap: 16px;
    display: flex;
    flex-direction: column
}

.popupModal__text a {
    color: #ab65a2
}

.instructor-popup {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}

.instructor-popup .i-img {
    width: 240px;
    border-radius: 16px;
    border: 5px solid var(--color20);
    overflow: hidden
}

.instructor-popup .i-name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 14px
}

.instructor-popup .i-title {
    font-size: 14px;
    text-align: center
}

.instructor-popup .i-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-top: 20px;
    max-height: 180px;
    font-size: 14px;
    background: var(--color10);
    padding: 20px;
    overflow-y: scroll;
    border-radius: 10px
}

.page-404-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    gap: 24px
}

.page-404-content a {
    background: var(--mainColor);
    border-radius: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--color80);
    padding: 10px 32px;
    color: #fff
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    position: relative;
    z-index: 100;
    height: 50px
}

.mobile-menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--color90);
    margin: 6px 0;
    transition: all 0.3s ease
}

.mobile-menu-btn.open span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 28px;
    width: 20px
}

.mobile-menu-btn.open span:nth-child(2) {
    opacity: 0
}

.mobile-menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    width: 20px
}

.seminer-list {
    margin-top: 80px
}

.seminerSlide {
    margin-top: 32px;
    filter: drop-shadow(0 25px 55px rgb(18 40 63 / .05))
}

.seminerSlide .item {
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
    width: 100%;
    position: relative
}

.s-item-Text {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.s-item-Text h3 {
    color: #172E4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px
}

.s-item-Text .s-date {
    color: #A8A8A8;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.15px
}

.seminerSlide.owl-carousel .owl-nav button {
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 52px;
    border: 0 solid #FFF;
    background: #ffffff !important;
    top: calc(50% - 35px);
    left: -90px;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.seminerSlide.owl-carousel .owl-nav button span {
    color: #5B4495;
    font-size: 24px
}

.seminerSlide.owl-carousel .owl-nav button.owl-next {
    right: 30px;
    left: inherit
}

.seminerSlide.owl-carousel .owl-nav button.owl-prev.disabled {
    display: none
}

.seminerSlide.owl-carousel .owl-nav button.owl-next.disabled {
    display: none
}

.seminerSlide.owl-carousel .owl-item.active {
    pointer-events: auto;
    transform: scale(1);
    opacity: 1
}

.seminerSlide.owl-carousel .owl-item {
    transform: scale(0);
    opacity: .5;
    transition: 500ms all
}

.seminer-list .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.seminer-list .title h2 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.seminer-list .title p {
    text-align: center;
    color: #1A2A41;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: .6;
    width: 90%;
    margin-top: 12px;
    width: 60%
}

.puan-page {
    gap: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.switch-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px
}

.number-container {
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 30px;
    border: 1px solid var(--color40);
    padding: 3px;
    justify-content: space-between;
    margin: auto;
    background: #fff
}

.number-container button {
    background-color: #fff0;
    border: none;
    padding: 0 4px;
    cursor: pointer;
    border-radius: 20px;
    height: 24px;
    font-size: 24px;
    line-height: 20px;
    width: 24px;
    font-family: revert;
    font-weight: 300
}

.number-container button:hover {
    color: #fff;
    background: var(--color40)
}

.number-container .number-input {
    font-size: 16px;
    text-align: center;
    height: 30px;
    width: 40px
}

.number-container input.number-input::-webkit-outer-spin-button,
.number-container input.number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.number-container input.number-input[type=number] {
    -moz-appearance: textfield
}

.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.custom-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 30px;
    transition: 0.4s
}

.custom-switch .slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.4s;
    box-shadow: 0 2px 4px rgb(0 0 0 / .2)
}

.custom-switch input:checked+.slider {
    background-color: #4caf50
}

.custom-switch input:checked+.slider::before {
    transform: translateX(30px)
}

.table-box {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--mainColor);
    border-radius: 30px;
    overflow: hidden;
    gap: 16px;
    padding-bottom: 20px;
    padding: 0 24px 24px
}

.table-box h2 {
    font-size: 20px;
    width: calc(100% + 48px);
    background: var(--mainColor);
    padding: 8px 0;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.table-box.w100 {
    width: 100%
}

.table-box.w50 {
    width: calc(50% - 16px)
}

.puan-page>p {
    width: 100%;
    text-align: center
}

.table-box td {
    padding: 8px 4px;
    min-width: 60px;
    text-align: center;
    vertical-align: middle
}

.table-box th {
    font-weight: 700;
    padding-bottom: 10px
}

.table-box table tr td:nth-child(1),
.table-box table tr th:nth-child(1) {
    text-align: left
}

.table-box table tr td.selected {
    border: 2px solid #11d55d !important;
    border-radius: 50px;
    transition: all .3s;
    display: block
}

.table-box table tr:nth-child(even) {
    background: var(--color10);
    border-radius: 50px;
    overflow: hidden;
    width: 100%
}

.diploma-notu-card .number-container button {
    height: 40px;
    width: 40px;
    line-height: 40px
}

.diploma-notu-card .number-container .number-input {
    font-size: 24px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    width: 60px
}

.hesapla-btn {
    background: var(--secondaryColor);
    border-radius: 16px;
    height: 48px;
    color: #fff;
    padding: 0 50px;
    font-weight: 700
}

.puan-hesapla-sonuc {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 16px;
    border: 2px solid var(--color10);
    border-radius: 30px;
    align-items: center
}

.puan-hesapla-sonuc h3 {
    font-size: 24px;
    font-weight: 700
}

.tabs {
    display: flex;
    width: 100%;
    gap: 8px;
    justify-content: center;
    border: 1px solid var(--color30);
    padding: 8px;
    border-radius: 10px;
    background: var(--color30)
}

.tab {
    padding: 4px 16px;
    cursor: pointer;
    border-bottom: none;
    border-radius: 40px;
    font-weight: 600;
    transition: 300ms all
}

.tab.active {
    background-color: var(--mainColor);
    color: #fff
}

.tab-content {
    display: none;
    width: 100%
}

.tab-content.active {
    display: block
}

.sayac-box {
    border-radius: 30px;
    background: var(--color40);
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40vh;
    background: linear-gradient(314deg, #89afff 6.86%, #d1b7ff 77.03%, #c08dd5 100.42%);
    position: relative
}

.sayac-box .tick {
    font-size: 1rem;
    white-space: nowrap
}

.tick-flip,
.tick-text-inline {
    font-size: 2.5em
}

.tick-label {
    margin-top: .5em;
    font-size: 1em
}

.tick-char {
    width: 1.5em
}

.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em
}

.tick-text-inline+.tick-text-inline {
    margin-left: -.325em
}

.tick-group {
    margin: 0 .5em;
    text-align: center
}

.tick-text-inline {
    color: #595d63 !important
}

.tick-flip-panel {
    color: #fff !important
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important
}

.tick-flip-panel {
    background-color: #3c3e3c !important
}

.tick-flip {
    border-radius: 0.12em !important
}

.sayac-box .tick {
    width: 70%
}

#fullscreenIcon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 10%);
    border-radius: 16px;
    transition: 300ms all
}

#fullscreenIcon:hover {
    background: rgb(255 255 255 / 82%)
}

.whyus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 42px;
    margin-top: 62px;
    width: 1440px;
    justify-content: space-between;
    border: 3px solid #fff;
    border-radius: 32px;
    overflow: hidden;
    padding: 32px;
    background: #f6f3ff;
    padding-left: 48px;
    position: relative;
    padding-right: 0
}

.whyus ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%
}

.whyus ul li {
    border-radius: 32px;
    width: 210px;
    background: #fff;
    font-size: 18px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
    box-shadow: 0 17px 40px 0 rgb(154 85 234 / 13%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 40px 30px;
    box-shadow: 0 18px 28px 0 rgb(23 46 77 / .04)
}

.whyus h2 {
    top: 0;
    font-weight: 600 !important;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 120%;
    color: var(--mainColor)
}

.whyus .owl-item {
    border-radius: 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    line-height: 24px;
    height: 140px
}

.whyus .item {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    gap: 24px;
    align-items: center;
    width: 400px;
    padding: 30px;
    transition: 300ms all;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    background: #fff
}

.whyus .owl-item {
    transform: scale(.8);
    transition: 400ms all;
    opacity: 0;
    filter: drop-shadow(0 18px 28px rgb(23 46 77 / .04))
}

.whyus .owl-item.active {
    transform: scale(1);
    opacity: 1;
    filter: blur(0)
}

.whyus .owl-item .item i img {
    filter: saturate(1) grayscale(.4) hue-rotate(60deg);
    width: 100px !important;
    display: block;
    margin-top: 0;
    mix-blend-mode: multiply;
    transition: 300ms all
}

.whyus .item i {
    width: 90px
}

.whyus .item span {
    width: calc(100% - 114px)
}

.whySlide {
    width: calc(100% - 450px)
}

.whyus:before {
    width: 250px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #fff0, #f6f3ff);
    display: block;
    z-index: 22;
    pointer-events: none
}

.rs-app {
    width: 100%;
    width: 1440px;
    margin-top: 48px;
    gap: 24px;
    display: flex;
    flex-direction: row;
    position: relative;
    background: url(/assets/images/app-bg.jpg);
    background-size: cover;
    border-radius: 30px;
    background-position: center;
    padding: 54px 80px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}

.rs-tabs {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column
}

.rs-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid var(--color10);
    border-radius: 60px;
    font-size: 14px;
    color: var(--color70);
    font-weight: 600
}

.rs-tab.active {
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgb(0 0 0 / 22%);
    border-color: #fff;
    color: var(--mainColor)
}

.rs-tab-content {
    display: none
}

.rs-tab-content.active {
    display: block
}

.rs-app>h2 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    width: 100%
}

.rs-app-images {
    width: 680px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 40px 40px -30px rgb(0 0 0 / 34%);
    margin: 0 0 60px;
    position: relative;
    transform: scale(.6);
    transition: 300ms all;
    opacity: 0
}

.rs-app-slider .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding: 0 32px
}


.rs-app-slider2 .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding: 0 32px
}

.rs-app-text {
    width: 460px;
    right: 0;
    margin: 0 0 60px
}

.rs-app-images:before {
    content: "";
    content: "";
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    background: #f1f4f938;
    bottom: -6px;
    z-index: -1;
    border-radius: 10px
}

.rs-app-images img {
    border-radius: 16px
}

.rs-app-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: normal;
    color: var(--mainColor)
}

.owl-item.active .rs-app-images {
    transform: scale(1);
    opacity: 1;
    transition: 300ms all
}

.rs-tab-contents {
    width: calc(100% - 330px)
}

.rs-app .owl-carousel .owl-dots {
    margin: 0
}

.b-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid var(--color10);
    border-radius: 60px;
    font-size: 14px;
    color: var(--color70);
    font-weight: 600
}

.b-tab.active {
    background-color: var(--mainColor);
    box-shadow: 0 20px 30px -10px rgb(0 0 0 / 22%);
    border-color: var(--mainColor);
    color: #fff
}

.b-tab-content {
    display: none
}

.b-tab-content.active {
    display: block
}

.basari-tab-list ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    flex-wrap: wrap
}

.basari-tab-list ul li {
    width: calc(20% - 20px)
}

.basari-tab-list ul li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 8px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--color20);
    transition: 300ms all;
    border: 2px solid var(--color20);
    display: flex
}

.basari-tab-list ul li a img {
    object-fit: cover;
    width: 100%;
    /*height: 200px;*/
    border-radius: 16px;
    background: #fff
}

.basari-tab-list ul li a h2 {
    font-size: 16px;
    font-weight: 600
}

.basari-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    gap: 20px;
    margin-top: 24px
}

.b-tab-contents {
    display: none;
    width: 100%
}

.b-tab-contents.active {
    display: flex
}

.package {
    margin-top: 80px;
    width: 1440px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.package ul {
    display: flex;
    gap: 32px;
    width: 100%;
    justify-content: center
}

.package ul li {
    border-radius: 20px;
    padding: 32px;
    background: #fff;
    background-size: cover;
    width: 30%;
    text-align: center;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.package-title {
    font-size: 18px;
    font-weight: 600;
    font-size: 24px
}

.package-price {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--mainColor)
}

.package-price u {
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
    opacity: .5
}

.package-price span {
    display: block;
    display: flex;
    flex-direction: column;
    color: #c5b4f6;
    border-radius: 30px;
    width: max-content;
    padding: 6px 16px;
    font-size: 20px;
    color: #b167a6;
    background-color: rgb(177 103 166 / 8%) !important;
    margin-bottom: 8px
}

.package-price span.taahhut {
    background: #e7e0ff !important;
    color: #5A4696;
    font-size: 16px
}

.package-detail {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.package ul li a {
    background: var(--mainColor);
    border-radius: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    transition: 300ms all;
    margin-top: 20px
}

.package ul li a:hover {
    background: var(--secondaryColor)
}

.package .title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.package .title h2 {
    font-size: 36px;
    font-weight: 700
}

.package .title p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: var(--color60);
    width: 74%
}

.package.extra ul li:nth-child(2) {
    background: #fff3d3;
    height: fit-content;
    position: relative;
    background: #FFF3D3;
    background: linear-gradient(311deg, rgba(255, 243, 211, 1) 0%, rgba(255, 240, 181, 1) 100%);
}

.package.extra ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.package.extra ul li:nth-child(2):before {
    content: "+";
    position: absolute;
    left: -32px;
    font-weight: 400;
    font-size: 100px;
    top: 30%;
}

.package.extra ul li .package-price span {
    background: var(--mainColor) !important;
    color: #fff;
}

.consultants {
    width: 1440px;
    gap: 138px;
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 150px
}

.consultants-text {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 16px;
    width: 780px
}

.consultants-image {
    border-radius: 30px;
    position: relative;
    width: 570px;
    max-width: 100%
}

.consultants-image:before {
    content: "";
    width: 50%;
    background: #b8dde9;
    height: 50%;
    position: absolute;
    z-index: -1;
    left: -20px;
    bottom: -20px;
    border-radius: 20px
}

.consultants-text h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px
}

.consultants-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px
}

.consultants-text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.consultants-text ul li {
    font-size: 18px;
    width: 100%
}

.consultants-image img {
    border-radius: 20px
}

.consultants-image:after {
    content: "";
    width: 50%;
    background: #E4D3FD;
    height: 50%;
    position: absolute;
    z-index: -1;
    right: -20px;
    top: -20px;
    border-radius: 20px
}

.consultants-text ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: url(/assets/images/icon/checked.svg);
    display: inline-block
}

.basvuru-formu {
    width: 1440px;
    background: #fff;
    border-radius: 32px;
    padding: 32px;
    margin: 20px 0;
    max-width: 100%
}

.basvuru-formu ul {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.basvuru-formu ul li {
    width: 100%;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.basvuru-formu ul li .inputDefault {
    position: relative;
    width: 100%;
    height: 48px;
    border: 2px solid var(--color20);
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    color: var(--color80);
    font-size: 16px
}

.basvuru-formu ul li .inputDefault:focus {
    background-color: var(--color10)
}

.basvuru-formu ul li textarea.inputDefault {
    resize: none;
    height: 70px
}

.basvuru-formu ul li .submit {
    position: relative;
    display: block;
    height: 52px;
    background: #141414;
    border-radius: 64px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    border: none;
    background: #5A4696;
    padding: 0 40px
}

.basvuru-formu ul li .checkboxInner {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    flex-flow: wrap;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap
}

.basvuru-formu ul li .checkboxInner a {
    text-decoration: underline;
    color: #9779a3
}

.basvuru-formu ul li .checkbox {
    -webkit-appearance: none;
    -moz-appearance-radius: 0;
    appearance: none;
    border: none;
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: 0 0;
    cursor: pointer;
    border: 2px solid #d0dbe1;
    border-radius: 6px;
    padding: 0px !important;
    margin: 0px !important
}

.basvuru-formu ul li .checkbox::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #42c2ff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    opacity: 0;
    transition: 300ms all;
}

.basvuru-formu ul li .checkbox:checked:before {
    opacity: 1
}

.basvuru-formu ul li .checkboxInner>label {
    position: relative;
    display: block;
    width: calc(100% - 18px - 16px);
    cursor: pointer;
    padding-left: 12px;
    line-height: 24px;
}

.basvuru-formu ul li.w50 {
    width: calc(50% - 8px)
}

.basvuru-formu ul li>label {
    display: block;
    color: #27364B;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    font-weight: 700
}


.news-list.featured ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-list.featured ul li {
    width: calc(25% - 24px);
    display: flex;
    flex-direction: column;
}

.news-list.featured ul li a {
    display: flex;
    flex-direction: column;
}

.news-list.featured ul li a .news-text {
    width: 100%;
}

.news-list.featured ul li a .news-img {
    width: 100%;
    background: var(--color20);
    height: 210px;
}

.news-list.featured ul li a .news-title strong {
    font-size: 20px;
}

.news-list.featured ul li a .news-title {
    line-height: normal;
}

.news-list.featured ul li a .news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-list.featured ul li a:hover {
    background: none;
}

.student-coaching-text {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 64px;
    gap: 24px;
    position: relative;
    background: #fff;
    border-radius: 32px;
    width: 1440px !important;
    max-width: 100% !important;
    margin-top: 80px !important;
}

.student-coaching-page .page-service-short {
    width: calc(100% - 360px);
}

.student-coaching-page .page-service-intro {
    width: auto;
}

.student-coaching-page .page-service-intro .intro-video {
    width: 360px;
    height: 300px;
}

.student-coaching-page .page-service-intro .intro-video .img {
    height: 90%;
    width: 200px;
}

.student-coaching-page .page-service-intro .intro-video a .of-image img {
    width: 100%;
}

.student-coaching-page {
    gap: 48px;
}

.instructor-widget {
    width: 1440px;
    margin-top: 80px;
    max-width: 100%;
}

.instructor-widget .title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.instructor-widget .title h2 {
    font-size: 36px;
    font-weight: 700
}

.instructor-widget .title p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: var(--color60);
    width: 100%;
}

.instructor-widget .instructor-list {
    width: 100%;
    margin-top: 50px;
}

.instructor-widget .instructor-list ul {
    overflow: inherit;
}

.sticky .header {
    position: fixed;
    top: 0px;
    transition: 300ms all;
    margin-top: 0px;
    padding: 10px 0px;
    width: 1440px;
    border-radius: 0px 0px 20px 20px;
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 20px 20px -30px;
    border-color: #fff;
    background: #fff;
    max-width: 100%;
}

.sticky .header-logo img {
    height: 40px;
    width: auto;
}

.sticky .header-logo {
    height: 40px;
}

.sticky .head-box {
    padding-top: 115px
}




.page-head-ozel-ders {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    position: relative;
}

.page-head-ozel-ders .page-title {
    position: absolute;
    left: 100px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    width: 580px;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    gap: 20px;
    padding-bottom: 160px;
}

.page-head-ozel-ders .page-title p {
    font-size: 16px;
    color: #6C6C6C;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
    letter-spacing: -0.2px;
    width: 80%;
}

.page-head-ozel-ders .page-title h1 {
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2px;
}

.page-head-ozel-ders .page-title a {
    background: linear-gradient(307deg, #5EC4E5 0.52%, #3257A4 37.5%, #5F4193 77.96%, #86529C 106.06%);
    color: #fff;
    border-radius: 32px;
    pointer-events: all;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    width: 248px;
    height: 60px;
    padding: 19px 53px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 300ms all;
}

.page-head-ozel-ders .page-title a:hover {
    background: linear-gradient(307deg, #5EC4E5 0.52%, #3257A4 84.45%, #5F4193 99.58%, #86529C 99.59%);
}



.benefit-step {
    width: 1440px;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    gap: 0px;
    margin-top: 96px;
    background: linear-gradient(312deg, #FFC5FF 2.54%, rgba(249, 229, 237, 0.97) 45.47%, rgba(255, 236, 218, 0.94) 92.52%);
    border-radius: 32px;
    padding-top: 48px;
    margin-top: -48px;
    align-items: center;
    padding: 48px 48px 20px;
}


.benefit-step ul {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.benefit-step ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: #fff0;
    box-shadow: 0 18px 28px 0 #fff0;
    transition: 300ms all;
    position: relative;
    padding: 48px;
}

.benefit-step ul li:before {
    content: "";
    width: 116px;
    height: 70px;
    position: absolute;
    right: -58px;
    z-index: 22
}

.benefit-step ul li i {
    position: relative;
    display: flex
}


.benefit-step ul li h3 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.benefit-step ul li p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    opacity: 0.8;
}


.od-kimler-basvurur * {
    box-sizing: border-box;
}

.od-kimler-basvurur {
    padding: 80px 0px;
}

.od-kimler-basvurur .container {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
}

.od-kimler-basvurur .od-kb-desc h1 {
    margin: 0 0 24px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    width: 85%;
}

.od-kimler-basvurur .od-kb-desc p {
    margin: 0 0 24px;
    color: #6b7280;
    font-size: 18px;
    max-width: 100%;
    width: 60%;
}

.od-kimler-basvurur .od-kb-desc a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #5F4193;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 300ms all;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.od-kimler-basvurur .od-kb-desc a:hover {
    border-color: #c7d2fe;
    color: #4f46e5;
}

.od-kimler-basvurur .od-kb-desc .icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.od-kimler-basvurur .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}



.od-kimler-basvurur .card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e7e9f2;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.od-kimler-basvurur .card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.od-kimler-basvurur .card p {
    margin: 0;
    color: #6b7280;
}

.od-kimler-basvurur .card:hover {
    border-color: #c9b2e6;
}

.od-kimler-basvurur .card::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 24px;
    width: 14px;
    height: 14px;
    background: #86529C;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #efe8fa;
    transition: 300ms all;
    transform: scale(0);
}


.od-kimler-basvurur .card:hover::before {
    transform: scale(1);
}

.od-kimler-basvurur .card:hover h3 {
    color: #86529C;
}

.od-kb-desc {
    width: 100%;
}


.od-moduller {
    background: #f7f8fc;
    padding: 56px 0;
    width: 100%;
}


.od-item {
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 32px;
    background: var(--Linear, linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%));
    box-shadow: 0 25px 50px 0 rgba(28, 26, 76, 0.06);
}

.od-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: saturate(180%) blur(6px);
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px 40px 24px 80px;
}

.od-head:focus-visible {
    outline: 3px solid #c7d2fe;
    outline-offset: 2px;
    border-radius: 12px;
}

.od-title {
    pointer-events: none;
}

.od-arrow {
    width: 24px;
    height: 24px;
    color: #9ca3af;
    transition: transform .25s ease;
}

.od-panel {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.od-panel-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 32px;
    align-items: stretch;
    padding: 0px;
    padding-right: 0px;
}

.od-copy h3 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 700;
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.od-copy p {
    margin: 0;
    max-width: 46ch;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    color: #3E404E;
}

.od-media {
    border-radius: 18px 18px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
    margin-right: 80px;
    box-shadow: 0 0 99px 0 rgba(7, 15, 78, 0.18);
}

.od-media img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* AÇIK DURUM */
.od-open .od-head {
    display: none;
}

.od-open .od-arrow {
    transform: translateX(4px);
}

.od-open .od-panel {
    height: auto;
    overflow: inherit;
}

/* Responsive */
@media (max-width: 900px) {
    .od-panel-inner {
        grid-template-columns: 1fr;
    }

    .od-copy h3 {
        font-size: 26px;
    }
}

.od-copy {
    padding: 50px 40px 50px 80px;
}

.od-item.od-open {
    overflow: inherit;
    z-index: 222;
    position: relative;
}

.howitworks {
    background: #1B1B3C;
    color: #fff;
    padding: 56px 0 72px;
    position: relative;
    width: 1680px;
    max-width: 100%;
    border-radius: 32px;
}

.howitworks:before {
    content: "";
    width: 164px;
    height: 26px;
    background-image: url(/assets/images/nc-before.svg);
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.howitworks .container {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    align-items: start;
    justify-content: space-between;
    gap: 80px;
}


.howitworks__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.howitworks__title {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.howitworks__lead {
    max-width: 100%;
    opacity: 0.5;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.howitworks__video {
    position: relative;
    display: block;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    background: #0f172a;
    margin-top: 32px;
}

.howitworks__video>img {
    width: 100%;
    height: auto;
    filter: brightness(.65);
    transition: transform .4s ease, filter .3s ease;
}

.howitworks__video:hover>img {
    transform: scale(1.02);
    filter: brightness(.95);
}

.howitworks__play-inner {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 999px;
    background: #fff;
    display: grid;
    place-items: center;
}

.howitworks__play-inner::after {
    content: "";
    margin-left: 4px;
    border-left: 18px solid #7c3aed;
    /* mor üçgen */
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    width: 0;
    height: 0;
}


.howitworks__video .play {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    position: relative;
    gap: 20px;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.howitworks__video .play span {
    border-radius: 50px;
    text-align: center;
    width: 70px;
    height: 70px;
    position: relative;
    transform: translate(0%, 0%)
}

.howitworks__video .play span:before,
.howitworks__video .play span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 0
}

.howitworks__video .play span:before {
    transform: scale(2);
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

.howitworks__video .play span:after {
    -webkit-animation: pulse 2s 1s infinite linear;
    animation: pulse 2s 1s infinite linear
}

.howitworks__video .play span i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    gap: 10px;
    isolation: isolate;
    width: 70px;
    height: 70px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 70px;
    box-sizing: border-box
}

/* Sağ: form kartı */
.howitworks__form {
    background: #fff;
    color: #0f172a;
    border-radius: 28px;
    padding: 48px;
    box-shadow: 0 18px 50px rgba(2, 6, 23, .25);
}

.howitworks__form-title {
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 700;
}

.howitworks__form-sub {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 14px;
}

/* Form alanları */
.hiw-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.hiw-field>span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.hiw-field b {
    color: #ef4444;
    font-weight: 700;
}

.hiw-field input,
.hiw-field textarea,
.hiw-select select {
    width: 100%;
    padding: 10px 14px;
    color: #111827;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    border-radius: 12px;
    border: 1px solid #DAE2E9;
    background: #FFF;
    min-height: 48px;
    font-size: 14px;
}

.hiw-field input:focus,
.hiw-field textarea:focus,
.hiw-select select:focus {
    border-color: #a78bfa;
    box-shadow: 0 0 0 4px rgba(167, 139, 250, .25);
    background: #fff;
}

.hiw-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.hiw-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 8px 0 14px;
    color: #475569;
    font-size: 13px;
}

.hiw-check input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
}

.hiw-submit {
    display: inline-block;
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    border: 0;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background: linear-gradient(90deg, #a855f7, #ec4899);
    box-shadow: 0 10px 25px rgb(236 72 153 / 0%);
    transition: transform .06s ease, filter .15s ease;
    transition: 300ms all;
}

.hiw-submit:hover {
    filter: brightness(1.05);
    box-shadow: 0 10px 25px rgba(236, 72, 153, .35);
}

.hiw-submit:active {
    transform: translateY(1px);
}

.fancybox__content#applyForm {
    overflow: auto !important;
}




.page-head-kurs-merkezi {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    position: relative;
    border-radius: 0px 0px 32px 0px;
    overflow: hidden;
}

.page-head-kurs-merkezi .page-title {
    position: absolute;
    left: 80px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    width: 530px;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    gap: 20px;
}

.page-head-kurs-merkezi .page-title p {
    font-size: 16px;
    color: #6C6C6C;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
    letter-spacing: -0.2px;
    width: 100%;
}

.page-head-kurs-merkezi .page-title h1 {
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2px;
}

.page-head-kurs-merkezi .page-title a {
    background: linear-gradient(307deg, #5EC4E5 0.52%, #3257A4 37.5%, #5F4193 77.96%, #86529C 106.06%);
    color: #fff;
    border-radius: 32px;
    pointer-events: all;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    height: 60px;
    padding: 20px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 300ms all;
}

.page-head-kurs-merkezi .page-title a:hover {
    background: linear-gradient(307deg, #5EC4E5 0.52%, #3257A4 84.45%, #5F4193 99.58%, #86529C 99.59%);
}



.km-hiw {
    background-color: #5b3bb0;
    background-image: url(/assets/images/hiw-kurs-merkezi-bg.jpg);
    color: #fff;
    padding: 56px 0 72px;
    width: 1440px;
    border-radius: 32px;
    margin-top: 60px;
}

.km-hiw .container {
    max-width: 100%;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.km-hiw__copy {
    flex: 1 1 400px;
}

.km-hiw__art {
    flex: 1 1 420px;
    min-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.km-hiw__art img {
    max-width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 24px 30px rgba(20, 12, 60, .45))
}

.km-hiw__intro {
    margin: 0 0 32px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 8px;
}

.km-hiw__intro h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}

.km-hiw__intro p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    opacity: 0.7;
}

.km-hiw__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-left: 80px;
}

.km-step {
    display: flex;
    gap: 18px;
    align-items: stretch;
    position: relative;
}

.km-step__num {
    flex: 0 0 96px;
    display: flex;
    position: absolute;
    left: -60px;
    z-index: 2;
    width: 130px;
    height: 130px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 110px;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 2px -1px 0 0 rgba(255, 255, 255, 0.25), 0 1px 1px 0 rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: #FFF;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.8px;
}

.km-step__card {
    flex: 1 1 auto;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    padding: 18px 22px;
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 40px rgba(12, 6, 48, .25);
    width: 600px;
    padding: 30px 30px 30px 90px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.km-step__card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.km-step__card p {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
}

/* Bölüm zemini */
.km-why {
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #f5f7fb;
    color: #0f172a;
    padding: 56px 0 72px;
}

.km-why .container {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}

/* Başlık */
.km-why__head {
    text-align: center;
    margin-bottom: 24px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.km-why__eyebrow {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.km-why__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

/* Ana yerleşim */
.km-why__wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(460px, 460px) 1fr;
    /* sol kart - merkez - sağ kart */
    grid-template-rows: auto auto;
    /* üst sıra / alt sıra */
    gap: 130px 32px;
    align-items: center;
}

/* Kartlar */
.km-why__card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(2, 6, 23, .08);
    color: #334155;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    width: 350px;
    padding: 30px 30px 40px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    display: flex;
    text-align: center;
}

.km-why__card:before {
    content: "";
    position: absolute;
    width: 330px;
    height: 175px;
    background: radial-gradient(50% 100% at 50% 0%, #41A76B 0%, rgba(48, 255, 141, 0.00) 100%);
    opacity: 0.5;
    top: -60px;
    pointer-events: none;
}

.km-why__tick {
    display: flex;
    align-items: center;
    justify-content: center;
}

.km-why__card:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
}

.km-why__card:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
}

.km-why__card:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
}

.km-why__card:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
}

.km-why__center {
    margin: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 627px;
    height: 627px;
    align-content: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.km-why__center::before,
.km-why__center::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    border: 1px solid rgb(109 200 144 / 30%);
    z-index: 0;
}

.km-why__center:before {
    transform: scale(0);
    -webkit-animation: centerPulse 3s infinite linear;
    animation: centerPulse 3s infinite linear;
}

.km-why__center:after {
    -webkit-animation: centerPulse 3s 1.5s infinite linear;
    animation: centerPulse 3s 1.5s infinite linear;
}



@keyframes centerPulse {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.km-why__center img {
    width: 100%;
    z-index: 1;
    display: block;
}






/* ===== Rehberim Sensin - Dikey Tab Alanı (değişkensiz) ===== */
.rs-diff {
    height: 750px;
    background: radial-gradient(80% 100% at 70% 30%, #2a2488 0%, #1f1c65 42%, #1b0f3f 100%);
    color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    padding: 48px 0px 0px;
    width: 1440px;
    max-width: 100%;
    position: relative;
    margin-top: 80px;
}

.rs-diff:before {
    content: "";
    background-image: url(/assets/images/diff-bg-before.svg);
    width: 848px;
    height: 900px;
    position: absolute;
    display: block;
    right: 10px;
    top: 0px;
}

.rs-diff:after {
    background: linear-gradient(0deg, #1A1C3B 0%, rgba(27, 29, 60, 0.00) 96.52%);
    content: "";
    position: absolute;
    bottom: 0px;
    height: 320px;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

.rs-diff .container {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}

/* Sol: başlık + dikey tablar */
.rs-diff__left {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.rs-diff__title {
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    /* 120% */
    letter-spacing: -1px;
    width: 100%;
}

/* Dikey tablar */
.rs-diff__tabs {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 30px;
}

.rs-diff__tabs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 2px;
    background: rgba(134, 133, 158, 0.15);
}

.rs-diff__tab {
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    padding-left: 40px;
    opacity: 0.5;
    transition: 300ms all;
}

.rs-diff__tab:hover {
    opacity: 1;
    color: #fff;
}

.rs-diff__tab .rs-diff__text {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: 0s;
    height: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.rs-diff__tab.is-active .rs-diff__text {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    height: auto;
    transition: 300ms;
}


.rs-diff__tab.is-active:before {
    height: 100%;
    top: 0%;
    transition-delay: 300ms;
    bottom: inherit;
}

.rs-diff__tab:before {
    content: "";
    height: 0%;
    width: 3px;
    background: #108DDB;
    display: block;
    position: absolute;
    left: 0px;
    transition: 300ms all;
    bottom: 0px;
    top: inherit;
}

.rs-diff__tab:hover {
    color: #e9f7ff;
}

.rs-diff__tab.is-active {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    opacity: 1;
}

.rs-diff__content {
    width: 32%;
    min-width: 300px;
    display: none;
}

.rs-diff__panel {
    display: none;
    animation: rsFade .45s ease;
}

.rs-diff__panel.is-active {
    display: block;
}

.rs-diff__heading {
    font-size: clamp(20px, 1.6vw, 26px);
    margin: 0 0 10px 0;
    font-weight: 700;
}

.rs-diff__text {
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.rs-diff__visual {
    width: 60%;
    height: 100%;
    display: flex;
    place-items: end center;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    right: 60px;
    bottom: 0px;
}

.rs-diff__img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 92%;
    max-width: 100%;
    display: none;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .45));
    transform-origin: 80% 90%;
}

.rs-diff__img.is-active {
    display: block;
    animation: rsFade .55s ease, rsSway 4.5s ease-in-out infinite alternate;
}

@keyframes rsFade {
    from {
        opacity: 0;
        transform: translateY(10px) scale(1);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}




.rs-coaching-duo {
    width: 1440px;
    max-width: 100%;
    display: flex;
    gap: 48px;
    margin-top: 70px;
}

.rs-coaching {
    position: relative;
    border-radius: 28px;
    padding: 48px 48px 100px;
    color: #fff;
    min-height: 700px;
    overflow: hidden;
    flex: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06) 0 40%, rgba(255, 255, 255, 0) 40%) no-repeat, linear-gradient(135deg, #1991ff 0%, #0077e6 55%, #0a66cc 100%);
    box-shadow: 0 18px 50px rgba(2, 6, 23, .12);
    width: 848px;
}

.rs-coaching__badge {
    display: inline-block;
    background: #ffd677;
    color: #1f2937;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .2px;
    padding: 8px 12px;
    border-radius: 8px;
    text-transform: uppercase;
}

.rs-coaching__title {
    margin: 16px 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}

.rs-coaching__desc {
    margin: 0 0 10px;
    max-width: 43ch;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}

.rs-coaching__btn {
    display: inline-flex;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 12px;
    transition: background .2s ease, color .2s ease;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 48px;
    padding: 4px 38px;
    align-items: center;
    margin-top: 24px;
}

.rs-coaching__btn:hover {
    background: #ffffff;
    color: #0a66cc;
}

.rs-coaching__hero {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: auto;
    height: auto;
    pointer-events: none;
    max-width: 85%;
}

/* ---- Sağ kart (foto) ---- */
.rs-remote {
    position: relative;
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    color: #fff;
    padding: 48px;
    box-shadow: 0 18px 50px rgba(2, 6, 23, .12);
    background-image: url("/assets/images/rs-remote-img.jpg");
    /* kendi görselinle değiştir */
    background-size: cover;
    background-position: center;
    width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rs-remote:before {
    content: "";
    position: absolute;
    height: 70%;
    bottom: 0px;
    width: 100%;
    left: 0px;
    backdrop-filter: blur(20px);
    -webkit-mask-image: linear-gradient(0deg, rgb(0 0 0) 40%, rgb(0 0 0 / 0%) 80%);
}

.rs-remote::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .35) 100%);
    pointer-events: none;
}

.rs-remote__title,
.rs-remote__text {
    position: relative;
    z-index: 1;
}

.rs-remote__title {
    margin: 0 0 12px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

.rs-remote__text {
    margin: 0 0 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}

.rs-remote__em {
    color: #DB89FF;
    font-weight: 700;
}

.filter-category {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 16px;
    gap: 8px;
    padding: 16px 20px;
}

.filter-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-flow: wrap;
    max-height: 110px;
    overflow-y: auto;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 14px;
}

.filter-category ul::-webkit-scrollbar {
    width: 4px
}

.filter-category ul::-webkit-scrollbar-track {
    background: #E2E8F0;
}

.filter-category ul::-webkit-scrollbar-thumb {
    background: #CBD4E1;
}


.filter-category li {}

.filter-category span {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #a35fc1;
    padding-left: 20px;
    position: relative;
    padding: 0px;
}

.filter-category a {
    text-decoration: none;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 14px;
}

.filter-category a:hover {
    text-decoration: underline;
}


.filter-category a:before {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    background: #1e2a3b;
    border-radius: 2px;
}


.teacher-detail {
    display: none;
    overflow-y: scroll !important;
}



.teacher-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    width: 100%;
    margin: auto;
}

.teacher-profile-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 2px solid #E2E8F0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    gap: 12px;
    height: max-content;
    position: sticky;
    top: 0px;

    * {
        margin: 0px !important;
    }

}

.teacher-profile-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.teacher-badges {
    margin: 10px 0;
    font-size: 12px;
    color: #10b981;
}

.teacher-calendar {
    font-size: 13px;
    margin-top: 10px;
    color: #374151;
}

.teacher-btn {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 10px 20px;
    margin-top: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}

.teacher-info {
    border-radius: 12px;
    line-height: 1.6;

    h4 {
        font-size: 24px;
        font-weight: 600;
    }

    p {
        font-size: 14px;
        line-height: inherit;
        font-weight: 400;
    }

}

.teacher-content {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.teacher-plan {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
}

.teacher-branch {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: center;

    span {
        border-radius: 8px;
        font-size: 12px;
        font-weight: 500;
        padding: 4px 8px;
        width: -moz-fit-content;
        width: fit-content;
        color: #4F74D9;
        transition: 300ms all;
        background: no-repeat;
        background: rgba(79, 116, 217, 0.15);
    }

}


.teacher-point {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    gap: 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    align-items: center;
    color: #475569;

    span {
        font-size: 12px;
        color: #475569;
        font-weight: 400;
        display: flex;
        flex-direction: row;
        align-items: center;
        line-height: normal;
        opacity: 0.5;
    }

    i {
        font-size: 14px;
        color: #fcb516;
    }

}

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


.teacher-reviews {}

.teacher-review-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.teacher-review {
    background-color: #F1F4F9;
    border-radius: 12px;
    padding: 20px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-stars {
    display: flex;
    gap: 2px;
    font-size: 12px;
}

.review-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px;
}

.review-date {
    font-size: 12px;
    color: #6b7280;
}

.review-stars i {
    color: #fcb516;
    width: 16px;
    height: 16px;
    background: url(/assets/images/icon/star.svg);
    content: "";
    display: block;
    background-size: contain;
}

.teacher-reviews h3 {
    font-size: 24px;
    font-weight: 600;
}


.teacher-packages {}

.teacher-packages h3 {
    font-size: 24px;
    font-weight: 600;
}

.teacher-package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px;
}

.teacher-package {
    background: #ffffff;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.teacher-package:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.package-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.package-header.featured {
    color: #a35fc1;
}

.package-header.discount {
    color: #20c9b3;
}

.package-header .tag {
    background-color: #fee2e2;
    color: #b91c1c;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 400;
    text-align: center;
}

.package-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #212529;
}

.package-price s {
    color: #9ca3af;
    font-size: 16px;
    margin-right: 6px;
}

.package-desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 14px;
    line-height: 1.5;
}

.package-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 14px;
}

.package-features li {
    font-size: 14px;
    color: #374151;
    position: relative;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.package-features li::before {
    content: '✔';
    position: relative;
    left: 0;
    color: #10b981;
    font-size: 12px;
}

.package-btn {
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: rgba(178, 104, 167, 0.1607843137);
    border: none;
    border-radius: 8px !important;
    color: #a35fc1;
    font-size: 14px !important;
}

.package-btn:hover {
    background-color: #a35fc1;
    color: #fff;
}


.package-header.discount .tag {
    color: #20c9b3;
    background: rgb(32 201 151 / 15%);
}

.package-header.featured .tag {
    color: #5276da;
    background-color: #dbe5ff;
}

.package-header.basic .tag {
    background: #e2e8f0;
    color: #777e90;
}

.package-price strong {
    font-weight: 700;
}

@media only screen and (max-width:1600px) {
    body {
        zoom: .8
    }
}

@media only screen and (max-width:1440px) {
    body {
        zoom: 1
    }

    .head-box,
    .period-step,
    .homepage-services,
    .rs-paket,
    .rs-compare,
    footer,
    .service-diff,
    .cta_style_2,
    .blog-category-list,
    .news-page,
    .super-teacher,
    .private-lesson,
    .whyus,
    .rs-app,
    .basvuru-formu,
    .consultants,
    .package {
        width: 1280px
    }

    .container,
    .footer-top,
    .footer-menu,
    .footer-bottom,
    .instructor-list,
    .cta_style_1 {
        width: 1170px
    }

    .period-step h2 {
        font-size: 24px;
        line-height: inherit
    }

    .period-step ul li h3 {
        font-size: 24px;
        line-height: normal
    }

    .period-step,
    .homepage-services,
    .rs-paket,
    .rs-compare,
    .private-lesson-category,
    .private-lesson,
    .consultants {
        margin-top: 48px;
        margin-bottom: 0
    }

    .homepage-services>h2,
    .rs-paket>h2 {
        font-size: 28px;
        line-height: inherit
    }


    .services-item {
        height: 500px
    }

    .services-item .service-content h2 {
        font-size: 40px;
        line-height: normal
    }

    .services-item .service-content>p {
        line-height: 28px;
        font-size: 14px
    }

    .services-item .service-content i {
        font-size: 50px;
        line-height: 40px
    }

    .services-items .services-item:nth-child(2) {
        top: 170px
    }

    .services-items .services-item:nth-child(3) {
        top: 330px
    }

    .rs-statics {
        height: 470px;
        background-size: 70%
    }

    .rs-statics h2 {
        font-size: 36px;
        line-height: normal
    }

    .rs-statics>p {
        font-size: 24px;
        line-height: normal
    }

    .rs-statics .stats-container .stats-item .stat {
        font-size: 48px
    }

    .rs-statics .stats-container {
        margin-top: 20px
    }

    .rs-compare-text {
        width: 420px
    }

    .rs-compare-table {
        width: calc(100% - 460px)
    }

    .rs-compare-table tr td:last-child,
    .rs-compare-table th:last-child {
        width: 200px
    }

    .rs-compare-text h3 {
        font-size: 50px;
        line-height: normal
    }

    .rs-compare-text p {
        font-size: 18px
    }

    .page-contact-form {
        width: 600px
    }

    .rs-app {
        padding: 32px 48px
    }

    .km-hiw {
        width: 1280px;
    }

    .km-hiw__art {
        width: 370px;
        display: flex;
        flex: inherit;
    }

    .km-hiw__copy {
        flex: none;
    }

    .km-hiw .container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px 80px;
    }

    .km-hiw__intro {
        width: 70%;
    }

    .page-head-kurs-merkezi .page-image {
        margin-right: -140px;
    }

    .rs-diff,
    .rs-coaching-duo {
        width: 1280px;
    }

    .rs-diff__visual {
        right: 0px;
    }

    .rs-diff:before {
        right: -30px;
    }

    .private-lesson-list .private-lesson-item {
        width: calc(25% - 18px);
    }
}

@media only screen and (max-width:1300px) {

    .head-box,
    .period-step,
    .homepage-services,
    .rs-paket,
    .rs-compare,
    footer,
    .service-diff,
    .cta_style_2,
    .blog-category-list,
    .news-page,
    .super-teacher,
    .private-lesson,
    .private-lesson-category,
    .whyus,
    .rs-app,
    .basvuru-formu,
    .consultants,
    .package {
        width: 1070px
    }

    .container,
    .footer-top,
    .footer-menu,
    .footer-bottom,
    .instructor-list,
    .cta_style_1 {
        width: 1000px
    }

    .homepage-parallax>div img {
        transform: scale(.5) !important
    }

    .homepage-stories {
        width: 948px
    }

    .navbar>ul>li>a,
    .submenu.megamenu ul li a {
        padding: 12px;
        font-size: 15px
    }

    .header-logo {
        height: 48px
    }

    .header-logo img {
        height: 48px;
        width: auto
    }

    .homepage-text h1 {
        font-size: 36px;
        line-height: normal
    }


    .period-step h1 {
        font-size: 36px;
        line-height: normal
    }

    .homepage-services h1,
    .rs-paket>h1 {
        font-size: 36px;
        line-height: normal
    }



    .homepage-text {
        width: 600px
    }

    .homepage-text p br {
        display: none
    }

    .homepage-text p {
        font-size: 18px
    }

    ul.featured li.big-features .info {
        left: 10px;
        width: 130px;
        bottom: 10px;
        line-height: normal;
        text-shadow: 4px 6px 4px #000
    }

    ul.featured li.big-features .info strong {
        text-shadow: none
    }

    ul.featured li:nth-child(7) {
        right: 0;
        top: 0;
        height: 180px
    }

    ul.featured li:nth-child(9) {
        height: 200px;
        top: 210px
    }

    ul.featured li:nth-child(8) {
        left: 0;
        top: 0
    }

    ul.featured li:nth-child(2) {
        top: 202px
    }

    .rs-compare-text {
        width: 100%;
        height: inherit
    }

    .rs-compare {
        display: flex;
        flex-direction: column
    }

    .rs-compare-table {
        width: 100%;
        margin-top: 120px
    }

    .work-step ul li {
        gap: 48px;
        height: 50vh
    }

    .cta_style_1 .cta_button a {
        padding: 16px 32px
    }

    .testimonials .title h2 {
        font-size: 36px
    }

    .testimonials .commentText {
        font-size: 18px;
        line-height: 26px
    }

    .page-title {
        font-size: 36px;
        line-height: 42px
    }

    .page-title.private span:before {
        width: 100%;
        left: 0;
        bottom: 4px
    }

    .private-lesson-item {
        width: calc(25% - 18px)
    }

    .super-teacher {
        height: p;
        padding: 48px 0
    }

    .super-teacher-item .st-image {
        height: 200px
    }

    .super-teacher-title h2 {
        font-size: 36px
    }

    .super-teacher-title h2 span {
        font-size: 14px
    }

    .super-teacher-item .st-name {
        font-size: 14px
    }

    .st-branch {
        font-size: 14px
    }

    .period-step ul li {
        padding: 30px
    }

    .period-step ul li p {
        font-size: 14px;
        line-height: 24px
    }

    .filter-group .selected-text {
        font-size: 14px;
        width: 150px
    }

    .instructor-list ul li {
        width: calc(25% - 18px)
    }

    .news-list,
    .news-detail {
        width: calc(100% - 310px - 32px)
    }

    .news-sidebar {
        width: 310px
    }

    .news-list ul li a .news-desc {
        font-size: 14px
    }

    .widget-box {
        padding: 24px;
        gap: 20px
    }

    .featured-articles {
        gap: 16px
    }

    ul.category-list li a {
        font-size: 16px
    }

    .widget-box-title h3 {
        font-size: 20px
    }

    .news-list ul li a .news-title {
        font-size: 20px;
        line-height: normal
    }

    .news-list ul li a .news-img {
        height: 180px
    }

    .b-slide-item {
        height: 320px
    }

    .b-slide-item .b-title {
        font-size: 20px
    }

    .news-blog-category .b-slide-item {
        height: 240px
    }

    .cta_style_3 .cta_button a {
        font-size: 14px;
        padding: 12px 16px
    }

    ul.similar-articles li:nth-child(3) {
        display: none
    }

    ul.similar-articles li {
        width: 50%
    }

    .page-service-intro {
        display: flex;
        flex-direction: column;
        width: 420px;
        gap: 16px
    }

    .page-service-intro .intro-connection {
        display: flex;
        flex-direction: row;
        gap: 16px
    }

    .page-service-intro .intro-video {
        width: 100%;
        height: 300px
    }

    .page-service-intro .intro-video a .of-image img {
        width: 100%;
        object-fit: cover
    }

    .page-service-intro .intro-video .img {
        height: 90%;
        width: 170px
    }

    .page-service-intro .intro-video .info {
        right: 150px;
        left: inherit
    }

    .page-service-short {
        width: 460px
    }

    .page-service-intro .intro-connection .our-diff,
    .page-service-intro .intro-connection .our-comment {
        padding: 24px;
        font-size: 15px;
        display: flex;
        height: auto
    }

    .page-service-intro .intro-connection .our-comment a {
        height: fit-content;
        line-height: normal;
        padding: 10px 0;
        width: 100%
    }

    .page-service-short h2 {
        font-size: 36px;
        line-height: normal
    }

    .page-service-short p {
        font-size: 16px;
        line-height: inherit
    }

    .service-diff ul li {
        width: calc(50% - 36px)
    }

    .page-about-text p,
    .page-about-vision p {
        font-size: 16px;
        line-height: 28px
    }

    .page-contact-info ul li {
        font-size: 16px;
        line-height: inherit
    }

    .page-contact-form {
        width: 500px;
        padding: 40px;
        gap: 24px
    }

    .page-contact-form-title h3 {
        font-size: 36px
    }

    .page-contact-form-title {
        font-size: 16px
    }

    .page-contact-form form input,
    .page-contact-form form textarea {
        padding: 12px 16px;
    }

    .page-contact-form form ul {
        gap: 16px
    }

    .page-contact-form form ul li {
        width: calc(50% - 8px)
    }

    .page-contact-form form textarea {
        min-height: 100px
    }

    .page-contact-info h2 {
        font-size: 24px;
        line-height: inherit
    }

    .page-contact-form form ul li .submit {
        height: 48px;
        font-size: 16px
    }

    .page-contact-form form .checkboxInner>label {
        font-size: 14px
    }

    .rs-app {
        display: flex;
        flex-direction: column
    }

    .rs-tabs {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    .rs-tab {
        padding: 8px 16px
    }

    .rs-tab-contents {
        width: 100%
    }

    .rs-app-slider .item {
        padding: 0
    }

    .rs-app-slider2 .item {
        padding: 0
    }

    .consultants-text ul li {
        font-size: 16px
    }

    .consultants-text p {
        font-size: 18px;
        line-height: 28px
    }

    .consultants-text h3 {
        font-size: 28px;
        line-height: 36px
    }

    .page-image {
        width: 730px;
    }

    .page-head-ozel-ders .page-title {
        padding-bottom: 60px;
    }

    .page-head-ozel-ders .page-title p {
        font-size: 16px;
        line-height: 28px;
    }

    .page-head-ozel-ders .page-title a {
        height: 50px;
        padding: 18px 44px;
        width: auto;
    }

    .benefit-step {
        width: 1070px;
    }

    .benefit-step ul li i {
        width: 48px;
    }

    .benefit-step ul li h3 {
        font-size: 20px;
    }

    .benefit-step ul li p {
        font-size: 16px;
        line-height: inherit;
    }

    .page-image {
        width: 730px;
    }

    .page-head-ozel-ders .page-title {
        padding-bottom: 60px;
    }

    .page-head-ozel-ders .page-title p {
        font-size: 16px;
        line-height: 28px;
    }

    .page-head-ozel-ders .page-title a {
        height: 50px;
        padding: 18px 44px;
        width: auto;
    }

    .page-head-kurs-merkezi .page-image {
        margin-right: -220px;
        width: auto;
        margin-top: 0px;
    }

    .page-head-kurs-merkezi .page-title {
        width: 350px;
    }

    .page-head-kurs-merkezi .page-title p {
        font-size: 16px;
        line-height: 28px;
    }

    .page-head-kurs-merkezi .page-title a {
        height: 50px;
        padding: 18px 44px;
        width: auto;
    }

    .benefit-step {
        width: 1070px;
    }

    .benefit-step ul li i {
        width: 48px;
    }

    .benefit-step ul li h3 {
        font-size: 20px;
    }

    .benefit-step ul li p {
        font-size: 16px;
        line-height: inherit;
    }

    .od-kimler-basvurur .od-kb-desc h1 {
        line-height: 48px;
        font-size: 40px;
    }

    .od-kimler-basvurur .container {
        grid-template-columns: 1fr 1.3fr;
    }

    .od-head {
        font-size: 24px;
        padding-left: 50px;
    }

    .od-copy h3 {
        font-size: 42px;
        line-height: 50px;
    }

    .od-copy p {
        font-size: 18px;
        line-height: inherit;
    }

    .od-media {
        margin-right: 30px;
    }

    .od-panel-inner {
        grid-template-columns: 1fr 1.3fr;
    }

    .od-copy {
        padding: 30px 0px 30px 50px;
    }

    .howitworks__form {
        padding: 32px;
    }

    .howitworks__title {
        font-size: 48px;
        line-height: normal;
    }

    .howitworks {
        /* width: 1170px; */
    }

    .km-why,
    .km-hiw {
        width: 1070px;
        max-width: 100%;
    }

    .km-why__card {
        width: 300px;
    }

    .km-why__center {
        width: 500px;
        height: 500px;
    }

    .km-why__wrap {
        grid-template-columns: 1fr minmax(360px, 460px) 1fr;
        gap: 70px 32px;
    }

    .km-why__card {
        font-size: 14px;
    }

    .km-why__tick {
        width: 30px;
    }

    .km-hiw .container {
        gap: 10px 50px;
    }

    .km-step__card {
        width: 470px;
        padding-left: 70px;
    }

    .km-step__num {
        width: 90px;
        height: 90px;
        left: -35px;
        font-size: 40px;
    }

    .km-hiw__steps {
        padding-left: 40px;
    }

    .km-hiw__intro p {
        font-size: 18px;
    }

    .rs-diff,
    .rs-coaching-duo {
        width: 1070px;
    }

    .rs-diff__title {
        font-size: 40px;
        line-height: normal;
    }

    .rs-diff:before {
        width: 60%;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
    }

    .rs-diff__tab {
        font-size: 16px;
        line-height: 20px;
    }

    .rs-diff__tabs {
        gap: 20px;
    }

    .rs-diff__tab.is-active {
        font-size: 28px;
        line-height: 34px;
        gap: 8px;
        display: flex;
        flex-direction: column;
    }

    .rs-diff__visual {
        width: 55%;
        right: 50px;
    }

    .rs-diff__tab.is-active .rs-diff__text {
        font-size: 16px;
        line-height: 26px;
    }

    .rs-diff {
        height: 630px;
    }

    .rs-remote {
        width: 360px;
        padding: 32px;
    }

    .rs-coaching-duo {
        gap: 30px;
    }

    .rs-remote__title {
        font-size: 28px;
        line-height: 36px;
    }

    .rs-remote__text {
        font-size: 16px;
    }

    .rs-coaching__title {
        font-size: 32px;
        line-height: 42px;
    }

    .rs-coaching__desc {
        font-size: 16px;
        max-width: 43ch;
    }

    .rs-coaching {
        min-height: 640px;
        padding: 32px;
    }
}

@media only screen and (max-width:1024px) {
    body:before {
        width: 70%;
        height: 200px
    }

    .header {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 2222;
        width: calc(100% - 40px);
        border-radius: 20px
    }

    .navbar {
        position: fixed;
        right: 0;
        display: block;
        top: 0;
        background: #fff;
        height: 100vh;
        z-index: 2222;
        position: fixed;
        z-index: 10;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        padding: 110px 32px 32px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        z-index: 4;
        background: #fff;
        backdrop-filter: blur(30px)
    }

    nav.navbar.open {
        right: 0;
        display: block
    }

    .head-box {
        border-radius: 20px 20px 20px 20px;
        padding-top: 50px;
    }

    .navbar>ul {
        display: flex;
        flex-direction: column
    }

    nav.navbar {
        display: none
    }

    .mobile-menu-btn {
        display: block
    }

    .head-box,
    .period-step,
    .homepage-services,
    .rs-paket,
    .rs-compare,
    footer,
    .service-diff,
    .cta_style_2,
    .blog-category-list,
    .news-page,
    .super-teacher,
    .private-lesson,
    .private-lesson-category,
    .whyus,
    .rs-app,
    .consultants,
    .package {
        width: calc(100% - 40px)
    }

    .container,
    .footer-top,
    .footer-menu,
    .footer-bottom,
    .instructor-list,
    .cta_style_1 {
        width: 100%;
        padding: 0 32px
    }

    .header-logo {
        position: relative;
        z-index: 22
    }

    .head-right {
        position: relative;
        z-index: 222
    }

    .navbar>ul {
        border: 1px solid var(--color30);
        border-radius: 20px;
        padding: 20px
    }

    .dropdown:hover .submenu {
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        margin-top: 12px;
        display: block;
        visibility: visible;
        opacity: 1
    }

    .submenu,
    .submenu.megamenu {
        position: relative;
        display: none;
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        margin-top: 12px;
        transform: scale(1) !important;
        inset: 0;
        transition: inherit;
        display: none;
        width: 100% !important;
        inset: 0px !important
    }

    ul.featured li {
        position: relative;
        inset: 0 !important;
        width: 150px;
        height: 180px
    }

    .homepage-stories {
        width: 560px;
        margin-top: 32px
    }

    ul.featured li.big-features {
        width: 100%;
        position: relative;
        height: 240px !important
    }

    ul.featured li {
        width: calc(33.33% - 16px);
        height: 160px !important;
        position: relative !important
    }

    ul.featured {
        gap: 24px;
        height: auto
    }

    .period-step h2 br {
        display: none
    }

    .period-step h2 {
        font-size: 20px;
        line-height: inherit
    }

    .period-step.sub-page h2 {
        font-size: 24px;
        line-height: inherit
    }

    .period-step ul li {
        width: 100%
    }

    .period-step ul {
        display: flex
    }

    .homepage-services>h2,
    .rs-paket>h2 {
        font-size: 22px
    }

    .services-item .service-img {
        width: 100%;
        z-index: 1
    }

    .services-item .service-img:before {
        width: 100%;
        background: rgb(149 77 233 / 90%)
    }

    .services-item .service-content {
        position: relative;
        width: 100%;
        padding: 50px;
        left: 0;
        top: 0
    }

    .services-items {
        height: inherit
    }

    .services-item {
        height: inherit;
        position: relative;
        top: inherit !important
    }

    .services-items .services-item:nth-child(2) .service-img:before {
        background: rgb(13 148 227 / 80%)
    }

    .services-items .services-item:nth-child(3) .service-img:before {
        background: rgb(29 29 29 / 80%)
    }

    .rs-statics .stats-container {
        gap: 24px
    }

    .rs-statics {
        height: inherit
    }

    .rs-compare-table tr:first-child th:nth-child(2):before {
        width: 170px;
        height: 586px
    }

    .rs-compare-table .compare-row td:nth-child(2),
    .rs-compare-table tr:first-child th:nth-child(2) {
        width: 170px;
    }

    .rs-compare-table .compare-row td:nth-child(2),
    .rs-compare-table .compare-row th:nth-child(2),
    .rs-compare-table tbody tr:nth-child(2) td:last-child {
        padding: 0px !important;
    }

    .rs-compare-table tr td:last-child,
    .rs-compare-table th:last-child {
        width: 170px;
    }

    .rs-compare-table td i {
        width: 18px;
        height: 18px;
        margin: auto
    }

    .rs-compare-table tr:first-child th:nth-child(2) {
        padding: 0 30px
    }

    .work-step ul li {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .cta_style_1 {
        display: flex;
        flex-direction: column;
        padding: 24px 0;
        gap: 16px;
        width: calc(100% - 40px)
    }

    .cta_style_1 .cta_text {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column
    }

    .cta_style_1 .cta_text p {
        text-align: center
    }

    .testimonialsSlide .item {
        width: 100%
    }

    .page-head-area {
        padding: 32px
    }

    .page-service-short {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center
    }

    .page-service-head {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px
    }

    .page-service-intro {
        display: flex;
        flex-direction: row;
        width: 100%
    }

    .page-service-intro .intro-connection {
        display: flex;
        flex-direction: column;
        width: 50%
    }

    .page-service-intro .intro-video {
        height: fit-content;
        width: 50%;
        height: 312px
    }

    .page-service-intro .intro-connection .our-diff,
    .page-service-intro .intro-connection .our-comment {
        width: 100%;
    }

    .page-service-short .price-detail {
        margin-top: 16px
    }

    .page-about {
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .page-about-content {
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .page-about-short p {
        width: 100%
    }

    .page-sss-category a {
        font-size: 16px
    }

    .page-sss-category {
        gap: 16px;
        width: 190px
    }

    .page-sss-content {
        gap: 32px
    }

    .page-sss-content .accordion-container {
        width: calc(100% - 222px)
    }

    .page-sss {
        gap: 32px
    }

    .instructor-list ul li {
        width: calc(33.33% - 16px)
    }

    .table-box.w50 {
        width: 100%
    }

    .whyus h2 {
        font-size: 24px
    }

    .whySlide {
        width: calc(100% - 330px)
    }

    .news-list.featured ul li {
        width: calc(33.33% - 22px);
    }

    .basari-tab-list ul li {
        width: calc(33.33% - 16px);
    }

    .instructor-widget {
        margin-top: 32px 0
    }

    .benefit-step {
        width: calc(100% - 40px);
        padding: 48px 0px 20px;
    }

    .benefit-step ul li {
        padding: 48px 30px;
    }

    .page-head-ozel-ders .page-title {
        padding: 0px;
        width: 390px;
        left: 40px;
    }

    .page-head-kurs-merkezi .page-title {
        left: 40px;
        width: 340px;
    }

    .page-head-kurs-merkezi .page-image {
        width: 1060px;
        margin-right: 0px;
    }

    .km-why__wrap {
        grid-template-columns: 1fr minmax(270px, 430px) 1fr;
        gap: 70px 32px;
    }

    .km-why__title {
        font-size: 36px;
    }

    .km-why__eyebrow {
        font-size: 20px;
    }

    .km-why__head {
        gap: 4px;
        margin-bottom: 42px;
        position: relative;
        z-index: 2;
    }

    .km-why,
    .km-hiw {
        width: calc(100% - 40px);
    }

    .km-hiw__art {
        width: 200px;
    }

    .km-why__wrap {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 18px;
    }

    .km-why__card {
        grid-column: auto;
        grid-row: auto;
    }

    .km-why__center {
        order: -1;
        height: 360px;
        width: 360px;
    }

    .page-head-kurs-merkezi {
        border-radius: 16px;
    }

    .page-head-kurs-merkezi .page-image img {
        width: 100%;
    }

    .page-head-kurs-merkezi {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-head-kurs-merkezi .page-title {
        width: 70%;
        position: relative;
        left: inherit;
        text-align: center;
        width: 70%;
        display: flex;
        align-items: center;
        margin-top: 80px;
    }

    .rs-diff,
    .rs-coaching-duo {
        width: calc(100% - 40px);
    }

    .private-lesson-list .private-lesson-item {
        width: calc(33.33% - 16px);
    }

    .filter-box {
        width: 210px;
    }

    .detail-page .private-lesson-list {
        width: calc(100% - 230px);
    }

    .private-lesson-list.grid-2 .private-lesson-item {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {

    .container,
    .footer-top,
    .footer-menu,
    .footer-bottom,
    .instructor-list,
    .cta_style_1 {
        padding: 20px
    }

    .cta_style_1 {
        margin-top: 55px;
    }

    .header .container {
        padding: 0 20px;
    }

    .header-logo img,
    .header-logo {
        height: 40px;
    }

    .mobile-menu-btn {
        margin-right: -4px;
        padding: 8px
    }

    .head-right {
        gap: 8px;
        display: flex;
        align-content: center;
        flex-direction: row;
        align-items: center
    }

    .head-right .login-btn {
        padding: 4px 8px
    }

    header.header {
        padding: 16px 0;
        width: calc(100% - 24px)
    }

    .head-box,
    .period-step,
    .homepage-services,
    .rs-paket,
    .rs-compare,
    footer,
    .service-diff,
    .cta_style_2,
    .blog-category-list,
    .news-page,
    .super-teacher,
    .private-lesson,
    .private-lesson-category {
        width: calc(calc(100% - 24px))
    }

    .homepage-text h1 {
        font-size: 32px
    }

    .period-step h1 {
        font-size: 32px;
        line-height: normal
    }

    .homepage-services h1,
    .rs-paket>h1 {
        font-size: 32px;
        line-height: normal
    }

    .homepage-text {
        width: 90%
    }

    .homepage-text p {
        font-size: 14px;
        line-height: inherit
    }

    .homepage-stories {
        width: 100%;
        padding: 0 40px;
        text-align: center
    }

    ul.featured li {
        width: calc(50% - 12px)
    }

    .homepage-parallax {
        display: none
    }

    .period-step ul {
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 0 30px;
    }

    .period-step.sub-page ul {
        padding: 0px;
    }

    .period-step ul li {
        padding: 16px
    }

    .homepage-services>h2 br,
    .rs-paket>h2 br {
        display: none
    }

    .homepage-services>h2,
    .rs-paket>h2 {
        width: 90%;
        margin: auto;
        font-size: 22px;
        line-height: inherit
    }

    .services-item .service-content .price-detail a {
        text-align: center
    }

    .services-item .service-content .price-detail {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        width: 100%;
        padding: 16px;
        gap: 8px
    }

    .services-item .service-content .price-detail span.time {
        left: 50%;
        transform: translateX(-50%)
    }

    .services-item .service-content .price-detail .price {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .services-item .service-content {
        padding: 32px
    }

    .services-item .service-img img {
        height: 100%;
        object-fit: cover
    }

    .services-item .service-content h2 {
        font-size: 32px;
        line-height: normal
    }

    .rs-statics h2 {
        font-size: 30px;
        letter-spacing: -1px
    }

    .rs-statics h2 br {
        display: none
    }

    .rs-statics>p {
        font-size: 18px;
        letter-spacing: 0
    }

    .rs-statics .stats-container .stats-item {
        width: calc(50% - 20px)
    }

    .rs-statics .stats-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .rs-statics .stats-container .stats-item .stat {
        font-size: 36px
    }

    .rs-statics .stats-container .stats-item .stat-desc {
        font-size: 14px
    }

    .services-items .services-item {
        border-radius: 20px
    }

    .rs-compare-text {
        border-radius: 20px;
        padding: 30px;
        gap: 14px
    }

    .rs-compare-text h3 {
        font-size: 43px
    }

    .rs-compare-text p {
        font-size: 16px;
        line-height: inherit
    }

    .rs-compare-table tr:first-child th:nth-child(2):before {
        display: none
    }

    .rs-compare-table tr td:last-child,
    .rs-compare-table th:last-child {
        text-align: center
    }

    .rs-compare-table .col-info span {
        font-size: 14px
    }

    .rs-compare-table .col-info span {
        padding: 10px 30px
    }

    .rs-compare-table table {
        margin: 0;
        background: #fff;
        border-radius: 30px !important;
        overflow: hidden
    }

    .rs-compare-table .compare-row td:nth-child(2) {
        background: var(--mainColor);
        padding: 10px 0px !important;
        background: var(--icon-gradient, linear-gradient(314deg, #3257A4 6.86%, #5F4193 77.03%, #86529C 100.42%))
    }

    .rs-compare-table .compare-row td:nth-child(2),
    .rs-compare-table .compare-row th:nth-child(2),
    .rs-compare-table tbody tr:nth-child(2) td:last-child {
        border-radius: 0px !important
    }

    .rs-compare-table .compare-row tr:last-child td:first-child {
        border-bottom-left-radius: 30px !important
    }

    .rs-compare-table tr:first-child th:nth-child(2) {
        background: var(--icon-gradient, linear-gradient(314deg, #3257A4 6.86%, #5F4193 77.03%, #86529C 100.42%))
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 24px
    }

    footer {
        padding: 30px 16px;
        margin-top: 36px
    }

    .mobil-app-screen {
        display: none
    }

    .mobil-app-desc {
        padding-bottom: 0
    }

    .footer-menu {
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
        gap: 24px
    }

    .footer-logo {
        display: none
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 24px;
        gap: 16px
    }

    .footer-copyright {
        width: 100%;
        text-align: center
    }

    .work-step ul li i {
        position: relative;
        margin: auto
    }

    .work-step ul li i:after {
        display: none
    }

    .work-step ul li {
        gap: 4px;
        padding: 0;
        display: flex;
        align-content: center
    }

    .work-step {
        padding: 0 60px
    }

    .work-step-img {
        width: 80%;
        margin: auto;
        margin-top: 44px
    }

    .page-head-area {
        padding: 24px 10px 32px;
        gap: 16px
    }

    .work-step {
        padding: 0 20px
    }

    .work-step-content {
        width: 100%;
        gap: 13px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center
    }

    .work-step-desc {
        font-size: 14px;
        line-height: inherit;
        text-align: center
    }

    .work-step-title {
        font-size: 24px;
        letter-spacing: 0;
        text-align: center
    }

    .work-step-img:before {
        width: 200px;
        height: 200px
    }

    .service-diff ul li {
        width: 100%
    }

    .page-title {
        text-align: center
    }

    .page-service-intro .intro-connection {
        display: flex;
        flex-direction: row;
        width: 100%
    }

    .page-service-intro {
        display: flex;
        flex-direction: column
    }

    .page-service-intro .intro-video {
        width: 100%;
        height: 260px
    }

    .page-service-intro .intro-connection .our-diff,
    .page-service-intro .intro-connection .our-comment {
        font-size: 14px;
        padding: 16px
    }

    .page-service-short h2 {
        font-size: 30px;
        width: 80%
    }

    .page-service-short {
        gap: 10px
    }

    .page-service-short .price-detail {
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
        border-radius: 16px;
        gap: 8px
    }

    .page-service-short .price-detail span.time {
        left: 50%;
        transform: translateX(-50%)
    }

    .page-service-short .price-detail .price {
        display: flex;
        flex-direction: column
    }

    .service-diff::before {
        width: 170px;
        background-size: contain;
        height: 205px;
        right: 0
    }

    .service-diff {
        padding: 20px
    }

    .service-diff .title {
        font-size: 32px;
        margin-top: 24px
    }

    .service-diff ul {
        gap: 20px;
        margin: 0
    }

    .cta_style_2 .cta_text strong {
        font-size: 24px;
        line-height: normal
    }

    .cta_style_2 .cta_text {
        letter-spacing: 0;
        font-size: 12px
    }

    .cta_style_2 .cta_button {
        display: flex;
        flex-direction: column
    }

    .cta_style_2 .cta_button a {
        font-size: 14px;
        padding: 14px 20px
    }

    .cta_style_2 {
        padding: 48px 32px;
        height: auto;
        background-size: cover;
        margin-top: 32px
    }

    .sss .title {
        font-size: 28px
    }

    .sss .accordion-container {
        width: 100%
    }

    .sss .accordion-header.active,
    .sss .accordion-header.active:hover {
        font-size: 16px
    }

    .sss .accordion-content {
        font-size: 16px
    }

    .testimonials {
        margin: 48px 20px 0;
        width: calc(100% - 40px)
    }

    .breadcrumb>ul>li>a {
        font-size: 12px
    }

    .page-about-short p {
        font-size: 24px;
        line-height: 32px
    }

    .page-about-vision {
        padding-top: 20px
    }

    .page-about {
        gap: 20px
    }

    .page-sss-content {
        display: flex;
        flex-direction: column
    }

    .page-sss-category {
        position: relative;
        top: inherit
    }

    .page-sss-content .accordion-container {
        width: 100%
    }

    .page-sss-content .accordion-header.active,
    .page-sss-content .accordion-header.active:hover,
    .page-sss-content .accordion-content,
    .page-sss-content .accordion-header {
        font-size: 16px
    }

    .instructor-list ul li {
        width: calc(50% - 12px)
    }

    .instructor-list {
        width: 100%;
        padding: 0 10px
    }

    .instructor-list .i-title {
        font-size: 12px
    }

    .instructor-list ul li a span {
        font-size: 14px;
        line-height: unset
    }

    .instructor-list .i-name {
        font-size: 16px
    }

    .instructor-list .i-img {
        width: 90px;
        height: 90px
    }

    .instructor-popup .i-img {
        width: 160px;
        height: 160px
    }

    .page-blog-head {
        width: 100%;
        margin-bottom: 0
    }

    .news-list,
    .news-detail {
        width: 100%
    }

    .news-sidebar {
        width: 100%
    }

    .page-contact-info {
        width: 100%
    }

    .page-contact {
        display: flex;
        flex-direction: column
    }

    .page-contact-info ul {
        padding-top: 24px;
        margin-top: 24px
    }

    .page-contact-form {
        border-radius: 20px;
        margin-top: 20px;
        width: 100%
    }

    .page-contact-info h2 {
        text-align: center;
        width: 100%
    }

    .private-lesson-list.grid-2 .private-lesson-item {
        width: 100%
    }

    .filter-grid {
        /* display: none; */
    }

    .filter-group .selected-text {
        width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 24px
    }

    .private-lesson-filter {
        position: relative;
        display: flex;
        /* overflow-x: scroll; */
    }

    .private-lesson-item {
        width: calc(50% - 12px)
    }

    .period-step ul li:before {
        display: none
    }

    .private-lesson-search {
        margin-bottom: -80px
    }

    .page-title.private {
        width: 100%;
        line-height: normal
    }

    .super-teacher-title {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px
    }

    a.tumu-btn {
        display: none
    }

    .super-teacher {
        padding: 32px 10px
    }

    .super-teacher-title h2 {
        font-size: 28px
    }

    .private-lesson-title {
        background: none
    }

    .period-step,
    .homepage-services,
    .rs-paket,
    .rs-compare,
    .private-lesson-category,
    .private-lesson {
        margin-top: 40px
    }

    .period-step.sub-page {
        gap: 0px;
        margin: 24px 0px;
        padding-bottom: 8px;
    }

    .seminer-list {
        width: 100%;
        margin-top: 32px
    }

    .instructor-list ul {
        max-height: inherit
    }

    .whyus {
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 16px
    }

    .whyus h2 {
        text-align: center
    }

    .whyus:before {
        display: none
    }

    .whySlide {
        width: 100%
    }

    .rs-app-slider .item {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .rs-app-slider2 .item {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .rs-app-images {
        width: 90%;
        margin-bottom: 32px
    }

    .rs-app-text {
        width: 100%;
        text-align: center;
        width: 90%
    }

    .consultants-image {
        width: 80%
    }

    .consultants {
        display: flex;
        flex-direction: column-reverse;
        gap: 36px
    }

    .consultants-text {
        width: 90%
    }

    .package ul li {
        width: 100%
    }

    .package.extra ul li:nth-child(2):before {
        left: 50%;
        transform: translateX(-50%);
        top: -97px;
    }

    .package ul {
        flex-direction: column;
        gap: 16px
    }

    .package {
        margin-top: 40px
    }

    .package .title p {
        width: 100%;
        font-size: 16px;
        line-height: inherit
    }

    .package .title h2 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 16px
    }

    .news-list.featured ul li {
        width: calc(50% - 16px)
    }

    .sss .accordion-header {
        font-size: 16px;
        line-height: 20px;
        gap: 12px;
    }

    .page-head-ozel-ders {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-head-ozel-ders .page-title {
        width: 70%;
        position: relative;
        left: inherit;
        text-align: center;
        width: 70%;
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .page-image img {
        width: 90%;
    }

    .page-image {
        margin: 0px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .od-kimler-basvurur .container {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .od-kimler-basvurur {
        padding: 32px 0px;
    }

    .benefit-step {
        width: calc(100% - 24px);
    }

    .od-panel-inner {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 0px;
    }

    .od-media {
        width: 60%;
        border-radius: 18px;
        margin-right: 0px;
        margin-top: 40px;
    }

    .od-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 0px 48px;
    }

    .od-moduller .container {
        padding: 0px;
    }

    .howitworks .container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .howitworks__form {
        order: 2;
    }

    .howitworks__left {
        order: 1;
    }

    .page-head-kurs-merkezi .page-image {
        width: 100%;
        margin: 0px;
    }

    .km-hiw .container {
        gap: 52px;
    }

    .km-step__card {
        width: 100%;
    }

    .km-hiw__copy {
        display: flex;
        width: 100%;
    }

    .km-hiw__intro {
        margin: 0px;
        width: 90%;
    }

    .km-hiw {
        padding: 32px 0px;
        border-radius: 16px;
    }

    .km-hiw__intro h2 {
        font-size: 32px;
    }

    .km-hiw__intro p {
        font-size: 16px;
        line-height: inherit;
    }

    .km-why__center {
        position: relative;
        left: inherit;
        transform: inherit;
        margin-bottom: -150px;
        margin: -70px auto -140px;
        z-index: 0;
    }

    .km-why__wrap {
        gap: 18px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .km-why__card {
        width: 100%;
        width: calc(50% - 24px);
        display: flex;
        justify-content: flex-start;
    }

    .km-why,
    .km-hiw {
        width: calc(100% - 24px);
        overflow-x: hidden;
    }

    .rs-diff,
    .rs-coaching-duo {
        width: calc(100% - 24px);
    }

    .rs-diff__title {
        text-align: center;
        font-size: 32px;
    }

    .rs-diff {
        padding-top: 20px;
        height: 560px;
    }

    .rs-diff__left {
        /* display: none; */
        width: 60%;
    }

    .rs-diff__content {
        display: none;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 0 20%;
    }

    .rs-diff .container {
        display: flex;
        flex-direction: row;
        gap: 32px;
    }

    .rs-diff__visual {
        position: absolute;
        width: 60%;
        right: inherit;
        display: flex;
        justify-content: center;
        right: -3%;
    }

    .rs-diff__visual img {}


    .rs-diff:after {
        height: 130px;
    }

    .rs-diff__tab.is-active {
        padding: 20px;
        border: 1px solid rgb(16 141 219 / 19%);
        border-radius: 16px;
        background: rgb(0 0 0 / 14%);
        backdrop-filter: blur(10px);
        font-size: 24px;
        line-height: normal;
    }

    .rs-diff__tabs::before {
        display: none;
    }

    .rs-diff__tab:before {
        display: none;
    }

    .rs-diff__tab.is-active .rs-diff__text {
        font-size: 14px;
    }

    .rs-diff__tab.is-active {
        padding: 20px;
    }

    .rs-diff__tab {
        padding-left: 20px;
    }

    .rs-diff:before {
        height: 100%;
        top: 0%;
        transform: rotate(90deg);
        right: 50px;
    }

    .rs-coaching-duo {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
    }

    .rs-coaching {
        width: 100%;
    }

    .rs-remote {
        width: 100%;
        background-position: center;
    }

    .rs-remote__text {
        width: 70%;
    }

    .private-lesson-list .private-lesson-item {
        width: calc(50% - 12px);
    }

    .private-lesson-list .private-lesson-item {
        width: calc(50% - 12px);
    }

    .private-lesson-filter>div {
        display: none;
    }

    .private-lesson-filter form {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .private-lesson-filter {
        padding: 8px 16px;
    }
}

@media only screen and (max-width:480px) {
    .page-title {
        font-size: 24px
    }

    .news-blog-category-title {
        font-size: 18px;
        text-align: center;
        width: 100%
    }

    .b-slide-item .b-title {
        font-size: 16px;
        padding: 20px
    }

    .news-list ul li {
        display: flex;
        flex-direction: column
    }

    .news-list ul li a .news-img {
        width: 100%
    }

    .news-list ul li a .news-text {
        width: 100%
    }

    .news-list ul li a {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .news-list ul li a .news-img img {
        width: 100%
    }

    .bc-link {
        margin: 0
    }

    .bc-link a:hover {
        margin: 0;
        box-shadow: none
    }

    .blog-search button {
        font-size: 14px;
        width: 50px
    }

    .blog-search input {
        width: calc(100% - 44px);
        font-size: 16px
    }

    .news-detail .news-title {
        font-size: 24px;
        line-height: normal
    }

    .news-detail {
        gap: 20px
    }

    .contentText iframe {
        height: 250px
    }

    .related-content .image {
        width: 90px
    }

    .related-content .text a span {
        font-size: 16px;
        line-height: normal
    }

    .related-content {
        height: 100px
    }

    .related-content .text span.top {
        font-size: 10px
    }

    .related-content .text {
        padding-left: 10px
    }

    .cta_style_3 .cta_text strong {
        font-size: 24px;
        line-height: normal
    }

    .cta_style_3 .cta_button {
        display: flex;
        flex-direction: column
    }

    .cta_style_3 .cta_text {
        font-size: 12px;
        letter-spacing: 0
    }

    .sss .accordion-container {
        max-width: 100%
    }

    .news-detail-text .sss .accordion-header.active,
    .news-detail-text .sss .accordion-header.active:hover,
    .sss .accordion-content,
    .news-detail-text .sss .accordion-header {
        font-size: 16px !important
    }

    .similar-articles {
        display: flex;
        flex-direction: column
    }

    ul.similar-articles li {
        width: 100%
    }

    .blog-search {
        border: 10px solid var(--color20);
        margin-top: 10px
    }

    .blog-search form {
        padding: 4px 4px 4px 16px
    }

    .private-lesson-category ul li a {
        padding: 10px;
        height: 50px;
        font-size: 14px
    }

    .private-lesson-category ul {
        gap: 8px
    }

    .private-lesson-item {
        width: 100%
    }

    .private-lesson {
        gap: 10px;
        padding: 20px
    }

    .private-lesson-list {
        gap: 16px
    }

    .private-lesson-title h2 {
        line-height: normal
    }

    .private-lesson-search {
        margin-bottom: 0
    }

    .rs-compare-table {
        margin-top: 20px
    }

    .cta_style_1 .cta_text strong {
        font-size: 24px;
        line-height: normal
    }

    .cta_style_1 .cta_text p {
        font-size: 16px
    }

    .seminer-list .title p {
        width: 100%
    }

    .seminer-list .title h2 {
        font-size: 32px
    }

    .table-box {
        padding: 0 2px 10px 0;
        border-radius: 16px
    }

    .table-box th,
    .table-box td {
        font-size: 14px;
        min-width: 40px;
        padding: 8px 4px
    }

    .number-container button {
        font-size: 20px;
        width: 20px;
        height: 20px
    }

    .number-container .number-input {
        width: 30px;
        font-size: 14px
    }

    .sayac-box {
        height: 200px;
        border-radius: 16px
    }

    .sayac-box .tick {
        width: 90%
    }

    .contentText {
        font-size: 14px;
        line-height: 24px
    }

    .whyus .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 8px;
        font-size: 16px
    }

    .whyus .item i img {
        width: inherit
    }

    .whyus .owl-item {
        height: auto
    }

    .whyus .owl-item .item i img {
        width: 80px !important
    }

    .whyus .item span {
        width: 100%
    }

    .rs-tabs {
        gap: 8px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: scroll;
        width: calc(100% + 96px);
        margin-left: -48px;
        justify-content: flex-start;
        padding-right: 20px;
        padding-left: 20px
    }

    .rs-tab {
        font-size: 12px;
        white-space: nowrap
    }

    .rs-tabs::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .rs-tabs::-webkit-scrollbar-track {
        background: transparent !important
    }

    .rs-tabs::-webkit-scrollbar-thumb {
        background: transparent !important
    }

    .rs-app>h2 {
        line-height: initial;
        font-size: 24px
    }

    .rs-app-text {
        font-size: 14px;
        line-height: inherit
    }

    .rs-app-text h3 {
        font-size: 18px;
        line-height: 24px
    }

    .rs-app-images {
        margin-bottom: 10px
    }

    .hesapla-btn {
        margin: 0 10px;
        width: -webkit-fill-available;
        font-size: 16px;
        height: 40px;
        border-radius: 8px
    }

    .basvuru-formu ul li.w50 {
        width: 100%
    }

    .consultants-text h3 {
        font-size: 20px;
        line-height: normal
    }

    .consultants-text p {
        font-size: 16px;
        line-height: inherit
    }

    .consultants-text ul li:before {
        margin-right: 8px
    }

    .news-list.featured ul li {
        width: 100%;
    }

    .basari-tab-list ul li {
        width: calc(50% - 12px);
    }

    .basari-tab-list ul li a img {
        /* height: 120px;*/
    }

    .basari-tab-list ul li a h2 {
        font-size: 14px
    }

    .student-coaching-page .page-service-short {
        width: 100%
    }

    .student-coaching-text {
        padding: 16px
    }

    .page-head-ozel-ders .page-title h1 {
        letter-spacing: 0px;
        font-size: 30px;
    }

    .page-head-ozel-ders .page-title {
        width: 90%;
        gap: 12px;
    }

    .page-head-ozel-ders .page-title p {
        width: 100%;
    }

    .page-head-kurs-merkezi .page-title h1 {
        letter-spacing: 0px;
        font-size: 30px;
    }

    .page-head-kurs-merkezi .page-title {
        width: 90%;
        gap: 12px;
    }

    .page-head-kurs-merkezi .page-title p {
        width: 100%;
    }

    .page-image {
        margin-top: 40px;
        overflow: hidden;
    }

    .page-image img {
        width: 130%;
        max-width: 140%;
    }

    .benefit-step ul {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .benefit-step ul li {
        padding: 0px;
    }

    .benefit-step {
        margin: 0px;
        border-radius: 0px 0px 16px 16px;
        padding: 32px;
    }

    .od-kimler-basvurur .od-kb-desc h1 {
        font-size: 28px;
        line-height: normal;
        text-align: center;
        width: 100%;
    }

    .od-kimler-basvurur .od-kb-desc p {
        width: 100%;
        font-size: 16px;
        line-height: unset;
        text-align: center;
    }

    .od-kb-desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
    }

    .od-kimler-basvurur .card {
        padding: 20px;
    }

    .od-kimler-basvurur .cards {
        gap: 14px;
    }

    .od-kimler-basvurur .card p {
        font-size: 14px;
    }

    .od-kimler-basvurur .card h3 {
        font-size: 16px;
    }

    .od-moduller {
        padding: 0px;
        width: calc(100% - 24px);
    }

    .od-copy h3 {
        font-size: 28px;
    }

    .od-copy {
        padding: 20px 30px 40px;
    }

    .od-copy p {
        font-size: 16px;
    }

    .od-head {
        font-size: 19px;
    }

    .howitworks {
        margin-top: 40px;
        padding: 32px 0px;
    }

    .howitworks:before {
        width: 90px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .howitworks__title {
        font-size: 35px;
    }

    .howitworks__lead {
        font-size: 16px;
    }

    .hiw-row {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .hiw-field {
        margin-bottom: 14px;
    }

    .km-why__card {
        width: 100%;
    }

    .km-why {
        padding: 40px 0px 0px;
    }

    .km-why__center {
        width: auto;
        height: auto;
        margin-bottom: -100px;
    }

    .page-head-kurs-merkezi .page-title {
        margin-top: 20px;
    }

    .km-step__num {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
        width: 64px;
        height: 64px;
        font-size: 32px;
    }

    .km-hiw__steps {
        padding-left: 0px;
        gap: 52px;
    }

    .km-step__card {
        padding: 50px 20px 20px;
    }

    .km-hiw__art {
        min-width: 90px;
        width: 50%;
    }

    .km-step__card h3 {
        font-size: 18px;
        line-height: initial;
        text-align: center;
    }

    .km-step__card p {
        font-size: 14px;
        line-height: inherit;
        text-align: center;
    }

    .km-hiw {
        padding: 0px;
        margin-top: 32px;
    }

    .rs-coaching__desc {
        max-width: 100%;
    }

    .rs-coaching {
        height: auto;
        padding: 24px;
    }

    .rs-coaching__hero {
        position: relative;
        width: 100%;
        bottom: -24px;
        max-width: 100%;
        right: -24px;
    }

    .rs-coaching__title {
        font-size: 28px;
        line-height: 36px;
    }

    .rs-remote__text {
        width: 100%;
        line-height: 24px;
    }

    .rs-remote:before {
        height: 50%;
    }

    .rs-coaching__btn {
        font-size: 16px;
    }

    .rs-diff__left {
        width: 100%;
    }

    .rs-diff {
        height: auto;
    }

    .rs-diff__visual {
        position: relative;
        right: 0px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .rs-diff__visual img {
        position: relative;
        width: 80%;
    }

    .rs-diff__tab:before {
        content: "";
        display: block;
        width: 8px;
        height: 2px;
        top: 47%;
        opacity: 1;
    }

    .rs-diff__tab.is-active:before {
        width: 0px;
        opacity: 0;
        display: none;
    }

    .rs-diff__title {
        font-size: 24px;
        letter-spacing: 0px;
        font-weight: 700;
    }

    .private-lesson.detail-page {
        padding: 0px;
    }

    .filter-box {
        display: none;
    }

    .detail-page .private-lesson-list {
        width: 100%;
    }

    .private-lesson-list .private-lesson-item {
        width: calc(50% - 8px);
        padding: 12px;
    }

    .filter-btn {
        width: 70px;
        height: 70px;
        background-color: #03A9F4;
        /* mavi */
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border: 3px solid rgba(113, 203, 255, 0.10);
        background: #0D95E3;
        box-shadow: 0 24px 54px 0 #0066A1;
        position: fixed;
        bottom: 20px;
    }

    .filter-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    }

    .filter-box.active {
        position: fixed;
        display: flex;
        z-index: 11;
        width: 100%;
        z-index: 999999;
        left: 0px;
        height: 100%;
        overflow-y: scroll;
    }

    .filter-box .filter-title {
        position: sticky;
        top: 0px;
        background: #fff;
        z-index: 2;
    }

    .filterBtn {
        position: sticky;
        bottom: 10px;
    }

    .filter-close-btn {
        background: #ffdbdb;
        padding: 0px 6px 0px 6px;
        border-radius: 8px;
        color: #c43232;
        font-size: 14px;
        display: flex;
        gap: 4px;
        font-weight: 600;
        line-height: 27px;
        align-items: center;
        justify-content: center;
    }

    .filter-close-btn i {
        font-family: monospace;
        font-style: normal;
        font-size: 14px;
        background: #c43232;
        padding: 2px 6px 3px;
        color: #ffdbdb;
        font-weight: normal;
        border-radius: 4px;
        height: 20px;
        line-height: 14px;
    }
}

@media only screen and (max-width:375px) {

    .table-box th,
    .table-box td {
        font-size: 13px;
        line-height: normal
    }

    .whyus h2 {
        font-size: 22px
    }

    .number-container {
        padding: 0;
        border: none;
        background: var(--color30)
    }

    .number-container .number-input {
        background: var(--color30)
    }

    .table-box h2 {
        font-size: 16px
    }

    .table-box th,
    .table-box td {
        font-size: 11px
    }
}

/*
Buradan asagisi puan hesaplama sayfalarinda ki css stilerimizdir
*/
.ayt-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    flex-wrap: nowrap;
}

.tab-btn {
    padding: 8px 16px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.2s ease;
    font-weight: 500;
}

.tab-btn:hover {
    background: #f5f5f5;
}

.tab-btn.active {
    background: #5A4696;
    color: white;
    border-color: #5A4696;
}

.year-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    flex-wrap: nowrap;
}

.year-tab-btn {
    padding: 8px 16px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.2s ease;
    font-weight: 500;
}

.year-tab-btn:hover {
    background: #f5f5f5;
}

.year-tab-btn.active {
    background: #5A4696;
    color: white;
    border-color: #5A4696;
}

.year-tab-content {
    display: none;
}

.year-tab-content.active {
    display: block;
}

.year-tab-content table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.year-tab-content th,
.year-tab-content td {
    padding: 8px 4px;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
}

.year-tab-content th:first-child,
.year-tab-content td:first-child {
    text-align: left;
    width: 15%;
}

.year-tab-content th:not(:first-child),
.year-tab-content td:not(:first-child) {
    width: 21.25%;
}

@media (max-width: 768px) {

    .ayt-tabs,
    .year-tabs,
    .score-type-tabs {
        gap: 1px;
    }

    .tab-btn,
    .year-tab-btn,
    .score-type-tab-btn {
        padding: 6px 8px;
        font-size: 12px;
    }

    /* Mobilde score-type-tabs için özel ayarlar */
    .score-type-tabs {
        gap: 3px;
        padding: 0 5px 5px 5px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        /* iOS için smooth scrolling */
        justify-content: center;
        /* Ortala */
    }

    .score-type-tab-btn {
        min-width: 55px;
        padding: 6px 8px;
        flex-shrink: 0;
        /* Butonların küçülmesini engelle */
    }

    .tab-name {
        font-size: 11px;
    }

    .tab-score-2025 {
        font-size: 9px;
        min-width: 20px;
        padding: 0px 2px;
    }
}

/* Tercih Edilebilir Bölümler Stilleri */

/* Tercih Edilebilir Bölümler Stilleri */

/* Tercih Edilebilir Bölümler Stilleri */

/* Tercih Edilebilir Bölümler Stilleri */
.score-type-tabs {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    padding-bottom: 5px;
    /* Scroll çubuğu için alan */
    width: 100%;
    white-space: nowrap;
    justify-content: center;
    /* Ortala */
}

@media (max-width: 768px) {
    .score-type-tabs {
        gap: 3px;
        justify-content: center;
    }
}

/* Webkit scrollbar gizleme (Chrome, Safari, Opera) */
.score-type-tabs::-webkit-scrollbar {
    display: none;
}

/* Mobilde scrolling için ek güvenlik */
@media (max-width: 768px) {
    .score-type-tabs {
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

.score-type-tab-btn {
    padding: 8px 16px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.2s ease;
    font-weight: 500;
}

.score-type-tab-btn:hover {
    background: #f5f5f5;
}

.score-type-tab-btn.active {
    background: #5A4696;
    color: white;
    border-color: #5A4696;
}

.score-type-tab-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 80px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .score-type-tab-btn {
        min-width: 55px;
        gap: 1px;
    }
}

.tab-name {
    font-weight: 600;
    font-size: 14px;
}

.tab-score-2025 {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.2);
    padding: 1px 4px;
    border-radius: 8px;
    min-width: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .tab-score-2025 {
        min-width: 20px;
        padding: 0px 2px;
        font-size: 9px;
    }
}

.score-type-tab-btn.active .tab-score-2025 {
    background: rgba(255, 255, 255, 0.3);
}

.score-type-tab-content {
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.score-type-tab-content.active {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.loading-spinner {
    text-align: center;
    padding: 40px 20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #5A4696;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.departments-container {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.department-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #5A4696;
    font-weight: 600;
    color: #5A4696;
    width: 100%;
    box-sizing: border-box;
}

.department-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}



.department-item:last-child {
    border-bottom: none;
}

.department-info {
    flex: 1;
}

.department-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.department-type-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.department-type {
    font-size: 12px;
    color: #666;
    background: #e9ecef;
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
}

.detail-btn {
    font-size: 11px;
    color: #5A4696;
    background: #ffffff;
    padding: 3px 8px;
    border: 1px solid #5A4696;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    cursor: pointer;
    font-family: inherit;
}

.detail-btn:hover {
    background: #5A4696;
    color: #ffffff;
    text-decoration: none;
}

.department-score {
    text-align: right;
    margin-left: 15px;
}

.score-value {
    font-weight: 600;
    color: #5A4696;
    font-size: 16px;
}

.score-range {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.score-difference {
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}

.score-difference.positive {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.score-difference.negative {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.no-data-message {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 40px 20px;
}

.department-header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
}

.department-count {
    background: #5A4696;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.user-score-info {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.score-type-name {
    font-weight: 600;
    color: #5A4696;
    font-size: 14px;
}

.user-score {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}


/* yorum */

.featured-service-badge {
    background: linear-gradient(135deg, #6a4db3 0%, #8b5cf6 100%);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 12px;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    animation: featuredBadgeGlow 3s ease-in-out infinite;
    box-shadow: 0 2px 8px rgba(106, 77, 179, 0.3);
    position: relative;
    overflow: hidden;
}

.featured-service-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: featuredShine 2s infinite;
}

@keyframes featuredBadgeGlow {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(106, 77, 179, 0.3);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 4px 16px rgba(106, 77, 179, 0.5);
    }
}

@keyframes featuredShine {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Mobil uyumluluk için */
@media (max-width: 768px) {
    .featured-service-badge {
        font-size: 9px;
        padding: 2px 6px;
        margin-left: 4px;
    }
}

/* yorum */



/* Tanıtım Banneri Stilleri */
.promotion-banner {
    background: linear-gradient(135deg, #5a4696 0%, #5b126f 50%, #742880 100%);
    border-radius: 15px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -22px;
    margin-bottom: -22px;
}

.promotion-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 6s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.banner-text h3 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.promotion-btn {
    background: linear-gradient(45deg, #ffffff, #f8f9fa);
    color: #5a4696;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}

.promotion-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.6);
    background: linear-gradient(45deg, #f8f9fa, #ffffff);
}

.promotion-btn:active {
    transform: translateY(-1px);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .banner-text h3 {
        font-size: 20px;
    }

    .promotion-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Tanıtım Banneri Stilleri */


/*. POPUP stilleri */

.tercih-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.tercih-popup-content {
    background: #fff;
    border-radius: 18px;
    max-width: 768px;
    width: 90%;
    padding: 3px 3px 3px 3px;
    box-shadow: 0 8px 32px rgba(80, 0, 120, 0.18);
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999;
    margin: 0 !important;
    box-sizing: border-box;
    background: linear-gradient(135deg, #f3e8ff, #e9d8fd);
    /* Açık morumsu degrade */
}

.tercih-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 1.5em;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    z-index: 10000;
}

.tercih-popup-close:hover {
    color: #553c9a;
}

.tercih-popup-body {
    text-align: center;
}

.tercih-popup-icon {
    font-size: 2.2em;
}

.tercih-popup-title {
    color: #6b46c1;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.tercih-popup-desc {
    color: #333;
    font-size: 1em;
    margin-bottom: 18px;
    line-height: 1.5;
}

.tercih-popup-btn {
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #7f56d9, #9f7aea);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 1em;
    box-shadow: 0 6px 16px rgba(127, 86, 217, 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
}

.tercih-popup-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-20deg);
    animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.tercih-popup-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(90deg, #6b46c1, #805ad5);
}



.tercih-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(4px);

}

/*. Popup Stilleri */


/* Modern Paketler Stilleri */



/* Paketlerimiz Kategori Tabları - rs-tabs benzeri */
.rs-paket-kategorileri {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 30px 0;*/
    position: sticky;
    top: 70px;
    z-index: 100;
    backdrop-filter: blur(8px);
    max-width: 100%;
    overflow: hidden;
    padding: 10px 0;
}



/* Sadece mobilde sticky aktif olsun */
@media (min-width: 769px) {
    .rs-paket-kategorileri {
        position: relative;
        top: auto;
        z-index: auto;
        background: transparent;
        box-shadow: none;
    }
}

.rs-paket-nav-btn {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    margin: 0 10px;
    flex-shrink: 0;
    color: #64748B;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rs-paket-nav-btn:hover {
    background: #F8FAFC;
    border-color: #CBD4E1;
    color: #475569;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.rs-paket-kategorileri-container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 20px;
    max-width: 100%;
}

.rs-paket-kategorileri-container::-webkit-scrollbar {
    display: none;
}

.rs-paket-kategori-tab {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 60px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #64748B;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}



.rs-paket-kategori-tab.active {
    background: #5A4696;
    border-color: #5A4696;
    color: #FFFFFF;
    transform: translateY(-1px);
}



/* Responsive Tasarım */
@media (max-width: 768px) {
    .rs-paket-kategorileri {
        margin: 8px 0;
    }

    .rs-paket-kategorileri-container {
        max-width: 100%;
        padding: 0 10px;
        gap: 4px;
    }

    .rs-paket-kategori-tab {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .rs-paket-kategorileri {
        margin: 5px 0;
    }

    .rs-paket-kategorileri-container {
        max-width: 100%;
        gap: 3px;
    }

    .rs-paket-kategori-tab {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* Tab Panelleri CSS */
.rs-paket-panelleri {
    position: relative;
    margin-top: -10px;
}

.rs-paket-panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    will-change: opacity, transform;
}

.rs-paket-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}



.rs-consultants-text ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: url(https://img.icons8.com/ios/20/5A4696/checked--v1.png);
    display: inline-block
}

/* Modern Paket Kartları CSS - Sitenin Renk Paleti ile */
.rs-modern-paket-container {
    display: flex;
    overflow-x: auto;
    gap: 40px;
    margin-top: -5px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: auto;
}

.rs-modern-paket-container::-webkit-scrollbar {
    display: none;
}

.rs-modern-paket-card {
    min-width: calc((1200px - 60px) / 3);
    max-width: calc((1200px - 60px) / 3);
    flex-shrink: 0;
    scroll-snap-align: start;
}



/* Owl Carousel item padding'ini sıfırla */


.rs-modern-paket-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #E2E8F0;
}



.rs-paket-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.rs-paket-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}



.rs-paket-content {
    padding: 15px;
}

.rs-paket-title {
    font-size: 22px;
    font-weight: 700;
    color: #5A4696;
    margin-bottom: 8px;
    line-height: 1.2;
}

.rs-paket-badges {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.rs-badge {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.rs-badge.success {
    background: #62c79b;
    color: #FFFFFF;
}

.rs-badge.primary {
    background: #5A4696;
    color: #FFFFFF;
}

.rs-paket-section {
    margin-bottom: 8px;
}

.rs-paket-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #5A4696;
    margin-bottom: 6px;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 3px;
}



.rs-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rs-feature-list li {
    padding: 1px 0;
    color: #475569;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
}

.rs-feature-list li:before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 14px;
    background: url(https://img.icons8.com/ios/14/5A4696/checked--v1.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.rs-extra-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rs-extra-feature-list li {
    padding: 1px 0;
    color: #64748B;
    font-size: 12px;
    position: relative;
    padding-left: 18px;
}

.rs-extra-feature-list li:before {
    content: "•";
    color: #5A4696;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 4px;
}

.rs-paket-pricing {
    background: #F6F8FC;
    border-radius: 12px;
    padding: 12px;
    margin: 8px 0;
    text-align: center;
    border: 1px solid #E2E8F0;
}

.rs-original-price {
    font-size: 18px;
    color: #94A3B8;
    text-decoration: line-through;
    margin-bottom: 8px;
}

.rs-current-price {
    font-size: 28px;
    font-weight: 700;
    color: #5A4696;
    margin-bottom: 12px;
}

.rs-price-badges {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.rs-price-badge {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.rs-price-badge.savings {
    background: #FFF5D5;
    color: #976400;
}

.rs-price-badge.installment {
    background: #E8FCF1;
    color: #00632B;
}

.rs-paket-actions {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.rs-btn-primary,
.rs-btn-secondary {
    flex: 1;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rs-btn-primary {
    background: #5A4696;
    color: #FFFFFF;
}

.rs-btn-primary:hover {
    background: #4A3A86;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(90, 70, 150, 0.3);
}

.rs-btn-secondary {
    background: #FFFFFF;
    color: #5A4696;
    border: 2px solid #5A4696;
}

.rs-btn-secondary:hover {
    background: #5A4696;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(90, 70, 150, 0.3);
}

/* Responsive Tasarım */
@media (max-width: 1024px) {
    .rs-modern-paket-container {
        max-width: 800px;
    }

    .rs-modern-paket-card {
        min-width: calc((800px - 30px) / 2);
        max-width: calc((800px - 30px) / 2);
    }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .rs-modern-paket-container {
        max-width: 1000px;
    }

    .rs-modern-paket-card {
        min-width: calc((1000px - 60px) / 2.5);
        max-width: calc((1000px - 60px) / 2.5);
    }
}

@media (max-width: 768px) {
    .rs-modern-paket-container {
        display: flex;
        overflow-x: auto;
        gap: 25px;
        padding: 0 20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .rs-modern-paket-container::-webkit-scrollbar {
        display: none;
    }

    .rs-modern-paket-card {
        min-width: 280px;
        max-width: 280px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .rs-paket-content {
        padding: 20px;
    }

    .rs-paket-title {
        font-size: 20px;
    }

    .rs-current-price {
        font-size: 26px;
    }

    .rs-paket-actions {
        flex-direction: column;
        gap: 8px;
        margin-top: 12px;
    }

    .rs-btn-primary,
    .rs-btn-secondary {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 6px;
    }

    .rs-paket-badges {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .rs-modern-paket-container {
        /*padding: 0 15px;*/
        /*gap: 15px;*/
        gap: 15px;
    }

    .rs-modern-paket-card {
        min-width: 280px;
        max-width: 320px;
    }


    .rs-paket-content {
        padding: 15px;
    }

    .rs-paket-title {
        font-size: 18px;
    }

    .rs-current-price {
        font-size: 24px;
    }

    .rs-paket-actions {
        gap: 6px;
        margin-top: 10px;
    }

    .rs-btn-primary,
    .rs-btn-secondary {
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 5px;
    }

    .rs-price-badges {
        flex-direction: column;
        align-items: center;
    }
}

/* Modern Paket Kartları Fiyat Kutusu */
.rs-modern-price-detail {
    padding: 6px 6px 6px 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex;
    border: 1.5px solid #E2E8F0;
    border-radius: 32px;
    width: fit-content;
    position: relative;
    margin: 16px auto 0 auto;
    background: #F6F8FC;
    box-shadow: 0 2px 8px rgba(90, 70, 150, 0.06);
}

.rs-modern-price-time {
    position: absolute;
    background: #fff;
    color: #5A4696;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 8px;
    top: -14px;
    left: 22px;
    line-height: 14px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(90, 70, 150, 0.07);
}

.rs-modern-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #5A4696;
    line-height: 1.2;
}

.rs-modern-price u {
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 400;
    opacity: .5;
    margin-left: 6px;
}

.rs-modern-price-link {
    background: #5A4696;
    border-radius: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    padding: 8px 18px;
    margin-left: 10px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
}

.rs-modern-price-link:hover {
    background: #4A3A86;
    color: #fff;
}

/* Sadece paket cardlardaki lazy class'lı img elementleri için position absolute */
.rs-modern-paket-card img.lazy {
    position: absolute;
}




.satisfaction-rate {
    font-weight: bold;
    font-size: 1.2em;
    color: #6b46c1;
    border-radius: 4px;
    display: inline-block;
}

.tesekkurler-wrapper .tesekkurler p {
    margin: 1rem 0 1.3rem;
}

.tesekkurler-wrapper .tesekkurler .tesekkurler-buttons {
    margin-top: 1rem;
}

.tesekkurler button {
    margin: 1rem 0;
}

/*BOOTSTRAP 5 ile gelen özellik yoksa ekleyin */
input:not([type="checkbox"]).is-invalid,
.was-validated input:not([type="checkbox"]):invalid,
textarea.is-invalid,
.was-validated textarea:invalid {
    border: 1px solid #dc3545 !important;
    border-color: #dc3545 !important;
    /* background-color: #fff !important;*/
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

input[type="checkbox"].is-invalid~label,
.was-validated input[type="checkbox"]:invalid~label {
    color: #dc3545 !important;
}

select.is-invalid,
.was-validated select:invalid {
    border: 1px solid #dc3545 !important;
    border-color: #dc3545 !important;
    /* background-color: #fff !important;*/
}

select.is-invalid:not([multiple]):not([size]),
select.is-invalid:not([multiple])[size="1"],
.was-validated select:invalid:not([multiple]):not([size]),
.was-validated select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e),url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-position: right 0.75rem center, center right 2.25rem !important;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

textarea.is-invalid,
.was-validated textarea:invalid {
    padding-right: calc(1.5em + 0.75rem) !important;
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem) !important;
}

.alert {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
}

.alert-success {
    color: #0a3622;
    background-color: #d1e7dd;
    border-color: #a3cfbb;
}

.alert-danger {
    color: #58151c;
    background-color: #f8d7da;
    border-color: #f1aeb5;
}


/* Load More Buton Özellikleri Yks LGS Eğitmen Paket Detay Sayfalarındadır  -START */
#floatingPriceDetail {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #6a4db3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0 8px 25px rgba(106, 77, 179, 0.3);
    text-align: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 3px solid #fff;
}

#floatingPriceDetail.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

#floatingPriceDetail:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(106, 77, 179, 0.4);
}

#floatingPriceDetail .time {
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 1;
}

#floatingPriceDetail .price {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px;
}

#floatingPriceDetail .price u {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
    display: block;
    margin-top: 1px;
}

#floatingPriceDetail .button-text {
    color: #fff;
    font-size: 7px;
    font-weight: bold;
    line-height: 1;
}

#floatingPriceDetail .special-offer {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b9d;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(255, 107, 157, 0.3);
}

/* İkinci buton için stil */
#floatingPriceDetail2 {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #6a4db3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0 8px 25px rgba(106, 77, 179, 0.3);
    text-align: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 3px solid #fff;
}

#floatingPriceDetail2.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

#floatingPriceDetail2:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(106, 77, 179, 0.4);
}

#floatingPriceDetail2 .time {
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 1;
}

#floatingPriceDetail2 .price {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px;
}

#floatingPriceDetail2 .price u {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
    display: block;
    margin-top: 1px;
}

#floatingPriceDetail2 .button-text {
    color: #fff;
    font-size: 7px;
    font-weight: bold;
    line-height: 1;
}

/* Load More Buton Özellikleri Yks LGS Eğitmen Paket Detay Sayfalarındadır  -END */


.rs-seminar-status-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.rs-seminar-status-badge.rs-seminar-upcoming {
    background: linear-gradient(135deg, #00C851, #007E33);
    box-shadow: 0 3px 12px rgba(0, 200, 81, 0.5);
}

.rs-seminar-status-badge.rs-seminar-completed {
    background: linear-gradient(135deg, #6C7B7F, #495057);
    box-shadow: 0 3px 12px rgba(108, 123, 127, 0.4);
}

.rs-seminar-status-badge:hover {
    transform: translateY(-1px);
    transition: transform 0.2s ease;
}



/*.  sonradan eklendi fiyat toggle paket */
/* Pricing Toggle Stilleri */
.rs-pricing-toggle {
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(95, 65, 147, 0.15);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.rs-toggle-container {
    display: flex;
    width: 100%;
    background: rgba(95, 65, 147, 0.1);
    border-radius: 25px;
    padding: 4px;
    gap: 4px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rs-toggle-btn {
    flex: 1;
    padding: 8px 20px;
    border: none;
    background: transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #5F4193;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.rs-toggle-btn:hover {
    color: #3257A4;
    background: rgba(95, 65, 147, 0.15);
}

.rs-toggle-btn.active {
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    background: linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(95, 65, 147, 0.4);
    transform: translateY(-1px);
}

.rs-price-info {
    margin: 8px 0;
    text-align: center;
}

.rs-price-note {
    display: inline-block;
    font-size: 11px;
    color: #28a745;
    font-weight: 500;
    background: rgba(40, 167, 69, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

.price-update {
    animation: priceUpdate 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes priceUpdate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.02) rotate(0.5deg);
    }

    50% {
        transform: scale(1.05) rotate(0deg);
    }

    75% {
        transform: scale(1.02) rotate(-0.5deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

/* Content Update Animasyonları kaldırıldı - direkt değişim */

/* Responsive */
@media (max-width: 768px) {
    .rs-toggle-btn {
        padding: 6px 16px;
        font-size: 13px;
    }

    .rs-pricing-toggle {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(95, 65, 147, 0.15);
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .rs-toggle-container {
        padding: 3px;
        gap: 3px;
    }
}

/* Özel Ders Özellikleri - Basit ve Güzel */
.rs-special-lesson {

    font-weight: 600;
    position: relative;


    margin: 3px 0;

    transition: all 0.3s ease;
}



.rs-special-lesson:before {
    background: none !important;
}

/* Live Badge */
.rs-special-lesson::after {
    content: "";
    position: absolute;

    left: -2px;
    width: 20px;
    height: 20px;
    background: #5a4696;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M21 6h-7.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 14H3V8h18v12zm-8-8v4l5-2-5-2z"/></svg>');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    animation: pulseBadge 2s ease-in-out infinite;

    z-index: 10;
}

@keyframes pulseBadge {

    0%,
    100% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.2);

    }
}


/* Burası yenı 

/* Toggle Buton Badge Stilleri */
.rs-toggle-btn {
    position: relative;
    overflow: visible;
}

.rs-toggle-btn::after {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 100px;
    height: 16px;
    background: linear-gradient(45deg, #FF6B6B, #FF8E53);
    color: white;
    border-radius: 8px;
    font-size: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(255, 107, 107, 0.3);
    z-index: 20;
    animation: badgeFloat 2.5s ease-in-out infinite;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.rs-toggle-btn.active::after {
    opacity: 1;
    transform: scale(1);
}

.rs-toggle-btn[data-period="yearly"]::after {
    content: "AYLIK";
    background: linear-gradient(45deg, #4ECDC4, #44A08D);
    box-shadow: 0 2px 6px rgba(78, 205, 196, 0.3);
}

.rs-toggle-btn[data-period="monthly"]::after {
    content: "KASIM AYINA ÖZEL";

    background: linear-gradient(45deg, #FFD93D, #FF8A00);
    box-shadow: 0 2px 6px rgba(255, 217, 61, 0.3);
}

@keyframes badgeFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(-2deg);
    }

    50% {
        transform: translateY(-2px) rotate(2deg);
    }
}


/* Text Rotator Stilleri */
.text-rotator {
    display: inline-block;
    position: relative;
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Inter;
    font-size: inherit;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: -.48px;
    min-height: 1.2em;
}

.text-rotator::after {
    content: '|';
    display: inline-block;
    animation: blink 1s infinite;
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

/* Typing animasyonu için */
.text-rotator.typing {
    overflow: hidden;
    white-space: nowrap;
    animation: typing 0.5s steps(40, end);
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .text-rotator {
        display: block;
        margin-top: 0.2em;
        font-size: inherit;
    }

    h1 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 480px) {
    .text-rotator {
        font-size: inherit;
    }

    h1 {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
    }
}

/* RS İstatistik Kartları Stilleri */

.rs-istatistik-card {
    flex: 1;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rs-istatistik-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}



.rs-istatistik-icon-box {
    background: linear-gradient(135deg, #eef2ff 0%, #f0f4ff 100%);
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}



.rs-istatistik-icon-box svg {
    width: 24px;
    height: 24px;
    stroke: url(#iconGradient);
    fill: none;
    transition: all 0.3s ease;
}



.rs-istatistik-content {
    flex: 1;
    padding-right: 70px;
}

.rs-istatistik-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.4;
}

.rs-istatistik-value {
    font-size: 24px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
    background-color: #fff;
    line-height: 1.2;
}

.rs-istatistik-desc {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

/* Carousel içinde istatistik kartları */
.whySlide2 .rs-istatistik-card {
    margin: 0 auto;
    max-width: 100%;
}

/* Büyük Ana Kart Stilleri */
.rs-ana-kart {
    border-radius: 32px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
}


.rs-ana-kart::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(90, 70, 150, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.rs-ana-kart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.rs-ana-kart-title {
    font-size: 36px;
    font-weight: 700;
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    line-height: 1.2;
}

.rs-ana-kart-badge {
    background: linear-gradient(135deg, #5A4696 0%, #5F4193 100%);
    color: white;
    padding: 14px 24px;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    box-shadow: 0 8px 25px rgba(90, 70, 150, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.rs-ana-kart-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.rs-ana-metric {
    text-align: center;
    padding: 32px 28px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}


.rs-ana-metric-value {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1;
    background: -webkit-linear-gradient(115deg, #5EC4E5 12.56%, #3257A4 43.35%, #5F4193 77.03%, #86529C 100.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rs-ana-metric:nth-child(1) .rs-ana-metric-value {
    color: #5EC4E5;
}

.rs-ana-metric:nth-child(2) .rs-ana-metric-value {
    color: #3257A4;
}

.rs-ana-metric:nth-child(3) .rs-ana-metric-value {
    color: #5F4193;
}

.rs-ana-metric-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--color70);
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.rs-ana-kart-desc {
    font-size: 20px;
    line-height: 1.8;
    color: var(--mainColor);
    margin-bottom: 40px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.rs-ana-kart-trend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 28px 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    z-index: 1;
}


.rs-trend-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #5EC4E5 0%, #3257A4 50%, #5F4193 100%);
    border-radius: 2px;
    position: relative;
}

.rs-trend-line::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid #5F4193;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.rs-trend-text {
    font-size: 17px;
    font-weight: 600;
    color: var(--color70);
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .rs-ana-kart {
        padding: 24px;
    }

    .rs-ana-kart-title {
        font-size: 24px;
    }

    .rs-ana-kart-badge {
        font-size: 10px;
        padding: 8px 16px;
    }

    .rs-ana-kart-metrics {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 200px;
        margin: 20px 0;
    }

    .rs-ana-metric {
        position: absolute;
        width: 80px;
        height: 80px;
        padding: 12px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        animation: elegantOrbit 12s ease-in-out infinite;
        transform-origin: 0 100px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .rs-ana-metric:nth-child(1) {
        animation-delay: 0s;
    }

    .rs-ana-metric:nth-child(2) {
        animation-delay: -4s;
    }

    .rs-ana-metric:nth-child(3) {
        animation-delay: -8s;
    }

    @keyframes elegantOrbit {
        0% {
            transform: rotate(0deg) translateY(-60px) rotate(0deg) scale(1);
            opacity: 0.8;
        }

        25% {
            transform: rotate(90deg) translateY(-60px) rotate(-90deg) scale(1.1);
            opacity: 1;
        }

        50% {
            transform: rotate(180deg) translateY(-60px) rotate(-180deg) scale(1);
            opacity: 0.9;
        }

        75% {
            transform: rotate(270deg) translateY(-60px) rotate(-270deg) scale(1.1);
            opacity: 1;
        }

        100% {
            transform: rotate(360deg) translateY(-60px) rotate(-360deg) scale(1);
            opacity: 0.8;
        }
    }

    .rs-ana-metric-value {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .rs-ana-metric-label {
        font-size: 8px;
        text-align: center;
        line-height: 1.2;
    }

    .rs-ana-kart-desc {
        font-size: 14px;
    }

    .rs-ana-kart-trend {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .rs-ana-kart {
        padding: 20px;
    }

    .rs-ana-kart-title {
        font-size: 20px;
    }

    .rs-ana-kart-badge {
        font-size: 10px;
        padding: 6px 12px;
    }

    .rs-ana-kart-metrics {
        height: 180px;
    }

    .rs-ana-metric {
        width: 70px;
        height: 70px;
        padding: 8px;
        transform-origin: 0 90px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .rs-ana-metric-value {
        font-size: 16px;
    }

    .rs-ana-metric-label {
        font-size: 7px;
    }

    @keyframes elegantOrbit {
        0% {
            transform: rotate(0deg) translateY(-50px) rotate(0deg) scale(1);
            opacity: 0.8;
        }

        25% {
            transform: rotate(90deg) translateY(-50px) rotate(-90deg) scale(1.1);
            opacity: 1;
        }

        50% {
            transform: rotate(180deg) translateY(-50px) rotate(-180deg) scale(1);
            opacity: 0.9;
        }

        75% {
            transform: rotate(270deg) translateY(-50px) rotate(-270deg) scale(1.1);
            opacity: 1;
        }

        100% {
            transform: rotate(360deg) translateY(-50px) rotate(-360deg) scale(1);
            opacity: 0.8;
        }
    }
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .rs-istatistik-card {
        min-width: 260px;
        max-width: 100%;
        padding: 20px;
        gap: 14px;
    }

    .rs-istatistik-icon-box {
        min-width: 44px;
        min-height: 44px;
        padding: 10px;
        top: 12px;
        right: 12px;
    }

    .rs-istatistik-content {
        padding-right: 60px;
    }

    .rs-istatistik-icon-box svg {
        width: 20px;
        height: 20px;
        stroke: url(#iconGradient);
    }

    .rs-istatistik-value {
        font-size: 20px;
    }

    .rs-istatistik-title {
        font-size: 13px;
    }

    .rs-istatistik-desc {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .rs-istatistik-card {
        min-width: 240px;
        padding: 16px;
        gap: 12px;
    }

    .rs-istatistik-icon-box {
        min-width: 40px;
        min-height: 40px;
        padding: 8px;
        top: 10px;
        right: 10px;
    }

    .rs-istatistik-content {
        padding-right: 55px;
    }

    .rs-istatistik-icon-box svg {
        width: 18px;
        height: 18px;
        stroke: url(#iconGradient);
    }

    .rs-istatistik-value {
        font-size: 18px;
    }
}

.whySlide2 .item {
    background: linear-gradient(85deg, rgb(122 111 174) 43.35%, rgb(210 186 255) 100.42%);
    color: white !important
}

/* Başarılarımız Carousel Stilleri */
.success-carousel-container {
    margin-top: 40px;
    padding: 0 20px;
}

.success-carousel .success-item {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 15px;
    position: relative;
    padding: 3px;
    background: linear-gradient(90deg,
            #8B5CF6, #A855F7, #C084FC, #DDD6FE, #F3E8FF,
            #E879F9, #D946EF, #C026D3, #A21CAF, #86198F,
            #7C3AED, #6D28D9, #5B21B6, #4C1D95, #581C87,
            #8B5CF6, #A855F7, #C084FC, #DDD6FE, #F3E8FF);
    background-size: 400% 100%;
    animation: gradientFlow 4s linear infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.success-carousel .success-item a {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 17px;
    overflow: hidden;
}

.success-carousel .success-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    background: rgb(255, 255, 255);
}


/* Responsive Tasarım */
@media (max-width: 768px) {
    .success-carousel-container {
        padding: 0 10px;
    }

    .success-carousel .success-item {
        margin: 0 5px;
    }

    .success-carousel .owl-prev,
    .success-carousel .owl-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .success-carousel .owl-prev {
        left: -20px;
    }

    .success-carousel .owl-next {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .success-carousel-container {
        padding: 0 5px;
    }

    .success-carousel .owl-prev,
    .success-carousel .owl-next {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .success-carousel .owl-prev {
        left: -17px;
    }

    .success-carousel .owl-next {
        right: -17px;
    }
}