@media (max-width: 992px) {

    /* ===navbar=== */
/*     .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #FBF6F5;

        flex-direction: column;
        align-items: center;
        gap: 15px;

        overflow: hidden;
        max-height: 0;
        transition: max-height 0.35s ease;

        z-index: 1000;
    }

    .menu.active {
        max-height: 350px;
        padding: 15px 0;
    }

    .hamburger {
        display: flex;
    } */
	
	
	
	
    .nav-container {
        position: relative;
        min-height: 70px;
    }

    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;

        margin: 0;
        padding: 0;

        list-style: none;
       background: linear-gradient(135deg, #FFFFFF 0%, #F5F7FA 50%, #EAF2F8 100%);

        max-height: 0;
        overflow: hidden;

        transition: max-height 0.35s ease, padding 0.35s ease;

        z-index: 1000;
    }

    .menu.active {
        max-height: 450px;
        padding: 15px 0;
    }

    .menu li {
        width: 100%;
        text-align: center;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 8px 15px;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 1100;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: #233B5D;
        display: block;
    }
/*==meet deb banner==  */
	.banner-bottom-left-img{
		display:none;
	}
    /* ====meet together== */
    .process-box {
        width: 220px;
        height: 220px;
        padding: 25px;
    }

    .process-box h4 {
        font-size: 14px;
    }

    .process-box p {
        font-size: 10px;
        max-width: 170px;
    }

    /* ===footer== */
    .site-footer {
        padding-top: 40px;
    }

    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-about {
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .footer-column {
        padding-left: 15px;
        margin-bottom: 25px;
    }

    .footer-logo img {
        width: 140px;
    }

    /* ====hero === */
    .hero-section {
        min-height: auto;
        padding: 70px 0 80px;
        overflow: visible;
    }

    .hero-content {
        width: 90%;
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-text {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .hero-text p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    /*    

       .hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-image img {
        width: 100%;
        max-width: 500px;
        height: auto;
        max-height: 500px;
        object-fit: contain;
        object-position: center;
        border-radius: 6px;
    } */

    /* Hide rotating clock */
    .hero-wheel {
        display: none;
    }

    /* Hide decorative circle if you don't want it */
    .hero-image::before {
        display: none;
    }

    /* Static image container */
    .hero-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        min-height: auto;

        margin: 0 auto;
        position: relative;

        display: flex;
        justify-content: center;
        align-items: center;

        overflow: visible;
    }

    /* Static image */
    .hero-photo {
        position: relative;

        width: 100%;
        max-width: 440px;
        height: auto;

        top: auto;
        right: auto;
        left: auto;

        transform: none;

        z-index: 5;

        overflow: hidden;
        border-radius: 6px;
    }

    .hero-photo img {
        display: block;

        width: 100%;
        height: auto;

        object-fit: cover;
        border-radius: 6px;
    }

    /* ===innerpage hero== */
    .innerpage-banner-titleandimage {
        min-height: auto;
        padding: 60px 0;
    }

    .innerpage-banner-content {
        gap: 30px;
    }

    .innerpage-banner-heading h1 {
        font-size: 42px;
    }

    .innerpage-banner-heading p {
        font-size: 16px;
    }

    .innerpage-banner-img img {
        max-width: 450px;
    }

    /* ===the process== */
    .five-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ===difeernt process== */
    .comparison-item {
        min-height: 65px;
    }

    /* ====meet-img=== */
    .meet-img {
        width: 350px;
        height: 350px;
    }

    .meet-img::before {
        left: -7px;
        bottom: -7px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    /* ==meet together== */
    .process-section {
        padding: 40px 15px;
    }

    .process-section .row {
        row-gap: 30px;
    }

    .process-box {
        width: 230px;
        height: 230px;
    }

    /* ===footer-==- */
    .footer-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-about {
        text-align: left;
    }

    .footer-column {
        padding-left: 10px;
    }

    .footer-logo img {
        width: 135px;
    }

    .footer-about p {
        font-size: 10px;
    }

    .footer-column ul li a,
    .footer-contact p {
        font-size: 12px;
    }

    .footer-bottom p {
        font-size: 10px;
    }

    /* ===journey== */
    .journey-section {
        padding: 45px 15px;
    }

    .journey-header {
        margin-bottom: 30px;
    }

    .journey-header h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    .journey-header p {
        font-size: 10px;
        line-height: 1.6;
    }

    .journey-item {
        grid-template-columns: 52px 1fr;
        margin-bottom: 18px;
    }

    .journey-icon {
        width: 34px;
        height: 34px;
        margin-left: 8px;
        font-size: 13px;

    }

    .journey-content {
        padding: 13px 15px;
        border-radius: 18px;
        margin-right: 6px;
    }

    .journey-content h3 {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .journey-content p {
        font-size: 9px;
        line-height: 1.5;
    }

    /* ===the process== */

    .five-grid {
        grid-template-columns: 1fr;
    }

    /* ===different process== */
    .comparison-column {
        margin-bottom: 18px;
    }

    .comparison-header {
        min-height: 36px;

    }

    .comparison-item {
        min-height: 68px;
        padding: 10px 12px;
    }

    .process-icon {
        width: 29px;
        height: 29px;
        min-width: 29px;
        margin-right: 10px;
        font-size: 12px;
    }

    /* ===hero section-== */
    .hero-image {
        width: 100%;
        max-width: 400px;
    }

    .hero-photo {
        width: 100%;
        max-width: 350px;
        height: auto;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {
    .hero-section {
        padding: 40px 0;
    }

    .hero-content {
        width: calc(100% - 24px);
        gap: 25px;
    }

    .hero-text h1 {
        font-size: 27px;
    }

    .hero-text p {
        font-size: 14px;
    }

    hero-image {
        width: 100%;
        max-width: 330px;
    }

    .hero-photo {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    /* ==journey=== */
    .journey-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .journey-item {
        grid-template-columns: 45px 1fr;
    }

    .journey-icon {
        width: 31px;
        height: 31px;
        margin-left: 6px;


        font-size: 12px;
    }

    .journey-content {
        padding: 12px 13px;
        border-radius: 16px;
    }

    .journey-content h3 {
        font-size: 10px;
    }

    .journey-content p {
        font-size: 8.5px;
    }

    /* ===meet-img=== */

    .meet-img {
        width: 230px;
        height: 230px;
    }

    .meet-img::before {
        left: -5px;
        bottom: -5px;
    }
}



@media (max-width: 767px) {

    /* ===padding=== */
    .next-chapter,
    .meet-deb,
    .blog,
    .innerpage-banner-titleandimage,
    .five-conversation,
    .different-process,
    .start-here,
    .beyond-conversation-section,
    .resource-faq,
    .why-debmet,
    .we-franchise,
    .blog-page,
	.privacy-policy,
	.why-workwith-contactus {
        padding: 60px 20px;
    }

    /* ===heading== */
    .heading h4 {
        font-size: 35px;
    }

    /* ==contact us=== */
    .contactus {
        min-height: 400px;
        padding: 60px 20px;
    }

    

    .contact-text {
        max-width: 100%;
    }

    .contact-text .heading h2 {
        font-size: 28px;
    }

    .contact-text .heading h4 {
        font-size: 20px;
    }

    .contact-text p {
        font-size: 14px;
		padding: 0 10px;
    }

    /* ==footer== */
    .site-footer {
        padding-top: 35px;
    }

    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-about {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer-about p {
        max-width: 400px;
    }

    .footer-column {
        padding-left: 10px;
        margin-bottom: 25px;
    }

    .footer-column h4 {
        margin-top: 0;
    }

    .footer-bottom {
        margin-top: 5px;
        padding: 12px 15px;
    }

    .footer-bottom p {
        font-size: 8px;
    }

    /* ===innerpage banner== */
    .innerpage-banner-titleandimage {

        background-position: center;
    }

    .innerpage-banner-content {
        width: 90%;

        flex-direction: column;

        text-align: center;

        gap: 40px;
    }

    .innerpage-banner-heading {
        width: 100%;
        max-width: 100%;
    }

    .innerpage-banner-heading h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    .innerpage-banner-heading p {
        font-size: 16px;
        line-height: 1.5;
    }



    .innerpage-banner-img {
        width: 100%;
        justify-content: center;
    }

    .innerpage-banner-img img {
        width: 100%;
        max-width: 400px;
    }

    /* ===journey=== */
    .journey-section {
        padding: 55px 18px;
    }

    .journey-header {
        margin-bottom: 35px;
    }

    .journey-header h2 {
        font-size: 20px;
    }

    .journey-header p {
        font-size: 11px;
    }

    .journey-item {
        grid-template-columns: 75px 1fr;
        margin-bottom: 20px;
    }

    .journey-icon {
        width: 36px;
        height: 36px;
        margin-left: 19px;
        font-size: 14px;

    }

    .journey-content {
        padding: 15px 18px;
        border-radius: 22px;
        margin-right: 10px;
    }

    .journey-content h3 {
        font-size: 12px;
    }

    .journey-content p {
        font-size: 10px;
        line-height: 1.5;
    }

    /* ===different process== */
    .process-comparison {
        max-width: 560px;
    }

    .comparison-item {
        min-height: 65px;
        padding: 9px 10px;
    }

    /* ====hero section=== */
    .hero-section {
        padding: 60px 0;
        overflow: hidden;
    }

    .hero-content {
        width: calc(100% - 30px);
        gap: 40px;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .hero-text p {
        font-size: 15px;
    }

    /* meet-img */
    .meet-img {
        width: 300px;
        height: 300px;

        margin: 0 auto;
    }

    .meet-img::before {
        left: -6px;
        bottom: -6px;
    }
}

@media (max-width: 480px) {

    /* ===contact== */
    .contactus {
        min-height: 380px;
        padding: 50px 15px;
    }

    .contact-text .heading h2 {
        font-size: 25px;
    }

    .contact-text .heading h4 {
        font-size: 18px;
    }

    /* ===ineerpage banner== */

    .innerpage-banner-content {
        width: 92%;
    }

    .innerpage-banner-heading h1 {
        font-size: 28px;
    }

    .innerpage-banner-heading p {
        font-size: 15px;
    }


    .innerpage-banner-img img {
        max-width: 100%;
    }


    .hero-section {
        padding: 45px 0;
        overflow: hidden;
    }

    .hero-content {
        width: calc(100% - 24px);
        gap: 30px;
    }

    .hero-text h1 {
        font-size: 29px;
        line-height: 1.2;
    }

    .hero-text p {
        font-size: 14px;
    }


    /* ==meet-img=== */
    .meet-img {
        width: 260px;
        height: 260px;
    }

    .meet-img::before {
        left: -5px;
        bottom: -5px;
    }
}