/* --------------------------------------------------
   NAVBAR
-------------------------------------------------- */
.navbar {
    border-radius: 8px;
    padding: 20px 15px;
    align-items: center;
}

.navbar-brand img {
    width: 170px;
    height: auto;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 130px;
    }
}

/* --------------------------------------------------
   COLORS & HELPERS
-------------------------------------------------- */
.white {
    color: #ffffff !important;
}

.dark-section {
    background-color: #b11423;
}

/* --------------------------------------------------
   CTA
-------------------------------------------------- */
.cta-box::before {
    background: none !important;
}

/* --------------------------------------------------
   WHY CHOOSE
-------------------------------------------------- */
.why-choose-item.active .why-choose-item-content h2,
.why-choose-item:hover .why-choose-item-content h2,
.why-choose-item.active .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content h3 {
    color: #b11423;
}

/* --------------------------------------------------
   WHAT WE DO
-------------------------------------------------- */
.whay-we-content,
.what-we-item:nth-child(3n + 2) .whay-we-content,
.what-we-item:nth-child(3n + 3) .whay-we-content {
    background-color: #b11423;
}

/* --------------------------------------------------
   MENU
-------------------------------------------------- */
.our-menu-image img {
    width: 100%;
    max-width: 120px;
    border-radius: 0;
    object-fit: cover;
}

.our-menu-tab-nav ul li .nav-link.active,
.our-menu-tab-nav ul li .nav-link:hover {
    color: var(--white-color);
}

/* --------------------------------------------------
   TESTIMONIAL
-------------------------------------------------- */
.testimonial-pagination .swiper-pagination-bullet-active {
    width: 26px;
    background: var(--white-color);
}

/* --------------------------------------------------
   HISTORY
-------------------------------------------------- */
.history-item-image figure img {
    border-radius: 8%;
}

/* --------------------------------------------------
   DROPDOWN / SUBMENU COLORS
-------------------------------------------------- */
body .navbar-nav .nav-item.submenu ul li .nav-link,
body .navbar-nav .nav-item.submenu ul li .nav-link.active,
body .navbar-nav .nav-item.submenu ul li .nav-link:hover,
body .navbar-nav .nav-item.submenu ul li .nav-link:focus,
body .main-menu ul ul li a,
body .main-menu ul ul li a.nav-link,
body .main-menu ul ul li a.nav-link.active,
body .main-menu ul ul li a.nav-link:hover,
body .main-menu ul ul li a.nav-link:focus,
body .main-menu .nav-menu-wrapper ul ul li a,
body .main-menu .nav-menu-wrapper ul ul li a.nav-link,
body .main-menu .nav-menu-wrapper ul ul li a.nav-link.active,
body .main-menu .nav-menu-wrapper ul ul li a.nav-link:hover,
body .main-menu .nav-menu-wrapper ul ul li a.nav-link:focus,
body .navbar .main-menu ul ul li a,
body .navbar .main-menu ul ul li a.nav-link {
    color: #ffffff !important;
    background-color: transparent !important;
}

/* --------------------------------------------------
   HERO SLIDER
-------------------------------------------------- */
.hero.hero-slider-layout .hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: none !important;
    z-index: 1;
}

.hero.hero-slider-layout .hero-slide {
    align-items: center !important;
    padding-top: 0 !important;
    justify-content: flex-start !important;
}

.hero.hero-slider-layout .hero-slide .container {
    display: flex !important;
    align-items: center !important;
    min-height: 100vh !important;
}

.hero.hero-slider-layout .hero-slide .container .row {
    width: 100% !important;
}

/* --------------------------------------------------
   TOPBAR
-------------------------------------------------- */
@media (min-width: 1024px) {
    .topbar {
        padding: 10px 0;
    }
}

/* --------------------------------------------------
   MOBILE (<= 767px)
-------------------------------------------------- */
@media (max-width: 767px) {

    /* HERO */
    .hero.hero-slider-layout .hero-slide .container {
        min-height: 80vh !important;
        padding: 50px 15px 25px !important;
        position: relative;
        z-index: 2;
        justify-content: flex-start !important;
    }

    .hero.hero-slider-layout .hero-slide .hero-content h1,
    .hero.hero-slider-layout .hero-slide .hero-content h3,
    .hero.hero-slider-layout .hero-slide .hero-content p {
        color: #ffffff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }

    .hero.hero-slider-layout .hero-slide .hero-content br {
        display: none !important;
    }

    .hero.hero-slider-layout .hero-slide .hero-btn {
        position: relative;
        z-index: 2;
    }

    .hero.hero-slider-layout .hero-slide .hero-slider-image {
        position: absolute;
        inset: 0;
        height: 100vh;
        overflow: hidden;
    }

    .hero.hero-slider-layout .hero-slide .hero-slider-image img {
        width: auto;
        height: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: left center;
    }

    /* MENU ITEM */
    .menu-item-title h3 {
        margin-bottom: 10px;
    }

    .menu-item-body {
        display: flex;
        flex-direction: column;
    }

    .menu-item-title {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .menu-item-content {
        order: 2;
        margin-bottom: 5px;
    }

    .menu-item-title h3 {
        order: 1;
    }

    .menu-item-title span {
        order: 3;
    }
}

.contact-us-circle {
    width: 140px !important;
    height: 140px !important;
    background-color: white !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.contact-us-circle img {
    width: 150px !important; 
    height: auto !important;
}

.why-choose-item-content {
    text-align: center !important;
    position: relative !important;
}

.item-img {
    display: block !important;
    margin: 0 2px;  !important;
}

.rating {
    display: block !important;
    position: relative !important;
    top: 20px !important;
    font-size: 30px !important;
    color: #fbbc04 !important;
}

.rating {
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.star {
    display: inline-block;
    position: relative;
    width: 14px;
    text-align: center;
    color: #ffff; 
    margin: 0 2px; 
}

.star.full {
    color: #fbbc04;
}

.star.half {
    color: #ccc;
}

.star.half::after {
    content: '★';
    color: #fbbc04;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.why-choose-item-content img {
    width: 400px !important;
    height: auto;
    display: block;
}

.scrolling-content {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.scrolling-content span {
    margin-bottom: 10px;
}

.scrolling-content span:not(:last-child)::after {
    content: "-";
    margin-left: 10px;
}

.icon-box i {
    font-size: 40px;
    color: #ffff;
}

.cosmos {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 40px;
    line-height: 1;
}

.row.align-items-stretch {
    display: flex;
    align-items: stretch;
}

.col-lg-7, .col-lg-5 {
    display: flex;
    flex-direction: column;
}

#rezervasyon-formu {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-top: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -10px;
}

.reserve-table-content h3 {
    color: #b11423;
}
