
*{
    font-family: "Merriweather", serif;
    font-size: 16px;
}

/* Mobile Typography - MVP Standards */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 2rem !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    h3 {
        font-size: 1.25rem !important;
    }
    h4 {
        font-size: 1.1rem !important;
    }
    h5, h6 {
        font-size: 1rem !important;
    }
    p {
        font-size: 14px !important;
        line-height: 1.5;
    }
    .border-right{
        border: 0!important;
    }
    .border-left{
        border: 0!important;
    }
    
    /* Navigation mobile optimization */
    .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 12px 16px !important;
    }
    
    /* Language switcher bigger touch targets */
    .navbar-nav a[href*="lang"] {
        padding: 12px 20px !important;
        font-size: 16px !important;
    }
}
.petek-logo{
    max-width: 130px;
}

/* Mobile logo optimization */
@media only screen and (max-width: 768px) {
    .petek-logo {
        max-width: 100px !important;
    }
}
.nav-item .nav-link{
    font-size: .9rem;
}

/* Active navigation link styling to match button color */
.navbar-nav .nav-link.active {
    color: #7d021f !important;
    font-weight: 600 !important;
}

/* Language Switcher Styling */
.lang-switcher {
    background: linear-gradient(135deg, #7d021f 0%, #a30326 100%) !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    margin: 0 8px !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.lang-switcher:hover {
    background: linear-gradient(135deg, #a30326 0%, #c7032f 100%) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(125, 2, 31, 0.3) !important;
}

.lang-switcher:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(125, 2, 31, 0.4) !important;
}

/* Desktop alignment with menu items */
@media (min-width: 992px) {
    .lang-switcher {
        margin-top: -2px !important;
        margin-bottom: 2px !important;
    }
}

/* Mobile responsive for language switcher */
@media only screen and (max-width: 768px) {
    .lang-switcher {
        width: 100% !important;
        justify-content: center !important;
        margin: 8px 0 !important;
        padding: 12px 16px !important;
        font-size: 16px !important;
    }
}

/* Page Header Standardization */
.page-header {
    min-height: 40vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.page-header-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-family: "Merriweather", serif;
}

.page-header-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Mobile page header optimization */
@media only screen and (max-width: 768px) {
    .page-header {
        min-height: 30vh;
    }
    
    .page-header-title {
        font-size: 2.5rem !important;
        font-weight: 600 !important;
    }
    
    .page-header-subtitle {
        font-size: 1.2rem !important;
        font-weight: 300 !important;
    }
}

/* Slider */
.slider-container{
    position: relative;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* Slider */
.slider-hero{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
    height: 100%;
    width: 100%;
}
.hero-background{
    background-color: rgba(127, 17, 47, 0.88)!important;
}
.menu-cards{
    min-height: 429px;
    background-repeat: no-repeat!important;
    background-position-x: center;
    background-size: cover!important;
}
.hero-2-section{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, .8)), url(https://kandillipastanesi.com/wp-content/uploads/2020/03/p12.jpg);
    background-position: center center;
    background-size: cover;
}
.border-left{
    border-left: 1px solid #f3f3f3;
}
.border-right{
    border-right: 1px solid #f3f3f3;
}

.divider-div{
display: flex;
justify-content: space-between;
align-items: center;
}

.divider{
    flex: 1;
    border-top: 1px solid #242424;
    margin-left: .75rem;
    margin-right: .75rem;
}

.circle{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:#7f112f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-header{
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://kandillipastanesi.com/wp-content/uploads/2020/10/L4A8146-Genel-2.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    position: relative;
}
.end-shape{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    bottom: -1px;
    transform: rotate(180deg);
}
.main-header-text{
    color: #FFFFFF;
    font-size: 5rem;
    font-weight: 500;
    line-height: 0.8em;
    letter-spacing: -2.4px;
}

/* Mobile optimizations for headers */
@media only screen and (max-width: 768px) {
    .main-header-text {
        font-size: 2.5rem !important;
        line-height: 1.1em !important;
        letter-spacing: -1px !important;
    }
}
p{
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0.2px;
}
.main-header-2{
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -1px;
}
.overlay{
    background-color: #000000;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
}
.go-to-menu{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.4px;
    background-color: rgba(62, 51, 51, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
}
.go-to-menu:hover{
    background-color: #7f112f;
    color: #fff;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
}
.go-to-menu:focus{
    background-color: #7f112f!important;
    color: #fff;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
}
.cards-header{
    color: #FFFFFF;
    font-size: 2.125rem;
    font-weight: bold;
    line-height: 0.8em;
    letter-spacing: -1.1px;
}
.list-all-btn{
    color: #FFFFFF;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    background-color: #7f112f;
    border-radius: 30px 30px 30px 30px;
}
.list-all-btn:hover{
    background-color: #000;
    color: #FFFFFF;
}
.list-all-btn:focus{
    background-color: #000!important;
    color: #FFFFFF!important;
}
.hero-header{
    color: #FFFFFF;
    font-size: 2.688rem;
    letter-spacing: -1.4px;
    font-weight: 800;
}
.hero-inner-text{
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 2.7px!important;
}
.hero-part-header{
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 12px;
}
.hero-itallic{
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
}
.footer-text{
    font-size: 0.85rem;
    line-height: 1.7em;
    color: #242424;
}
.phone-text{
    color: #202020;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 0em;
}
.about-us-header-text{
    color: #FFFFFF;
    font-size: 2.9rem;
    letter-spacing: -0.9px;
}
.about-us-hero-header{
    font-size: 1.75rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0.7px;
    text-shadow: 0px 0px 10px #FFFFFF;
}
.about-inner{
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.reservation-text{
font-size: 1rem;
color:#333333;
font-weight: 300;
}
.reservation-info-header{
    color: #3A3A3A;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 3.9px;
}
.reservation-info-text{
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    color: #707070;
}
.reservation-phone{
    font-size: 3rem;
    font-weight: 1000;
}

.contact-info-header{
    color: #000000;
    font-size: 1.3rem;
}
.contact-place-card{
    background-color: rgba(84, 89, 95, 0.07);
    border: 0px!important;
}
.contact-phone-card{
    background-color:rgba(164, 124, 35, 0.09);
    border: 0px!important;
}
.contact-mail-card{
    background-color: rgba(84, 89, 95, 0.07);
    border: 0px!important;
}
.contact-info-text{
    font-weight: 500;
    font-size: .9rem;
    line-height: 28px;
    color: #707070;
}
.form-control{
    border-radius: 0px;
}
.form-control:focus{
    outline: none!important;
    box-shadow: none!important;
    border: 1px solid #7f112f;
}
.anouncements-modal{
    border-radius: 13px;
    min-height: 88vh;

}
.modal-background{
    background-color: #FFF6D8;
    background-image: url(https://kandillipastanesi.com/wp-content/uploads/2023/11/11-Royal-Afternoon-Tea-Box-Tanitim-Kart-Kandilli-Pastanesi-4.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-menu-card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.text-red{
    color: #7f112f;
}
.sub-category-card{
    background-color: #7f112f;
    color: #f3f3f3;
    margin:5px 5px 5px 5px;
    border-radius: 7px;
    padding:3px 8px 3px 8px
}
.sub-category-card:hover{
    background-color: #a22144;
    color: #f3f3f3;
}
.sub-category-card:focus{
    background-color: #a22144!important;
    color: #f3f3f3!important;
}
.menu-item-image{
    border: none;
}
.price-part{
    background-color:rgba(127, 17, 47, .9);
    color: #f3f3f3;
    width: 50px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-item{
    padding-bottom: 10px;
    border-bottom: 1px solid #7f112f;
    margin-bottom: 25px;
}

.petek-modal{
    border-radius: 13px;
    min-height: 600px;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, .5));
    background-repeat: no-repeat;
    background-position: center 100%;
    border:0px;
}

.btn.active{
    border-bottom: 3px solid #7f112f !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.nav-item{
    & .btn{
        &:hover{
            background-color: rgba(0, 0, 0, .1);
            border-bottom: 3px solid #7f112f;
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
            border-radius: 0px;
        }
    }
}

.login-area{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-card{
    width: 600px;
}

/* Mobile responsive improvements */
@media only screen and (max-width: 768px) {
    .login-card {
        width: 90% !important;
        margin: 0 auto;
    }
    
    /* Footer mobile improvements */
    .footer-text {
        font-size: 14px !important;
        text-align: center;
    }
    
    .phone-text {
        font-size: 1.5rem !important;
    }
    
    .divider-div {
        margin: 20px 0;
    }
    
    .social-media .circle {
        width: 35px !important;
        height: 35px !important;
    }
    
    /* Contact cards mobile */
    .contact-info-header {
        font-size: 1.1rem !important;
    }
    
    .contact-info-text {
        font-size: 14px !important;
    }
    
    /* Button improvements */
    .go-to-menu, .list-all-btn {
        font-size: 14px !important;
        padding: 12px 24px !important;
    }
    
    /* Navbar mobile spacing */
    .navbar-nav {
        text-align: center;
        padding: 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 5px 0;
    }
}



