@media (max-width: 1400px) {

    .foodNavInner ul.right,
    .foodNavInner ul.left {
        width: auto;
        gap: 0 25px;
    }

    .pgCentCont {
        padding: 0 15px;
    }
}

@media (max-width: 1100px) {
    .addrWrp {
        padding: 9px 16px;
    }
}

@media (max-width:899px) {
    .slick-dots {
        display: inline-block;
        bottom: 0px;
    }

    .stepWrp .slick-next,
    .stepWrp .slick-prev {
        bottom: 0;
    }

    .stpLeft .smTTL {
        font-size: 20px;
        line-height: 26px;
    }

    .stpLeft .slidHd {
        font-size: 30px;
        line-height: 35px;
        margin: 8px 0;
    }

    .stpLeft .smTTL {
        font-size: 20px;
        line-height: 26px;
    }

    .stpLeft p.txt {
        max-width: 418px;
        font-size: 15px;
        line-height: 20px;
    }

    .stepWrp .slick-track {
        padding-bottom: 120px;
    }
}

@media (max-width: 768px) {
    .mobMenuWrp {
        display: flex;
        display: webkit-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
    }

    .foodNav ul li a {
        color: #005430 !important;
    }

    .foodNavInner {
        position: fixed;
        top: 0;
        width: 350px;
        bottom: 0;
        left: -350px;
        height: 100vh;
        z-index: 20000000;
        background: #f4f4f4;
        flex-direction: column;
        justify-content: flex-start;
        padding: 40px 15px;
        transition: all 0.5s ease-in;
    }

    .showMenu .foodNavInner {
        left: 0;
    }

    .foodNav ul {
        flex-direction: column;
    }

    .foodNavInner .navLogo {
        display: none;
    }

    .foodNav .navBtn {
        border: 1px solid #005430;
        display: block;
        padding: 12px;
    }

    .foodNavInner ul.right,
    .foodNavInner ul.left {
        width: 100%;
        gap: 25px 0;
        text-align: center;
        align-items: flex-start;
    }

    .foodNav .navLink img {
        display: none;
    }

    .foodNav ul li {
        width: 100%;
    }

    ul.right {
        padding-top: 25px;
    }

    .foodNav {
        height: 80px;
    }

    .brgMBtn img {
        width: 40px;
        height: 40px;
    }

    .fdftrTopCentW {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 20px;
        gap: 20px 0;
    }

    .getAppInner {
        flex-wrap: wrap;
    }

    .gaLeft {
        width: 100%;
        text-align: center;
    }

    .gaRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shareLink {
        align-items: center;
        margin-bottom: 20px;
        gap: 0 10px;
        width: 100%;
        justify-content: center;
    }

    .gaRight p {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
    }

    .dwTtl {
        text-align: center;
    }

    .empower,
    .stepWrp,
    .getApp {
        padding: 40px 0;
    }

    .navLogo a img {
        width: 60px;
    }

    .bannInner,
    .contactWrp {
        padding-top: 140px;
    }

    .bannttl {
        font-size: 25px;
        max-width: 600px;
        line-height: 30px;
        margin: 30px auto;
    }

    .bann_iphone {
        width: 260px;
    }

    .bannerWrp {
        height: 630px;
    }

    .empower p {
        margin-bottom: 30px;
    }

    .gaRight .ttl,
    .empower .empHd {
        font-size: 30px;
        line-height: 1.2;
    }

    .stpRMobImg {
        position: absolute;
        top: 80px;
        left: 64px;
        width: 140px;
    }

    .stepWrp .slick-track {
        padding-bottom: 80px;
    }

    .contactWrpInner .leftForm {
        width: 100%;
        margin-bottom: 30px;
    }

    .contactWrpInner .rightSec {
        width: 100%;
    }

    .mapWrp iframe {
        width: 100%;
    }

}

@media (max-width: 599px) {
    .btnBannWrp {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .bannttl {
        font-size: 20px;
        line-height: 26px;
        margin: 20px auto;
        padding: 0 15px;
    }

    .brgMBtn img {
        width: 30px;
        height: 30px;
    }

    .stpCont {
        flex-wrap: wrap;
    }

    .stpLeft {
        margin: 0 0 20px;
    }

    .stpLeft,
    .stpright {
        position: relative;
        width: 100%;
    }

    .stpRMobImg {
        position: absolute;
        top: 90px;
        left: 34px;
        width: 90px;
    }

    .stepWrp .slick-dots,
    .stepWrp .slick-next,
    .stepWrp .slick-prev {
        bottom: 0;
    }

    .stepWrp .slick-next {
        left: auto;
        right: 0;
    }

    .stepWrp .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .stpLeft .smTTL,
    .stpLeft .slidHd,
    .stpLeft p.txt {
        text-align: center;
    }

    .gaRight .ttl,
    .empower .empHd {
        font-size: 20px;
        line-height: 1.2;
    }

    .stepWrp .slick-track {
        padding-bottom: 120px;
    }

    .foodNavInner {
        width: 280px;
    }
}



/* Responsive Privacy Policy Styles */
@media (max-width: 768px) {
    .pp-title {
        font-size: 20px;
        margin-top: 100px;
    }

    .pp-section h2 {
        font-size: 16px;
    }

    .pp-section p,
    .pp-list li {
        font-size: 14px;
    }

    .pp-container {
        padding: 0 10px;
    }
}

/* --- Responsive Navbar for Small Devices --- */
@media (max-width: 768px) {
    .foodNavInner {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 60px;
        padding: 0 10px;
        position: relative;
        background: #005430;
    }

    .foodNavInner ul.left,
    .foodNavInner ul.right {
        display: none;
    }

    .foodNavInner .navLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 2;
    }

    .navLogo a img {
        width: 60px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .mobMenuWrp {
        display: flex !important;
        align-items: center;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 3;
    }

    .brgMBtn {
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .brgMBtn img {
        width: 36px;
        height: 36px;
    }
}

/* Hide the desktop nav on mobile, show hamburger */
@media (max-width: 768px) {

    .foodNavInner ul.left,
    .foodNavInner ul.right {
        display: none !important;
    }
}




/* --- Get App Section Responsive Styles --- */

/* For tablets and below */
@media (max-width: 1024px) {
    .getAppInner {
        flex-direction: column;
        align-items: center;
        gap: 40px 0;
    }

    .gaLeft {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .gaRight {
        width: 100%;
        margin-top: 40px !important;
        align-items: center;
        text-align: center;
    }

    .shareLink .inpGrp {
        width: 80%;
    }
}

/* For mobile devices */
@media (max-width: 600px) {
    .getApp {
        padding: 40px 0 40px;
    }

    .getAppInner {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        padding: 0 10px;
    }

    .gaLeft img {
        width: 80vw;
        max-width: 320px;
        height: auto;
    }

    .gaRight {
        margin-top: 20px !important;
        padding: 0;
    }

    .gaRight .ttl {
        font-size: 22px;
        line-height: 1.2;
    }

    .gaRight p {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
    }

    .radCont {
        font-size: 16px;
        line-height: 24px;
        padding-left: 28px;
    }

    .radOut {
        gap: 0 20px;
        padding-bottom: 10px;
        justify-content: center;
    }

    .shareLink {
        flex-direction: column;
        gap: 10px 0;
        width: 100%;
        align-items: stretch;
    }

    .shareLink .inpGrp {
        width: 100%;
    }

    .shareLBtn {
        width: 100%;
        font-size: 15px;
        padding: 10px 0;
    }

    .dwnApp .empBtnSec {
        flex-direction: column;
        gap: 10px 0;
        align-items: center;
    }
}




/* ABOUT US PAGE RESPONSIVE STYLES */
/* Add this at the top of your CSS to prevent horizontal overflow */
html,
body {
    width: 100%;
    overflow-x: hidden;
    max-width: 100%;
}

/* Updated Media Queries for Proper Mobile Fit */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .statsContent {
        gap: 60px;
    }

    .statItem {
        flex: 1 1 250px;
        max-width: 250px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .foodNavInner {
        flex-direction: column;
        padding: 15px;
    }

    .left,
    .right {
        width: 100%;
        justify-content: center;
        margin: 10px 0;
        flex-wrap: wrap;
    }

    /* Intro section */
    .introContainer {
        margin-top: 80px;
    }

    .introSubtitle {
        font-size: 32px;
        line-height: 38px;
        padding: 0 15px;
    }

    /* Stats section */
    .statsContent {
        margin-top: 100px;
        gap: 40px;
        padding: 0 15px;
    }

    .statItem {
        flex: 1 1 200px;
        max-width: 200px;
    }

    .statItem h2 {
        font-size: 36px;
    }

    .statItem p {
        font-size: 20px;
    }

    /* Info section */
    .infoSection {
        padding: 40px 15px;
    }

    .infoRow {
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
    }

    .infoRow.reverse {
        flex-direction: column;
    }

    .infoImage,
    .infoText {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* Navbar adjustments */
    .navLink,
    .navBtn {
        font-size: 14px;
        padding: 8px 12px;
    }

    /* Intro section */
    .aboutUsIntro {
        padding: 40px 15px 80px;
    }

    .introContainer {
        margin-top: 60px;
    }

    .introSubtitle {
        font-size: 28px;
        line-height: 34px;
    }

    .introDescription {
        font-size: 16px;
        padding: 0 15px;
    }

    /* Image overlap */
    .imageWrapper {
        margin-top: -80px;
        padding: 0 15px;
    }




    /* Stats section */
    .aboutUsStatsSection {
        padding: 100px 15px 40px;
    }

    .statsContent {
        margin-top: 80px;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .statItem {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    /* Team section */
    .teamSection {
        padding: 60px 15px;
    }

    .teamTitle {
        font-size: 32px;
        padding: 0 15px;
    }

    .teamGrid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .teamCard {
        max-width: 100%;
    }

    /* Footer adjustments */
    .fdFtrCont {
        padding: 0 15px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    /* Navbar adjustments */
    .foodNavInner ul {
        flex-wrap: wrap;
    }

    .navLink,
    .navBtn {
        font-size: 12px;
        padding: 6px 8px;
    }

    /* Intro section */
    .introTitle {
        font-size: 20px;
    }

    .introSubtitle {
        font-size: 24px;
        line-height: 30px;
    }

    /* Stats section */
    .statItem h2 {
        font-size: 30px;
    }

    .statItem p {
        font-size: 18px;
    }

    /* Info section */
    .infoTitle {
        font-size: 26px;
    }

    /* Team section */
    .teamTitle {
        font-size: 28px;
    }

    .teamSubtitle {
        font-size: 16px;
    }

    /* Footer adjustments */
    .fdftrTopCentW {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fdTCent {
        flex-direction: column;
    }

    .fdTCent li,
    .fdTR li {
        margin: 8px 0;
    }
}

/* Very small devices (phones under 400px) */
@media (max-width: 399.98px) {
    .introSubtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .statItem h2 {
        font-size: 26px;
    }

    .statItem p {
        font-size: 16px;
    }

    .teamCard {
        flex-direction: column;
        text-align: center;
    }

    .teamInfo {
        text-align: center;
    }

    /* Ensure all containers have padding */
    .aboutUsIntro,
    .aboutUsStatsSection,
    .infoSection,
    .teamSection,
    .fdFtrCont {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* @media (max-width: 67.98px) {
  .imageWrapper {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .overlapImageabout {
    min-width: 70%;
    width: 100%;
    margin-top: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
} */