@charset "utf-8";

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/********* Fonts Face CSS End **********/



/********** Template CSS **********/
:root {
    --primary: #B8B88A;
    --primary-text: #B8B88A;
    --primary-headers: #23282cc7;
    --secondary: #34ad54;
    --secondary-text: #D49903;
    --light: #eef9ff;
    --dark: #091e3e;
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/Cormorant-Regular.ttf');
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/Cormorant-Medium.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/Cormorant-SemiBold.ttf');
}


a,
button,
h5,
h6,
input,
label,
li,
p,
small,
span,
strong,
textarea {
    font-family: 'medium';
}

h1,
h2,
h3,
h4 {
    font-family: 'bold';
}

.prim-bg {
    background-color: #f5f1e5;
}

.section-tit {
    font-size: 40px;
}

.fa-star {
    color: #D49903
}

.active-bread {
    color: #D49903
}

.breadcrumb-item {
    font-size: 14px;
    color: #8383839d;
}

.breadcrumb-item.active-bread {
    color: #D49903
}

.prim-color {
    color: #4A3A2A;
}

.sec-color {
    color: var(--primary-text);
}

@media (max-width: 768px) {
    .section-tit {
        font-size: 30px;
    }
}

/**--------------------------- pop up */

/*!================================= Navbar Start */
.navbar {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.nav-link.active {
    color: var(--primary-text) !important;
    font-size: 20px;
    font-family: 'bold';
}

.nav-link {
    font-size: 20px;
    color: #000;

}

.navbar-brand img {
    /* width: 140px; */
    height: 60px;
}

/*!================================= Navbar End */

/*&-------------------------------------------------- Carousel Start --> */
.slider-layer {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    height: 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0000006e;
    font-family: 'bold';
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
}

.slider-img {
    object-fit: cover;
}

.slider-img {
    height: 50vh;
}

@media (min-width: 992px) {
    .slider-img {
        height: 80vh;
    }
}

.slider-img {}

/*&-------------------------------------------------- Carousel End --> */

/* ^--------------- small cards in directs start --> */
.card-tit {
    font-family: 'bold';
    font-size: 24px;
}

.card-desc {
    font-size: 20px;
    font-family: 'regular';
    color: #0000009d;
}

.bak-card {
    border-right: 0px solid #84838329;
}

.cat-img {
    object-fit: contain;
    height: 130px;
}

/* ^--------------- small cards in directs End --> */

/* ?----------soon  Start --> */
.coming-soon-section {
    /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('./assets/img/background/bakery-bg.jpg'); */
    background-size: cover;
    background-position: center;
    color: var(--primary);
    height: 70vh;
}

.time-block {
    /* background: rgba(255,255,255,0.1); */
    padding: 20px;
    border-radius: 10px;
    min-width: 100px;
}

.time-block h2 {
    font-size: 2.5rem;
    margin: 0;
}

.time-block span {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.newsletter-signup {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
}

.btn-primary {
    background-color: #ff6b6b;
    border: none;
}

.btn-primary:hover {
    background-color: #ff5252;
}

/* ?----------soon  End --> */


/* <!-- ======================= special interviews start --> */
.testomonials {
    padding: 170px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.171), rgba(0, 0, 0, 0.343)), url(../img/bg/review.jpg);
    background-size: cover;
    background-position: 50% 48px;
    background-attachment: fixed;
}

.review {
    font-size: 25px;
    font-family: 'regular';
    font-style: italic;
}

.author {
    font-size: 14px;
    font-family: 'regular';
    word-spacing: 4px;
    letter-spacing: 4px;
}

/* Owl Carousel Dots Customization */
.owl-theme .owl-dots {
    margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    transform: scale(1.2);
}

/* <!-- ======================= special interviews end --> */

/* ~------------------------History Start --> */
/* General Styles */


/* Timeline */
.timeline {
    /* width: 80%; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

/* Timeline Item */
.timeline-item {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    align-items: center;
    gap: 20px;
    position: relative;
}

/* Vertical Line */
.timeline::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--primary-text);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* Timeline Line (Wrapper for Dot, Horizontal Line, and Year) */
.timeline-line {
    position: relative;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dot */
.dot {
    width: 5px;
    height: 5px;
    background: var(--primary-text);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

/* Horizontal Line */
.horizontal-line-right {
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--primary-text);
    right: 5px;
    top: 0;
}

/* Horizontal Line */
.horizontal-line-left {
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--primary-text);
    left: 5px;
    top: 0;
}

/* Year */
.year-right {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-text);
    position: absolute;
    right: -50px;
    top: -30px;
}

.year-left {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-text);
    position: absolute;
    left: -50px;
    top: -30px;
}

/* Content */
.timeline-content {
    /* padding: 20px; */
    text-align: center;
}

.timeline-content img {
    width: 100%;
    border-radius: 10px;
}

.history-tit {
    font-size: 34px;
    text-align: start;
}

.history-desc {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto; /* Optional for better hyphenation */
    line-height: 1.6;
}

.timeline-content {
    box-sizing: border-box;
}
.back-g-history-left {
    position: absolute;
    top: -120px;
    left: -25px;
    width: 100%;
    max-width: 350px;
    z-index: -9 !important;
}

.back-g-history-right {
    position: absolute;
    top: -120px;
    right: -25px;
    width: 100%;
    max-width: 350px;
    z-index: -9 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .timeline::before {
        left: 10px;
    }

    .timeline-line {
        width: 100%;
        justify-content: center;
    }

    .horizontal-line-right {
        display: none;
    }

    .horizontal-line-left {
        display: none;
    }

    .year-right {

        left: 50px;
        top: 0;
        right: auto;
    }

    .year-left {

        left: 50px;
        top: 0;
    }

    .timeline-content {
        padding: 0px 30px !important;
    }

    .timeline-item {
        gap: 5px;
    }

    .dot {
        display: none;
    }

    .history-desc {
        margin-bottom: 0;
    }

    .back-g-history-leftm ,.back-g-history-right {
        left: 0px;
    }
}

/* ~------------------------History End --> */
/* &------------------------team cards  Start --> */
/* Section Header */
.team-section h2 {
    font-size: 28px;
    /* margin: 40px 0 10px; */
}

.team-section p {
    font-size: 16px;
    color: #777;
    text-align: center;
    margin-bottom: 40px;
}


/* Team Card */
.team-card {
    background: #fff;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.team-card:hover {
    transform: translateY(-10px);
}

/* Image */
.team-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Info Section */
.team-info {
    margin-top: -16px;
    padding-top: 0px;
    padding-bottom: 20px;
    background: #f9f5ec;
}

/* Role Badge */
.role {
    display: inline-block;
    background: #4A3A2A;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.chef {
    background: #4A3A2A;
}

.baker {
    background: #4A3A2A;
}

/* Name */
.team-info h3 {
    font-size: 18px;
    margin: 10px 0;
}

/* Description */
.team-info p {
    /* font-size: 14px; */
    color: #666;
}

/* Social Icons */
.social-icons {
    margin-top: 15px;
}

.social-icons a {
    color: #444;
    font-size: 18px;
    margin: 0 8px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #caa472;
}

/* Responsive */
@media (max-width: 768px) {
    .team-container {
        flex-direction: column;
        align-items: center;
    }
}

/* &------------------------team cards  End --> */
.contact-input {
    border: 1px solid #9997973d !important;
    outline: none;
    border-radius: 0;
    padding: 10px 15px;
    height: 60px;
}

.contact-input:focus {
    border: 1px solid #9997973d !important;
    outline: none;
    border-radius: 0;
    padding: 10px 15px;
    height: 60px;
}

textarea {
    min-height: 120px;
}

.sub-btn {
    font-family: 'medium';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

/*//-------------------------- Footer  Start------------------------------------------ */
footer {
    background-color: #1d1c1c;
    padding: 100px 0;
}

.quick-links {
    font-size: 14px;
    color: #faf7ec;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    text-decoration: none;
}

.quick-links i {
    font-size: 20px;
    color: #faf7ec !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}
@media (max-width: 768px) {
    footer {
        padding: 50px 0;
    }
}
/*//-------------------------- Footer  End------------------------------------------ */

.contact-hero {
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.rich-output a {
    color: #555;              /* dark gray */
    text-decoration: none;    /* remove underline */
}

.rich-output a:hover {
    color: #333;              /* even darker on hover */
    text-decoration: underline;
}


a:hover {
    cursor: pointer;
}

.blog-arrow {
    height: auto !important;
    object-fit: cover;
    max-width: 90px !important;
}

.prices {
    color: var(--secondary-text);
    font-family: 'regular' !important;
    font-size: 25px !important;
}
/* Ensure consistent image behavior */
.timeline-content img {
    max-height: 277px;
    width: auto;
    object-fit: contain; /* Prevents cropping */
}

/* Year label styling */
.year {
    color: #acaa48 !important;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    background: transparent !important;
    padding: 0 5px;
}

/* Timeline item container */
.timeline-item {
    margin: 40px 0;
    align-items: center;
}

.blog-side {
    object-fit: cover;
    height: 100%;
}

@media (max-width: 768px) {
    .blog-side {
        height: 100px;
    }


}





@media (min-width: 768px) {
    .thums {
        height: 110px;
        object-fit: contain;
    }

    .largThum {
        height: 489px;
    }

}