    @media(max-width:992px) {
        .navbar .burger {
            display: block;
            opacity: 1;
            visibility: visible;
        }
        .navbar .menu {
            width: 100%;
            max-height: 0rem;
            padding: 0;
            opacity: 0;
            visibility: hidden;
            overflow: hidden;
            transition: all 0.35s ease;
        }
        .navbar .menu.is-active {
            opacity: 1;
            visibility: visible;
        }
        .navbar .menu-inner {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 1rem 0;
        }
        .navbar .menu-inner {
            gap: 25px;
        }
        .navbar .menu-link {
            font-size: 14px;
        }
        .hero-section {
            min-height: 50vh;
        }
        .hero-content h2 {
            font-size: 52px;
        }
        .hero-content p {
            font-size: 32px;
        }
        .hero-content h1 {
            font-size: 72px;
        }
        .title {
            font-size: 42px;
        }
        .how-good-we-are-section p {
            font-size: 24px;
        }
        .footer-menu li a {
            font-size: 16px;
        }
        .case-studies-disc h1 {
            font-size: 36px;
            line-height: 44px;
        }
        .case-studies-detail-col {
            width: 100%;
        }
        .case-studies-disc {
            margin-bottom: 0px;
        }
        .case-studies-detail {
            margin-bottom: 30px;
        }
        .case-studies-author-col {
            width: 100%;
        }
        .read-next-studies {
            margin-bottom: 0px;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .what-we-are-section ul {
            column-count: 1;
            column-gap: 0px;
        }
        .contact-form-card {
            display: block;
        }
        .contact-details,
        .contact-form {
            width: 100%;
        }
        .footer-col.footer-logo-col {
            width: 100%;
        }
        .footer-col {
            width: 50%;
        }
        .copyright {
            display: block;
            text-align: center;
        }
        .copyright ul {
            text-align: center;
            padding-top: 10px;
        }
        .case-studies-section .case-studies-col {
            width: 50%;
        }
        .inner-hero-section {
            padding: 70px 0px;
        }
        .inner-hero-section h2 {
            font-size: 52px;
        }
        .profile-card {
            width: 310px;
            padding: 30px 15px;
        }
        .download-card {
            width: calc(100% - 310px);
        }
        .download-card button {
            padding: 14px 20px;
        }
        .download-card button img {
            margin-right: 10px;
        }
    }
    
    @media(max-width: 576px) {
        .hero-content h2 {
            font-size: 36px;
        }
        .hero-content p {
            font-size: 26px;
        }
        .hero-content h1 {
            font-size: 52px;
        }
        .title {
            font-size: 32px;
            margin-bottom: 15px;
        }
        .how-good-we-are-section,
        .testimonials-section,
        .what-we-are-section,
        .case-studies-section {
            padding: 30px 0px;
        }
        .how-good-we-are-section p {
            font-size: 18px;
        }
        .what-we-are-section ul li {
            font-size: 16px;
        }
        .contact-title {
            padding-bottom: 130px;
        }
        .contact-details h3 {
            font-size: 32px;
        }
        .testimonials-section .owl-stage {
            padding: 10px 0px 5px 0px;
        }
        .footer-section h3 {
            font-size: 20px;
        }
        .footer-col {
            width: 100%;
            text-align: center;
        }
        .footer-menu {
            float: unset;
        }
        .footer-logo img {
            margin: 0 auto;
        }
        .inner-hero-section {
            padding: 50px 0px;
        }
        .inner-hero-section h2 {
            font-size: 42px;
        }
        .case-studies-disc h1 {
            font-size: 22px;
            line-height: 30px;
        }
        .case-studies-disc p,
        .ul-numbers li {
            font-size: 14px;
            line-height: 24px;
        }
        .case-studies-disc h3 {
            font-size: 20px;
        }
        .case-studies-disc {
            padding: 0px 15px 15px 15px;
        }
        .read-next-studies {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 0px;
        }
        .author-publisher {
            padding: 20px 0px 10px 0px;
        }
        .profile-card {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            float: unset;
        }
        .download-card {
            width: 100%;
            padding-left: 0px;
        }
        .download-card button {
            padding: 14px 30px;
        }
        .download-card button img {
            margin-right: 20px;
        }
    }
    
    @media(max-width: 480px) {
        .contact-details {
            padding: 30px 30px 0px 30px;
        }
        .case-studies-section .case-studies-col {
            width: 100%;
        }
        .footer-section {
            padding-top: 30px;
        }
        .footer-col {
            padding-bottom: 15px;
        }
        .read-next-studies-info a {
            font-size: 14px;
        }
        .more-case-studies ul li a {
            font-size: 14px;
        }
        .case-studies-banner-img {
            width: 100%;
            height: 250px;
        }
        .read-next-studies-single .read-next-studies-author-avatar {
            width: 45px;
            height: 45px;
            min-width: 45px;
            min-height: 45px;
        }
    }
    
    @media(max-width:360px) {
        .brand img {
            max-width: 240px;
        }
        .title {
            font-size: 28px;
        }
        .how-good-we-are-section p {
            font-size: 15px;
        }
        .what-we-are-section ul li {
            font-size: 14px;
        }
        .what-we-are-section ul li img {
            top: 5px;
        }
        .single-contact .contact-link p {
            font-size: 14px;
        }
        .single-contact .contact-link a {
            font-size: 14px;
        }
        .footer-menu li a {
            font-size: 14px;
        }
    }