body {
    font-family: 'Lato', sans-serif;
    background-color: #fff8f6;
    color: #4b2e2e;
    
}
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.customNavbar {
    background-color: #fff5f8;
    border-bottom: 1px solid #ffdce5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.container-fluid {
    position: relative;
    min-height: 110px;
}
.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 1rem;
    color: #a94466;
    transition: color 0.3s ease;
    position: relative;
    /* display: inline-block; */
}

.navbar-nav .nav-item {
    white-space: nowrap;
}

.navbar-nav .nav-link:hover {
    color: #d65a8e;
    text-decoration: none;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: -3px;
    height: 2px;
    left: 0;
    background-color: #d65a8e;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar-brand img {
    /* display: block; */
    height: 150px;
    object-fit: contain;
}

.hero-container {
    position: relative;
    display: inline-block;
}

.coverPic {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #333;
}

.hero-text h1 {
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
    font-family: "Dancing Script", cursive;
}

/* About page */

.mainContent {
    padding-top: 60px;
    padding-bottom: 60px;
}

.aboutText {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.aboutText h1,
.aboutOptions h2 {
    font-weight: 700;
    color: #d65a8e;
    margin-bottom: 1.5rem;
}

.aboutText h3 {
    font-weight: 400;
    font-size: 1.2rem;
    max-width: 900px;
    margin: 0 auto 3rem auto;
    text-align: center;
    line-height: 1.8;
    color: #5e3b3b;
}

.card {
    margin-top: 1.5rem;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(214, 90, 142, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(214, 90, 142, 0.15);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.card-title {
    margin-top: 1.5rem;
    color: #d65a8e;
    font-weight: 600;
}

.card-text {
    color: #5e3b3b;
    font-size: 0.95rem;
    line-height: 1.6;
}

.card .btn {
    background-color: #d65a8e;
    border: none;
    margin-top: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.card .btn:hover {
    background-color: #b74b79;
}

/* Gallery  */
.gallery-row {
    margin-bottom: 2rem;
}

.galleryText {
    margin-top: 5rem;
}

.my-gallery {
    margin-top: 5rem;
}

.my-gallery a {
    display: block;
    margin-bottom: 15px;
}
.gallery-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
    /* background-color: #fff; */
     /* aspect-ratio: 4/3; */
}

/* .frozenCake {
    height: 350px;
} */

.gallery-img:hover,
.gallery-img:focus {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* contact us */
.contact {
    text-align: center;
    margin-top: 5rem;
}

.contact-form {
    max-width: 700px;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #fdf6f9;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.formSection {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
}

.formSection .submitBtn {
    text-align: center;
}

/* Footer */
#footer {
    /* background-color: #f8eaea; */
    /* background-color: #a78c7f; */
    background-color: #f8c8d0;
    border-top: 1px solid #e7cfd3;
    
    padding: 2rem 1rem;
    color: #3e3e3e;
    
}

.footerName,
.footerCompany {
    font-size: 0.95rem;
    color: #7c4c4c;
    transition: color 0.2s ease;
    
}

.footerCompany a {
    color: #d65a8e;
    text-decoration: none;
}

.footerCompany a:hover {
    text-decoration: underline;
    color: #d45c7a;
}

.footerSocials a {
    font-size: 1.5rem;
    color: #b74b79;
    margin-left: 15px;
    transition: color 0.3s ease;
}


.footerSocials i {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    margin: 0 0.5rem;
    vertical-align: middle;
}

.insta::after,
.insta::before {
    content: none !important;
    display: none !important;
}

.insta {
    all: unset;
    font-size: 2rem;
    /* color: #E1306C; */
    transition: color 0.3s ease;

    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin: 0 0.5rem; */
}

.insta:hover {
    color: #c13584;
}

.facebook {
    font-size: 2rem;
    color: #1877F2;
    transition: color 0.3s ease;
}

.facebook:hover {
    color: #0e5dc4;
}

@media (max-width: 768px) {
    .customNavbar .container-fluid,
    .footerContainer.container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    .navbar-brand img {
        height: 100px;
    }

    .navbar-nav .flex-row {
        flex-direction: column !important;
        align-items: center;
    }

    .navbar-nav .nav-link {
        font-weight: 600;
        font-size: 1rem;
        color: #a94466;
        transition: color 0.3s ease;
        
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .navbar-nav .nav-link:hover {
        color: #d65a8e;
        text-decoration: underline;
    }

    /* left&right */
    .nav-columns {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

    .nav-columns .navbar-nav {
        flex-direction: column !important;
        align-items: center;
    }

    .nav-item {
        margin: 0.3rem 0;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .hero-text {
        font-size: 1.5rem;
    }
    
    #footer {
        text-align: center;
        font-size: 0.9rem;
        padding-left: 0;
        padding-right: 0;
    }

    .mainContent {
        max-width: 35ch;
        margin: 0 auto;
        line-height: 1.6;
        padding-block: 2rem;
        padding-inline: 1rem;
    }
}

@media (max-width: 991.98px) {
    .customNavbar .container-fluid {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-brand {
        position: static;
        transform: none;
        margin-bottom: 1rem;
        order: -1;
    }

    .navbar-brand img {
        height: 150px;
    }

    .navbar-nav {
        flex-direction: column !important;
        align-items: center;
    }

    .navbar-nav.flex-row {
        flex-direction: column !important;
    }

    .nav-item {
        margin: 0.5rem 0;
    }
}

