.golden-navbar{
    background-color: transparent !important;
    backdrop-filter: unset !important;
}
.navbar-dark{
    background-color: #000000 !important;
}
.font-golden{

}
.landing-nav_main .navbar-collapse .navbar-nav a{
    font-size: 16px !important;
    padding: 20px 27px !important;
}
.landing-nav_main.landing-nav-active{
    background-color: rgba(23, 23, 23, 1) !important;
}
.landing-section {
    background-image: url('https://images.unsplash.com/photo-1449824913935-59a10b8d2000?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 120px 0 60px;

    clip-path: none !important;
}

.landing-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to bottom, rgb(0 0 0 / 47%), rgb(0 0 0 / 43%) 52.52%, rgba(0, 0, 0, 0.4));
    z-index: 0;
}

.landing-content {
    position: relative;
    z-index: 1;
}

.landing-heading h1,
.landing-heading p {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


.landing-wrapper:after {
    background-image: none !important;
    background-color: rgb(248, 248, 248) !important;
}

.landing-nav_main .logo img {
    width: 200px !important;
}
.bg-custom{
    background-color: #ffffff !important;
}
.demos-section .demo-card h6{
    color: #dddddd !important;
}
.landing-section .landing-heading h1{
    color: rgba(221, 221, 221, 1) !important;
}
.landing-heading h1, .landing-heading p{
    color: #e4e4e4 !important;
}

.btn-navy {
    background-color: #002359;
    border-color: #002359;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 4px;
}

.btn-navy:hover, .btn-navy:focus {
    background-color: #002359;
    border-color: #002359;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(26, 35, 126, 0.25);
}
.btn-navy:disabled,
.btn-navy.disabled {
    background-color: #003366;
    color: rgba(255, 255, 255, 0.65);
    cursor: not-allowed;
    opacity: 0.8;
}
.extra-services-details {
    margin-top: 5px;
    border-left: 2px solid rgba(0,0,0,0.1);
}

.extra-service-detail {
    margin-bottom: 2px;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-content {
    text-align: center;
    color: white;
}
.btn-navy .spinner-border {
    color: white;
}

.btn-outline-navy {
    background-color: transparent;
    border: 2px solid #002359;
    color: #002359;
}

.btn-outline-navy:hover, .btn-outline-navy:focus {
    background-color: #002359;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(26, 35, 126, 0.25);
}
.btn-burgundy {
    background-color: #590016;
    border-color: #590016;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 4px;
}
.btn-black{
    background-color: #0c0c0c !important;
    border: 1px solid #0c0c0c !important;
    color: rgba(var(--white),1);
}
.btn-burgundy:hover, .btn-burgundy:focus {
    background-color: #6a001b;
    border-color: #6a001b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(128, 0, 32, 0.25);
}

.btn-outline-burgundy {
    background-color: transparent;
    border: 2px solid #590016;
    color: #590016;
}

.btn-outline-burgundy:hover, .btn-outline-burgundy:focus {
    background-color: #590016;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(128, 0, 32, 0.25);
}
.btn-golden{
    background-color: #c08a2d;
    color: #ffffff;
    transition: all 0.3s ease;
}
.text-burgundy{
    color: #590016;
}
/* Kart stilini iyileştirme */
.demo-card {
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.demo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Resim konteynerini pozisyonlama */
.demo-card .card-body {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 250px; /* Sabit yükseklik vererek tüm kartların aynı boyutta olmasını sağlar */
}

/* Resim stilini iyileştirme */
.demo-card .card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmin oranını koruyarak tüm alanı kaplar */
    transition: transform 0.5s ease;
}

.demo-card:hover .card-body img {
    transform: scale(1.05); /* Hover'da hafif zoom efekti */
}

/* Gradient overlay ekleme */
.demo-card .card-body:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

/* Demo box stilini iyileştirme */
.demo-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2; /* Gradient'in üzerinde görünmesi için */
}

.demo-box h6 {
    color: white;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

/* Button stilini iyileştirme */
.demo-box .btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    color: #002359;
    transition: all 0.3s ease;
}

.demo-box .btn:hover {
    background-color: #002359;
    color: white;
}
.highlight-title {
    color: #590016 !important;
}
/* Kart stili */
.element-card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 2rem !important;
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    background-color: white !important;
    border: none !important;
}

.element-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* İkon konteyner stili */
.element-icons,
.element-section .container .element-card .element-icons {
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 1.8rem !important;
    margin-bottom: 1.5rem !important;
    background-color: transparent !important;
}

/* İkon stili - gradient versiyon */
.element-section .container .element-card .element-icons i,
.element-section .container .element-card .element-icons.icons-primary i,
.element-section .container .element-card .element-icons.icons-secondary i,
.element-section .container .element-card .element-icons.icons-dark i {
    background: linear-gradient(139deg, #ffffff, #002359) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

/* İçerik bölümü stili */
.element-section .element-card > div {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.element-section .element-card .element-content {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Başlık stili */
.element-content h4 {
    margin-bottom: 1rem !important;
    color: #1A1A1A !important;
    font-weight: 600 !important;
}

/* Paragraf stili */
.element-content p {
    color: #6c757d !important;
    margin-bottom: 0 !important;
    flex-grow: 1 !important;
}

/* Bölüm başlığı stili */
.landing-title h2 {
    color: #1A1A1A !important;
    margin-bottom: 1rem !important;
}

/* Vurgulanan başlık stili */
.landing-title h2 span.highlight-title,
h2 span.highlight-title {
    color: #590016 !important; /* Bordo renk */
}
/* Google Reviews için ek stiller */
.testimonial-card {
    height: 100%;
    transition: all 0.3s ease;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.testimonial-card .card-body {
    padding: 2rem !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card .card-text {
    flex-grow: 1;
    font-style: italic;
    color: #555;
}

.text-warning i {
    color: #c08a2d !important; /
    margin-right: 2px;
}

/* Google Business özeti */
.google-business-info {
    display: inline-flex;
    align-items: center;
    background-color: white;
    padding: .5rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

.rating-summary {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-average {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c08a2d;
}

.rating-stars {
    display: flex;
    font-size: 1.2rem;
}

.rating-count {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Footer Styles */
.landing-footer {
    color: #b0b0b0 !important;
    padding: 60px 0 30px !important;
    background-color: rgba(23, 23, 23, 1) !important;
}

.footer-logo {
    max-height: 50px !important;
    margin-bottom: 20px !important;
}

.footer-content h4 {
    color: #fff !important;
    margin-bottom: 20px !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    position: relative !important;
    padding-bottom: 12px !important;
}

.footer-content h4:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 30px !important;
    height: 2px !important;
    background-color: #c08a2d !important;
}

.footer-links li {
    margin-bottom: 10px !important;
}

.footer-links a {
    color: #b0b0b0 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}
.landing-footer .container .footer-content p{
    max-width: 100% !important;
}
.btn-outline-golden{
    background-color: transparent;
    color: #c08a2d;
    border: 1px solid #c08a2d!important;
}
.btn-outline-golden:hover, .btn-outline-golden:focus {
    background-color: #c08a2d;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(197, 165, 114, 0.25);
}
.btn.btn-outline-golden{
    padding: 8px 20px;
    font-size: var(--btn-font-size);
    border-radius: 5px;
}
.btn-outline-white:hover, .btn-outline-white.active, .btn-outline-white.show, .btn-outline-white:checked, .btn-outline-white:focus, .btn-outline-white:focus-visible{
 color: black !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
}
.footer-links a:hover {
    color: #1e1e1e !important;
    padding-left: 5px !important;
}

.contact-info li {
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.contact-info i {
    color: #c08a2d !important;
    font-size: 1.1rem !important;
    min-width: 24px !important;
}

.footer-divider {
    margin: 30px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-bottom {
    color: #777 !important;
    font-size: 0.9rem !important;
}

.social-icons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
}

.social-icons a {
    color: #b0b0b0 !important;
    font-size: 1.2rem !important;
    transition: all 0.3s ease !important;
}

.social-icons a:hover {
    color: #c08a2d !important;
    transform: translateY(-3px) !important;
}

@media (max-width: 767.98px) {
    .footer-content {
        margin-bottom: 30px !important;
    }

    .social-icons {
        justify-content: center !important;
        margin-top: 20px !important;
    }

    .footer-bottom {
        text-align: center !important;
    }
}
.landing-nav_main .navbar-collapse .navbar-nav a.active {
    color: #ffffff !important
}
/* Banner Styles */
.reservation-banner {
    position: relative;
    margin-top: -1px; /* To prevent any gap between the header and banner */
}

.banner-wrapper {
    height: 300px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner-content h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-content p {
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Bread crumb section if needed */
.breadcrumb-section {
    background-color: #f8f9fa;
    padding: 15px 0;
}

.breadcrumb {
    margin-bottom: 0;
    font-size: 14px;
}

.breadcrumb .breadcrumb-item a {
    color: #3763f4;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #6c757d;
}

/* Responsive styles */
@media (max-width: 991px) {
    .banner-wrapper {
        height: 250px;
    }

    .banner-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .banner-wrapper {
        height: 200px;
    }

    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .banner-wrapper {
        height: 150px;
    }

    .banner-content h1 {
        font-size: 1.75rem;
    }
}
.login-step,
.register-step {
    display: none;
}

.login-step.active,
.register-step.active {
    display: block;
}

.verification-code-input {
    letter-spacing: 5px;
    font-size: 1.5rem;
    text-align: center;
}

.verification-timer-container,
.register-verification-timer-container {
    font-size: 0.9rem;
    color: #6c757d;
}
.form-label{
    color: #000000;
}
.bg-danger{
    background-color: rgba(240, 10, 53, 1) !important;
}
.card-number{
    color: #000000 !important;
}
.toast-error{
    background-color: #e93a3a !important;
    border-radius: 5px !important;
    --bs-bg-opacity: 1 !important;
}
.square-logo{
    width: 18%;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
}
.modal-content{
    border-radius: var(--bs-modal-border-radius) !important;
}

.feature-item {
}

.feature-title {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #c08a2d;
}

.element-section p{
    color: rgba(var(--dark),.75);
    font-weight: 400;
    font-size: 14px;
}

.feature-description {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.main-title {
    color: #281d8f;
    font-weight: 700;
    margin-bottom: 1rem;
}

.main-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.card-bg {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    border-radius: 15px;
    overflow: hidden;
}
.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 72%);
    padding: 20px;
}

.swiper {
    padding: 30px 0 !important;
}
.swiper-slide {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 0;
}
.card-body {
    padding: 15px !important;
    padding-bottom: 0 !important;
}
.features-section{
    background: #fafafa !important;
  /*  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 4rem 0 !important; */
}
.form-control-contact{
    border-radius: 2px !important;

}
.form-control-contact:focus{
    border: 1px solid #c08a2d !important;
    box-shadow: 0 0 0 0.2rem rgba(197, 165, 114, 0.25) !important;
}
.contact-card{
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    background-color: #ffffff !important;
    padding: .5rem;
}
.account-nav .nav-link{
    background-color: rgba(0, 0, 0, 0.39) !important;
    color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(0, 0, 0, 1) !important;
}
.account-nav .nav-link:focus, .account-nav .nav-link.active {
    background-color: rgb(0, 0, 0) !important;
}
.account-nav .nav-link:focus:before, .account-nav .nav-link.active:before{
    border-top: 15px solid rgb(0, 0, 0) !important;
}
.text-golden {
    color: #c08a2d;
}
.feature-card {
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.contact-section{
    padding: 10rem 0 !important;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
}

/**** Account Styles ***/
