@media only screen and (max-width: 767px) {
    .header {
        height: 68px !important;
    }

    div#contactpopup .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

    .hero-section {
        background-image: url('../images/mobilebanner.webp') !important;
        align-items: end !important;
        height: 580px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mobile-nav ul.navbar-nav {
        width: 420px;
        padding: 0 5px;
    }

    .mobile-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        border-bottom: 1px solid rgb(94 94 94 / 31%);
    }

    .header .logo img {
        height: 50px;
        object-fit: cover;
        width: 116px;
    }

    a.nav-link {
        padding: 2px 10px !important;
        border-radius: 6px 6px 0px 0px;
        font-weight: 400;
    }

    a.nav-link.active {
        color: #C41017 !important;
        font-weight: 600;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .cta-button {
        background: #2A73C7;
    }

    .hoveranimationbtn {
        overflow: hidden;
        z-index: 0;
        transition: transform 0.5s ease, color 0.6s ease;
        position: relative;
        border: 2px solid transparent;
    }

    .hoveranimationbtn::before,
    .membersubmitbtn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: white;
        transition: left 0.65s ease;
        z-index: -1;
    }

    .hoveranimationbtn:hover::before,
    .membersubmitbtn:hover::before {
        left: 0;
    }

    .hoveranimationbtn:hover {
        color: #2A73C7 !important;
        border-color: #2A73C7;
    }

    .hero-content {
        padding: 15px;
    }

    .inner-hero {
        width: 100%;
    }

    h1.hero-title {
        font-size: 22px !important;
    }

    .divider {
        height: 2px !important;
    }

    .hero-description {
        font-size: 16px;
        line-height: 24px;
        width: 90%;
    }

    .ticker-wrap {
        width: 100%;
    }

    .hero-cta button,
    .hero-cta button:hover,
    .hero-cta button:focus,
    .hero-cta button:active,
    .hero-cta button:focus-visible {
        background: rgba(0, 0, 0, 0.63) !important;
    }

    span.subheading-execution {
        font-size: 16px !important;
        padding: 5px 13px 2px 13px;
    }

    .main-section-heading {
        font-size: 22px !important;
        line-height: 27px;
    }

    .section-title {
        font-size: 24px;
    }

    p.breakdown-description {
        font-size: 16px;
    }

    .breakdowns.the-build,
    .breakdowns {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .buildbreakdowns .breakdown-item {
        background: #fff !important;
        box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 25%);
    }

    .main-breakdown-item {
        background: #F6F6F6;
        border-radius: 6px;
        box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 25%);
    }

    .adg-works .breakdown-item {
        background: transparent;
        border-radius: 6px;
        box-shadow: none;
    }

    .main-path-options {
        flex-direction: column;
    }

    p.option-description {
        font-size: 16px !important;
    }

    .inner-content-path {
        gap: 10px !important;
    }

    .results-section {
        flex-direction: column-reverse !important;
    }

    .paddingmobile {
        padding: 0 !important;
    }

    h3.breakdown-title {
        font-size: 18px !important;
    }

    .turning-point .inner-problems {
        flex-direction: column-reverse;
    }

    p.section-description,
    p.problem-item {
        font-size: 16px;
    }

    .inner-problems {
        flex-direction: column;
    }

    span.read-toggle {
        display: inline;
    }

    .read-more-content {
        display: none !important;
    }

    .read-more-content.active {
        display: flex !important;
    }

    .execution-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .main-col-content {
        position: relative;
        padding: 25px 15px;
        background: #fff;
        border-radius: 16px;
        z-index: 1;
    }

    /* Gradient Border */
    .main-col-content::after {
        content: "";
        position: absolute;
        inset: 0;
        padding: 3px;
        /* border thickness */
        border-radius: 16px;
        background: linear-gradient(90deg, #E39305, #7D5103);
        /* Mask trick to show only border */
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

    img.counter-img {
        position: absolute;
        top: -12px;
        width: 81px;
        height: 65px;
        left: 15px;
    }

    .content-text h3.subheading {
        font-size: 20px !important;
    }

    .inner-content-container {
        gap: 42px;
        width: 100%;
    }

    img.arrowdown-img {
        position: absolute;
        bottom: -41px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    section#startups-section {
        width: 100%;
    }

    .subheading-startups {
        font-size: 20px;
    }

    img.main-sec-img {
        width: 100% !important;
    }

    .faq-content {
        width: 100% !important;
    }

    .custom-accordion .accordion-button {
        font-size: 16px;
        padding: 11px 11px;
        border-radius: 8px 0px;
    }

    .custom-accordion .accordion-button::before {
        right: 15px;
        position: absolute;
        color: #006495;
    }

    span.acc-btn-title {
        padding-left: 0;
        padding-right: 15px !important;
    }

    .custom-accordion .accordion-body {
        box-shadow: 0px 4px 4px rgb(0 0 0 / 32%);
        padding: 10px !important;
        border-radius: 0px 0px 8px 8px;
    }

    .custom-accordion .accordion-item {
        overflow: visible;
        margin-bottom: 15px;
    }

    .custom-accordion .accordion-item.active .accordion-button,
    .custom-accordion .accordion-button:not(.collapsed) {
        border-radius: 6px 6px 0px 0px;
    }

    .custom-accordion h2.accordion-header {
        border-radius: 8px 0px;
    }

    .accordion-item.active h2.accordion-header {
        border-radius: 8px 8px 0px 0px;
    }

    .blog-featured-img-right {
        max-width: 157px !important;
        overflow: visible !important;
    }

    .right-side-blog .main-blog-img {
        width: 157px;
        height: 90px;
    }

    h4.blog-image-title {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .right-side-blog-a:hover .main-blog-img {
        transform: none !important;
    }

    .second-col,
    .first-col {
        width: 100% !important;
    }

    .second-col {
        padding: 0px 30px !important;
        padding-bottom: 15px !important;
    }

    .contact-links a,
    p.footer-text,
    .footer-bottom-text {
        font-size: 16px;
    }

    .footer-logo img {
        width: 145px;
        height: auto;
    }

    .footer-separator {
        width: 95% !important;
    }

    .left-col img {
        position: absolute;
        width: 50px;
        height: 50px !important;
        left: -16px;
        top: -16px;
        transform: rotate(180deg);
    }

    .left-col,
    .right-col {
        width: 100%;
    }

    .contact-links .footer-link {
        font-size: 16px;
    }

    p.footer-text {
        width: 100%;
    }

    .nav-item.dropdown .dropdown-menu {
        position: absolute !important;
        top: 100px !important;
        right: 10px !important;
    }

    div#marketdropdown .modal-dialog {
        top: 92px !important;
        width: max-content !important;
        right: 10px !important;
        position: absolute !important;
    }

    #videopopup .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }

    .video-container {
        height: 192px !important;
    }

    .main-content-section {
        overflow: hidden;
    }

    div#marketdropdown .modal-body {
        padding: 0;
    }

    div#marketdropdown li.nav-item {
        width: 100%;
    }

    div#marketdropdown li.nav-item a.nav-link {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    li.nav-item {
        font-size: 16px;
        color: #000;
    }

    .real-footer-right {
        text-align: left;
    }

    .real-footer-chef {
        max-width: 220px;
    }

    .latest-recipe-footer {
        margin-top: 15px;
    }

    .real-footer {
        padding: 20px 0 20px;
    }

    .real-footer-desc {
        max-width: 100%;
        font-size: 16px;
    }

    .real-footer-chef {
        margin-top: 20px;
    }

    .real-footer-divider {
        border-top: 1px solid #000 !important;
        /* solid black line */
        opacity: 1 !important;
        /* remove Bootstrap gray effect */
        margin: 30px 0 15px;
    }

    .real-footer-bottom p {
        font-size: 16px;
        color: #000000;
    }

    .real-footer-center {
        display: flex;
        justify-content: start !important;
        text-align: start !important;
    }
    .social-icons {
        justify-content: center;
    }
    .real-footer-link {
        font-size: 16px !important;
    }

    .real-footer-center, .real-footer-left {
        width: 100% !important;
    }

    .realfoooter-mobile-screen {
        width: 70%;
        margin: auto;
    }

    .real-footer-logo {
        margin-top: -15px;
    }


    .real-footer-center,
    .real-footer-left {
        text-align: center;
    }
}

/* Tablet Responsiveness */

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .hero-section {
        background-image: url('../images/tablet-banner.webp') !important;
        align-items: end !important;
        height: 1047px !important;
        padding-bottom: 40px;
    }

    .inner-problems {
        flex-direction: column;
    }

    .turning-point .inner-problems {
        flex-direction: column-reverse;
    }

    .the-build {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .breakdowns {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .adg-work {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .results-section {
        flex-direction: row-reverse !important;
    }

    .whothisfor {
        flex-direction: row !important;
    }

    p.option-description {
        font-size: 16px !important;
    }

    .inner-content-container {
        gap: 0 !important
    }

    .content-text {
        top: 28px;
        left: 15px;
    }

    .main-col-content:nth-child(2) .content-text,
    .main-col-content:nth-child(3) .content-text {
        left: 27px;
    }

    .content-text p {
        width: 80%;
    }

    section#startups-section {
        width: 100%;
        margin: auto;
    }

    .inner-content {
        flex-direction: row-reverse;
    }

    .faq-content {
        width: 100%;
    }

    .first-col,
    .second-col {
        width: 50%;
    }

    .second-col {
        padding-left: 30px !important;
    }

    header.header {
        height: 80px;
    }

    a.nav-link.active::before,
    a.nav-link::before {
        display: none !important;
    }

    li.first-item a.nav-link {
        color: #E99707;
    }

    li.second-item a.nav-link {
        color: #4CAF50;
    }

    li.third-item a.nav-link {
        color: #7B61FF;
    }

    li.fourth-item a.nav-link {
        color: #F7931E;
    }

    li.fifth-item a.nav-link {
        color: #000000;
    }

    .tablet-nav {
        border-bottom: 1px solid #5E5E5E;
    }


}