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

body {
    background-color: #fff;
}

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

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

.navbar-area {
    background: #bc1825;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 14px 0px;
}

.navbar-area .contact {
    padding: 0;
    float: right;
    color: #fff;
    font-size: 14.5px;
    margin: 0px;
}

.head-social {
    margin: 0;
    padding: 0;
    float: right;
    border-left: 1px solid #fff;
    padding-left: 3px;
    margin-left: 25px;
    padding-top: 3px;
    margin-top: -2px;
    height: 23px;
}

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

.head-social li a {
    color: #26285a;
    text-decoration: none;
    background-color: #ebebeb;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    display: block;
    margin-left: 13px;
    text-align: center;
    padding-top: 4.5px;
    margin-top: -4px;
    font-size: 15px;
}

/* 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;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #26285a;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    height: 0;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    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;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.hamburger-navigation .info-box span {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Argesta Display";
    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;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.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: 15px 0;
    position: relative;
    background-color: transparent;
}
.navbar .logo {
    display: inline-block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .logo a {
    display: inline-block;
}
.navbar .logo a img {
    height: 140px;
    margin-top: -43px;
    margin-bottom: -43px;
    z-index: 10;
    position: relative;
    border-radius: 200px;
}


.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 12px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #26285a;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.navbar .site-menu ul li a.reservation-btn {
    background-color: #26285a;
    padding: 14px 25px;
    margin-top: -14px;
    border-radius: 32px;
    color: #ffff;
    font-weight: 600;
    margin-right: -12px;
}

.navbar .site-menu ul li a.reservation-btn ion-icon{
    display: block;
    float: left;
    font-size: 21px;
    margin-top: 1px;
    margin-right: 8px;
}

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

.navbar .hamburger-menu button {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 34px;
    outline: 0;
    margin-top: 5px;
}

.navbar .hamburger-menu button ion-icon {
    float: left;
    font-size: 30px;
    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;
}

/* --- intro --- */
.intro {
    background: #f6f6fa;
    padding: 3.5rem 0 4rem;
}
.intro__container {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}
.intro__left {
    flex: 1;
    min-width: 0;
}
.intro__left .hood-area {
    text-align: left;
    margin-bottom: 0.5rem;
}
.intro__left .hood-area h3 {
    color: #26285a;
}
.intro__desc p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    text-align: left;
}
.intro__video {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0px;
    text-decoration: none;
    background: #26285a;
    padding: 0.6rem 1.5rem 0.6rem 0.6rem;
    border-radius: 50px;
    transition: background 0.25s, box-shadow 0.25s;
}
.intro__video:hover {
    background: #1c1e46;
    box-shadow: 0 4px 16px rgba(38,40,90,0.25);
}
.intro__play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.intro__play i {
    color: #26285a;
    font-size: 12px;
    margin-left: 2px;
}
.intro__video-text {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* form card */
.intro__right {
    flex: 0 0 400px;
}
.intro__form-card {
    background: #26285a;
    border-radius: 16px;
    padding: 2.25rem 2rem 2.5rem;
}
.intro__form-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
}
.intro__form-lead {
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.55;
    margin: 0 0 1.5rem;
}
.intro__form-card input {
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.15);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 0.95rem;
    outline: none;
    margin-bottom: 0.75rem;
    transition: border-color 0.25s;
    box-sizing: border-box;
}
.intro__form-card input:focus {
    border-color: #fff;
}
.intro__form-card input::placeholder {
    color: rgba(255,255,255,0.38);
}
.intro__form-card button {
    width: 100%;
    padding: 0.9rem;
    border: none;
    border-radius: 50px;
    background: #fff;
    color: #26285a;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 0.75rem;
}
.intro__form-card button:hover {
    background: #e8e9f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

@media (max-width: 992px) {
    .intro__container {
        flex-direction: column;
        gap: 2rem;
    }
    .intro__left .hood-area,
    .intro__desc p { text-align: center; }
    .intro__video { justify-content: center; width: 100%; }
    .intro__right { flex: none; width: 100%; max-width: 440px; margin: 0 auto; }
}
@media (max-width: 768px) {
    .intro { padding: 2.5rem 0 3rem; }
    .intro__form-card { padding: 1.5rem 1.25rem 1.65rem; border-radius: 12px; }
}

.hood-area h3 {
    font-size: 1.55rem;
    font-weight: 700;
    color: #26285a;
    line-height: 1.35;
    margin: 0 0 0.6rem;
}

.hood-area h3 span {
    position: relative;
    display: inline;
    padding: 0;
    font-weight: 700;
}

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

.hood-area h3 span hr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 2px;
    background: #26285a;
    z-index: 0;
    opacity: 0.35;
}

.hood-area-fff h3 span hr {
    background: #fff;
    opacity: 0.4;
}

.hood-area p {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-weight: 300;
}


.about-home 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;
    margin-bottom: 0.25rem;
}

.hood-area h2 {
    color: #1b1d2e;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.3vw, 1.75rem);
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.education-area .hood-area,
.education-detail-caro .hood-area {
    margin-bottom: 0.5rem;
}

.education-area .hood-area p,
.education-detail-caro .hood-area p {
    margin-bottom: 2rem;
}


.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 strip (homepage) --- */
.insta-section {
    position: relative;
    padding: 3.25rem 0 3.75rem;
    overflow: hidden;
    background: #12132a;
}
.insta-section__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 20%, rgba(147, 51, 234, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 85% 80%, rgba(236, 72, 153, 0.08) 0%, transparent 50%),
        linear-gradient(165deg, #1a1c3a 0%, #12132a 45%, #0d0e22 100%);
    pointer-events: none;
}
.insta-section__inner {
    position: relative;
    z-index: 1;
}
.insta-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.insta-section__intro {
    flex: 1;
    min-width: 240px;
    max-width: 36rem;
}
.insta-section__eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.5rem;
}
.insta-section__handle {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    font-family: inherit;
}
.insta-section__text {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
}
.insta-section__text p {
    margin: 0 0 0.5rem;
}
.insta-section__text p:last-child {
    margin-bottom: 0;
}
.insta-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff !important;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 24px rgba(220, 39, 67, 0.35);
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.insta-section__cta ion-icon {
    font-size: 1.15rem;
}
.insta-section__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(220, 39, 67, 0.45);
    filter: brightness(1.05);
    color: #fff !important;
}
.insta-section__carousel .item {
    padding: 0 6px;
}
.insta-section__tile {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #1e2050;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s, box-shadow 0.3s;
}
.insta-section__tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.insta-section__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.insta-section__tile:hover img {
    transform: scale(1.06);
}
.insta-section__tile-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(12, 13, 28, 0.75) 100%);
    opacity: 0.85;
    transition: opacity 0.3s;
    pointer-events: none;
}
.insta-section__tile:hover .insta-section__tile-shade {
    opacity: 1;
}
.insta-section__tile-icon {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
    transition: background 0.25s, transform 0.25s;
}
.insta-section__tile-icon ion-icon {
    font-size: 1.35rem;
}
.insta-section__tile:hover .insta-section__tile-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}
.insta-section .owl-dots {
    display: none;
}
@media (max-width: 768px) {
    .insta-section {
        padding: 2.25rem 0 2.75rem;
    }
    .insta-section__head {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 1.5rem;
        padding-bottom: 1.35rem;
    }
    .insta-section__cta {
        justify-content: center;
        width: 100%;
    }
}

/* ========== FOOTER ========== */
footer.sf {
    background: #1a1c3a;
    padding: 0;
    margin-top: 30px;
}

/* contact band (overlapping footer top) */
.pf__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    transform: translateY(-50%);
    margin-bottom: -30px;
}
.pf__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 1.75rem;
    text-decoration: none;
    transition: filter 0.2s;
}
.pf__item:hover { filter: brightness(1.12); }
.pf__item--navy { background: #26285a; }
.pf__item--green { background: #008001; }
.pf__item ion-icon {
    font-size: 1.5rem;
    color: #fff;
    flex-shrink: 0;
}
.pf__item strong {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
}
.pf__item span {
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
}
.pf__item span p { margin: 0; color: inherit; font-size: inherit; }
.pf__item--green span { color: rgba(255,255,255,0.88); }

/* main grid */
.sf__main {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
}
.sf__brand { padding-right: 1.5rem; }
.sf__logo-link { display: inline-block; }
.sf__logo {
    height: 75px;
    width: auto;
    display: block;
    margin-bottom: 1.25rem;
}
.sf__desc {
    color: rgba(255,255,255,0.5);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 1.5rem;
}
.sf__social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.6rem;
}
.sf__social li { margin: 0; padding: 0; list-style: none; }
.sf__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.5);
    font-size: 1.05rem;
    text-decoration: none;
    transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.sf__social a:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255,255,255,0.1);
}

/* columns */
.sf__col h5 {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 1.1rem;
    opacity: 0.85;
}
.sf__col ul { list-style: none; margin: 0; padding: 0; }
.sf__col ul li { margin: 0; padding: 0; list-style: none; }
.sf__col ul a {
    display: block;
    padding: 0.32rem 0;
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
}
.sf__col ul a:hover {
    color: #fff;
    padding-left: 4px;
}

/* bottom */
.sf__bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 1.15rem 0;
    text-align: center;
}
.sf__bottom span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.25);
    font-weight: 300;
}

/* responsive */
@media(max-width: 992px) and (min-width: 769px) {
    .sf__main { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .sf__brand { grid-column: 1 / -1; padding-right: 0; }
}
@media (max-width: 768px) {
    .home-faq {
        margin-bottom: 3.5rem;
    }
    .pf__grid {
        grid-template-columns: 1fr;
        border-radius: 10px;
        transform: translateY(-50%);
        margin-top: 7rem;
        margin-bottom: -40px;
    }
    .pf__item { padding: 1rem 1.25rem; }
    .sf__main { grid-template-columns: 1fr; gap: 1.75rem; padding-bottom: 2rem; }
    .sf__brand { padding-right: 0; }
    .sf__logo {
        height: 160px;
        margin-top: -50px;
    }
}

.page-hood-area {
    position: relative;
    padding: 4.5rem 0 3rem;
    width: 100%;
    background: #26285a url('/front_assets/img/paralax-hood.jpg') center / cover no-repeat;
    overflow: hidden;
}

.page-hood-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(38,40,90,0.55) 0%, rgba(18,19,42,0.6) 100%);
}

.page-hood-area .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-hood-area h3 {
    color: #fff;
    text-align: center;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0;
}

.page-hood-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.page-hood-area ul li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 400;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
}

.page-hood-area ul li:last-child a {
    color: #fff;
    font-weight: 500;
}

.page-hood-area ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.page-hood-area ul li a ion-icon {
    font-size: 14px;
    margin-right: 4px;
}

.page-hood-area ul li a.right-btn ion-icon {
    margin: 0 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}

.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";
}

.lezzet-text {
    width: 100%;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    margin-top: 120px;
}

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

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

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

/* --- contact page --- */
.ct {
    padding: 3rem 0 3.5rem;
    background: #f4f5f9;
}
/* top: 3 cards row */
.ct__top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    margin-bottom: 2rem;
}
.ct__card {
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 14px;
    padding: 1.6rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ct__card:hover {
    border-color: #cccde0;
}
.ct__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(38,40,90,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 1rem;
}
.ct__icon ion-icon {
    font-size: 1.15rem;
    color: #26285a;
}
.ct__card h5 {
    color: #26285a;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
}
.ct__card p {
    color: #666;
    font-size: 0.87rem;
    font-weight: 400;
    line-height: 1.55;
    margin: 0 0 1rem;
    flex: 1;
}
.ct__btn {
    display: inline-block;
    padding: 0.5rem 1.15rem;
    border: 1.5px solid #26285a;
    border-radius: 8px;
    color: #26285a;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.ct__btn:hover {
    background: #26285a;
    color: #fff;
}

/* bottom: form */
.ct__bottom {
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 14px;
    padding: 2rem 2.25rem 2.25rem;
}
.ct__heading {
    color: #26285a;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}
.ct__sub {
    color: #888;
    font-size: 0.85rem;
    font-weight: 400;
    margin: 0 0 1.5rem;
}
.ct__form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.ct__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}
.ct__form input,
.ct__form textarea {
    width: 100%;
    padding: 0.75rem 0.95rem;
    border: 1.5px solid #e0e1ea;
    border-radius: 10px;
    background: #fafafc;
    color: #26285a;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.25s;
    box-sizing: border-box;
    font-family: inherit;
    resize: vertical;
}
.ct__form textarea {
    min-height: 110px;
}
.ct__form input:focus,
.ct__form textarea:focus {
    border-color: #26285a;
    background: #fff;
}
.ct__form input::placeholder,
.ct__form textarea::placeholder {
    color: #a0a2b5;
}
.ct__form button {
    align-self: flex-start;
    padding: 0.75rem 2.5rem;
    border: none;
    border-radius: 8px;
    background: #26285a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0.25rem;
}
.ct__form button:hover {
    background: #1c1e46;
}

@media (max-width: 768px) {
    .ct { padding: 2rem 0 2.5rem; }
    .ct__top { grid-template-columns: 1fr; gap: 0.85rem; margin-bottom: 1.5rem; }
    .ct__bottom { padding: 1.5rem 1.25rem 1.75rem; border-radius: 12px; }
    .ct__row { grid-template-columns: 1fr; }
    .ct__form button { width: 100%; text-align: center; }
}

/* --- Home FAQ (homepage) --- */
.home-faq {
    position: relative;
    padding: 3.25rem 0 4rem;
    background: linear-gradient(180deg, #f4f5fa 0%, #fafbfc 45%, #fff 100%);
    margin-bottom: 25px;
}
.home-faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(38, 40, 90, 0.12), transparent);
}
.home-faq__wrap {
    position: relative;
    z-index: 1;
}
.home-faq__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.home-faq__intro {
    flex: 1;
    min-width: 220px;
    max-width: 38rem;
}
.home-faq__eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(38, 40, 90, 0.45);
    margin-bottom: 0.45rem;
}
.home-faq__heading {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #26285a;
    line-height: 1.2;
}
.home-faq__lead {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 300;
    color: #6a6d7a;
    line-height: 1.65;
}
.home-faq__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.4rem;
    border-radius: 999px;
    background: #26285a;
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(38, 40, 90, 0.22);
}
.home-faq__cta ion-icon {
    font-size: 1rem;
    transition: transform 0.2s;
}
.home-faq__cta:hover {
    background: #1c1e46;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(38, 40, 90, 0.28);
}
.home-faq__cta:hover ion-icon {
    transform: translateX(3px);
}
.home-faq__list {
    width: 100%;
}
@media (max-width: 576px) {
    .home-faq {
        padding: 2.25rem 0 3rem;
        margin-bottom: 3.5rem;
    }
    .home-faq__top {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 1.5rem;
    }
    .home-faq__cta {
        justify-content: center;
        width: 100%;
    }
}

/* --- FAQ page (minimal) --- */
.faq-page {
    padding: 2rem 0 3.5rem;
    background: #fff;
}
.faq-page__empty {
    color: #888;
    text-align: center;
    padding: 2rem 0;
    font-size: 0.9rem;
}
.faq-page__list {
    width: 100%;
    border-top: 1px solid #e8e8e8;
}
.faq-page__item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid transparent;
    transition: border-left-color 0.2s;
}
.faq-page__item[open] {
    border-left-color: #26285a;
}
.faq-page__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 0 1.1rem 0.35rem;
    cursor: pointer;
    list-style: none;
    font-weight: 500;
    color: #26285a;
    font-size: 0.94rem;
    line-height: 1.5;
    background: transparent;
    user-select: none;
}
.faq-page__item[open] .faq-page__q {
    font-weight: 600;
}
.faq-page__q::-webkit-details-marker { display: none; }
.faq-page__q .faq-page__icon {
    flex-shrink: 0;
    color: #999;
    font-size: 1.1rem;
    transition: transform 0.2s ease, color 0.2s;
}
.faq-page__item[open] .faq-page__icon {
    color: #26285a;
    transform: rotate(180deg);
}
.faq-page__a {
    padding: 0 0 1.25rem 0.35rem;
    margin-top: -0.25rem;
    color: #666;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.75;
    background: transparent;
    border: none;
}
.faq-page__a p { margin: 0 0 0.65rem; }
.faq-page__a p:last-child { margin-bottom: 0; }
@media (max-width: 576px) {
    .faq-page { padding: 1.5rem 0 2.5rem; }
    .faq-page__q { padding: 0.95rem 0 0.95rem 0.25rem; font-size: 0.9rem; }
    .faq-page__a { padding: 0 0 1rem 0.25rem; font-size: 0.86rem; }
}

.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;
}

.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;
    }

    .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: 8px !important;
}

.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: 0px;
}


.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: 36px !important;
    }

    .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: absolute;
        left: 0;
        top: -8px;
        z-index: 97;
        background-color: transparent;
    }
}

@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;
    }

    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 strip on static pages — soft off-white (slightly darker than #fff) */
.blog-cards-page.video-area {
    background: #f4f5f7;
}

/* Blog strip header — accent bar + two-row layout */
.blog-cards-strip {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.blog-cards-strip__accent {
    flex-shrink: 0;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #26285a 0%, rgba(38,40,90,0.18) 100%);
}

.blog-cards-strip__body {
    flex: 1;
    min-width: 0;
}

.blog-cards-strip__top {
    margin-bottom: 0.65rem;
}

.blog-cards-strip__eyebrow {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #26285a;
    background: rgba(38, 40, 90, 0.07);
    padding: 0.25rem 0.7rem;
    border-radius: 4px;
    margin-bottom: 0.6rem;
}

.blog-cards-strip__title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #26285a;
    line-height: 1.3;
    margin: 0;
}

.blog-cards-strip__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.blog-cards-strip__desc {
    margin: 0;
    font-size: 0.88rem;
    color: #6a6d7a;
    line-height: 1.6;
    font-weight: 300;
}

.blog-cards-strip__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    background: #26285a;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 3px 12px rgba(38, 40, 90, 0.18);
}

.blog-cards-strip__cta ion-icon {
    font-size: 0.95rem;
    transition: transform 0.2s;
}

.blog-cards-strip__cta:hover {
    background: #1c1e46;
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(38, 40, 90, 0.25);
    color: #fff !important;
    text-decoration: none;
}

.blog-cards-strip__cta:hover ion-icon {
    transform: translateX(3px);
}

@media (max-width: 576px) {
    .blog-cards-strip {
        padding: 1.25rem 1.25rem;
        gap: 1rem;
    }

    .blog-cards-strip__title {
        font-size: 1.2rem;
    }

    .blog-cards-strip__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .blog-cards-strip__cta {
        width: 100%;
        justify-content: center;
    }
}

.blog-cards-page .blog-cards-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.blog-cards-page .blog-cards-grid__col {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 28px;
}

.blog-post-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #2634750f;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    border: none;
    height: 100%;
    min-height: 100%;
}

.blog-post-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 168px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.blog-post-card__media-shade {
    display: none;
}

.blog-post-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 18px 20px 20px;
    text-align: left;
}

.blog-post-card__tag {
    display: inline-block;
    align-self: flex-start;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9a1530;
    background: linear-gradient(135deg, rgba(188, 24, 37, 0.1) 0%, rgba(188, 24, 37, 0.04) 100%);
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
    border: 1px solid rgba(188, 24, 37, 0.12);
}

.blog-post-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #1e2140;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.4em * 2);
    margin-bottom: 7px;
    transition: color 0.2s ease;
}

.blog-post-card:hover .blog-post-card__title {
    color: #bc1825;
}

.blog-post-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    padding: 9px 18px 9px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #26285a;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: #fff;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.blog-post-card__cta ion-icon {
    font-size: 17px;
    transition: color 0.2s ease;
}

.blog-post-card:hover .blog-post-card__cta {
    color: #fff;
    border-color: #26285a;
    background-color: #26285a;
}

.blog-post-card:hover .blog-post-card__cta ion-icon {
    color: #fff;
}

@media (max-width: 575px) {
    .blog-post-card__media {
        min-height: 150px;
        aspect-ratio: 5 / 3;
    }
}

/* Blog cards inside owl carousel */
.blog-cards-page .blog-cards-carousel,
.blog-cards-page .blog-cards-carousel .owl-stage-outer,
.blog-cards-page .blog-cards-carousel .owl-stage {
    background: transparent;
}

.blog-cards-page .blog-cards-carousel .owl-item {
    display: flex;
}

.blog-cards-page .blog-cards-carousel .item {
    width: 100%;
    display: flex;
}

.blog-cards-page .blog-cards-carousel .caro-pad {
    width: 100%;
    display: flex;
}

.blog-cards-page .blog-cards-carousel .blog-post-card {
    flex: 1;
    width: 100%;
    min-height: 100%;
}

.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;
}


/* education cards */
.edu-grid { padding: 2.5rem 0; }
.edu-card {
    display: block;
    text-decoration: none;
    position: relative;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 1.75rem;
}
.edu-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(20,21,46,0.92) 0%, rgba(20,21,46,0.35) 50%, transparent 100%);
    transition: background 0.4s;
    z-index: 1;
}
.edu-card:hover::before {
    background: linear-gradient(0deg, rgba(20,21,46,0.95) 0%, rgba(20,21,46,0.5) 60%, rgba(20,21,46,0.15) 100%);
}
.edu-card__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.5rem 1.6rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.edu-card__title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}
.edu-card__desc {
    color: rgba(255,255,255,0.65);
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.55;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.edu-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.9rem;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s, transform 0.35s;
}
.edu-card__cta ion-icon { font-size: 0.95rem; }
.edu-card:hover .edu-card__cta {
    opacity: 1;
    transform: translateY(0);
}
.owl-carousel .edu-card { margin: 0 8px; }
@media(max-width: 768px) {
    .edu-card { height: 280px; }
    .edu-card__inner { padding: 1.2rem; }
    .edu-card__title { font-size: 1.05rem; }
    .edu-card__cta { opacity: 1; transform: translateY(0); }
}

.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: #f0f0f0;
    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;
}


.poadcast-area .videobox {
    height: 154px;
    background-position: center;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.poadcast-area h4 {
    z-index: 5;
}

.poadcast-area ion-icon {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 1.5px solid #fff;
    padding: 20px;
    height: 37px;
    width: 32px;
    border-radius: 50px;
    color: #fff;
    font-size: 8px;
    padding-top: 4px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 37px;
    padding-bottom: 5px;
    z-index: 5;
}

.poadcast-area .audio-timer {
    color: #fff;
    font-size: 13px;
    padding-top: 9px;
}

.poadcast-area span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #26285a3d;
    z-index: 1;
    border-radius: 10px;
}


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

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

/* education page — callback form sidebar */
.edu-callback {
    position: sticky;
    top: 1.25rem;
    margin-top: -0.25rem;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 16px;
    padding: 1.65rem 1.5rem 1.75rem;
    box-shadow: 0 10px 40px rgba(38, 40, 90, 0.09);
}
.edu-callback__badge {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #26285a 0%, #1c1e46 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
}
.edu-callback__badge ion-icon {
    font-size: 1.35rem;
    color: #fff;
}
.edu-callback__title {
    color: #26285a;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    line-height: 1.3;
}
.edu-callback__lead {
    color: #777;
    font-size: 0.86rem;
    font-weight: 400;
    line-height: 1.55;
    margin: 0 0 1.25rem;
}
.edu-callback__form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.edu-callback__form input {
    width: 100%;
    padding: 0.78rem 1rem;
    border: 1.5px solid #e4e5ed;
    border-radius: 10px;
    background: #fafafc;
    color: #26285a;
    font-size: 0.92rem;
    outline: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.edu-callback__form input:focus {
    border-color: #26285a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(38, 40, 90, 0.08);
}
.edu-callback__form input::placeholder {
    color: #a0a2b5;
}
.edu-callback__form button {
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.82rem 1rem;
    border: none;
    border-radius: 10px;
    background: #26285a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.edu-callback__form button:hover {
    background: #1c1e46;
}
.edu-callback__form button:active {
    transform: scale(0.98);
}

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

.book-order-area img {
    width: 100%;
    background-color: #f0f0f0;
    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;
}

.tavsiyeler-area {
    padding-bottom: 85px;
}

.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: #f5f5f5;
    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;
    }

    .head-social {
        margin: 0;
        padding: 0;
        float: right;
        border-left: 0px solid #fff;
        padding-left: 3px;
        margin-left: 0px;
        padding-top: 3px;
        margin-top: -2px;
        height: 23px;
    }

    .navbar-area {
        background: #bc1825;
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 17px 0px;
        margin-bottom: -7px;
        padding-top: 32px;
    }

    .head-social li a {
        color: #26285a;
        text-decoration: none;
        background-color: #ebebeb;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: block;
        margin-left: 13px;
        text-align: center;
        padding-top: 4.5px;
        margin-top: -6px;
        font-size: 19px;
    }
    .navbar .logo a img {
        margin-top: -15px;
    }

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

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

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



    .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: 5.5rem 0 2rem;
    }

    .edu-callback {
        position: static;
        margin-top: 2rem;
    }

    .page-hood-area h3 {
        font-size: 1.3rem;
        padding-top: 23px;
    }

    .page-hood-area ul li a {
        font-size: 0.75rem;
    }

}

/* ── School Gallery ───────────────────────────────── */

.school-gallery {
    padding: 3rem 0 4rem;
    position: relative;
    z-index: 11;
}

.school-gallery__empty {
    text-align: center;
    color: #999;
    padding: 3rem 0;
    font-size: 1rem;
}

.school-gallery__item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.school-gallery__item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.school-gallery__item:hover img {
    transform: scale(1.04);
}

.school-gallery__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(38, 40, 90, 0);
    transition: background 0.3s ease;
    pointer-events: none;
}

.school-gallery__overlay ion-icon {
    font-size: 2rem;
    color: #fff;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.school-gallery__item:hover .school-gallery__overlay {
    background: rgba(38, 40, 90, 0.35);
}

.school-gallery__item:hover .school-gallery__overlay ion-icon {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 575px) {
    .school-gallery__item {
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .school-gallery {
        padding: 2rem 0 3rem;
    }
}