@media only screen and (max-width: 767px){
    .header {
        height: 55px !important;
    }
    .hero-section {
        background-image: url('../images/mobilebanner.webp') !important;
        align-items: start !important;
        height: 580px !important;
        padding-top: 20px;  
    }
    .mobile-nav ul.navbar-nav {
        width: 800px;
        padding: 0 10px;
    }

    .mobile-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        border-bottom: 1px solid #E39305;
    }

    .header .logo img {
        height: 40px;
        object-fit: cover;
    }

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

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

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

    .hero-content {
        padding: 15px;
    }

    .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;
    }

    .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;
    }
}

/* 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: start !important;
        height: 880px !important;
        padding-top: 20px;  
    }
    .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;
    }
}