@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --wine: #9a2f25;
    --wine-dark: #9a2f25;
	--black: #000000;
    --gold: #c49a48;
    --gold-soft: #e4d0a2;
    --ink: #111319;
    --cream: #f5f0e6;
    --paper: #fbf8f2;
    --muted: #6e6b66;
    --line: #e0d8c8;
    --shadow: 0 14px 34px rgba(23, 18, 10, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #fbf8f2 0%, #f2ecdf 100%);
}

h1,
h2,
h3,
h4,
h5,
.brand-title {
    font-weight: 800;
	font-family: 'Montserrat';
}

p {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}
/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #9a2f25;
}

.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 30px;
	filter:invert(1);
}

.call-buton .cc-calto-action-ripple:hover img {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(154, 47, 37, 0.2), 0 0 0 0 rgba(154, 47, 37, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2);
        box-shadow: 0 4px 10px rgba(154, 47, 37, 0.2), 0 0 0 0 rgba(154, 47, 37, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(154, 47, 37, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2), 0 0 0 20px rgba(154, 47, 37, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2), 0 0 0 20px rgba(154, 47, 37, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(154, 47, 37, 0.2), 0 0 0 0 rgba(154, 47, 37, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2);
        box-shadow: 0 4px 10px rgba(154, 47, 37, 0.2), 0 0 0 0 rgba(154, 47, 37, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(154, 47, 37, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2), 0 0 0 20px rgba(154, 47, 37, 0);
        box-shadow: 0 4px 10px rgba(154, 47, 37, 0.2), 0 0 0 5px rgba(154, 47, 37, 0.2), 0 0 0 10px rgba(154, 47, 37, 0.2), 0 0 0 20px rgba(154, 47, 37, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}
.limit-box {
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-size: 16px;
    column-gap: 15px;
    flex-wrap: wrap;
    padding: 5px 0;
}
.section-title h1,
.section-title h2 {
    font-size: 50px;
    color: #810D16;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #0d3650;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #000000;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #000000;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}
.slick-dots {
    bottom: -38px;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}


/* Each dot li */
.slick-dots li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.slick-dots li button:before {
    display: none !important;
}
.slick-dotted.slick-slider {
    padding-bottom: 0;
}
.slick-dots li button {
    width: 35px;
    height: 10px;
    border-radius: 0%;
    background: #fff;
    transition: all 0.3s ease;
    padding: 0;
    border: 1px solid #eee;
}


/* Hover effect */

.slick-dots li button:hover {
    background: #810D16;
    /* hover color */
}


/* Active dot */

.slick-dots li.slick-active button {
    background: #810D16;
}

.inner-sub-title h4 {
    color: #810D16;
    font-size: 24px;
    margin-bottom: 10px;
}
.parallex-section ul.site-list li,
.about-copy ul.site-list li {
    margin-bottom: 10px;
}
.about-block .inner-sub-title .line {
    height: 2px;
    background: #C7B898;
    width: 100%;
    position: relative;
    top: -3px;
    left: -2px;
}

#about .row {
    position: relative;
    margin-bottom: 45px;
}

#about .row::before {
    height: 100%;
    width: 1px;
    background-color: #9a2f254f;
    position: absolute;
    content: '';
    left: calc(50% - 18px);
}

.about-block .inner-sub-title {
    display: grid;
    grid-template-columns: 184px auto;
    align-items: center;
}

.section-title {
    color: var(--wine);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section-subtitle p {
    color: var(--gold);
    font-weight: 700;
    font-size: 20px;
}

.btn-red {
    background-color: var(--wine);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    padding: 12px 25px;
    box-shadow: 0 8px 18px rgba(125, 19, 32, 0.28);
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 0px;
	display: inline-block;
}

.btn-red:hover,
.btn-red:focus {
    color: #000;
    background: var(--gold);
    outline: none;
    /* optional: removes default focus outline */
}
.btn-gold {
    background-color: var(--gold);
    color: #000;
    border-radius: 999px;
    font-weight: 600;
    padding: 12px 25px;
    box-shadow: 0 8px 18px rgba(125, 19, 32, 0.28);
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 0px;
	display: inline-block;
}

.btn-gold:hover,
.btn-gold:focus {
    color: #fff;
    background: var(--black);
    outline: none;
}

.btn-outline-red {
    border: 2px solid var(--gold);
    color: var(--gold);
    border-radius: 999px;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-red:hover {
    background: var(--gold);
    color: #fff;
}

.site-header .navbar {
    padding: 0px;
}

.site-header {
    position: absolute;
    top: 0;
    z-index: 1212;
    width: 100%;
    max-width: 100%;
    padding: 15px 0px;
}

.site-header .navbar-nav {
    gap: 3.8vw;
}

.navbar-brand img {
    width: 100%;
    max-width: 130px;
}

.hero-video-section .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -12%;
    z-index: 111;
}
 .top-bar {
	display: none;
	grid-template-columns: 1fr;
	text-align: center;
}

.top-bar a {
    background: #9a2f25;
    color: #ffffff;
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 600;
}

.top-bar a+a {
    color: #ffffff;
    background-color: #000;
}



.navbar-brand {
    color: #fff;
    font-weight: 800;
    line-height: 1;
    margin: 0px;
    padding: 0;
}

.navbar-brand small {
    display: block;
    color: var(--gold-soft);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.86);
    margin: 0px !important;
    padding: 0px !important;
    font-size: 17px;
    font-weight: 600;
    gap: 6px;
    display: flex;
    align-items: center;
}

.navbar .nav-link:hover {
    color: #fff;
}

.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 30%, rgba(200, 162, 82, 0.18), transparent 30%), linear-gradient(110deg, rgba(12, 14, 22, 0.96) 0%, rgba(12, 14, 22, 0.9) 42%, rgba(12, 14, 22, 0.55) 60%, rgba(12, 14, 22, 0.72) 100%), url('https://images.unsplash.com/photo-1551183053-bf91a1d81141?auto=format&fit=crop&w=1400&q=80') center/cover;
    color: #fff;
    padding: 5rem 0 8rem;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.hero h1 {
    font-size: clamp(2.2rem, 4vw, 4.3rem);
    line-height: 1.04;
    color: #f0cd81;
}

.hero p {
    color: rgba(255, 255, 255, 0.86);
    max-width: 620px;
    font-size: 1.05rem;
}

.hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 1rem;
    max-width: 380px;
    margin-left: auto;
}

.hero-badge {
    background: rgba(25, 27, 34, 0.74);
    border: 1px solid rgba(200, 162, 82, 0.28);
    border-radius: 1.25rem;
    padding: 1rem;
    text-align: center;
    box-shadow: var(--shadow);
}

.hero-badge i {
    color: var(--gold);
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.55rem;
}

.hero-badge span {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
}

.section-pad {
    padding: 4rem 0;
}


/* .surface {
            background: rgba(255, 255, 255, 0.85);
            border: 1px solid var(--line);
            border-radius: 1.6rem;
            box-shadow: var(--shadow);
        } */

#about {
    background: #F6F2E6;
}


/* .about-media {
            min-height: 100%;
            background: linear-gradient(rgba(30, 22, 10, 0.15), rgba(30, 22, 10, 0.15)), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=900&q=80') center/cover;
            border-radius: 1.2rem;
            min-height: 360px;
            position: relative;
        } */

.floating-caption {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
    border-radius: 999px;
    padding: 0.85rem 1.2rem;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: var(--shadow);
}

.category-card,
.feature-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    box-shadow: var(--shadow);
    height: 100%;
}

.industry-label {
    background: linear-gradient(180deg, #a01828 0%, var(--wine) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    border-radius: 999px;
    display: inline-block;
    padding: 0.48rem 1rem;
    margin-top: -1.2rem;
    box-shadow: 0 8px 14px rgba(125, 19, 32, 0.25);
}

.icon-circle {
    width: auto;
    height: auto;
    display: grid;
    place-items: center;
    margin: auto;
    border-radius: 50%;
    color: #c49a48;
    font-size: 3rem;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
}

.category-image {
    height: 180px;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    border: 1px solid #eadfca;
}

.bg-spaghetti {
    background-image: url('https://images.unsplash.com/photo-1621996346565-e3dbc646d9a9?auto=format&fit=crop&w=900&q=80');
}

.bg-penne {
    background-image: url('https://images.unsplash.com/photo-1598866594230-a7c12756260f?auto=format&fit=crop&w=900&q=80');
}

.bg-fusilli {
    background-image: url('https://images.unsplash.com/photo-1516100882582-96c3a05fe590?auto=format&fit=crop&w=900&q=80');
}

.bg-fettuccine {
    background-image: url('https://images.unsplash.com/photo-1608755728617-aefab37d2edd?auto=format&fit=crop&w=900&q=80');
}

.feature-card {
    text-align: center;
    padding: 2rem 1rem;
}

.feature-icon {
    font-size: 2.75rem;
    color: var(--gold);
    margin-bottom: 0.9rem;
}

.partner-band {
    background: linear-gradient(120deg, rgba(8, 12, 22, 0.95), rgba(22, 26, 38, 0.9)), url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5ce?auto=format&fit=crop&w=1400&q=80') center/cover;
    color: #fff;
    border-top: 6px solid var(--wine);
    border-bottom: 6px solid var(--wine);
}

.map-panel {
    position: relative;
    min-height: 360px;
    background: linear-gradient(rgba(8, 12, 22, 0.3), rgba(8, 12, 22, 0.3)), url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5ce?auto=format&fit=crop&w=1200&q=80') center/cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.35rem;
    overflow: hidden;
}

.metric-chip {
    position: absolute;
    background: rgba(11, 15, 22, 0.82);
    border: 1px solid rgba(200, 162, 82, 0.35);
    color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    min-width: 160px;
    font-weight: 700;
    box-shadow: var(--shadow);
}

.metric-chip i {
    color: var(--gold);
    display: block;
    margin-bottom: 0.4rem;
}

.metric-a {
    top: 1rem;
    left: 1rem;
}

.metric-b {
    top: 8.5rem;
    left: 4.25rem;
}

.metric-c {
    bottom: 1rem;
    left: 8rem;
}

.partner-copy h2 {
    color: #fff;
}

.partner-copy .section-subtitle {
    color: #e2c88d;
}

.partner-copy ul {
    padding-left: 1.15rem;
}

.partner-copy li {
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
}

.journey {
    position: relative;
}

.journey-line {
    position: absolute;
    left: 2%;
    right: 2%;
    top: 56%;
    height: 4px;
    background: linear-gradient(90deg, #8d8a84, var(--gold), #8d8a84);
    z-index: 0;
}

.timeline-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%;
}

.timeline-media {
    height: 140px;
    background-size: cover;
    background-position: center;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 24px;
    height: 24px;
    background: var(--wine);
    border-radius: 50%;
    border: 4px solid #f3ebdb;
    box-shadow: 0 0 0 2px var(--gold);
}



.cta {
    color: #fff;
    text-align: center;
    background: transparent;
    max-width: 850px;
    margin-inline: auto;
}

.cta h2 {
    color: #b31d2d;
    font-size: 33px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
    margin-bottom: 20px;
}

.cta p {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-shadow: 2px 2px 2px #f7ecd2;
    margin-bottom: 22px;
    margin-top: 15px;
}

.mini-cta {
    color: #f7ecd2;
    overflow: hidden;
    background: #9a2f25;
    padding: 100px 0px !important;
}

.mini-cta .section-title h2 {
    color: #e0b052;
}

.socials {
    position: relative;
    z-index: 12;
}

.socials::before {
    position: absolute;
    height: 2px;
    background-color: #e0b052;
    content: '';
    width: 71%;
    top: 22px;
    z-index: -1;
}

.socials a {
    width: 50px;
    height: 50px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    margin-right: 19px;
    background: #e0b052;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    box-shadow: 0px 0px 10px #e0b052;
}

.socials a:hover {
    color: #000 !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #9a2f25;
    padding: 15px 0px;
}

.hero-video-section {
    padding: 0;
    position: relative;
    height: 100vh;
}

.main-video-bx video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-video-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.hero-video-section::before {
    height: 553px;
    width: 100%;
    background: linear-gradient(to top, #000000 0%, #44444400 100%);
    z-index: 32;
    content: "";
    top: auto;
    bottom: 0;
    position: absolute;
}

.hero-video-section .text-overlay p {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    max-width: 652px;
    margin-inline: auto;
    margin: 8px auto;
    margin-bottom: 13px;
}

.hero-video-section .text-overlay h4 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    width: 100%;
    max-width: 840px;
    text-transform: capitalize;
    margin-inline: auto;
    margin-bottom: 0px;
    line-height: 61px;
}

.hero-video-section .action-btn-block {
    display: flex;
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap;
}

.about-block {
    margin-top: 35px;
}

.about-block p:last-child {
    margin-bottom: 0px;
}

.image-block img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.about-copy {
    padding-right: 20px;
}

.industry-section {
    background-color: #fff;
}

.industry-section .row>div:nth-child(2) .industry-card {
    position: relative;
}

.industry-section .row>div:nth-child(2) .industry-card::before {
    height: 100%;
    width: 1px;
    background-color: #11131929;
    position: absolute;
    content: '';
    left: -7px;
}

.industry-section .row>div:nth-child(2) .industry-card::after {
    height: 100%;
    width: 1px;
    background-color: #11131929;
    position: absolute;
    content: '';
    top: 0;
    right: -11px;
}
.industry-card {
    position: relative;
}
.industry-section .row>div:nth-child(4) .industry-card::after {
    height: 100%;
    width: 1px;
    background-color: #11131929;
    position: absolute;
    content: '';
    top: 0;
    right: -11px;
}

.industry-section .row .industry-card p {
    width: 100%;
    max-width: 349px;
    margin-inline: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.industry-section .row {
    margin-top: 45px;
    row-gap: 50px;
}

.industry-card a {
    border: 0px;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border-bottom: 2px solid #c49a48;
    color: #c49a48;
}

.industry-card a:hover {
    color: #c49a48;
    border-bottom: 2px solid #c49a48;
    background-color: transparent;
}

.pasta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.pasta-grid .pasta-card img {
    width: 100%;
    max-width: 100%;
    height: 259px;
    border-radius: 0px;
    object-fit: cover;
}

.pasta-grid .pasta-card {
    background: #fff;
    padding: 15px;
    border: 2px solid #810d16;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 31%) 0px 5px 15px;
}

.pasta-grid .pasta-card h3 {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 800;
    color: #810d16;
    text-transform: uppercase;
}

.pasta-grid .card-footer {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.ed-distribution-section {
    position: relative;
    background: #E4EFFB;
    overflow: hidden;
}

.about-us-section-slider .slide-item {
    height: 100%;
}

.about-us-section-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
}

.about-us-section-slider img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-distribution-section {
    padding: 4rem 0rem;
    background-color: #fff;
}

.inner-block-text p {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.inner-block-text p::before {
    content: '';
    background: #810D16;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #ffffff;
    outline: 2px solid #810D16;
}

.inner-block-text {
    padding-right: 49px;
    margin-top: 22px;
}

.partner-band2 {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.partner-band2 .text-bx {
    background: #fff;
    width: 100%;
    max-width: 470px;
    border-top: 5px solid #9a2f25;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.partner-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 45px;
}

.partner-list li {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
}

.partner-list li::before {
    height: 8px;
    width: 8px;
    border-radius: 100px;
    background-color: #000;
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
}

.partner-band2 .btn-bx{
	position:relative;	
}
.partner-band2 .btn-bx::before {
    height: 4px;
    position: absolute;
    background-color: #c49a48;
    content: '';
    width: 39%;
    top: -21px;
    right: auto;
    left: auto;
}
.partner-band2 .btn-bx::after {
    height: 4px;
    position: absolute;
    background-color: #c49a48;
    content: '';
    width: 39%;
    right: 103px;
    bottom: -21px;
    top: unset;
}
#quote {
    background: #f6f1e8;
}

#quote .btn-red {
    box-shadow: 4px 4px 15px -1px #c49a48;
}

.section-footer p {
    margin-bottom: 0px;
    margin-top: 22px;
}

.btn-block a {
    font-weight: 600;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    background: transparent;
    box-shadow: unset;
    border: 1px solid #e0b052;
    border-radius: 10px;
    color: #e0b052;
    margin-top: 20px;
    display: block;
    width: max-content;
    margin-inline: auto;
}

.site-logo img {
    width: 100%;
    max-width: 135px;
    margin-bottom: 25px;
    margin-inline: auto;
    display: block;
}

.info-footer p {
    color: #e0b052;
    margin-bottom: 7px;
    font-size: 16px;
    text-align: center;
}

.main-root {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-container>.footer-col:nth-child(2) {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}

.footer-container>.footer-col:nth-child(2)::before {
    height: 100%;
    width: 1px;
    background-color: #eddfcd29;
    position: absolute;
    content: '';
    left: -13%;
}

.footer-container>.footer-col:nth-child(2)::after {
    height: 100%;
    width: 1px;
    background-color: #eddfcd29;
    position: absolute;
    content: '';
    right: -14%;
    top: 0;
}

.footer-container>.footer-col:nth-child(1) {
    max-width: 60%;
}

.footer-container>.footer-col:nth-child(3) {
    width: 100%;
    max-width: 85%;
    position: relative;
    margin-left: auto;
}

.footer-container>.footer-col:nth-child(4) {
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    position: relative;
}

footer .address-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.footer-col p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer {
    background: #141414;
}

.footer .footer-bottom .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-bottom .container p {
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}

.footer-logo img {
    width: 100%;
    max-width: 135px;
    margin-bottom: 24px;
    margin-inline: auto;
    display: block;
}

.footer-container {
    padding: 4rem 0px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.footer-col ul li a:hover {
    color: var(--gold);
}

.footer-col ul li {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.small-text {
    font-size: 13px;
    margin-bottom: 15px;
    color: #555;
}

.footer-col i {
    color: #fff;
    margin-top: 5px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 18px;
}

.text-footer a {
    margin-inline: auto;
    display: block;
    width: max-content;
}

.address-block a {
    display: unset;
    gap: 8px;
}

.footer-col .address-block li {
    gap: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    line-height: 28px;
    align-items: start;
}

.footer-col .address-block li img {
    width: 100%;
    margin-right: 5px;
    max-width: 20px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(58%) saturate(233%) hue-rotate(232deg) brightness(114%) contrast(100%);
}

.footer-bottom {
    background: #ff2e2e;
    padding: 15px 0px;
}

.footer-bottom * {
    color: #fff;
}
.footer {
   overflow:hidden;
}
.footer-bottom .bottom-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Rights-block p {
    margin: 0px;
    color: #fff;
}

.box-flex {
    display: flex;
    align-items: center;
    gap: 14px;
}

.box-flex a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    height: 40px;
    width: 40px;
    background: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrolled {
    background: #141414;
    position: fixed;
    width: 100%;
    z-index: 1212;
    padding: 10px 0px;
}

.scrolled .navbar-brand img {
    max-width: 100px;
}

.main-image-block {
    position: relative;
}

.main-image-block .hover-overlay {
    position: absolute;
    content: '';
    background: #f5f5f5a6;
    height: 100%;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.6s !important;
}

.pasta-grid-slider {
    margin-block: 45px 0px;
}

.main-image-block .hover-overlay .btn-red {
    background: transparent;
    box-shadow: unset;
    padding: 0;
    margin: 0px;
    border-bottom: 2px solid #9a2f25;
    color: #9a2f25;
    border-radius: 0px;
}

.pasta-card:hover {
    cursor: pointer;
}

.pasta-card:hover .hover-overlay {
    transform: scale(1);
}

.time-block li {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 11px;
    color: #fff !important;
}

.main-image-block img {
    width: 100%;
    max-width: 100%;
}

.pasta-card h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 10px;
    color: #000;
}

#products .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

#products .block-btn {
    margin-top: 69px !important;
    display: block;
}

.industry-section .icon-bx img {
    width: 100%;
    max-width: 62px;
    margin-bottom: 15px;
}

.why-choose-us .section-title h2 {
    text-align: center;
}

.why-choose-us .section-subtitle p {
    text-align: center;
}

.why-choose-us .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-block: 45px 0px;
}

.why-choose-us .text-block h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 7px;
}

.section-footer a {
    text-decoration: none;
    color: #9a2f25;
}

.text-block p {
    width: 100%;
    max-width: 385px;
}

.why-choose-us .grid-item {
    display: grid;
    gap: 10px;
    grid-template-columns: 77px 1fr;
}

.why-choose-us .grid-item .icon {
    height: 75px;
    width: 75px;
    background-color: #c49a4824;
    padding: 4px;
    border-radius: 1000px;
    border: 2px solid #c49a48;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #c49a48;
    font-family: sans-serif;
}

.why-choose-us .grid-item .icon img {
    width: 100%;
    max-width: 68%;
}

.why-choose-us {
    background: #fff;
}


/* .about-media .section-title h2 {
            font-size: 30px;
            margin-bottom: 15px;
        } */

.new-section-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.new-section-parallax .container {
    z-index: 111;
    position: relative;
}

.new-section-parallax::before {
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(67deg, rgba(0, 0, 0, 0.97) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: '';
}

.new-section-parallax .section-title h2 {
    color: #fff;
}

.new-section-parallax p {
    color: #fff;
}

.new-section-parallax p br {
    display: none;
}

.new-section-parallax .text-block1 {
    width: 100%;
    max-width: 472px;
}

.pasta-card {
    padding: 0px 22px;
    border-left: 1px solid #00000026;
    text-decoration: none;
}

.inner-page header {
    position: unset;
    background: #000;
}

.contact-section-2 {
    background: #E4EFFB;
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 15px;
    border: 1px solid #f3f3f3;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}

.contact-add-ic {
    background: #519200;
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 0;
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 7px;
}


.contact-add-cn a {
    color: #9a2f25;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.contact-section-3 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://develop.stackblue.com/eastern-distributors/wp-content/uploads/2026/02/Frame-2147226369-1-1.png);
}

.contact-main-3 .section-title h2 {
    margin-bottom: 30px;
    color: #fff;
    margin-left: unset;
    border-color: #fff;
}

.contact-main-3 .row.row-gap {
    flex-wrap: wrap;
    row-gap: 20px;
}

.contact-section-2 {
    background: #f7f3ea;
}


/* .contact-section-2 .section-title h1,
.contact-section-2 .section-title h2 {
    color: #000;
    border-bottom: 1px solid #000;
    margin-inline: auto;
    margin-bottom: 30px;
} */

.contact-add-ic {
    background: #9a2f25;
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 0;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}

.contact-add-cn h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 7px;
}

.contact-add-box .contact-add-cn p {
    font-weight: 500;
    margin: 0;
}

.contact-section-3 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://design.softsystemsolution.com/spcie-factory/2026/v1/images/Get-in-touch-with-us.jpg');
}

.contact-main-3 {
    padding: 40px 30px;
    background: #141414;
    outline: 7px solid #14141473;
}

.inner-page .section-heading {
    margin-bottom: 15px;
}

.contact-section-3 .section-heading h2 {
    color: #fff;
    text-align: left;
}

.contact-main-3 .form-control {
    height: 50px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.contact-main-3 .form-control::placeholder {
    color: #fff;
}

.contact-main-3 textarea.form-control {
    height: 100px;
}

.contact-main-3 .row.row-gap {
    flex-wrap: wrap;
    row-gap: 20px;
}

.contact-main-2 {
    display: grid;
    justify-content: center;
    grid-template-columns: 35% 35%;
    gap: 20px;
    margin-top: 22px;
}

.cta-block {
    background: #fff;
}

.page-id-41 #about .row {
    position: relative;
    margin-bottom: 0px;
}

.page-id-41 .about-media {
    padding-left: 60px;
}
.about-media .site-list li {
    margin-bottom: 10px;
}

.quote-products-list {
    gap: 12px;
    display: flex;
    column-gap: 5px;
    row-gap: 0.2rem;
    align-items: start;
    flex-wrap: wrap;
}

.error {
    background: red;
    display: block;
    color: #fff !important;
    padding: 0px 2px;
    font-size: 14px;
}

.contact-section-3 #contact-form .row {
    row-gap: 20px;
}
.quote-product-check {
    position: relative;
}

.quote-product-check input[type="checkbox"] {
    display: none;
    /* hide default checkbox */
}

.quote-product-check label {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: #c49a48;
    border: 2px solid #c49a48;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 600;
}

.quote-product-check label:hover {
    background: #e0f7fa;
}

.quote-product-check input[type="checkbox"]:checked+label {
    background: #000000;
    color: #fff;
    border-color: #000000;
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
}

.site-list li strong {
    padding-right: 3px;
}

/* 
.site-list li::before {
    height: 10px;
    width: 10px;
    background-color: #ff2e2e;
    border-radius: 100px;
    content: '';
    position: absolute;
    outline: 2px solid #ff2e2e;
    outline-offset: 2px;
    left: 0;
    top: 9px;
}

.site-list li {
    margin: 10px 0px;
    padding-left: 25px;
    font-weight: 600;
    position: relative;
    color: #000;
}

.site-list {
    margin: 0px;
    list-style: none;
    padding: 0px;
} */

#about2 {
    background: #fff;
}

.inner-page .section-title h1,
.inner-page .section-title h2 {
    font-size: 40px;
    font-family: 'Montserrat';

}

.header-slick .section-title {
    text-align: center;
    margin: 0px;
}

.header-slick .section-title h1 {
    margin: 0px;
    color: #fff;
}

.header-slick {
    background-color: var(--wine);
}

.pasta-grid-slider-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 25px;
}

.pasta-grid-slider-1 .pasta-card {
    border: 1px solid #00000026;
    background: #fff;
    padding: 15px;
}

.pasta-grid-slider-1 .main-image-block .hover-overlay .btn-red {
    color: #fff;
    border-color: #fff;
}

.pasta-grid-slider-1 .main-image-block .hover-overlay {
    background: #9a2f25d4;

}

.parallex-section .text-block {
    background-color: #ffffffd4;
    padding: 25px;
    border-bottom: 3px solid #810d16;
    width: 100%;
    max-width: 524px;
}

.parallex-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    /* animation: 30s linear 0s infinite normal none running bg-marquee; */
}




.parallex-section .text-block p {
    max-width: 100%;
    width: 100%;
}

.cta-section .text-block p {
    width: 100%;
    max-width: 100%;
}

.quote-section {
    position: relative;
    background: #9a2f25;
    background-image: url('https://design.softsystemsolution.com/Pastatime/2026/v2/images/b-(1).jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.quote-section .container {
    position: relative;
    z-index: 12;
}

.quote-section::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #ffffff38;
    inset: 0;
}

.quote-section .section-title h2 {

    text-align: center;
    color: #fff;
}

.quote-section p {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

.quote-form .form-group {
    margin-bottom: 15px;
}

.quote-form label:not(.quote-product-check label) {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.quote-form {
    margin-top: 35px;
}

#comments {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
}

.field-num {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #9a2f25;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

.quote-section .container textarea {
    resize: vertical;
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(180, 140, 120, 0.25);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
    border-radius: 0px;
}

.quote-form input:not(input[type=radio]),
.quote-form select {
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(180, 140, 120, 0.25);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
    border-radius: 0px;
}

.quote-form select {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.quote-form input:not(input[type=radio])::placeholder,
.quote-form select::placeholder,
.quote-form textarea::placeholder {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}
.form-check-input:focus {
    border-color: #c49948;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(196 154 72 / 52%);
}
.quote-form input:not(input[type=radio]):focus,
.quote-form select:focus {
    border-color: #d0b312;
    outline: none;
    box-shadow: 0 0 5px rgba(208, 179, 18, 0.4);
}

.btn-submit {
    display: block;
    width: 100%;
    background-color: #d0b312;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #b99c10;
}

.Comments-block {
    grid-column: 1/3;
    width: 100%;
}



.limit_box {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.btn-block {
    grid-column: 1/3;
    text-align: right;
}

.quote-section .container .inner-container {
    width: 100%;
    border: 1px solid rgb(2 1 32 / 33%);
    border-radius: 0px;
    outline: 7px solid #810d1670;
    outline-offset: 0px;
    padding: 35px;
    max-width: 840px;
    margin-inline: auto;
    background: #810d16f2;
}







































.about-copy .section-title, .about-media .section-title {
    margin-bottom: 20px;
}
ul.site-list.center-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}

.timeline-section.our-products-timeline .timeline-item ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 15px;
    }
    .timeline-section.our-products-timeline {
        background-image: url(https://develop.stackblue.com/pastatime26/wp-content/uploads/2026/04/default.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
    }
    .timeline-section.our-products-timeline .container {
        position: relative;
        z-index: 1;
    }
    .timeline-section.our-products-timeline .section-title h2 {
        color: #fff;
    }
    .timeline-section.our-products-timeline::before {
        height: 100%;
        background-color: #000000a8;
        position: absolute;
        width: 100%;
        inset: 0;
        content: "";
    }
    .timeline-section.our-products-timeline .timeline {
        position: relative;
        display: flex;
        gap: 20px;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 76px;
    }
    .timeline-section.our-products-timeline .timeline::before {
        z-index: 0;
        content: "";
        position: absolute;
        height: 6px;
        background: #c49a48;
        right: 36px;
        top: 63%;
        transform: translateY(-50%);
        border-radius: 10px;
        width: 94%;
        max-width: calc(100% - 0%);
    }
    .timeline-section.our-products-timeline .section-title {
        text-align: center;
    }
    .timeline-section.our-products-timeline .timeline-item {
        z-index: 1;
        width: 30.3333%;
        padding: 25px;
        position: relative;
        background: #fff;
        border-radius: 0;
        box-shadow: rgb(0 0 0 / 0.35) 0 5px 8px;
    }
    .timeline-section.our-products-timeline .timeline-item::before {
		content: "";
		position: absolute;
		width: 5px;
		height: 47px;
		background: #c49a48;
		border-radius: 0;
		bottom: 0;
		left: 50%;
		bottom: -47px;
	}
    .timeline-section.our-products-timeline .timeline-item h3 {
        margin-bottom: 10px;
    }
    .timeline-section.our-products-timeline .timeline-item h3 {
        font-size: 25px;
        font-weight: 700;
        color: #9a2f25;
    }
    .timeline-section.our-products-timeline .timeline-item li {
        margin: 0;
    }
    .timeline-section.our-products-timeline .flex-unset {
        flex-direction: column;
    }
    .timeline-section.our-products-timeline .last-bx::before {
		top: -29px;
		height: 29px;
	}
    .timeline-section.our-products-timeline .block-root img {
        width: 100%;
        max-width: 200px;
        margin-inline: auto;
        display: block;
        margin-top: 20px;
        height: 100%;
        animation: floatUpDown 3s ease-in-out infinite;
        opacity: 0.5;
    }
    @keyframes floatUpDown {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-15px);
        }
        100% {
            transform: translateY(0);
        }
    }


.private-policy-cn .section-title :is(h1,
	h2,
	h3,
	h4,
	h5,
	h6) {
    background: rgb(154 47 37 / 20%);
    color: #000;
    padding: 15px 10px;
    border-left: 3px solid #9a2f25;
    margin-bottom: 25px;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.site-list {
    margin: 10px 0;
    list-style: none;
    padding: 0px;
}

.site-list li {
    margin: 0;
    padding-left: 25px;
    font-weight: 600;
    position: relative;
}

.site-list li::before {
    height: 10px;
    width: 10px;
    background-color: #9a2f25;
    border-radius: 100px;
    content: '';
    position: absolute;
    outline: 2px solid #9a2f25;
    outline-offset: 2px;
    left: 4px;
    top: 7px;
}

.time-line .wrapper {

    max-width: 900px;
    margin-inline: auto;
}

.time-line .eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
    text-align: center;
}

.time-line .headline {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}

.time-line .steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.time-line .steps::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #fff;
    transform: translateX(-50%);
}

.time-line .step {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: start;
    gap: 0 1.25rem;
    margin-bottom: 3rem;
}

.time-line .step:last-child {
    margin-bottom: 0;
}

.time-line .step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: #9a2f25;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 35px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #9a2f25;
    font-family: monospace;
}

.time-line .step-circle svg {
    width: 30px;
    height: 30px;
    stroke: #020120;
    fill: none;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.time-line .content {
    padding: 25px;
    position: relative;
    background: #fff;
    border-radius: 0px;
}

.time-line .content.right::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 20px;
    width: 25px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.time-line .content.left::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 18px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
}

.empty img {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: block;
}

.time-line .empty {
    animation: floatUpDown 2s ease-in-out infinite;
    height: 100%;
    display: flex;
    align-items: center;
}

.time-line .step-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.time-line .step-num {
    font-size: 50px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: none;
}

.time-line p {
    color: #000;
}

.time-line .step-badge {
    color: #fff;
    border-radius: 0px;
    padding: 2px 5px;
    font-weight: 600;
    font-size: 18px;
    background: #9a2f25;
    border: 0px;
}

.time-line .step-divider {
    width: 24px;
    height: 1px;
    display: none;
    background: #d0d0d0;
    margin: 10px 0 12px;
}

.time-line .step-body {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

.time-line .step-body .hl {
    color: #1a1a1a;
    font-weight: 500;
}


.time-line {
    background: #9a2f25;
}

.time-line .section-title h2 {
    color: #fff;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

.page-id-196 .about-copy ul.site-list.center-list {
    max-width: 950px;
    margin-inline: auto;
}
ul.grid-bx {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 30px;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}
ul.grid-bx li strong {
    display: block;
    color: #9a2f25;
    font-size: 20px;
    margin-bottom: 5px;
}
ul.grid-bx li {
    max-width: calc(25% - 25px);
    font-weight: 600;
}

.page-id-160 #about2 .site-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 10px;
}

.our-product {
    display: flex;
    flex-wrap: wrap;
    backface-visibility: 20px;
}

.our-product li {

    width: 24%;
}

@media (max-width: 1366.98px) {
    footer .container {
        width: 100%;
        max-width: 98%;
    }
}


/* Container */
.mega-menu {
    position: static;
    z-index: 99;
}
li.nav-item.mega-menu a i {
	transition:all 0.5s;
}
li.nav-item.mega-menu:hover a i {
    transform: rotate(180deg);
}
/* Dropdown Box */
.mega-menu-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: all 0.35s ease;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    max-width: 950px;
    margin-inline: auto;
    right: 0;
}
.mega-left h3 {
    font-size: 24px;
    color: #9a2f25;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(154 47 37 / 50%);
}
.mega-left h3 {
    font-size: 24px;
    color: #9a2f25;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(154 47 37 / 50%);
}

/* SHOW STATE */
.mega-menu:hover .mega-menu-box, 
.mega-menu.active .mega-menu-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Inner Layout */
.mega-inner {
    display: flex;
    padding: 25px;
    column-gap: 20px;
}

/* Left Side */
.mega-left {
  width: 50%;
}

.mega-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-left li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.mega-menu-box:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #ffffff;
    position: absolute;
    top: -20px;
    right: 58%;
}

.mega-link {
    text-decoration: none;
    color: #000000;
    transition: 0.2s;
    font-weight: 600;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.mega-left li a:hover {
    background: #9a2f25;
    color: #fff;
}

/* Right Side Image */
.mega-right {
  width: 50%;
  text-align: center;
}

#megaPreview {
    max-width: 100%;
    max-height: 100%;
    transition: opacity 0.3s ease;
}
ul.grid-bx li {
    max-width: calc(50% - 25px);
    font-weight: 600;
    background: #fff;
    box-shadow: 7px 10px 2px #ccc;
    border-left: 5px solid #810d16;
    padding: 15px;
}
ul.grid-bx.grid-2 {
    margin-bottom: 40px;
}
.box-flex.header-socail-bx {
    display: none;
}
.partner-band2 .btn-outline-red {
    background-color: #c49a48;
        border: 1px solid #c49a48;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.partner-band2 .btn-outline-red:hover {
    background-color: #9a2f25;
    color: #fff;
    border: 1px solid #9a2f25;
}
@media (max-width: 1400px) {
	.site-header .navbar-nav {
		gap: 3vw;
	}
}
@media (max-width: 1366px) {
	.mega-menu-box:before {
		right: 60%;
	}
}

@media (max-width: 1280px) {
	.mega-menu-box:before {
		right: 60%;
	}
}
@media (max-width: 1269px) {
	.box-flex.header-socail-bx {
		display: flex;
	}
	.call-buton .cc-calto-action-ripple {
		display: flex;
	}
	.top-bar {
		display: grid;
	 }
	header.site-header {
		position: relative;
		display: block !important;
	}
	.mobmenur-container {
		background: #9a2f25;
	}
    .site-header {
		position: relative;
		background: #000;
	}
	.hero-video-section::after{
		display:none;
	}
	.site-header .navbar-nav{
		display:none;
	}
	.navbar-brand img {
		width: 100%;
		max-width: 70px;
	}
}
@media (max-width: 1024px) {
	.new-section-parallax, .partner-band2, .parallex-section, .contact-section-3, .quote-section {
		background-attachment: inherit;
	}
}
@media (max-width: 991px) {
	.hero-video-section::before, #about .row::before{
		display:none;
	}
	.surface {
		text-align: center;
	}
    .site-header {
		position: relative;
		background: #000;
	}
	.hero-video-section {
		height: auto;
		background: #000;
	}
	.main-video-bx video {
		height: auto;
	}
	.hero-video-section .container {
		position: relative;
		left: 0;
		transform: none;
		text-align: center;
		bottom: 0;
		z-index: 111;
		background: #000;
		padding-block: 2rem;
	}
	.new-section-parallax::before {
		height: 100%;
		width: 100%;
		background: #000;
		position: absolute;
		content: '';
		opacity: 0.8;
	}
	.new-section-parallax .text-block1 {
		width: 100%;
		max-width: 100%;
	}
	.partner-band2 .text-bx {
		margin-inline: auto;
		width: 100%;
		max-width: 100%;
	}
	.footer-container {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 2rem 0px;
	}
	.footer-container>.footer-col:nth-child(3) {
		max-width: 100%;
	}
	.footer-container>.footer-col:nth-child(1){
		display:none;
	}
	.copyright .container {
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 15px;
		text-align: center;
	}
	.industry-section .row>div:nth-child(2) .industry-card::before,
	.industry-section .row>div:nth-child(2) .industry-card::after,
	.industry-section .row>div:nth-child(4) .industry-card::after
	{
		display:none;
	}
	
	
	.section-pad {
		padding: 2rem 0;
	}
	#products .block-btn {
		margin-top: 15px !important;
	}
	ul.site-list {
		text-align: left;
	}
	.about-copy {
		padding-right: 0;
		text-align: left;
	}
	.page-id-41 .about-media {
		padding-left: 0;
		text-align: left;
	}
	.timeline-section.our-products-timeline .timeline-item {
		width: 100%;
	}
	.timeline-section.our-products-timeline .timeline::before, .timeline-section.our-products-timeline .timeline-item::before{
		display:none;
	}
	.timeline-section.our-products-timeline .timeline {
		row-gap: 15px;
	}
	.about-copy {
		margin-bottom: 25px;
	}
	ul.grid-bx {
		gap: 15px;
	}
	ul.grid-bx li {
		max-width: 100%;
	}
	ul.grid-bx.grid-2  li {
		max-width: 100%;
		font-weight: 600;
	}
	.parallex-section{
		    min-height: auto;
	}
	.contact-main-2 {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px) {
	ul.grid-bx li strong {
		font-size: 18px;
	}
	.why-choose-us .grid-container {
		grid-template-columns: 1fr;
	}
	.inner-page .section-title h1, .inner-page .section-title h2 {
		font-size: 28px;
	}
	.hero-video-section .text-overlay h4 {
		font-size: 28px;
		line-height: inherit;
	}
	.hero-video-section .text-overlay p {
		font-size: 18px;
	}
	.section-title h1, .section-title h2 {
		font-size: 28px;
		text-shadow: none;
	}
	.about-copy .section-title, .about-media .section-title {
		margin-bottom: 0;
	}
	.about-media {
		text-align: justify;
	}
	#about .row {
		margin-bottom: 15px;
	}
	.section-subtitle p {
		font-size: 16px;
		line-height: inherit;
	}
	.industry-section .row .industry-card p {
		width: 100%;
		max-width: 100%;
	}
	.pasta-card {
		padding: 0;
		border-left: none;
		text-decoration: none;
	}
	.new-section-parallax {
		min-height: auto;
		padding: 2rem 0;
	}
	.why-choose-us .grid-item {
		grid-template-columns: 1fr;
		gap: 15px;
		border: 1px solid #ccc;
		padding: 25px;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	#quote .btn-red {
		font-size: 18px;
	}
	
	.text-block p {
		width: 100%;
		max-width: 100%;
	}
	.footer-col ul {
		gap: 15px;
	}
	.why-choose-us .grid-item .icon {
		margin-inline: auto;
	}
	.cta p {
		font-size: 18px;
	}
	.btn-red.par-btn {
		    line-height: inherit;
		font-size: 18px;
	}
}