@media(max-width: 1199px) {
    .hamburger {
        display: block;
    }

    /* Overlay */
    .overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99998;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
    }

    /* Show overlay when active */
    .overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    /* Hamburger button */
    .hamburger {
        position: relative;
        z-index: 999999;
    }

    .toggle-btn {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .toggle-btn span {
        width: 28px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    /* Mobile menu */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        max-width: 300px;
        width: 100%;
        padding: 20px;
        background: var(--yellow);
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
        z-index: 999999;
        transition: transform 0.35s ease;
        transform: translateX(-320px);
        overflow-y: auto;
    }

    .mobile-menu.is-open {
        transform: translateX(0);
    }

    /* Menu links */
    .mobile-menu ul {
        list-style: none;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: 0;
    }

    .mobile-menu ul li {
        width: 100%;
    }

    .mobile-menu ul li a {
        padding: 12px 6px;
    }

    .mobile-menu ul li a.active {
        background-color: transparent;
    }

    .mobile-menu a {
        color: #333;
        padding: 12px 0;
        display: block;
        font-size: 16px;
        text-decoration: none;
        transition: 0.2s;
    }

    .mobile-menu a:hover {
        color: #007bff;
        padding-left: 5px;
    }

    .bottom-header-left ul li {
        width: 100%;
    }

    .header-call-text {
        display: none;
    }

    .search-input-inner .input-div {
        display: none;
    }

    .header-search-area {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header-top-inner {
        justify-content: center;
    }

    .header-top-left ul li:last-child {
        margin: 0;
    }

    .header-top-left {
        margin-bottom: 10px;
    }

    .hamburger {
        display: block;
    }

    .toggle-btn {
        border: none;
        background: transparent;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        row-gap: 7px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        padding: 0;
    }

    .toggle-btn span {
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        transition: 0.2s ease-in-out;
    }

    .mobile-menu.is-open {
        transform: translateX(0);
    }

    .mobile-menu-close-sec {
        display: block;
    }

    .menu_close_btn {
        position: absolute;
        top: 11px;
        right: 15px;
    }

    .menu_close_btn i {
        font-size: 20px;
        color: #fff;
    }

    .web-header-center {
        margin: 0 0 0 60px;
    }

    .web-header-right-box {
        flex-direction: row-reverse;
    }

    .banner-wrapper-inner-sec {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .banner-info h1 {
        font-size: 44px;
        font-weight: 400;
        color: var(--white);
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .banner-left {
        width: 100%;
        margin-bottom: 35px;
    }

    /* Digital marketing services aligned with your goals */


    .digital-marketing-services-title h2 {
        max-width: 543px;
        padding-top: 15px;
    }

    .digital-marketing-services-inner {
        padding-top: 40px;
    }

    .digital-marketing-services-title p {
        padding-top: 25px;
    }

    .digital-marketing-btn {
        margin-top: 30px;
    }

    /* We provide the following services */

    .we-provide-the-services-row {
        gap: 24px 0;
    }



    .half-media-half-text:not(:last-child) {
        margin: 0 0 40px;
    }

    .half-media-half-text:first-child {
        margin-bottom: 15px !important;
    }

    .we-provide-the-services {
        padding: 70px 0;
        margin: 70px 0 0;
    }

    .we-provide-the-services-title h2 {
        padding: 15px 0;
    }

    .Why-business-with-us-inner {
        padding: 45px 0;
    }

    .Why-business-with-us-title h2,
    .Why-business-with-us-title p {
        padding: 15px 0 0;
    }

    .partners-img {
        padding: 0 12px;
    }

    .we-provide-the-services-content p {
        padding: 15px 0;
    }

    .we-provide-the-services-content img {
        padding-bottom: 30px;
    }

    .we-provide-the-services-content {
        padding: 30px 15px;
    }

    /* Industry-we-services */

    .Industry-we-services {
        padding: 70px 0;
    }

    .section-heading {
        padding-bottom: 42px;
    }

    .industry-service-row {
        --bs-gutter-x: 22px;
        --bs-gutter-y: 22px;
    }

    .industry-service-box {
        padding: 25px 22px 30px;
    }

    .industry-service-box-header {
        padding-bottom: 7px;
    }

    .industry-service-box-header h4 {
        padding: 0 0 8px 6px;
    }

    /* OUR-LATEST-BLOG-START */

    .our-latest-blog {
        padding: 65px 0 70px;
    }

    .our-latest-blog-row {
        padding-bottom: 40px;
        --bs-gutter-x: 22px;
        --bs-gutter-y: 30px;
    }

    .our-latest-blog-box {
        padding: 25px 50px 30px 25px;
    }

    .our-blog-content {
        padding: 15px 0 28px;
    }

    .our-blog-content h5 {
        padding-bottom: 12px;
    }

    .quary-title {
        padding: 40px 0 27px;
    }

    .quary-title p {
        padding-top: 15px;
    }

    .quary-box {
        padding: 30px;
    }


    /* footer */

    .footer {
        padding: 45px 0 28px;
    }

    .footer-col:first-child,
    .footer-col:last-child {
        width: 100%;
    }

    .footer-col:nth-child(2) {
        width: 200px;
    }

    .footer-col:nth-child(3) {
        width: 350px;
    }

    .footer-top {
        padding-bottom: 40px;
    }

    .logo-text {
        padding-bottom: 20px;
    }

    .footer-heading {
        padding: 0px 0px 24px;
    }

    .footer-form {
        text-align: center;
    }

    .footer-bottom {
        padding-top: 25px;
    }

    .testimonials {
        padding: 70px 0;
    }


    .testimonials-text p {
        padding: 30px 0;
    }

    .quate-img {
        top: 21px;
    }

    .testimonials-text {
        padding-left: 30px;
    }

    .testi-bg-img {
        display: none;
    }

    /* 3/09/25 */

    .boost-online-title {
        max-width: 394px;
    }

    .the-best-ppc-hire {
        padding: 72px 0;
    }

    .ppc-header {
        padding: 15px 0;
    }

    .ppc-banner-slider .slick-prev,
    .ppc-banner-slider .slick-next {
        bottom: 15px;
    }

    .the-best-ppc-hire {
        padding: 15px 0 50px;
    }

    .ppc-service-bg {
        padding: 50px 0;
    }

    .ppc-service-title h2 {
        padding: 25px 0 30px;
    }

    .ppc-box img {
        width: 100%;
        height: 100%;
    }

    .ppc-digitai-marketing-box-title h4 {
        padding-bottom: 15px;
    }

    .ppc-digitai-marketing-box-title {
        max-width: 220px;
        margin-left: 20px;
    }

    .portfolio-call-section-outer {
        margin-top: 50px;
    }

    .testimonials-box {
        padding: 40px 15px;
    }

    .testi-image {
        width: 300px;
    }

    .testimonials-text {
        width: calc(100% - 300px);
    }

    .thumb-slider-wrap {
        padding: 0 0 30px;
    }

    .social-media-banner {
        padding: 231px 0 89px;
    }

    .half-img img {
        left: 0;
    }

    .increase-brand-awareness-title h2 {
        padding-bottom: 15px;
    }

    .increase-brand-awareness {
        padding: 50px 0;
    }

    .hire-dev {
        padding: 50px 0;
    }

    .contact-us-para p {
        padding-top: 20px;
    }

    .web-contact-us {
        margin-top: 75px;
    }

    .web-technology {
        padding-top: 60px;
    }

    .web-design-right-half-img img {
        max-width: 529px;
        left: -61px;
    }

    .web-design-strategies {
        padding: 70px 0;
    }

    .seo-contact-us-para span {
        padding-top: 30px;
    }

    .seo-digital-marketer {
        padding: 70px 0;
    }

    .get-in-touch-img-box img {
        margin: 0 0 20px;
    }

    .get-in-box a {
        flex-direction: column;
    }

    .get-in-touch-text-box {
        text-align: center;
    }

    .get-in-touch-heading h2 {
        padding: 0 0 15px;
    }

    .get-in-touch-heading p {
        padding-bottom: 30px;
    }

    .increase-revenue-sec {
        padding: 45px 0px 0px;
    }

    .increase-revenue-box {
    padding: 19px 28px 50px;
}
}

@media(max-width: 1023px) {
    .certificates {
        margin: 50px 0 0;
    }

    .certificates-col:nth-child(odd) {
        margin-top: 55px;
    }

    .faq-wrpper {
        gap: 30px 0;
    }

    .faq-left {
        width: 100%;
    }

    .faq-left ul {
        margin: 0 0 40px;
    }

    .faq-right {
        width: 100%;
        padding-left: 0;
    }

    .link-building-box-img img {
        margin-bottom: 25px;
    }
}

@media(max-width: 991px) {
    .digital-marketing-services-left-img {
        display: none;
    }

    .half-media-half-text:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .ppc-header {
        padding: 15px 0;
    }

    .ppc-box img {
        height: 477px;
        object-fit: cover;
    }

    .ppc-banner-wrapper-box {
        padding: 230px 0 50px;
    }

    .ppc-digitai-marketing-box-title {
        max-width: 381px;
    }

    .free-quote {
        margin: 50px 0 0;
    }

    .free-quote h2 {
        margin: 0 0 20px;
    }

    .free-quote-flex {
        flex-direction: column-reverse;
    }

    .free-quote-image {
        display: none;
    }

    .free-quote-form {
        padding-left: 0;
    }

    .testimonials-bottom p {
        font-size: 15px;
    }

    .half-img img {
        position: unset;
    }

    .half-img-half-text-row {
        gap: 24px;
    }

    .half-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .half-img-half-text {
        padding-top: 70px;
    }

    .freelancer-hireing-small-img {
        bottom: -22px;
        right: 8px;
    }

    .freelancer-hireing-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .freelancer-hireing-row {
        gap: 24px;
    }

    .freelancer-hireing-text {
        margin-left: 0;
    }

    .freelancer-hireing-text p {
        padding: 20px 0;
    }

    .freelancer-hireing {
        padding: 70px 0;
    }

    .freelancer-hireing-text ul li p {
        width: 85%;
    }

    .Benefits-of-freelancer-box-inner {
        padding: 30px 12px;
    }

    .Benefits-text h3 {
        padding: 15px 0;
    }

    .Benefits-of-freelancer {
        padding: 70px 0;
    }

    .app-dev-half-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .mob-dev {
        padding: 60px 0;
    }

    .mob-dev-half-img {
        display: none;
    }

    .mob-partners-bg-row {
        gap: 34px 0;
    }

    .mob-partners-bg {
        padding: 60px 0;
    }

    .web-dev-half-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .web-dev-half-img img {
        position: unset;
    }

    .web-dev-ind-half-img {
        display: none;
    }

    .web-dev-width {
        max-width: 692px;
    }

    .web-dev {
        padding: 70px 0;
    }

    .web-dev-title h2 {
        padding: 0 !important;
    }

    .web-dev-title p {
        padding-top: 15px;
    }

    .web-strategies-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .strategies-row {
        flex-direction: column-reverse;
        gap: 24px 0;
    }

    .seo-digital-marketer-left-img {
        justify-content: center;
    }

    .seo-digital-marketer-row {
        gap: 24px 0;
    }

    .seo-digital-marketer-right-text {
        margin-left: 0px;
    }

    .get-in-touch-row {
        gap: 24px 0;
    }

    .get-in-box {
        padding: 20px 15px;
    }

    .increase-revenue-row{
    flex-direction: column-reverse;
    gap: 55px;
}

.revenue-box-inner {
    margin-bottom: 45px;
}

}


@media(max-width: 767px) {
    .header {
        padding: 9px 0;
    }

    .banner-right {
        display: none;
    }

    .banner-box .banner-image {
        width: 100%;
        height: 550px;
    }

    .slick-prev {
        bottom: 55px;
        left: 80%;
    }

    .slick-next {
        bottom: 56px;
        left: 90%;
    }

    .half-media-half-text:not(:last-child) {
        margin: 0 0 30px;
    }

    .web-header-left {
        text-align: center;
        margin-bottom: 15px;
    }

    .web-header-left a img {
        width: 140px;
        min-height: 80px;
    }

    .header-contact-info p {
        display: none;
    }

    .header-contact-info span {
        display: none;
    }

    .number {
        display: none;
    }

    .banner-info .banner-top,
    .banner-info h1 {
        margin-bottom: 15px;
    }

    .banner-info h1 {
        font-size: 29px;
    }

    .banner-box .banner-image {
        height: 482px;
        object-fit: cover;
    }

    .get-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .get-btn::after {
        right: -28px;
    }

    .get-btn::before {
        top: -8px;
        right: -9px;
    }

    .whats-app-icon {
        margin-right: 0;
    }

    .banner-wrapper-box {
        padding: 124px 0 44px 0;
    }

    .banner-info p {
        margin-bottom: 20px;
    }

    .digital-marketing-services-title p {
        padding-top: 15px;
    }

    .we-provide-the-services {
        padding: 30px 0;
        margin: 40px 0 0;
    }

    .we-provide-the-services-content img {
        padding-bottom: 15px;
    }

    .boost-online-img::before {
        bottom: -11px;
        left: -2px;
        width: 57px;
        height: 2px;
    }

    .boost-online-title {
        padding-left: 0;
        text-align: center;
        padding: 15px 0 0;
    }


    .partners-img {
        padding: 6px 12px;
        max-width: 30%;
    }

    .partners-inner {
        justify-content: center;
        align-items: center;
    }


    .Industry-we-services {
        padding: 50px 0;
    }

    .section-heading {
        padding-bottom: 15px;
    }

    .industry-service-box {
        padding: 20px 15px;
    }

    .industry-service-row {
        --bs-gutter-y: 15px;
    }

    .industry-service-img {
        width: 50px;
    }

    .industry-service-box-header h4 {
        padding: 0 0 8px 4px;
    }

    .industry-service-box-header {
        padding-bottom: 0px;
    }


    .our-latest-blog {
        padding: 50px 0 60px;
    }

    .our-latest-blog-row {
        padding-bottom: 25px;
        --bs-gutter-y: 20px;
    }

    .our-latest-blog-box {
        padding: 20px 30px 25px 20px;
    }

    .our-blog-content {
        padding: 10px 0 15px;
    }

    .our-blog-content h5 {
        padding-bottom: 10px;
    }

    .quary-box {
        padding: 20px 15px;
    }

    .digital-marketing-btn {
        margin-top: 0;
    }

    /* footer */

    .footer {
        padding: 30px 0 27px;
    }

    .footer figure img {
        max-width: 170px;
    }

    .logo-text,
    .footer-heading {
        padding: 0px 0px 15px;
    }

    .footer-row {
        gap: 20px;
    }

    .footer-col:nth-child(2) ul li,
    .footer-col:nth-child(3) ul li,
    .footer-form {
        padding-top: 15px;
    }

    .footer-form button {
        padding: 9px 58px;
    }


    .subscribe-box {
        padding: 25px 20px;
    }

    .footer-top {
        padding-bottom: 25px;
    }

    .footer-bottom {
        padding-top: 18px;
    }

    .footer-bottom-text p {
        font-size: 14px;
    }


    .testimonials {
        padding: 50px 0;
    }

    .testi-image {
        width: 100%;
        padding-bottom: 15px;
    }

    .testimonials-text {
        width: 100%;
        padding-left: 0;
    }

    .user-social-links {
        top: 23%;
        left: 271px;
    }

    .user-details h5::after {
        width: 50px;
    }

    .user-details h5,
    .user-details span {
        padding-left: 57px;
    }

    .testimonials-text p {
        padding: 15px 0;
    }

    .quate-img {
        top: 5px;
    }

    .digital-marketing-services-row {
        gap: 15px 0;
    }

    .digital-marketing-services-title {
        margin-bottom: 22px;
    }

    .digital-marketing-btn a::before {
        top: -7px;
    }

    .Why-business-with-us-inner {
        padding: 24px 0;
    }

    .user-social-links {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: center;
        top: 0;
        left: 0;
        transform: translateY(0);
    }

    /* 3/09/25 */

    .web-header-center {
        margin: 0 0 0 30px;
    }

    .Why-business-with-us-content-list ul li::before {
        display: none;
    }

    .Why-business-with-us-content-list ul li {
        justify-content: center;
        align-items: center;
    }

    .boost-online-title p,
    .boost-online-title {
        max-width: 100%;
    }

    .ppc-service-title h2 {
        padding: 15px 0;
    }

    .ppc-service-box-inner {
        padding-bottom: 15px;
    }

    .ppc-service-box {
        padding: 15px;
    }

    .ppc-header-text p {
        line-height: 30px;
    }

    .ppc-box img {
        height: 385px;
        object-fit: cover;
    }

    .ppc-banner-wrapper-box {
        padding: 155px 0 42px 0;
    }

    .call-section {
        padding: 15px 0;
    }

    .ppc-digitai-marketing-box {
        padding: 15px;
    }

    .ppc-digitai-marketing-box-title {
        max-width: 100%;
        text-align: center;
    }

    .ppc-digitai-marketing-box-inner {
        justify-content: center;
    }

    .ppc-digitai-marketing-box-title {
        margin: 15px 0 0 0;
    }

    .portfolio-call-section-box-inner img {
        width: 100%;
    }

    .portfolio-call-section-outer {
        margin-top: 30px;
    }

    .testimonials-user {
        width: 58px;
        height: 58px;
    }

    .testimonials-bottom p {
        font-size: 13px;
    }

    .testimonials-wrapper .slick-prev {
        bottom: -76px;
        left: 40%;
    }

    .Why-business-with-us-title ul li {
        margin-bottom: 15px;
    }

    .social-media-banner {
        padding: 167px 0 55px;
    }

    .half-img-half-text {
        padding-top: 50px;
    }

    .half-text span {
        line-height: 35px;
    }

    .half-text p {
        line-height: 25px;
    }

    .half-text-para p {
        padding-top: 15px;
    }

    .half-text-para {
        margin-bottom: 0;
    }

    .increase-brand-awareness-box {
        padding-top: 25px;
    }

    .increase-brand-awareness-box-inner {
        padding: 15px;
    }

    .increase-brand-awareness-box-inner h3 {
        padding-bottom: 15px;
    }

    .freelancer-services {
        padding: 50px 0;
    }

    .freelancer-services-title h2 {
        line-height: 35px;
    }

    .freelancer-services-title a,
    .freelancer-services-title p {
        line-height: 27px;
    }

    .freelancer-hireing-small-img img {
        max-width: 100px;
        border-radius: 7px;
    }

    .freelancer-hireing {
        padding: 50px 0;
    }

    .freelancer-hireing-text h2 {
        line-height: 35px;
    }

    .Benefits-of-freelancer-title p {
        padding-bottom: 15px;
    }

    .Benefits-of-freelancer-box {
        margin-top: 0;
    }

    .Benefits-of-freelancer {
        padding: 50px 0;
    }

    .half-text h2,
    .ppc-service-title h2 {
        line-height: 33px;
    }

    .app-dev-half-para p:first-child {
        padding-top: 15px;
    }

    .mob-dev {
        padding: 45px 0;
    }

    .hire-dev-text p {
        padding-bottom: 15px;
    }

    .mob-partners {
        max-width: 90%;
    }

    .mob-partners-bg {
        padding: 45px 0;
    }

    .contact-us-title p,
    .contact-us-title a {
        line-height: 1.938rem;
    }

    .contact-us-bg {
        padding: 45px 15px;
    }

    .contact-us-para p {
        padding-top: 15px;
    }

    .web-contact-us {
        margin-top: 50px;
    }

    .web-technology {
        padding-top: 50px !important;
    }

    .web-dev-width {
        max-width: 301px;
    }

    .web-dev {
        padding: 45px 0;
    }

    .web-design-strategies {
        padding: 45px 0;
    }

    .seo-contact-us-para {
        margin-top: 15px;
    }

    .seo-contact-us-para span {
        padding-top: 15px;
    }

    .seo-freelancer {
        padding: 45px 0;
    }

    .seo-digital-marketer {
        padding: 45px 0;
    }

    .link-building-box-img img {
        margin-bottom: 15px;
    }

    .get-in-touch {
        padding: 50px 0 0;
    }

    .get-in-touch-heading p {
        padding-bottom: 15px;
    }

    .get-in-touch-heading h2 {
        padding: 0 0 15px;
    }

    .increase-revenue-row {
        gap: 50px;
    }

    .increase-revenue-half-img{
        margin-top: -20px;
    }

    .about-title a{
        padding:0 0 15px;
    }

    .about-para p{
        padding:0 0 10px;
    }

}

@media (max-width: 600px) {
    .avatar-col.slick-center {
        transform: scale(1.1);
    }

    .avatar-col {
        border: none;
    }

    .avatar-col img {
        border: 5px solid #fff;
        border-radius: 50%;
        width: auto;
        max-height: 230px;
        margin: 0 auto;
    }
}

@media(max-width: 575px) {
    .certificates-col:nth-child(odd) {
        margin-top: 0;
    }

    .faq-left {
        padding: 0 20px;
    }

    .faq-top-box {
        padding: 20px 15px;
    }

    .faq-top-box h3 {
        padding: 8px 0 15px 0;
    }

    .faq-left h5 {
        margin: 22px 0;
    }
}

@media(max-width: 480px) {
    .testimonials-box-inner {
        padding: 25px 18px 26px;
    }
}





@media (min-width: 768px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {


    .container {
        position: relative;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 20px;
    }
}