body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #292929;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.custom-container {
    max-width: 1140px;
    margin: 0 auto;
}

header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.header-wrapper {
    display: flex;
    align-items: center;
    padding: 8px 0 0 0;
}

.logo-col {
    display: flex;
    align-items: flex-start;
    padding-right: 50px;
    padding-top: 10px;
}

.logo-col img {
    height: 60px;
    width: auto;
}

.header-right-col {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.top-nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid transparent;
}

.top-left-links,
.top-right-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-nav-row a {
    font-size: 14px;
    color: #292929;
    white-space: nowrap;
}

.top-nav-row a:hover {
    text-decoration: underline;
}

.top-nav-row i {
    font-size: 11px;
    margin-left: 5px;
}

.top-right-links i:not(.fa-chevron-down) {
    margin-right: 8px;
    margin-left: 0;
}

.btn-order-now {
    background-color: #ffbc0d;
    color: #292929;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
}

.btn-order-now:hover {
    background-color: #f7b100;
}

.main-nav-row {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 12px 0;
    position: relative;
}

.main-nav-row a {
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding-bottom: 10px;
}

.main-nav-row a i {
    font-size: 11px;
    margin-left: 6px;
}

.main-nav-row a:hover {
    text-decoration: none;
}

.main-nav-row a.active {
    font-weight: 700;
}

.main-nav-row a.active::after,
.main-nav-row a:hover::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #db0007;
}

h1 {
    font-weight: 700;
    font-size: 54px;
    color: #292929;
    letter-spacing: -1px;
    line-height: 1.1;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    color: #292929;
    line-height: 1.2;
    margin-bottom: 20px;
}

.lead {
    font-size: 20px;
    color: #292929;
}

.content-section {
    padding: 80px 0;
}

.content-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

.content-section h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #292929;
}

.content-section .lead {
    font-size: 16px;
    line-height: 1.6;
    color: #292929;
    margin-bottom: 20px;
}

.content-section .text-muted {
    font-size: 13px;
    color: #767676;
    line-height: 1.5;
}

.content-section .btn-warning-mcd {
    margin-top: 20px;
}

.content-img-left .col-md-8 {
    padding-right: 60px;
}

.content-img-left .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-img-right .col-md-7 {
    padding-left: 60px;
}

.content-img-right .col-md-5 {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .content-section {
        padding: 40px 0;
    }

    .content-img-left .col-md-8,
    .content-img-left .col-md-4,
    .content-img-right .col-md-8,
    .content-img-right .col-md-4 {
        padding: 0 15px;
    }

    .content-section h2 {
        font-size: 28px;
    }
}

.btn-warning-mcd {
    background-color: #ffbc0d;
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 600;
    color: #292929;
    display: inline-block;
    border: none;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.2s ease;
}

.btn-warning-mcd:hover {
    background-color: #f7b100;
    color: #292929;
    text-decoration: none;
}

.badge-img {
    height: 40px;
    width: auto;
}

.footer {
    border-top: 1px solid #e7e7e7;
    padding-top: 60px;
    margin-top: 60px;
    background-color: #fafafa;
}

.footer h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 24px;
    color: #292929;
}

.foot-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot-list li {
    font-weight: 500;
    margin-top: 6px;
}


.foot-list a {
    font-size: 14px;
    color: #220a0a;
    transition: color 0.2s ease;
}

.foot-list a:hover {
    color: #292929;
    text-decoration: underline;
}

.footer .fab {
    color: #292929;
    cursor: pointer;
    transition: color 0.2s ease;
}

.footer .fab:hover {
    color: #db0007;
}

.footer hr {
    border-color: #e7e7e7;
    margin: 40px 0;
}

.footer .small {
    color: #666;
}

.footer .small:hover {
    color: #292929;
    text-decoration: underline;
}
li{
    font-weight: 700;
}
.button{
    width: fit-content;
}


