*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

@font-face {
    font-family: 'futurak';
    src: url(./Assets/futurak.ttf);
}

body a {
    text-decoration: none;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #000000;
    min-height: 100vh;
}


.navWrapper {
    background: #0f0f0f;
}

.navContainer {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.navLogo {
    width: 165px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.navLogo img {
    width: 100%;
}

.navContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.navLinks {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
}

.navItem {
    position: relative;
}

.navLink {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'DM Sans', sans-serif;
}


.navActions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.secondaryBtn {
    padding: 12px 18px;
    height: 45px;
    border-radius: 24px;
    border: 1px solid #cccccc;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}


.primaryBtn {
    padding: 12px 18px;
    height: 50px;
    border-radius: 24px;
    border: none;
    background: #ed1c24;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    display: flex;
    align-items: center;
}

.primaryBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    color: #ed1c24;
    font-weight: 900;
}

body i{
    text-shadow: 0 0 3px currentColor;
}

.brandName {
    color: inherit;
    font-family: 'Futurak', sans-serif;
    font-size: larger;
}

.brands {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 72px 0;
    justify-content: center;
    background-color: #000;
}

.brandHeading,
.sectionHeading {
    text-align: center;
    background: none !important;
}

.brandHeading h2,
.sectionHeading h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}

.brandHeading p {
    font-size: 16px;
    color: #b3b3b3;
}

.brandList {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.brandItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;

}

.brandItem img {
    object-fit: fill;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    width: 240px;
    height: 140px;
}

.brandItem button {
    font-size: 14px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding: 12px 48px;
    border-radius: 24px;
}

.franchiseSection {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 72px 0;
    justify-content: center;
    background-color: #0f0f0f;
    flex-direction: column;
    color: #fff;
    background-image: url(./Assets/franchiseSection_bg.webp);
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
}

.franchiseContainer {
    width: 100%;
    max-width: 1140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    background: none !important;
}

.franchiseItemContent {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.franchiseItem {
    display: flex;
    align-items: center;
    gap: 72px;
}

.franchiseItem img {
    width: 546px;
    object-fit: contain;
    border-radius: 4px;
}

.franchiseItemContent p.city {
    text-align: left;
    font-size: 12px;
    color: #ed1c24;
    letter-spacing: 6px;
}

.franchiseItemContent button {
    display: flex;
    gap: 12px;
    text-decoration: none;
    width: max-content;
    font-size: 14px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 24px;
}

.franchiseItemContent button span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchiseContainer {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #0f0f0f;
    color: #fff;
}

.expressFranchiseSection {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 72px 0;
    justify-content: center;
    background-color: #000;
    flex-direction: column;
    background-image: url(./Assets/expressFranchiseBg.webp);
    background-repeat: no-repeat;
    background-position: 50px center;
    background-size: contain;
}

.expressFranchiseSection .franchiseContainer {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    place-items: center;
    gap: 40px;
    background-color: #0f0f0f;
    color: #fff;
}

.sectionHeading {
    background-color: #0f0f0f;
    color: #fff;
}

.expressFranchiseSection .franchiseItem {
    flex-direction: column;
    text-align: center;
    gap: 12px;
}

.expressFranchiseSection .franchiseItem p {
    margin: 0 auto;
}

.expressFranchiseSection .franchiseItem button {
    margin: 0 auto;
}

.expressFranchiseSection .franchiseItem button span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ed1c24;
    font-weight: 900;
}

.expressFranchiseSection .franchiseItem:last-child {
    grid-column: 1 / -1;
    justify-self: center;
}

.expressFranchiseSection .franchiseItem img {
    width: 100%;
    max-width: 356px;
}

.villageFranchiseSection {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 72px 0;
    justify-content: center;
    background-color: #0f0f0f;
    flex-direction: column;
}

.villageFranchiseSection button {
    background-color: #28a745;
    border: 1px solid transparent;
    color: #fff;
    align-items: center;
}

.villageFranchiseSection button:hover {
    background-color: transparent;
    border: 1px solid #28a745;
}

.villageFranchiseSection button span {
    background-color: #fff;
    color: #0f0f0f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.newFranchiseSection {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 72px 0;
    justify-content: center;
    background-color: #000;
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto;
}

main {
    background-color: #000;
}

.newFranchiseCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    row-gap: 50px;
}

.newFranchiseCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    color: #000;
    text-align: center;
    height: 230px;
}

.newFranchiseCard h2 {
    font-size: 18px;
}

.newFranchiseCard p {
    font-size: 14px;
    color: #ed1c24;
}

footer {
    background-color: #0f0f0f;
    padding-top: 70px;
    background-image: url(./Assets/footerBg.webp);
    background-repeat: no-repeat;
    background-position: bottom 20px left 20px;
}

.footerWrapper {
    background-color: #0f0f0f;
    color: #cccccc;
    max-width: 1140px;
    margin: 0 auto;
    background-color: transparent !important;
}

.footerGrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footerLogo {
    width: 140px;
}

.footerLogo img {
    width: 100%;
}

.descriptionText {
    font-size: 15px;
    line-height: 1.8;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.bottomLinks {
    display: flex;
    gap: 20px;
}

.bottomLinks a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 13px;
}

.bottomLinks a:hover {
    color: white;
}

.colTitle {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: serif;
}

.siteLinks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0;
}

.siteLinks li a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 14px;
}

.siteLinks li a:hover {
    color: white;
}

.contactSection {
    margin-bottom: 16px;
}

.contactHeading {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.contactText {
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.8;
}

.socialIcons {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.socialIcon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #cc0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.socialIcon:hover {
    background-color: #aa0000;
}

.playStoreIcon{
    margin-top: 12px;
}

.footerBottom {
    background-color: #000;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerBottomContent {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

.footerBottomContent a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 14px;
}

.footerBottomContent p {
    font-size: 14px;
    margin-bottom: 0;
}

.footerBottom a:hover {
    color: white;
}

@media (max-width: 768px) {
    .navContainer {
        flex-wrap: wrap;
        height: auto;
        padding: 16px;
    }

    .navContent {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .navLinks {
        flex-wrap: wrap;
        justify-content: center;
    }

    .navActions {
        justify-content: center;
        width: 100%;
    }

    .brandList {
        flex-direction: column;
        align-items: center;
    }

    .brandItem img {
        width: 100%;
        max-width: 300px;
    }

    .franchiseItem {
        flex-direction: column !important;
        gap: 24px;
    }

    .franchiseItem img {
        width: 100% !important;
    }

    .expressFranchiseSection .franchiseContainer {
        grid-template-columns: 1fr;
    }

    .expressFranchiseSection .franchiseItem:last-child {
        grid-column: auto;
    }

    .newFranchiseCards {
        grid-template-columns: 1fr 1fr;
    }

    .footerGrid {
        grid-template-columns: 1fr 1fr;
    }

    .footerBottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .navActions {
        flex-direction: column;
    }

    .newFranchiseCards {
        grid-template-columns: 1fr;
    }

    .footerGrid {
        grid-template-columns: 1fr;
    }

    .brandHeading h2,
    .sectionHeading h2 {
        font-size: 26px;
    }
}