@media (min-width: 320px) and (max-width: 767px) {
.right-menu {
position: fixed;
top: 0;
left: -100%;
height: 100vh;
width: 100%;
/* max-width: 350px; */
background-color: #fff;
flex-direction: column;
text-align: center;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
transition: left 0.3s ease-in-out;
z-index: 999;
overflow-y: auto;
text-align: left;
align-items: flex-start;
padding-left: 20px;
}

.right-menu ul {
flex-direction: column;
gap:15px;
}

.right-menu a {
padding: 10px 20px;
font-size: 18px;
}

.header-button {
margin-top: 20px;
}

.toggle-btn {
display: flex;
z-index: 1000;
}

/* Show class for slide-in */
.right-menu.show {
left: 0;
background: #191919;
z-index: 9999;
padding-top: 30px;

}

.mobile-logo a img {
margin-left: -15px;
}


.close-btn {position: absolute; display:block; top: 0px;right: 8px;font-size: 60px;color: #C93348;cursor: pointer;z-index: 1001;}

.mobile-logo
{
display:block;
text-align: left;
width: 100%;
margin-bottom: 20px;
}


.top-header {
    padding: 10px 0;
}

.top-header .left-side span {
    display: inline-block;
    padding-bottom: 5px;
}





.right-menu ul li {
position: relative;
width: 100%;
line-height: 40px;
}

.top-header-container {
    display: flex;
    flex-direction: column;
}


.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #C93348;
display: none;
padding: 0;
margin: 0;
}



.right-menu ul li ul.dropdown li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #ddd;
font-size: 16px;
color: #fff;
text-align: left;
}



/*nav.breadcrumb-nav ol {*/
/*    flex-wrap: wrap;*/
/*}*/


   /*nav.breadcrumb-nav ol li:last-child {*/
   /*     flex-basis: 100%;*/
   /*     margin-top: 5px;*/
   /*     text-align: left;*/
   /* }*/




nav.breadcrumb-nav ol:has(li:nth-child(5)) li:last-child {
        flex: 0 0 100%;
        text-align: left;
    }





.toggle-btn .bar {
background-color: #ffffff;
}





.about-txt h2 {
    font-size: 22px;
}


.about-txt::before {
display:none;
}


.about-txt p {
    margin-left: 0;

}

.about-txt h2 {
    margin-bottom: 15px;
}


.about-image img {
    width: 100%;
}


.service-heading h3 {
    font-size: 20px;
}

.service-card {
    min-height: fit-content;
}


.card-flex {
    display: flex;
    flex-direction: column;
}


.service-card-search {
    padding: 20px 20px;
    height: auto;
}


.service-card-search {
    height: auto;
}


.card_image img {
    width: 100%;
}


.content {
    padding: 0 0px;
}



.bg-home {
    height: auto;
    padding: 120px 0 60px;
  }

  .content {
        flex-direction: column;
        padding: 0 20px;
        text-align: center;
  }

  .left {
    width: 100%;
  }

  .left h4 {
        font-size: 22px;
        justify-content: left;
  }

  .line {
    width: 50px;
  }

  .left h1 {
          font-size: 40px;
        line-height: 32px;
        text-align: left;
  }

  .marketing {
    font-size: 42px;
  }

  .solutions {
    font-size: 42px;
    margin-left: 0;
    position: static;
  }

  h1.solutions {
           left: 0;
        top: -150px;
  }

  .left p {
    max-width: 100%;
    font-size: 14px;
    text-align: left;
    padding-top: 70px;
  }

  .left small {
         position: static;
        display: block;
        margin-top: -60px;
        text-align: left;
  }
  
  
  .left::after {
    position: absolute;
    content: '';
    background: url(../../assets/image/Path.png);
    top: 23px;
    left: 210px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
}

  /* RIGHT VIDEO */
  .right {
    position: static;
    margin-top: 30px;
    text-align: left;
    width: 100%;
  }

  .video-box {
    justify-content: left;
  }

  .video-box img {
    width: 80px;
  }

  .video-box span {
    font-size: 16px;
  }

  /* NEXT SECTION FIX */
  .mt-345 {
    margin-top: 0;
  }

  .solution-image {
    position: static;
    margin-top: 20px;
  }

  .solution-image img {
    width: 100%;
  }

  .mouse-image {
    width: 120px;
    height: 120px;
  }



  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }


.shape-about {
        left: 0px; 
        top: -50px;
}

.bg-mission {
    padding: 0;
}

.video-wrapper {
    height: auto;
}

.video-wrapper video {
    height: auto;
    margin-top: 30px;
}


.service-card::before {
    background: none;
}


.cosmixxology-image img {
    width: 100%;
}

.global::before {

    width: 260px;
    height: 260px;
    top: 20px;
  }

  .global h3 {
         font-size: 20px;
        top: 60px;
    text-align: center;
    padding: 0 15px;
            width: 100%;
  }

 .stack-item {
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        min-height: 70vh;
        height: auto;
  }


  .bg-blacks {
    padding: 20px;
    margin-top: 30px;
    border-radius: 15px;
  }


.work-heading h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .work-heading h4 {
    font-size: 16px;
  }

  .work-heading p {
    font-size: 14px;
  }

  .work-button a {
    padding: 8px 18px;
    font-size: 14px;
  }

 .cosmixxology-image {
    margin-top: 20px;
    text-align: center;
  }

  .cosmixxology-image img {
    width: 100%;
    max-width: 300px;
  }


.stack-item .row {
    flex-direction: column;
  }
  
  .process-bg {
    padding: 30px;
}


.process-bg::before {
    top: 10px;
    left: 0;
    height: 60px;
    width: 60px;
}

.process-heading h3 {
    font-size: 20px;
}

.process-steps {
    display: none;
}

.process-heading p:last-child {
    width: 100%;
 
}

.process-bg::after {
    right: 0;
    height: 80px;
    width: 80px;

}


.bg-dital {
        padding: 60px 30px;
        background-attachment: scroll; /* important for mobile */
    }

    .digital-heading h2 {
        font-size: 32px;
    }

    .digital-heading h3 {
        font-size: 24px;
    }

    .circle-btn {
        width: 80px;
        height: 80px;
        font-size: 10px;
    }

    .circle-btn .arrow {
        font-size: 18px;
    }
    
    .bg-we {
    padding: 15px;
}

.who-txt h3 {
    font-size: 20px;
    width: 100%;
}
   
   
 #counter {
    margin-left: 0;
} 

.review-box {
    margin-left: 0;
}

.blogquote-card {
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
}


.blogquote-txt-to p {
    width: 100%;
    text-align: center;
}

.blogquote-txt-to {
    margin-top: 20px;
}


.testimonial-section {
        padding: 50px 15px;
        text-align: center;
    }

    .testimial-hedaing h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .testimonial-txt p {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
    }

    .author-flex {
        flex-direction: column;
        gap: 10px;
    }

    .author.text h4 {
        font-size: 16px;
    }

    .author.text p {
        font-size: 13px;
    }

    .testimoail-image {
        width: 60px;
        display:none;
    }
    
    .floating-images {
    display: none;
}


.blog-bg {
    padding: 30px;
}


.blog-heading h3 {
    font-size: 20px;
}


.blog-heading p {
    margin: 0;
}

.bg-work {
    padding: 30px;
}

.bg-work::before {
    left: 0;
    height: 50px;
    width: 50px;
}
  
  
  .bg-work::after {
    right: 0;
    height: 50px;
    width: 50px;
}

.heading-work h3 {
    font-size: 24px;
    line-height: 34px;
        width: 100%;
}

.heading-work p {
    padding: 0 0;
    font-size: 16px;
}


footer.bg-footer {
    padding: 10px;
    margin-top: 40px;
}


footer.bg-footer::before {
    height: 100%;
    width: 100%;
}


.bg-footer-to {
    padding: 20px;
}

.disclaimer-txt::before {
    display:none;

}


.disclaimer-txt::after {
display:none;
}

.flex-copyright {
     display: block; 
    padding-top: 10px;
}

.flex-copyright p {
    font-size: 12px;
}


.disclaimer-txt {
    margin-top: 10px;
        justify-content: left;
}


.footer-logo {
    margin-bottom: 15px;
}


.footer-list {
    padding-top: 20px;
}


.footer-list.pt-45 {
    padding-top: 0px;
}

.about-txt h4 {
    margin-left: 0;
}

.explore-button {
    margin-left: 0;
}


.footer-list h4::after {
    width: 20%;
}

.service-detailss img {
    width: 100%;
}


.overlay::before {
    height: 170px;
    width: 150px;
}

.mt-345::before {
    bottom: 290px;
    left: 0;
    height: 98px;
    width: 57px;
}

nav.breadcrumb-nav {
         left: 0px;
        justify-content: left;
        padding-left: 20px;
}

.banner-about h1 {
    font-size: 20px;
}

.banner-about h2 {
    font-size: 18px;
}

.about-sidebar img {
    width: 100%;
}

.about-sidebar h4 {
    margin-top: 40px;
}

.heading-mission h3 {
    font-size: 20px;
}

.about-sidebar img {
    width: 100%;
}

.grid-mission {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    gap: 20px;
}

.flex_mission {
    width: 100%;
    gap: 20px;
}

.work-image img {
    width: 100%;
}

.work_details h2 {
    font-size: 22px;
    color: #fff;
}


.global-star img {
    width: 100%;
}

.work-image img {
    width: 100%;
}

.global-star img {
    width: 88px;
}

.choose_grid {
    grid-template-columns: repeat(1, 1fr);
}

.choose_heading.text-center h3 {
    font-size: 20px;
}

.choose_box {
    margin-top: 0;
}

.choose_heading.text-center h3 {
    margin-bottom: 50px;
}

.bg-talk {
    padding: 0 20px;
            margin-top: -50px;
}

.lets-talk img {
    width: 100%;
}

.lets-talk-detail h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
}

.talk-form .field-row {
    gap: 0px;
    flex-direction: column;
}

.garge-heading h2 {
    font-size: 22px;
}


.global-star {
    right: 0;
}

.development-box {
    padding: 20px;
}

.desgin_txt h3 {
    font-size: 20px;
}

.grid-box {
    grid-template-columns: repeat(1, 1fr);
}

.method-txt.text-center h3 {
    font-size: 20px;
}


section.bg-method {
    padding: 20px;

}

.method-box {
    padding: 20px;
    height: auto;

}

.sidebar-heading h3 {
    font-size: 20px;
}



.development_points h3 {
    font-size: 20px;
    padding: 15px 0;
    margin: 0;
}

.banner-about p {
    font-size: 14px;
}

nav.breadcrumb-nav ol li {
    font-size: 11px;
}

.devepment_txt h2 {
    font-size: 22px;
}


.banner-about::before {
    height: 60px;
    width: 50px;
}


.service-sidebar {
    margin-bottom: 30px;
}

.accordion-header button div {
    width: 80%;
}

.cursor
{
    display:none;
}


.service-inner-heading h2 {
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
}

.blog-card img {
    height: auto;
}

.blog-card h4 {
    font-size: 18px;
}

.post-meta ul {
    gap: 10px;
}


.post-meta ul li {
    font-size: 12px;
}

ul.pagination {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.carrer-form .field-row {
    gap: 15px;
    flex-direction: column;
}

.carrer-form .field input {
    margin-bottom: 0px;;
}

.checkbox-group {
    grid-template-columns: repeat(2, 1fr);
}


.carrer-form .field textarea {
    height: 100px;
}


.checkbox-group.quick {
    grid-template-columns: repeat(1, 1fr);
}


.field-row {
    flex-direction: column;
}

.quick-button input {
    width: 100%;
}


.footer-logo img {
    width: auto;
}


.privacy-policy-txt h2 {
    font-size: 22px;
}


.contact-form .field input {
    margin-bottom: 10px;
}

.contact-form .field-row {
    gap: 0px;
}

.contact-image img {
    height: auto;
}

.contact-box {
    height: auto;
    margin: 10px;
}

.contact-txts a {
    font-size: 24px;
}

.lets-talk h2 {
    font-size: 22px;
}

.method-txt.text-center h4 {
    font-size: 20px;
}


.faq-heading h3 {
    font-size: 20px;
}




 .popup-box {
        flex-direction: column;
        height: auto;
        padding: 20px 15px;
        overflow-y: auto;
    }


 


    .popup-heading h2 {
        font-size: 24px;
        text-align: center;
    }

    .popup-heading p {
        font-size: 14px;
        padding-bottom: 40px;
        text-align: center;
    }

    .popup-heading::after {
        display: none;
    }

    .popup_cnt_details {
        gap: 15px;
        margin-top: 25px;
    }

    .popup_cnt_details p {
        font-size: 16px;
        line-height: 1.4;
    }

    .popup_cnt_details img {
        width: 25px;
    }

    .contact-form {
        margin-top: 20px;
        padding: 15px;
    }

    .contact-form .field-row {
        flex-direction: column;
        gap: 10px;
    }

    .field label {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }

    .field-button input {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    .close-btnn {
        font-size: 26px;
        right: 10px;
        top: 5px;
    }

.popup-overlay
{
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   /* IMPORTANT */
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: flex-start; /* center hatao */
    overflow-y: auto; /* SCROLL ENABLE */
    padding: 20px 10px;
    z-index: 9999;
}

.circle-btns .arrow {
    font-size: 20px;
    margin-top: -10px;
}


.circle-btns {
    width: 80px;
    height: 80px;
    font-size: 10px;
}

.process-card {
    height: auto;
}


.blog-sidebar img {
    max-width: 100%;
}

}


/* @media (min-width: 768px) {

.right-menu ul li.dropdown:hover > ul.dropdown {
display: block;
}

.right-menu ul li.dropdown {
position: relative;
}
} */






/* tab media query */

@media (min-width: 768px) and (max-width: 1024px) {


.right-menu {
position: fixed;
top: 0;
left: -100%;
height: 100vh;
width: 100%;
/* max-width: 350px; */
background-color: #fff;
flex-direction: column;
text-align: center;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
transition: left 0.3s ease-in-out;
z-index: 999;
overflow-y: auto;
text-align: left;
align-items: flex-start;
padding-left: 20px;
}

.right-menu ul {
flex-direction: column;
gap:15px;
}

.right-menu a {
padding: 10px 20px;
font-size: 18px;
}

.header-button {
margin-top: 20px;
}

.toggle-btn {
display: flex;
z-index: 1000;
}

/* Show class for slide-in */
.right-menu.show {
left: 0;
background: #191919;
z-index: 9999;
padding-top: 30px;

}

.mobile-logo a img {
margin-left: -30px;
}


.close-btn {position: absolute; display:block; top: 0px;right: 8px;font-size: 60px;color: #C93348;cursor: pointer;z-index: 1001;}

.mobile-logo
{
display:block;
text-align: left;
width: 100%;
margin-bottom: 20px;
}


.top-header {
    padding: 10px 0;
}

.top-header .left-side span {
    display: inline-block;
    padding-bottom: 5px;
}





.right-menu ul li {
position: relative;
width: 100%;
line-height: 40px;
}

.top-header-container {
    display: flex;
    flex-direction: column;
}


.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #C93348;
display: none;
padding: 0;
margin: 0;
}



.right-menu ul li ul.dropdown li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #ddd;
font-size: 16px;
color: #fff;
text-align: left;
}

.toggle-btn .bar {
background-color: #ffffff;
}





.about-txt h2 {
    font-size: 22px;
}


.about-txt::before {
display:none;
}


.about-txt p {
    margin-left: 0;

}

.about-txt h2 {
    margin-bottom: 15px;
}


.about-image img {
    width: 100%;
}


.service-heading h3 {
    font-size: 20px;
}

.service-card {
    min-height: fit-content;
}


.card-flex {
    display: flex;
    flex-direction: column;
}


.service-card-search {
    padding: 20px 20px;
    height: auto;
}


.service-card-search {
    height: auto;
}


.card_image img {
    width: 100%;
}


.content {
    padding: 0 0px;
}



.bg-home {
    height: auto;
    padding: 120px 0 60px;
  }

  .content {
        flex-direction: column;
        padding: 0 20px;
        text-align: center;
  }

  .left {
    width: 100%;
  }

  .left h4 {
        font-size: 22px;
        justify-content: left;
  }

  .line {
    width: 50px;
  }

  .left h1 {
          font-size: 40px;
        line-height: 32px;
        text-align: left;
  }

  .marketing {
    font-size: 42px;
  }

  .solutions {
    font-size: 42px;
    margin-left: 0;
    position: static;
  }

  h1.solutions {
           left: 0;
        top: -150px;
  }

  .left p {
    max-width: 100%;
    font-size: 14px;
    text-align: left;
    padding-top: 70px;
  }

  .left small {
         position: static;
        display: block;
        margin-top: -60px;
        text-align: left;
  }
  
  
  .left::after {
    position: absolute;
    content: '';
    background: url(../../assets/image/Path.png);
    top: 23px;
    left: 210px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
}

  /* RIGHT VIDEO */
  .right {
    position: static;
    margin-top: 30px;
    text-align: left;
    width: 100%;
  }

  .video-box {
    justify-content: left;
  }

  .video-box img {
    width: 80px;
  }

  .video-box span {
    font-size: 16px;
  }

  /* NEXT SECTION FIX */
  .mt-345 {
    margin-top: 0;
  }

  .solution-image {
    position: static;
    margin-top: 20px;
  }

  .solution-image img {
    width: 100%;
  }

  .mouse-image {
    width: 120px;
    height: 120px;
  }



  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }


.shape-about {
        left: 0px; 
        top: -50px;
}

.bg-mission {
    padding: 0;
}

.video-wrapper {
    height: auto;
}

.video-wrapper video {
    height: auto;
    margin-top: 30px;
}


.service-card::before {
    background: none;
}


.cosmixxology-image img {
    width: 100%;
}

.global::before {

    width: 260px;
    height: 260px;
    top: 20px;
  }

  .global h3 {
         font-size: 20px;
        top: 60px;
    text-align: center;
    padding: 0 15px;
            width: 100%;
  }

 .stack-item {
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        min-height: 70vh;
        height: auto;
  }


  .bg-blacks {
    padding: 20px;
    margin-top: 30px;
    border-radius: 15px;
  }


.work-heading h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .work-heading h4 {
    font-size: 16px;
  }

  .work-heading p {
    font-size: 14px;
  }

  .work-button a {
    padding: 8px 18px;
    font-size: 14px;
  }

 .cosmixxology-image {
    margin-top: 20px;
    text-align: center;
  }

  .cosmixxology-image img {
    width: 100%;
    max-width: 300px;
  }


.stack-item .row {
    flex-direction: column;
  }
  
  .process-bg {
    padding: 30px;
}


.process-bg::before {
    top: 10px;
    left: 0;
    height: 60px;
    width: 60px;
}

.process-heading h3 {
    font-size: 20px;
}

.process-steps {
    display: none;
}

.process-heading p:last-child {
    width: 100%;
 
}

.process-bg::after {
    right: 0;
    height: 80px;
    width: 80px;

}


.bg-dital {
        padding: 60px 30px;
        background-attachment: scroll; /* important for mobile */
    }

    .digital-heading h2 {
        font-size: 32px;
    }

    .digital-heading h3 {
        font-size: 24px;
    }

    .circle-btn {
        width: 80px;
        height: 80px;
        font-size: 10px;
    }

    .circle-btn .arrow {
        font-size: 18px;
    }
    
    .bg-we {
    padding: 15px;
}

.who-txt h3 {
    font-size: 20px;
    width: 100%;
}
   
   
 #counter {
    margin-left: 0;
} 

.review-box {
    margin-left: 0;
}

.blogquote-card {
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
}


.blogquote-txt-to p {
    width: 100%;
    text-align: center;
}

.blogquote-txt-to {
    margin-top: 20px;
}


.testimonial-section {
        padding: 50px 15px;
        text-align: center;
    }

    .testimial-hedaing h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .testimonial-txt p {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
    }

    .author-flex {
        flex-direction: column;
        gap: 10px;
    }

    .author.text h4 {
        font-size: 16px;
    }

    .author.text p {
        font-size: 13px;
    }

    .testimoail-image {
        width: 60px;
        display:none;
    }
    
    .floating-images {
    display: none;
}


.blog-bg {
    padding: 30px;
}


.blog-heading h3 {
    font-size: 20px;
}


.blog-heading p {
    margin: 0;
}

.bg-work {
    padding: 30px;
}

.bg-work::before {
    left: 0;
    height: 50px;
    width: 50px;
}
  
  
  .bg-work::after {
    right: 0;
    height: 50px;
    width: 50px;
}

.heading-work h3 {
    font-size: 24px;
    line-height: 34px;
        width: 100%;
}

.heading-work p {
    padding: 0 0;
    font-size: 16px;
}


footer.bg-footer {
    padding: 10px;
    margin-top: 40px;
}


footer.bg-footer::before {
    height: 100%;
    width: 100%;
}


.bg-footer-to {
    padding: 20px;
}

.disclaimer-txt::before {
    display:none;

}


.disclaimer-txt::after {
display:none;
}

.flex-copyright {
     display: block; 
    padding-top: 10px;
}

.flex-copyright p {
    font-size: 12px;
}


.disclaimer-txt {
    margin-top: 10px;
        justify-content: left;
}


.footer-logo {
    margin-bottom: 15px;
}


.footer-list {
    padding-top: 20px;
}


.footer-list.pt-45 {
    padding-top: 0px;
}

.about-txt h4 {
    margin-left: 0;
}

.explore-button {
    margin-left: 0;
}


.footer-list h4::after {
    width: 20%;
}

.service-detailss img {
    width: 100%;
}


.overlay::before {
    height: 170px;
    width: 150px;
}

.mt-345::before {
    bottom: 290px;
    left: 0;
    height: 98px;
    width: 57px;
}

nav.breadcrumb-nav {
        left: 0px;
        justify-content: left;
        padding-left: 20px;
}

.banner-about h1 {
    font-size: 20px;
}

.banner-about h2 {
    font-size: 18px;
}

.about-sidebar img {
    width: 100%;
}

.about-sidebar h4 {
    margin-top: 40px;
}

.heading-mission h3 {
    font-size: 20px;
}

.about-sidebar img {
    width: 100%;
}

.grid-mission {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    gap: 20px;
}

.flex_mission {
    width: 100%;
    gap: 20px;
}

.work-image img {
    width: 100%;
}

.work_details h2 {
    font-size: 22px;
    color: #fff;
}


.global-star img {
    width: 100%;
}

.work-image img {
    width: 100%;
}

.global-star img {
    width: 88px;
}

.choose_grid {
    grid-template-columns: repeat(1, 1fr);
}

.choose_heading.text-center h3 {
    font-size: 20px;
}

.choose_box {
    margin-top: 0;
}

.choose_heading.text-center h3 {
    margin-bottom: 50px;
}

.bg-talk {
    padding: 0 20px;
            margin-top: -50px;
}

.lets-talk img {
    width: 100%;
}

.lets-talk-detail h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
}

.talk-form .field-row {
    gap: 0px;
    flex-direction: column;
}

.garge-heading h2 {
    font-size: 22px;
}


.global-star {
    right: 0;
}

.development-box {
    padding: 20px;
}

.desgin_txt h3 {
    font-size: 20px;
}

.grid-box {
    grid-template-columns: repeat(1, 1fr);
}

.method-txt.text-center h3 {
    font-size: 20px;
}


section.bg-method {
    padding: 20px;

}

.method-box {
    padding: 20px;
    height: auto;

}

.sidebar-heading h3 {
    font-size: 20px;
}



.development_points h3 {
    font-size: 20px;
    padding: 15px 0;
    margin: 0;
}

.banner-about p {
    font-size: 14px;
}

nav.breadcrumb-nav ol li {
    font-size: 14px;
}

.devepment_txt h2 {
    font-size: 22px;
}


.banner-about::before {
    height: 60px;
    width: 50px;
}


.service-sidebar {
    margin-bottom: 30px;
}

.accordion-header button div {
    width: 80%;
}

.cursor
{
    display:none;
}


.service-inner-heading h2 {
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
}

.blog-card img {
    height: auto;
}

.blog-card h4 {
    font-size: 18px;
}

.post-meta ul {
    gap: 10px;
}


.post-meta ul li {
    font-size: 12px;
}

ul.pagination {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.carrer-form .field-row {
    gap: 15px;
    flex-direction: column;
}

.carrer-form .field input {
    margin-bottom: 0px;;
}

.checkbox-group {
    grid-template-columns: repeat(2, 1fr);
}


.carrer-form .field textarea {
    height: 100px;
}


.checkbox-group.quick {
    grid-template-columns: repeat(1, 1fr);
}


.field-row {
    flex-direction: column;
}

.quick-button input {
    width: 100%;
}


.footer-logo img {
    width: auto;
}


.privacy-policy-txt h2 {
    font-size: 22px;
}


.contact-form .field input {
    margin-bottom: 10px;
}

.contact-form .field-row {
    gap: 0px;
}

.contact-image img {
    height: auto;
}

.contact-box {
    height: auto;
    margin: 10px;
}

.contact-txts a {
    font-size: 24px;
}

.lets-talk h2 {
    font-size: 22px;
}

.method-txt.text-center h4 {
    font-size: 20px;
}


.faq-heading h3 {
    font-size: 20px;
}




 .popup-box {
        flex-direction: column;
        height: auto;
        padding: 20px 15px;
        overflow-y: auto;
    }


 


    .popup-heading h2 {
        font-size: 24px;
        text-align: center;
    }

    .popup-heading p {
        font-size: 14px;
        padding-bottom: 40px;
        text-align: center;
    }

    .popup-heading::after {
        display: none;
    }

    .popup_cnt_details {
        gap: 15px;
        margin-top: 25px;
    }

    .popup_cnt_details p {
        font-size: 16px;
        line-height: 1.4;
    }

    .popup_cnt_details img {
        width: 25px;
    }

    .contact-form {
        margin-top: 20px;
        padding: 15px;
    }

    .contact-form .field-row {
        flex-direction: column;
        gap: 10px;
    }

    .field label {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }

    .field-button input {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    .close-btnn {
        font-size: 26px;
        right: 10px;
        top: 5px;
    }

.popup-overlay
{
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   /* IMPORTANT */
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: flex-start; /* center hatao */
    overflow-y: auto; /* SCROLL ENABLE */
    padding: 20px 10px;
    z-index: 9999;
}

.circle-btns .arrow {
    font-size: 20px;
    margin-top: -10px;
}


.circle-btns {
    width: 80px;
    height: 80px;
    font-size: 10px;
}

.process-card {
    height: auto;
}


}

