* {
    font-family: "Nunito", sans-serif;
}

body {
    background-color: #eff0f7;
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

#wowslider-container1 {
    margin-top: 0 !important;
}

.navbar-area {
    background: #0d0e1a;
    width: 100%;
    display: block;
    margin: 0;
    padding: 9px 0;
}

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

.topbar-info {
    display: flex;
    align-items: center;
    gap: 4px;
}

.topbar-info a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 13px;
    margin-right: 24px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.topbar-info a:hover {
    color: #fff;
}

.topbar-info a ion-icon {
    margin-bottom: -2px;
    font-size: 14px;
    margin-right: 4px;
}

.navbar-area .on-kayit-btn {
    display: none;
}

.head-social {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}

.head-social li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.head-social li a {
    color: #9ca3af;
    text-decoration: none;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: color 0.2s ease;
}

.head-social li a:hover {
    color: #fff;
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #1a1c3d;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    height: 0;
    background: #1a1c3d;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition-delay: 1s;
}
.hamburger-navigation .container {
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.hamburger-navigation .info-box {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.hamburger-navigation .info-box span {
    width: 100%;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}
.hamburger-navigation .info-box .nav-social {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
    color: #fff;
    font-size: 22px;
}
.hamburger-navigation .nav-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.hamburger-navigation .nav-menu.mobile-menu {
    display: none;
}
.hamburger-navigation .nav-menu li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    margin-top: 5px;
}
.hamburger-navigation .nav-menu li a:hover {
    color: #26285a;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
    opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
    opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
    opacity: 0;
}


/* NAVBAR */
.navbar {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: linear-gradient(90deg, #1a1c3d 0%, #252759 50%, #352d6e 100%);
    display: block;
}
.navbar .logo {
    display: inline-block;
}
.navbar .logo a {
    display: inline-block;
}
.navbar .logo a img {
    height: 62px;
    margin-top: 0;
    margin-bottom: 13px;
    z-index: 9999;
    position: relative;
    border-radius: 0;
}


.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
}
.navbar > .container {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
    margin-left: auto;
}
.navbar .site-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #d4d4e0;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.navbar .site-menu ul li a:hover {
    color: #fff;
}

.navbar .site-menu ul li a.phone-btn {
    display: none;
}

.navbar .site-menu ul li a.phone-btn ion-icon{
    display: none;
}

.on-kayit-nav-btn {
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.on-kayit-nav-btn:hover {
    background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

.on-kayit-nav-btn ion-icon {
    font-size: 15px;
}

.navbar .site-menu ul li a:hover {
    text-decoration: none;
}
.navbar .hamburger-menu {
    display: inline-block;
    margin-left: auto;
}

.navbar .hamburger-menu button {
    border: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 30px;
    outline: 0;
    margin-top: 0;
    padding: 8px 13px;
    border-radius: 5px;
}

.navbar .hamburger-menu button ion-icon {
    float: left;
    font-size: 28px;
    margin-top: 2px;
}

.navbar .hamburger-menu button span {
    font-size: 18px;
    margin-left: 6px;
    margin-top: 3px;
    display: block;
    float: left;
}

.rez-phone-a {
    margin-right: 35px;
}

.page-baslik h2 span {
    color: #1ACFE4;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #26285a78 !important;
}

.home-box-area img{
    width: 100%;
}

.about-area {
    padding: 45px 0px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.about-area p {
    font-weight: 400;
    font-size: 16px;
    color: #5a5a5a;
}

.about-area h6 {
    color: #26285a;
    font-weight: 400;
    font-size: 18px;
    margin-top: 7px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.about-area h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.about-area img {
    width: 100%;
}

.about-area .rez-yap{
    display: inline-block;
    width: 100%;
}

.about-area .rez-yap ion-icon {
    float: left;
    color: #26285a;
    font-size: 37px;
    margin-right: 16px;
    margin-top: 11px;
}

.about-area .rez-yap a {
    color: #26285a;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.about-area .rez-yap a span {
    display: table;
    color: #26285a;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0px;
    margin-bottom: -6px;
}

.servise-box {
    width: 100%;
    padding: 45px 0px;
}

.servise-box .box {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    text-decoration: none;
}

.servise-box .box .ico {
    background-color: #2291ea;
    display: table;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    font-size: 19px;
    padding-top: 7px;
    margin-bottom: 16px;
}

.servise-box .box .ico i{
    color: #fff;
}

.servise-box .text h6 {
    color: #2d2d2d;
    font-size: 17px;
}

.servise-box .text p {
    color: #616161;
    font-size: 15px;
    font-weight: 400;
}


.video-area {
    background-color: #fff;
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 55px 0px;
}

.video-area .videobox {
    padding: 0px 15px;
    background-size: cover;
    width: 100%;
    display: block;
    height: 260px;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
}

.caro-pad {
    width: 100%;
    padding: 0px 7.5px;
}

.video-area .videobox i {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 6px;
    height: 58px;
    width: 58px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 43%;
}

.video-area .videobox h6 {
    position: absolute;
    left: 15px;
    bottom: 40px;
    --tw-backdrop-blur: blur(8px);
    background-color: #6b6b6b42;
    color: #fff;
    padding: 7px 16px;
    border-radius: 19px;
    font-size: 15px;
}

.video-area .videobox h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
}

.video-area .videoalan {
    width: 100%;
    padding: 0px 5px;
}

/* Anasayfa hakkımızda — kurumsal blok (index) */
.about-home.about-home--kurumsal {
    padding: clamp(2.75rem, 5vw, 4.25rem) 0 clamp(2.5rem, 4vw, 3.5rem);
    background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 45%, #eef0fb 100%);
}

.about-home.about-home--kurumsal .about-home__intro {
    padding-right: clamp(0px, 2vw, 1rem);
}

.about-home.about-home--kurumsal .about-home__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #4f46e5, #6366f1 50%, #8b5cf6);
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.28);
}

.about-home.about-home--kurumsal .about-home__title {
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    line-height: 1.2;
    font-weight: 700;
    color: #1e1b4b;
    letter-spacing: -0.03em;
    margin: 0;
}

.about-home.about-home--kurumsal .about-home__content {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.about-home.about-home--kurumsal .about-home__content p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.about-home.about-home--kurumsal .about-home__content p:last-child {
    margin-bottom: 0;
}

.about-home.about-home--kurumsal .about-home__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
}

.about-home.about-home--kurumsal .about-home__contact {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    flex: 1 1 auto;
    min-width: min(100%, 260px);
}

.about-home.about-home--kurumsal .about-home__contact:hover {
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 12px 36px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.about-home.about-home--kurumsal .about-home__contact-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    color: #4f46e5;
}

.about-home.about-home--kurumsal .about-home__contact-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-home.about-home--kurumsal .about-home__contact-text b {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e1b4b;
    letter-spacing: 0;
    text-transform: none;
}

.about-home.about-home--kurumsal .about-home__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 1rem 1.5rem;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff !important;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.35);
    transition: box-shadow 0.25s ease, transform 0.2s ease, filter 0.2s ease;
    white-space: nowrap;
}

.about-home.about-home--kurumsal .about-home__cta:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 8px 26px rgba(99, 102, 241, 0.42);
    transform: translateY(-2px);
}

.about-home.about-home--kurumsal .about-home__cta ion-icon {
    font-size: 1.125rem;
    margin: 0;
    vertical-align: middle;
}

.hood-area h3 {
    position: relative;
    z-index: 0;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 0.65rem 1.75rem 0.7rem;
    border-radius: 999px;
    font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
    letter-spacing: 0.07em;
    line-height: 1.35;
    margin: 0 auto 1.35rem;
    text-align: center;
    max-width: min(100%, 38rem);
    background: linear-gradient(135deg, #1a1c3d 0%, #312e81 42%, #4338ca 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 4px 6px rgba(15, 16, 40, 0.08),
        0 12px 32px rgba(37, 39, 89, 0.22);
}

.hood-area h3::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    z-index: -1;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #c4b5fd);
    opacity: 0.45;
}

.hood-area h3 span b {
    position: relative;
    z-index: 1;
    font-weight: 700;
}


.hood-area p {
    font-size: 15px;
    color: #494949;
    line-height: 27px;
}

/*Services 8 */

.services8 {
    display: flex;

}

.services8 .item {
    display: flex;
    flex-direction: column;
    background: #26285a;
    padding: 0;
}

.services8 .item:nth-child(2n) .image{
    order:2;
}

.services8 .image {
    width:100%;
    height: 300px;
    display: flex;
    flex-grow: 2;
}

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



.services8 .texts {
    flex-grow: 2;
    width:300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 2em;
    color:white;
}


.services8 .texts .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .5em;

}

.services8 .texts .subtext {
    color:rgb(215,215,215);
    font-size: 1.25em;
}

.services8 .texts a {
    margin-top: 1em;
    color:rgb(192,192,192);
    font-size: 1em;
}



@media (max-width: 767px) {
    .services8 .item {
        flex-direction:row;
        font-size: .8em;
    }

    .services8 .image, .services8 .texts{
        width:50vw;
        height:50vw;
    }

    .services8 .item svg{
        width:120px;
    }

}

.hood-area-ayapa h6 {
    color: #26285a;
    font-weight: 400;
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.hood-area-ayapa h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.rooms .caro {
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .ayapa-rooms .col-md-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

}


.image-duo {
    --fg-blend:          screen;
    --foreground:        #00798f;
    --opacity:           1;
    --spacing:           0px;
}


.image-duo {
    background-color:    #ffffff;
    display:             flex;
    overflow:            hidden;
    padding:             0px;
    position:            relative;
    transition: all ease 500ms;

}
/*
.services8 .item:hover .image::before {
    content:unset;
}

.services8 .item:hover .image img {
    filter:unset;
}
*/
.image-duo  img {
    /*filter:              grayscale(100%) contrast(1) blur(0px);*/
    max-width:           100%;
    mix-blend-mode:      multiply;
    object-fit:          cover;
    opacity:             1;
    position:            relative;
    transition: all ease 1000ms;
}

.services8 .item:hover .image-duo::before {
    background-color:    #26285a;
    bottom:              0;
    content:             '';
    height:              100%;
    left:                0;
    mix-blend-mode:      screen;
    position:            absolute;
    right:               0;
    top:                 0;
    width:               100%;
    z-index:             1;
    transition: all ease 500ms;

}


.services8 .texts {
    position: relative;
}


.services8 svg {
    fill: white;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .25;
    transition: all ease  400ms
}

.services8 .item:hover svg {
    bottom: 20px;
}

.about-area .stars{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    margin-top: 16px;
}

.about-area .stars li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 4px;
    font-size: 14px;
}

.about-area .stars li ion-icon {
    color: #e4a853;
}

.rooms .room-area .image {
    width: 100%;
    height: 432px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.rooms .caro {
    padding: 0px 7.5px;
    width: 100%;
    display: inline-block;
}

.rooms .room-area {
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.rooms .room-area .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 7.5px;
}

.rooms .room-area .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rooms .room-area .text::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(0deg, #3e3b3a94 3%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    border-radius: 10px;
    z-index: 7;
    opacity: 0.4;
}


.rooms .room-area .text h6{
    position: absolute;
    bottom: 19px;
    left: 15px;
    color: #fff;
    z-index: 9;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.25em;
    font-family: 'Gilda Display', serif;
}

.rooms .room-area .text p{
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    z-index: 9;
}

.rooms .room-area .text p span{
    width:55px;
    height: 1px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    float: left;
    margin-top: 11px;
    margin-right: 9px;
    transition: all 500ms;
}

.rooms .room-area:hover .text p span{
    width: 60px;
    transition: all 500ms;
}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    color: #26285a;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
}

.hood-area p {
    margin-bottom: 25px;
}


.hood-two {
    text-align: center;
}

.hood-two h6 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
    margin-top: 0px;
}
.hood-two h5 {
    color: #26285a;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

.hood-two p {
    margin-bottom: 25px;
    font-size: 17px;
}


.instagram-area {
    padding: 35px 2.5px;
    padding-bottom: 115px;
}

.instagram-area .text-area {
    display: inline-block;
    width: 100%;
}

.instagram-area p {
    text-align: left !important;
    font-weight: 300;
    font-size: 16px;
    float: left;
    line-height: 24px;
    color: #636363;
}

.instagram-area h6 {
    font-size: 26px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.25em;
}

.instagram-area .followbtn {
    float: right;
    display: table;
    width: auto;
    background-color: #26285a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 22px;
    margin-right: 3px;
    padding-bottom: 6px;
    margin-top: 13px;
    border-radius: 7px;
    padding-top: 8px;
}

.instagram-area svg {
    width: 100%;
    max-width: 200px;
    display: table;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: -55px;
}

.instagram-area a {
    padding: 0px 3.5px;
    display: block;
    width: 100%;
    position: relative;
}

.instagram-area a ion-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 28px;
    color: #fff;
}

footer {
    background: linear-gradient(165deg, #1a1c3d 0%, #252759 42%, #1e1b4b 100%);
    width: 100%;
    padding-top: 112px;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 -4px 32px rgba(15, 16, 40, 0.08);
}

.footer-logo-area .footer-logo {
    height: 140px;
    display: table;
    margin: 0 auto;
    margin-bottom: -70px;
    margin-top: -75px;
    z-index: 9;
    position: relative;
}


footer .copyright {
    background-color: rgba(12, 14, 35, 0.92);
    width: auto;
    display: table;
    margin: 0 auto;
    color: #fff;
    padding: 8px 30px;
    margin-top: 50px;
    padding-right: 15px;
    border-radius: 15px 15px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #fff;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #fff;
}

footer .copyright ul li a:hover {
    color: #c7d2fe;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #fff;
}

footer hr {
    margin: 0;
    padding: 0;
    border-color: #fff;
    background-color: #ffffffad;
    opacity: 1;
    margin-top: 58px;
}


footer .footer-iyzico {
    width: 100%;
    max-width: 420px;
    display: table;
    margin: 0 auto;
    margin-top: 55px;
}

footer .footer-social {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px dashed #fff;
    padding: 25px 0px;
}


footer .footer-social .phone  {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

footer .footer-social .phone h6 {
    display: table;
    font-size: 23px;
    margin: 0;
    margin-top: 2px;
}

footer .footer-social .phone h6 span{
    font-size: 14px;
    font-width: 300;
}

footer .footer-social .phone svg {
    width: 51px;
    fill: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

footer .footer-social .social {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
}


footer .footer-social .social li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-social .social li a{
    color: #fff;
    font-size: 22px;
    margin-left: 16px;
    margin-top: 13px;
    display: block;
}


footer h4 {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 11px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}

footer .fot-menu {
    margin: 0;
    padding: 0;
}

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

footer .fot-menu li a {
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 400;
    color: #d4d4e8;
    display: block;
    margin-top: 9px;
    transition: color 0.2s ease;
}

footer .fot-menu li a:hover {
    color: #e0e7ff;
}

footer .logo {
    width: 100%;
    max-width: 250px;
    display: table;
}

.social {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.social li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.social li a{
    font-size: 20px !important;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.social li a:hover {
    color: #a5b4fc;
}

.instagram-area .owl-dots {
    display: none;
}

footer .tripadvisor-logo {
    margin-top: 25px;
}

footer .text-fot {
    color: #e8e8e8;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}

/* Sayfa başlığı — ortalı tipografi; arka plan mor ışık + gradient (önceki cam/split yok) */
.page-hood-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: clamp(3.75rem, 8vw, 6.25rem) 0 clamp(3.25rem, 6vw, 5rem);
    background-color: #0f1028;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-hood-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 70% at 85% 15%, rgba(99, 102, 241, 0.35) 0%, transparent 52%),
        radial-gradient(ellipse 70% 55% at 0% 100%, rgba(124, 58, 237, 0.22) 0%, transparent 45%),
        linear-gradient(105deg, rgba(12, 14, 35, 0.94) 0%, rgba(26, 28, 61, 0.88) 48%, rgba(45, 40, 95, 0.82) 100%);
    z-index: 0;
}

.page-hood-area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, #4f46e5, #6366f1 35%, #8b5cf6 70%, #a78bfa);
    z-index: 1;
    pointer-events: none;
}

.page-hood-area .container {
    position: relative;
    z-index: 2;
}

.page-hood-area h3 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 56rem;
    font-size: clamp(1.375rem, 2.4vw, 1.875rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.25;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.28);
}

.page-hood-area p {
    display: block;
    margin: 1rem auto 0;
    padding: 0 0.75rem;
    text-align: center;
    width: 100%;
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
    line-height: 1.65;
    font-weight: 400;
}

.white-back {
    background-color: #fff;
}

.page-text {
    background-color: #f0f0f0;
    width: 100%;
    padding: 65px 0px;
    text-align: center;
}

.page-text h3 {
    color: #26285a;
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
}

.page-text p {
    color: #484747;
    font-size: 16px;
}

.room-list {
    padding: 30px 0px;
}

.room-list .image-room {
    width: 100%;
    height: 520px;
    background-position: center;
    background-size: cover;
}

.room-list .room-text {
    display: table;
    margin: 0 auto;
    width: 100%;
    margin-top: 0;
}

.room-list .room-text h4 {
    font-size: 29px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 0px;
    line-height: 1.25em;
}


.room-list .room-text p {
    font-size: 17px;
    font-weight: 200;
    color: #26285a;
}

.room-list .owl-nav {
    display: block !important;
}

.room-list .owl-dots {
    display: none !important;
}

.owl-dot-left {
    position: relative;
}

.owl-dot-left .owl-nav {
    position: absolute;
    bottom: 0;
    left: 1px;
}

.owl-dot-right {
    position: relative;
}

.owl-dot-right .owl-nav {
    position: absolute;
    bottom: 0;
    right: 1px;
}

.owl-dot-right .owl-nav [class*=owl-], .owl-dot-left .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px !important;
    margin: 0 1px !important;
    padding: 11px 17px !important;
    background: #26285a !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
}


.owl-dot-right .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-right .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.owl-dot-left .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-left .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.pages-df {
    padding: 55px 0px;
    font-weight: 300;
    font-size: 16px;
    color: #5f5f5f;
    line-height: 29px;
}

.pages-df strong{
    color: #353535;
    font-weight: 600;
}

.pages-df h6{
    color: #353535;
}

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px dashed #26285a7d;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 55px 0px;
}

.career-area button {
    background-color: #26285a;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 14.5px;
    font-weight: 500;
    position: relative;
    margin-top: -5px;
}



.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box ion-icon {
    float: left;
    color: #26285a;
    font-size: 33px;
    margin-top: 15px;
    margin-right: 24px;
    margin-left: 8px;
    margin-bottom: 10px;
}
.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
    margin-bottom: 1px;
    margin-top: 8px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}


.contact-area .box a.ozel {
    color: #26285a;
    font-weight: 500;
    border-bottom: 1px dashed #26285a;
    text-decoration: none;
    padding: 7px 2px;
}

.gallery-area img {
    width: 100%;
    margin-bottom: 25px;
}

.gallery-area {
    padding: 45px 0px;
    padding-top: 35px;
}

.gallery-area h2 {
    color: #26285a;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #26285a;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.instagram-area p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -5px;
}

.web-whatsapp, .web-whatsapp:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: green;
    color: #fff;
    height: 52px;
    width: 158px;
    border-radius: 500px;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
    z-index: 99;
}

.web-whatsapp ion-icon {
    font-size: 26px;
    float: left;
    margin-left: 19px;
    margin-top: 4px;
}

.web-whatsapp span {
    font-size: 16px;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
}

.mobilesticty {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.mobilesticty li{
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.mobilesticty li a {
    width: 100%;
    color: #fff;
    background-color: #26285a;
    padding: 9px 0px;
    text-align: center;
    display: block;
    border-top: 1px solid #fff;
    text-decoration: none;
    font-size: 18px;
    padding-top: 12px;
}

.mobilesticty li:last-child a {
    background-color: green;
}

@media(min-width: 768px){
    .mobile-room {
        display: none;
    }

    .mobilesticty {
        display: none !important;
    }
}

@media(max-width: 768px){
    .web-room {
        display: none;
    }

    .site-menu {
        display: none !important;
    }

    .navbar-text span {
        display: none !important;
    }

    footer h4 {
        margin-top: 24px;
    }
    .owl-dot-right .owl-nav {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 1px;
    }

    .web-whatsapp {
        display: none !important;
    }

    .about-area .left-img {
        display: none !important;
    }

    .about-area .right-img {
        display: none !important;
    }

    .room-list .room-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .room-list .image-room {
        width: 100%;
        height: 267px;
        background-position: center;
        background-size: cover;
    }
}

.slider  {
    position: relative;
}

.slider .text-slide {
    position: absolute;
    width: 100%;
    top: 41%;
    text-align: center;
}


.slider .text-slide p {
    position: relative;
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff;
}


.slider .text-slide h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 11px;
}

.slider .text-slide a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 3px;
    font-weight: 400;
}
.desktop-logo {
    padding: 0 !important;
}

.desktop-logo img {
    width: 100%;
}

.site-menu ul {
    margin-top: 0 !important;
    align-items: center;
}

.site-menu ul.right-ul {
    float: right !important;
}


.top-bar-green {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #efefef;
}
.top-bar-green ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    padding-top: 2px;

}

.top-bar-green ul li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-green ul li:first-child a{
    color: #26285a;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: -7px;
    margin-top: -4px;
}

.top-bar-green ul li:last-child{
    float: right;
}

.top-bar-green ul a.language-btn{
    margin-left: 6px !important;
    margin-top: 4px;
    float: right;
    padding: 0;
}

.language-btn img {
    height: 23px;
    width: auto;
}

.navbar .site-menu {
    margin-top: 0;
    flex-shrink: 0;
}


.language-list {
    margin: 0;
    padding: 0;
}

.language-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.language-list li a{
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    text-decoration: none;
    background-color: #eaeaea;
    display: block;
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
}

.language-list li a img {
    height: 23px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}


.ayapa-paralax h3 {
    font-size: 29px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    text-align: center;
}

.ayapa-paralax p {
    font-size: 19px;
    text-align: center;
    margin-top: -8px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 27px;
}

.ayapa-paralax a {
    display: table;
    margin: 0 auto;
    border: 1.5px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-top: 14px;
}

@media(max-width: 768px){
    .navbar .logo {
        margin-top: 0 !important;
        min-width: 0;
        max-width: calc(100% - 130px);
    }

    .navbar > .container {
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .slider .text-slide p {
        position: relative;
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 24px;
        color: #fff;
        font-weight: 400;
        padding: 0px 15px;
    }

    .navbar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 0;
        position: relative;
        left: auto;
        top: auto;
        z-index: 97;
        background: linear-gradient(90deg, #1a1c3d 0%, #252759 50%, #352d6e 100%);
    }
}

@media(min-width: 768px) {
    .lang-container {
        max-width: 1540px;
    }

    .mobile-menu-btn {
        display: none !important;
    }

    .navbar .site-menu {
        display: table !important;
        width: auto !important;
        float: right !important;
        margin: 0;
    }
}

.lezzetlerres img {
    width: 100%;
    margin-bottom: 25px;
}

@media(max-width: 768px){
    .about-area img {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .hamburger-navigation .nav-menu li a {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #cccc;
        padding: 10px 5px;
    }



    .instagram-area .followbtn {
        float: none;
        display: table;
        width: auto;
        background-color: #26285a;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 6px 22px;
        margin-right: 3px;
        padding-bottom: 9px;
        margin-top: 4px;
        margin-bottom: 25px;
        margin-left: 3px;
    }

    footer .logo {
        margin-top: 36px;
    }

    body {
        padding-bottom: 47px;
    }

    .room-list .room-text h4 {
        font-size: 24px;
    }
    .room-list .room-text p {
        font-size: 16px;
        font-weight: 200;
        color: #26285a;
        margin-bottom: -8px;
    }
}

.qr-menu-header {
    background-image:url('/images/slider/7970/1854.jpg');
    padding: 15px 15px;
    background-position: center;
    background-size: cover;
}

.qr-menu-header .logo img {
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 140px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.qr-menu-header h2 {
    color: #fff;
    font-family: 'Gilda Display', serif;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 22px;
    padding-top: 17px;
    margin-bottom: 5px;
}

.qr-menu-header h3 {
    color: #fff;
    font-family: 'Gilda Display', serif;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 22px;
    padding-top: 20px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.qr-menu-header h3 .back-pages {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    margin-top: -8px;
    text-align: center;
    font-size: 23px;
    border-radius: 4px;
    padding-top: 5px;
    text-decoration: none;
    color: #363636;
}

.qr-lang-area {
    margin: 0 auto;
    padding: 0;
    display: table;
}
.qr-lang-area li {
    padding: 0 8px;
    list-style: none;
    float: left;
}

.qr-lang-area li img {
    height: 25px;
}

.products-area .category-area {
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 42px 10px;
    margin-top: 20px;
    border-radius: 9px;
    position: relative;
    width: 100%;
    text-decoration: none;
    display: block;
}

.products-area .category-area span {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(180, 127, 93, 0.21);
    left: 0;
    top: 0;
    border-radius: 9px;
    z-index: 1;;
}

.products-area .category-area p {
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: 'Gilda Display', serif;
    margin: 0;
}

.products-area .product-area {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    background-color: #f0f0f0;
    padding: 9px;
    border-radius: 5px;
    position: relative;
}

.products-area .product-area .foodimage {
    height: 85px;
    width: 110px;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 12px;
    border-radius: 5px;
    position: absolute;
    left: 9px;
    top: 9px;
}

.products-area .product-area .textalan {
    position: relative;
    padding-left: 120px;
}

.products-area .product-area .textalan h6{
    color: #383838;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
    margin-bottom: 3px;
    font-size: 17px;
}

.products-area .product-area .textalan p{
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.products-area .product-area .textalan span{
    color: #252525;
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-size: 17px;
}

.blog-area .videobox {
    margin-bottom: 25px;
    height: 240px;
}

.blog-category {
    width: 100%;
    padding: 0;
    margin: 0;
}

.blog-category li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-category li a{
    width: 100%;
    text-decoration: none;
    background-color: #f5f5f5;
    display: block;
    margin-bottom: 2px;
    padding: 10px 13px;
    color: #4c4c4c;
}

.blog-category li a.active {
    color: #fff;
    background-color: #112b50;
}

.meet-us-area {
    background: linear-gradient(180deg, #f8f9ff 0%, #eef0fb 100%);
    padding-bottom: 1.5rem;
}

.meet-us {
    width: 100%;
    display: table;
    margin: 0 auto;
    background: linear-gradient(125deg, #1a1c3d 0%, #252759 38%, #4338ca 92%, #4f46e5 100%);
    z-index: 9;
    position: relative;
    padding: 43px 55px;
    border-radius: 16px;
    margin-bottom: -62px;
    box-shadow: 0 16px 48px rgba(26, 28, 61, 0.35);
}

.meet-us h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 15px;
}

.meet-us p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    max-width: 720px;
    display: table;
    margin: 0 auto;
    margin-bottom: 12px;
}

.meet-us .container {
    z-index: 2;
    position: relative;
}


.meet-us .form-group {
    width: 100%;
    margin-top: 10px;
}

.meet-us .form-group input {
    width: 100%;
    border: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 13px 22px;
    outline: 0;
    color: #fff;
    border-radius: 50px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.meet-us .form-group input:focus {
    background-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 2px rgba(199, 210, 254, 0.45);
}

.meet-us .form-group input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
}

.meet-us .form-group input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.meet-us .form-group button {
    width: 100%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    padding: 15px 12px;
    outline: 0;
    color: #fff;
    border: 0px;
    font-weight: 600;
    border-radius: 500px;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.35);
    transition: box-shadow 0.25s ease, filter 0.25s ease, transform 0.2s ease;
}

.meet-us .form-group button:hover {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 6px 22px rgba(99, 102, 241, 0.45);
    filter: brightness(1.03);
}

.education-area {
    background-color: #f8f9ff !important;
}

.education-area .item {
    padding: 0px 7.5px;
}

.education-area .education {
    background-color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(226, 232, 240, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.education-area .education:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.1);
}

/* Kart görseli: tam genişlik, sabit yükseklik, üst/alt boşluksuz — yalnızca yükseklik ekseninde cover */
.education-area .education.education-card-v2 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.education-area .education-card-v2__media {
    flex-shrink: 0;
    position: relative;
    height: 230px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #e8eaf2;
}

.education-area .education-card-v2__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.education-area .education-card-v2__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 1.35rem 1.35rem 1.25rem;
    text-align: left;
    gap: 0;
    background: #ffffff;
}

.education-area .education-card-v2__title {
    color: #0a0a0a;
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.education-area .education-card-v2__divider {
    display: block;
    height: 1px;
    margin: 0 0 1rem;
    background: #e8eaf2;
    border: 0;
}

.education-area .education-card-v2__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
    /* Header ÖN KAYIT (.on-kayit-nav-btn) ile aynı tonlar */
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 2px 12px rgba(99, 102, 241, 0.3);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.22s ease;
}

.education-area .education-card-v2__cta-text {
    line-height: 1.2;
}

.education-area .education-card-v2__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.22);
    transition: transform 0.22s ease, background 0.22s ease;
}

.education-area .education.education-card-v2:hover .education-card-v2__cta {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
}

.education-area .education.education-card-v2:hover .education-card-v2__cta-icon {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.32);
}

.paralax-area-home {
    width: 100%;
    display: inline-block;
    background-image: url(../img/paralax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.paralax-area-home h3 {
    display: table;
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
}

.paralax-area-home h3 img{
    display: table;
    width: 100%;
    max-width: 195px;
    margin-top: 8px;
}

.paralax-area-home p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 16px;
}

.home-menu-all {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 25px;
}

.home-menu-all li {
    width: 25%;
    margin: 0;
    padding: 7.5px;
    list-style: none;
    float: left;
}

.home-menu-all li a{
    width: 100%;
    display: block;
    background-color: #eff0f8;
    text-decoration: none;
    padding: 25px 25px;
    text-align: left;
    color: #212529;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
}

.home-menu-all li a span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
    background-color: #26285a33;
    border-radius: 5px;
}

.home-menu-all li a ion-icon {
    font-size: 25px;
    display: block;
    float: left;
    margin-right: 7px;
    color: #26285a;
}


.educations-page .education {
    margin-bottom: 30px;
}

.educations-page {
    margin-bottom: 40px;
}

.education-detail-caro {
    padding-bottom: 95px;
}

.white-page {
    background-color: #fff;
}

.kare-contact-form {
    border-radius: 10px;
    padding: 20px;
    margin-top: -10px;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 262px;
    background-image: url(../img/contact.jpg);
    background-position: center;
    background-size: cover;
}

.kare-contact-form h3 {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 8px;
}

.kare-contact-form p {
    text-align: left;
    font-size: 14px;
}

.kare-contact-form ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.kare-contact-form ul li {
    list-style: none;
    float: left;
    width: 49%;
    padding: 0px 0px;
    padding-right: 5px;
}

.kare-contact-form ul li:last-child {
    float: right;
}

.kare-contact-form ul li a {
    text-decoration: none;
    background-color: #be1926;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 5px;
    border-radius: 6px;
}

.kare-contact-form ul li:last-child a {
    background-color: #008001;
}

.kare-contact-form .form-group input {
    margin-bottom: 12px;
    font-size: 15px;
}

.book-order-area  {
    width: 100%;
    padding: 15px;
    background-color: #f4f4f475;
    border-radius: 10px;
}

.book-order-area img {
    width: 100%;
    background-color: #eff0f8;
    border-radius: 10px;
    margin-bottom: 15px;
}
.book-order-area h2 {
    width: 100%;
    font-size: 21px;
    color: #26285a;
}

.book-order-area p {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #979797;
    padding-bottom: 8px;
}

.book-order-area p span{
    display: table;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}

.book-order-area input {
    width: 100%;
    border: 1px solid #ccc;
    height: 48px;
    border-radius: 5px;
    outline: 0;
    padding: 6px 13px;
    margin-top: 1px;
}

.book-order-area button {
    width: 100%;
    background-color: #bc1825;
    color: #fff;
    border: 0px;
    height: 48px;
    border-radius: 5px;
    outline: 0;
}

.podcast-area {
    margin-bottom: -15px;
    padding-bottom: 105px;
}

.podcast-area .videoalan {
    margin-bottom: 15px;
}

.login-area {
    padding: 45px 0px;
}

.login-area .login-box {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    margin-bottom: 65px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.login-area .login-box input {
    width: 100%;
    outline: 0;
    box-shadow: none;
    padding: 12px 15px;
    margin-bottom: 10px;
    background-color: #eff0f8;
    border: 0px;

}

.login-area .login-box button {
    width: 100%;
    background-color: #bc1825;
    color: #fff;
    border: 0px;
    padding: 12px 5px;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
    outline: 0;
}

.login-area h4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 12px;
}

@media(max-width: 768px){
    .navbar-area .contact {
        display: none;
    }

    .about-home.about-home--kurumsal .about-home__intro {
        padding-right: 0;
        text-align: center;
    }

    .about-home.about-home--kurumsal .about-home__eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .about-home.about-home--kurumsal .about-home__title {
        font-size: 1.55rem;
        line-height: 1.3;
    }

    .about-home.about-home--kurumsal .about-home__content,
    .about-home.about-home--kurumsal .about-home__content p {
        text-align: left;
    }

    .about-home.about-home--kurumsal .about-home__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-home.about-home--kurumsal .about-home__contact {
        width: 100%;
        min-width: 0;
    }

    .about-home.about-home--kurumsal .about-home__cta {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

    .hood-area h3 {
        font-size: 0.75rem;
        padding: 0.55rem 1.15rem 0.6rem;
        letter-spacing: 0.05em;
    }

    /* Mobil: üst şeritte sadece telefon; sosyal ikonlar gizli */
    .navbar-area .container {
        justify-content: center;
    }

    .topbar-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
    }

    .topbar-mail {
        display: none !important;
    }

    .topbar-phone {
        margin-right: 0 !important;
        font-size: 14px;
        font-weight: 600;
        color: #e5e7eb !important;
    }

    .head-social {
        display: none !important;
    }

    .navbar-area {
        width: 100%;
        display: block;
        margin: 0;
        padding: 9px 0;
        position: relative;
        z-index: 98;
    }

    .on-kayit-btn {
        display: none;
    }

    .head-social li a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
        font-size: 20px;
        color: #9ca3af;
    }
    .navbar .logo a img {
        margin-top: 0;
        height: 45px;
    }

    .navbar .hamburger-menu {
        display: inline-block;
        margin-left: auto;
        margin-top: 0;
    }

    .hamburger-navigation .nav-menu li a ion-icon {
        display: none;
    }

    .hamburger-navigation .nav-menu li a {
        margin-top: 11px;
    }

    .meet-us .form-group input {
        margin-bottom: 12px;
    }

    .meet-us .form-group button {
        width: 100%;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        padding: 11px 12px;
        outline: 0;
        color: #fff;
        border: 0px;
        font-weight: 700;
        border-radius: 500px;
        margin-top: 5px;
        box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    }

    .home-menu-all li {
        width: 100%;
    }

    .paralax-area-home h3 {
        text-align: center;
    }

    .paralax-area-home h3 img {
        display: table;
        width: 100%;
        max-width: 195px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .page-hood-area {
        padding: 3.25rem 0 3rem;
    }

    .page-hood-area h3 {
        font-size: 1.35rem;
        line-height: 1.3;
    }

    .page-hood-area p {
        margin-top: 0.75rem;
        font-size: 0.9375rem;
        line-height: 1.6;
    }

    .kare-contact-form {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1242px;
    }
}

.wall-area {
    background-color: #26285a;
    display: inline-block;
    width: 100%;
    padding: 150px 0px;
    margin-top: -10px;
    border-radius: 15px;
    background-image: url(../img/paralax.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}


.wall-area h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.wall-area p {
    color: #fff;
}

.wall-area a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 11px 35px;
    display: table;
    margin: 0 auto;
    border-radius: 100px;
}


.home-gallery  {
    width: 100%;
    padding: 40px 0px;
    padding-bottom: 15px;
}

.home-gallery img {
    width: 100%;
    margin-bottom: 25px;
}

.wall-area-df {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 55%);
}

/* Anasayfa CTA bandı — navbar tonları, okunaklı overlay */
.wall-area-df .wall-area.wall-area--cta {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem);
    margin-top: 0;
    border-radius: 1.25rem;
    background-color: #1a1c3d;
    background-image: url(../img/paralax.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: 0 20px 50px rgba(26, 28, 61, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.12);
}

.wall-area-df .wall-area.wall-area--cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 90% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 55%),
        linear-gradient(120deg, rgba(15, 16, 40, 0.92) 0%, rgba(37, 39, 89, 0.82) 45%, rgba(67, 56, 202, 0.45) 100%);
    z-index: 0;
    pointer-events: none;
}

.wall-area-df .wall-area.wall-area--cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #4f46e5, #6366f1 40%, #8b5cf6);
    z-index: 1;
    pointer-events: none;
}

.wall-area-df .wall-area__inner {
    position: relative;
    z-index: 2;
    max-width: 40rem;
    margin: 0 auto;
}

.wall-area-df .wall-area__title {
    color: #fff;
    font-size: clamp(1.35rem, 2.4vw, 1.875rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.25;
    margin: 0 0 1rem;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.3);
}

.wall-area-df .wall-area__lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
    line-height: 1.65;
    margin: 0 0 1.75rem;
    font-weight: 400;
}

.wall-area-df .wall-area__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.85rem;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.38);
    transition: box-shadow 0.25s ease, transform 0.2s ease, filter 0.2s ease;
}

.wall-area-df .wall-area__btn:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 8px 28px rgba(99, 102, 241, 0.45);
    transform: translateY(-2px);
    filter: brightness(1.03);
}


.ecommerce-fqa {
    background-color: #f3f7fe;
    padding-top: 45px;
}

.ecommerce-fqa .fqa-area-min .fqa-btn {
    background-color: #fff;
}

.ecommerce-fqa .fqa-area-min .active {
    color: #fff;
    background-color: #0d2a50;
}


.fqa-area {
    padding-bottom: 35px;
    padding-top: 55px;
}

.fqa-area h3 {
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #4d4d4d;
    margin-top: 15px;
}

.fqa-area .fqa-area-min .fqa-btn {
    width: 100%;
    text-decoration: none;
    color: #1e1f28;
    display: block;
    background-color: #f7f7f7;
    margin-bottom: 17px;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
}

.fqa-area .fqa-area-min .active {
    color: #fff;
    background-color: #0d2a50;
}

.fqa-area .fqa-area-min  .collapse p {
    color: #1e1f28;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
    margin-top: -7px;
}

/* S.S.S sayfası (fqa.blade) — kart akordeon, site indigo paleti */
.fqa-area.education-fqa.fqa-sss-page {
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 52%);
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.fqa-area.education-fqa.fqa-sss-page .fqa-area-min {
    margin-bottom: 0.75rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.fqa-area.education-fqa.fqa-sss-page .fqa-area-min .fqa-btn {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background: #f8fafc;
    color: #1e1b4b;
    font-weight: 600;
    padding: 14px 42px 14px 18px;
    position: relative;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fqa-area.education-fqa.fqa-sss-page .fqa-area-min .fqa-btn::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 700;
    color: #6366f1;
    width: 1.75rem;
    text-align: center;
}

.fqa-area.education-fqa.fqa-sss-page .fqa-area-min .fqa-btn.active {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.fqa-area.education-fqa.fqa-sss-page .fqa-area-min .fqa-btn.active::after {
    content: "\2212";
    color: #fff;
}

.fqa-area.education-fqa.fqa-sss-page .fqa-area-min .collapse p {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 18px 20px;
    background: #fafbff;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

/* Ön kayıt sayfası (onkayit.blade) */
.onkayit-form-page {
    padding-top: 2.75rem;
    padding-bottom: 4rem;
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 48%);
}

.onkayit-form-page .onkayit-form-panel {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 3vw, 2rem) 2rem;
}

.onkayit-form-page.career-area h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 2px solid #e0e7ff;
    color: #1e1b4b;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
}

.onkayit-form-page.career-area .form-group {
    margin-bottom: 0;
}

.onkayit-form-page.career-area input,
.onkayit-form-page.career-area select,
.onkayit-form-page.career-area textarea {
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    margin-bottom: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.onkayit-form-page.career-area input:focus,
.onkayit-form-page.career-area select:focus,
.onkayit-form-page.career-area textarea:focus {
    border-color: rgba(99, 102, 241, 0.55);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
    outline: 0;
}

.onkayit-form-page.career-area .onkayit-form-submit {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 0.75rem auto 0;
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 0.9375rem !important;
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.32);
    transition: box-shadow 0.25s ease, filter 0.2s ease;
}

.onkayit-form-page.career-area .onkayit-form-submit:hover {
    filter: brightness(1.05);
    box-shadow: 0 8px 28px rgba(99, 102, 241, 0.38);
}

@media (max-width: 768px) {
    .fqa-area.education-fqa.fqa-sss-page .fqa-area-min .fqa-btn {
        font-size: 14px;
        padding: 12px 38px 12px 14px;
    }
}

/* Blog listesi — önceki düzen; renkler site indigo/mor paleti */
.tavsiyeler-area {
    padding-bottom: 85px;
    background-color: #eff0f8;
}

.tavsiyeler-area .blog-boxs {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
    margin-top: 25px;
}

.tavsiyeler-area .blog-boxs h4 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #312e81;
    margin-top: -9px;
    text-align: center;
    font-weight: 600;
}

.tavsiyeler-area .blog-boxs p {
    display: block;
    font-size: 14px;
    color: #5c6173;
    font-weight: 300;
    text-align: center;
}

.tavsiyeler-area .blog-boxs span {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    width: 100%;
    display: block;
    text-align: center;
    padding: 9px 5px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

.tavsiyeler-area .blog-boxs:hover span {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}





.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box svg {
    height: 52px;
    margin-bottom: 12px;
    fill: #bf1826;
}

.contact-area .box {
    text-align: center;
    margin-top: 15px;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 17px;
    border-bottom: 1px dashed #bf1826;
    padding-bottom: 11px;
    margin-bottom: 10px;
}

.contact-area .box p {
    color: #373737;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #373737;
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}


.contact-area .box a.ozel {
    color: #fff;
    font-weight: 500;
    background-color: #0c294f;
    text-decoration: none;
    padding: 10px 24px;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    border: 0;
    border-radius: 50px;
}

.success-icon{
    width: 86px;
    height: 86px;
    border-radius: 999px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #006a01, #008001);
    display: grid;
    place-items: center;
}

.success-icon ion-icon{
    font-size: 46px;
    color: #fff;
}

.success-title{
    margin: 8px 0 10px;
    color: #26285a;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: center;
    font-size: 23px;
}

.success-text{
    margin: 0 auto 18px;
    max-width: 620px;
    color: #4a4d7a;
    line-height: 1.65;
    font-size: 15.5px;
    text-align: center;
}

.success-info{
    margin: 18px auto 22px;
    max-width: 640px;
    display: grid;
    gap: 10px;
    text-align: left;
}

.success-info-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(38,40,90,.06);
}

.success-info-item ion-icon{
    font-size: 20px;
    color: #26285a;
}

.success-info-item span{
    color: #26285a;
    font-weight: 600;
    font-size: 14.5px;
}

.success-actions{
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6px;
}

.btn-success{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}

.btn-success.primary{
    background: #26285a;
    color: #fff;
    box-shadow: 0 12px 26px rgba(38,40,90,.22);
}

.btn-success.primary:hover{
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(38,40,90,.28);
}

.btn-success.ghost{
    background: transparent;
    color: #26285a;
    border: 1px solid rgba(38,40,90,.25);
}

.btn-success.ghost:hover{
    background: rgba(38,40,90,.06);
}

.btn-success ion-icon{
    font-size: 18px;
}

.success-note{
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(208, 151, 142, .16);
    color: #5a2c2c;
    font-size: 13.5px;
    display: table;
    margin: 0 auto;
}

.success-note ion-icon{
    font-size: 18px;
}

.box-eductaion-ey {
    background-color: orange;
}

.education-detail p{
    color: #373737;
    font-size: 16px;
    line-height: 29px;
}

.education-detail h3{
    color: #26285a;
    border-bottom: 1px dashed #26285a;
    font-size: 18px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top: 22px;
    display: block;
}

.education-detail ul {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-bottom: 10px;
}

.education-detail ul li{
    list-style: circle;
}

.education-detail ul li p{
    margin-bottom: 0px;
    margin-bottom: 2px;
    font-size: 15px;
}

.box-eductaion-ey {
    background-color: #26285a;
    text-align: center;
    color: #fff;
    padding: 55px 23px;
    border-radius: 20px;
    margin-top: 25px;
}


.box-eductaion-ey h5{
    font-size: 18px;
    font-weight: 700;
}

.box-eductaion-ey p{
    margin: 0;
    margin-bottom: 0px !important;
    font-size: 14px;
    line-height: 28px;
    color: #e3e3e3;
}

.education-area-list {
    background-color: #fff !important;
    padding-top: 0px !important;
}


.education-area-list  .item {
    padding: 0px 7.5px;
}

.education-area-list .egitmen {
    background-color: #eff0f7;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 10px;
    height: 335px;
}

.education-area-list  .egitmen .images-area{
    background-color: #eff0f7;
    width: 100%;
    height: 335px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

.education-area-list .egitmen .images-area h4 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    padding: 26px 5px;
    border-radius: 0px 0px 9px 9px;
    background: linear-gradient(to bottom, rgba(38, 40, 90, 0) 0%, rgba(38, 40, 90, 0.35) 35%, rgba(38, 40, 90, 0.85) 100%);
    text-shadow: 0px 0px 11px #000;
}

.education-area-list .egitmen .images-area h4 span {
    font-weight: 500;
    font-size: 16px;
}

.fqa-education {
    background-color: #fff !important;
    padding-top: 0 !important;
}

/* —— İletişim sayfası (contact.blade) —— */
.contact-page-kurum.contact-area {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-page-kurum--split.contact-area {
    padding-top: 44px;
    padding-bottom: 48px;
}

.contact-page-kurum--split.career-area {
    padding-top: 44px;
    padding-bottom: 48px;
}

.contact-page-kurum__layout {
    --contact-gap: 1.5rem;
}

.contact-page-kurum__aside {
    display: flex;
    flex-direction: column;
}

.contact-page-kurum__form-col {
    display: block;
}

/* Sol iletişim: tek panel, ince tipografi, metin linkleri */
.contact-aside-panel {
    background: #fff;
    border-radius: 14px;
    padding: 22px 20px 20px;
    border: 1px solid rgba(38, 40, 90, 0.07);
    box-shadow: 0 2px 16px rgba(26, 28, 61, 0.04);
}

.contact-aside-panel__head {
    margin-bottom: 6px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef0f7;
}

.contact-aside-panel__eyebrow {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #818cf8;
    margin: 0 0 0.4rem;
}

.contact-aside-panel__title {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.contact-aside-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-aside-list__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0 16px;
    border-top: 1px solid #f1f2f8;
}

.contact-aside-list__item:first-of-type {
    border-top: 0;
    padding-top: 14px;
}

.contact-aside-list__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}

.contact-aside-list__icon--phone {
    background: rgba(99, 102, 241, 0.1);
    color: #4f46e5;
}

.contact-aside-list__icon--map {
    background: rgba(37, 39, 89, 0.08);
    color: #252759;
}

.contact-aside-list__icon--mail {
    background: rgba(124, 58, 237, 0.1);
    color: #6d28d9;
}

.contact-aside-list__body {
    flex: 1;
    min-width: 0;
}

.contact-aside-list__label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 4px;
}

.contact-aside-list__value {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.45;
    text-decoration: none;
    word-break: break-word;
}

a.contact-aside-list__value:hover {
    color: #4f46e5;
}

.contact-aside-list__value--rich {
    font-size: 0.875rem;
    font-weight: 400;
    color: #4b5563;
    line-height: 1.55;
}

.contact-aside-list__value--rich p {
    margin: 0 0 0.35em;
}

.contact-aside-list__value--rich p:last-child {
    margin-bottom: 0;
}

.contact-aside-list__action {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6366f1;
    text-decoration: none;
    transition: color 0.15s ease, gap 0.15s ease;
}

.contact-aside-list__action:hover {
    color: #4f46e5;
    gap: 7px;
}

.contact-aside-list__action ion-icon {
    font-size: 0.95rem;
    margin-top: 1px;
}

.contact-pro-form-panel {
    max-width: none;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(38, 40, 90, 0.1);
    box-shadow: 0 4px 24px rgba(26, 28, 61, 0.06);
}

.contact-pro-form-panel__head {
    text-align: center;
    margin-bottom: 22px;
}

.contact-page-kurum--split .contact-pro-form-panel__head {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef0f6;
}

.contact-pro-form-panel__head ion-icon {
    font-size: 2.25rem;
    color: #6366f1;
    margin-bottom: 10px;
}

.contact-page-kurum--split .contact-pro-form-panel__head ion-icon {
    font-size: 1.65rem;
    margin-bottom: 0;
    flex-shrink: 0;
}

.contact-pro-form-panel__head h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1c3d;
    margin: 0;
    line-height: 1.35;
}

.contact-page-kurum--split .contact-pro-form-panel__head h2 {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.contact-pro-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 6px;
}

.contact-page-kurum--split.career-area input,
.contact-page-kurum--split.career-area textarea {
    border-radius: 10px;
    border-color: #e5e7eb;
    margin-bottom: 0;
}

.contact-page-kurum--split .form-group {
    margin-bottom: 14px;
}

.contact-page-kurum--split.career-area textarea {
    min-height: 0;
    resize: vertical;
}

.contact-pro-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 11px 28px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.28);
    margin-top: 2px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-pro-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.42);
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .contact-page-kurum__aside {
        margin-bottom: 0.5rem;
    }

    .contact-page-kurum--split .contact-pro-form-panel__head {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding-bottom: 16px;
    }

    .contact-page-kurum--split .contact-pro-form-panel__head ion-icon {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .contact-pro-form-panel {
        padding: 20px 16px 18px;
    }

    .contact-aside-panel {
        padding: 18px 16px 16px;
    }

    .contact-aside-list__item {
        padding-top: 16px;
        padding-bottom: 14px;
    }
}
