@media only screen and (max-width: 1680px) {
.container {
    max-width: 1350px;
}
.index-1.service-inner{height: 100vh;}
.expertise-box h3 {
    font-size: 22px;
    line-height: 32px;
}
}
@media only screen and (max-width: 1440px) {
    .expertise-box h3 {
    font-size: 22px;
    line-height: 32px;
}
.top-heading-sec h1 {
    font-size: 40px;
}
.top-heading-sec h1 {
    font-size: 40px;
}
.aws-heading-sec h3 {
    font-size: 20px;
}
.aws-heading-sec p {
    font-size: 20px;
}
.aws-img-sec img {
    max-width: 180px;
}
.top-video {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.blog-slider {
    max-width: 1380px;
}
.insights-slider-sec {
    max-width: 1300px;
}
.home-industries-icons a img {
    max-width: 150px;
}
.step-01 {
    max-width: 750px;
}
}
@media only screen and (max-width: 1366px) {
.blog-slider {
    max-width: 1330px;
}
}
@media only screen and (max-width: 1200px) {
button#mobileMenuBtn {
    position: absolute;
    right: 15px;
    background: linear-gradient(180deg, #eb2848, #d82136);
    border-radius: 10px;
    padding: 10px 10px;
}  
    button#mobileMenuBtn {
        display: flex;
    }
.hamburger-line {
  width: 1.5rem;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.top-heading-sec h1 {
    font-size: 30px;
}
.top-heading-sec p {
    font-size: 14px;
}
.aws-heading-sec h2 {
    font-size: 32px;
}
.aws-heading-sec h2 {
    font-size: 32px;
}
.aws-heading-sec h3 {
    font-size: 15px;
}
.empowering-digital h3 {
    font-size: 30px;
}
.empowering-digital p {
    font-size: 14px;
}
.service-content {
    max-width: 310px;
}
.service-content p {
    font-size: 14px;
}
.service-content h3 {
    font-size: 22px;
}
.service-image {
    width: 75px;
    height: 75px;
}
.delivering-heading h2 {
    font-size: 30px;
}
.delivering-heading p {
    font-size: 14px;
}
.metric .number {
    font-size: 26px;
}
.proven-sec h3 {
    font-size: 30px;
}
.proven-sec p {
    font-size: 14px;
}
.insights-slider-sec {
    max-width: 1000px;
}
.blog-slider {
    max-width: 1020px;
}
.insights-slider-sec h3 {
    font-size: 30px;
}
.insights-slider-sec p {
    font-size: 14px;
}
.home-contact h2 {
    font-size: 30px;
}
.home-contact p {
    font-size: 14px;
    max-width: 380px;
}
.address-box h4 {
    font-size: 20px;
}
.home-contact p {
    font-size: 12px;
}
.footer-links {
    width: 30%;
}
.footer-links-sec {
    flex-wrap: wrap;
}
}
@media only screen and (max-width: 1024px) {
.service-inner .home-banner-sec p {
    font-size: 16px;
    max-width: 440px;
}    
.service-index-3 .expertise-box {
    max-width: 100%;
}
.service-index-3 .expertise-box-sec {
    display: block;
}
.service-index-7 h2 {
    font-size: 26px;
}
.service-index-7 p {
    font-size: 16px;
    max-width: 430px;
    margin: 25px auto 40px;
}
.faq-container h2 {
    font-size: 26px;
}
button#menu-toggle {
    display: block;
}
.p-c {
    top: 4px;
    width: 48px !important;
}
.navbar {
  display: none;
}
.navbar.open {
  display: none;
}
.dropdown .services-menu {
  display: none;
}
.dropdown.open .services-menu {
  display: block;
}
.menu-toggle {
    display: block;
    font-size: 30px;
    position: absolute;
    right: 8px;
    top: 17px;
    height: 48px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ee2737;
    border: 0;
    color: #fff;
}
.contact {
    margin-right: 60px;
}
.navbar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 260px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.1);
  transition: left 0.3s ease;
  z-index: 999;
  padding: 20px;
  overflow-y: auto;
}
.navbar.open {
  left: 0;
}
.navbar .menu {
  flex-direction: column;
  gap: 12px;
}
.navbar .menu li {
    list-style: none;
}
.navbar .menu a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}
.contact {
    align-items: anchor-center;
}
.top-header-sec {
    align-items: center;
}
.logos-sec .owl-nav {
    display: none;
}
.logos-sec .owl-dots {
    display: none;
}
}
@media only screen and (max-width: 991px) {
    .p-c{top: 4px; width: 48px !important;}
.navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 999;
    padding: 20px;
    overflow-y: auto;
}
.navbar.open {
    left: 0;
}
.navbar .menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.navbar .menu li {
    list-style: none;
}
.navbar .menu a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
.navbar .dropdown .services-menu {
    display: none;
    padding-left: 15px;
}
.navbar .dropdown.open .services-menu {
    display: block;
}
}
@media only screen and (max-width: 767px) {
.proven-slider-sec {
    display: none;
}
.mobile-slider-sec {
    display: block;
    padding: 50px 0 20px;
}
.slide-card {
    border-radius: 12px;
    overflow: hidden;
    background: #222;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.slide-image {
    position: relative;
    height: 180px;
    background-size: cover;
    background-position: center;
}
.slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
}
.slide-info {
    padding: 15px;
    background: #191919;
    text-align: center;
}
.slide-info img {
    margin-bottom: 10px;
    max-width: 110px;
    margin: 0 auto;
}
.slide-info .tag {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.slide-info h3 {
    font-size: 16px;
    margin: 8px 0 12px;
    font-weight: 500;
}
.read-more {
    background: #444;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 12px;
    cursor: pointer;
}
.stats {
    font-size: 14px;
    color: #ddd;
}
.stats strong {
    font-size: 20px;
    display: block;
    color: #fff;
}
.slide-info a {
    background: #424242;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 140px;
    margin: 20px auto;
}
.item.blogs-box {
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    padding: 0 0 30px;
}
.item.blogs-box p {
    margin: 0 auto;
}
.index-4 {
    padding: 70px 0 0;
}
.step-mov-1 {
    left: 0;
}
.step-mov-2 {
    left: 0;
}
.step-mov-3 {
    left: 0;
}
.step-mov-4 {
    left: 0;
}
.step-mov-5 {
    left: 0;
}
.step-mov-6 {
    left: 0;
    bottom: -90px;
}
.process-sec-img-mobile {
    display: block;
    position: relative;
    left: 50px;
}
.process-sec-img {
    display: none;
}
}
@media only screen and (max-width: 575px) {
.map-point {
    font-size: 16px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}  
.map-point.map-point-02 {
    right: 0;
    left: 0;
    top: 135px;
    margin: 0 auto;
}
.studies-details-02 .executive-summary p {
    margin: 30px 0 30px;
    text-align: center;
    font-size: 16px;
}
.executive-summary h2 {
    font-size: 26px;
    text-align: center;
} 
.project-overview-img img {
    width: 100%;
    max-width: 260px;
    margin: 40px 0 0;
}
.project-overview-img {
    justify-content: center;
}
.executive-summary .sub-btn {
    margin: 0 auto;
    display: flex;
    max-width: 160px;
    justify-content: center;
}
.the-challenge-sec h2 {
    font-size: 26px;
    text-align: center;
}
.the-challenge-sec p {
    font-size: 16px;
    text-align: center;
}
.the-challenge-sec .sub-btn {
    margin: 0 auto;
    display: flex;
    max-width: fit-content;
    justify-content: center;
}
.the-solution-sec h2 {
    font-size: 26px;
    text-align: center;
}

.the-solution-sec p {
    font-size: 16px;
    text-align: center;
}
.grocery-sec h2 {
    font-size: 26px;
}
.grocery-sec p {
    font-size: 16px;
    font-weight: 500;
}
.grocery-box-sec {
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}
.grocery-box-sec img {
    max-width: 50px;
}
.the-process-sec h2 {
    font-size: 26px;
    text-align: center;
}
.the-process-sec p {
    font-size: 18px;
    padding: 10px 0 0;
}
.process-num-box h4 {
    font-size: 20px;
}
.process-num-box p {
    color: #fff;
    font-size: 14px;
}
.process-num {
    gap: 40px;
}
.stack-sec-logos {
    flex-wrap: wrap;
}
footer h6 {
    font-size: 16px;
}    
.index-1.service-inner.contact-us {
    height: 70vh;
}    
.service-inner.contact-us .home-banner-sec h1 {
    font-size: 32px;
    text-align: center;
}
.contact-index-4 h3 {
    font-size: 26px;
    margin: 0 auto 0px;
}
.contact-index-4 h3 {
    font-size: 22px;
}
.index-1.service-inner.contact-us .home-banner-sec p {
    text-align: center;
    margin: 0 auto 20px;
}
.contact-us .sub-btn {
    padding: 10px 30px;
    font-size: 16px;
    max-width: 215px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}    
.index-1.case-wrap {
    height: 70vh;
}  
.service-inner.case-wrap .sub-btn {
    padding: 10px 30px;
    font-size: 16px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 200px;
}
.service-inner.case-wrap .home-banner-sec h1 {
    font-size: 32px;
    text-align: center;
}
.index-1.service-inner.case-wrap .home-banner-sec p {
    text-align: center;
    margin: 0 auto 20px;
}  
.about-inner .home-banner-sec h1 {
    font-size: 32px;
}   
.index-4.case-studies .tabs-box-img {
    margin: 0 auto 30px;
}
.client-satisfaction h3 {
    font-size: 18px;
}
.client-satisfaction span p {
    font-size: 12px !important;
}
.about-inner .home-banner-sec p {
    font-size: 16px;
} 
.about-values-sec {
    justify-content: center;
}
.celebrating-logos img {
    max-width: 60px;
}
.celebrating-logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.about-map-contant h2 {
    font-size: 26px;
}
.apart-slider .owl-item .item {
    margin: 0px 0;
}    
.home-banner-sec h1 {
    font-size: 32px;
}  
.logos-sec .owl-carousel .owl-item img {
    margin: 0 auto;
}
.service-inner .home-banner-sec h1 {
    font-size: 32px;
}    
.index-2.service-index-2 {
    margin: -40px 0 0;
} 
.footer-logo img {
    max-width: 120px;
}   
.home-banner-sec p {
    max-width: 400px;
    font-size: 20px;
}
.index-2 .slider {
    padding: 0px 0;
}
.sub-btn {
    padding: 10px 30px;
    font-size: 16px;
}
.expertise-sec h2 {
    font-size: 26px;
    line-height: 40px;
    margin: 0 auto 10px;
    text-align: center;
}
.expertise-contant-box {
    display: block;
    margin: 50px 0 0;
}
.expertise-sec p {
    font-size: 16px;
    margin: 0 auto 25px;
    text-align: center;
}
.expertise-sec .sub-btn {
    display: flex;
    width: 100%;
    max-width: fit-content;
    justify-content: center;
    margin: 0 auto;
}
.expertise-box h3 {
    font-size: 22px;
    line-height: 30px;
}
.expertise-box {
    height: 270px;
    text-align: center;
}
.intelligence-sec {
    display: block;
}
.intelligence-sec h2 {
    font-size: 26px;
    text-align: center;
}
.intelligence-sec p {
    font-size: 20px;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 30px;
}
.intelligence-sec .sub-btn {
    display: flex;
    width: 100%;
    max-width: fit-content;
    justify-content: center;
    margin: 0 auto;
}
.index-3 {
    padding: 50px 0 0;
}
.index-4 {
    padding: 20px 0 50px;
}
.tabs-project-sec .tabs {
    display: block;
}
.tabs-project-sec .tab {
    font-size: 20px;
    text-align: center;
}
.tabs-project-sec .tab.active {
    font-size: 20px;
}
.tabs-project-sec .tabs {
    border-bottom: 0;
}
.tabs.progress-tab-tow {
    max-width: max-content;
}
.tabs-box-img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
}
.intelligence-boxes h3 {
    font-size: 22px;
}
.intelligence-boxes p {
    font-size: 16px;
}
.applied-sec h2 {
    font-size: 26px;
    text-align: center;
    line-height: 40px;
}
.applied-sec p {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 20px;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}
.applied-sec h6 {
    text-align: center;
}
.applied-sec .sub-btn {
    display: flex;
    width: 100%;
    max-width: fit-content;
    justify-content: center;
    margin: 0 auto;
}
.home-industries-sec h2 {
    font-size: 26px;
    text-align: center;
}
.home-industries-sec p {
    font-size: 20px;
    text-align: center;
}
.home-industries-icons a {
    font-size: 14px;
}
.home-industries-icons a img {
    display: block;
    padding: 15px 20px;
    max-width: 100px;
}
.home-industries-icons {
    justify-content: center;
}
.index-6 {
    padding: 70px 0 30px;
}
.testimonial-heading h2 {
    font-size: 26px;
    text-align: center;
}
.testimonial-heading p {
    font-size: 20px;
    text-align: center;
}
.index-7 {
    padding: 70px 0 0;
}
.testimonial-slider .owl-nav {
    display:none;
}
.testimonial-slider .owl-item .item {
    margin: 0px 0;
}
.testimonial-slider {
    padding: 0 20px;
}
.contact-heading h2 {
    font-size: 26px;
    text-align: center;
}
.contact-form .sub-btn {
    display: flex;
    width: 100%;
    max-width: fit-content;
    justify-content: center;
    margin: 0 auto;
}
.contact-heading p {
    font-size: 20px;
    text-align: center;
}
.metric .number {
    text-align: center;
}
.metrics-grid {
    justify-content: center;
    align-items: center;
}
.metrics-grid {
    padding: 30px 0 0;
}
.index-8 {
    padding: 70px 0 40px;
}
.footer-links {
    width: 100%;
    padding: 0 0;
}
.footer-logo p {
    font-size: 16px;
}
.address-sec {
    margin: 0 0 20px;
}
}
@media only screen and (max-width: 425px) {
.service-inner.contact-us .home-banner-sec h1 {
    font-size: 26px;
} 

.about-inner .home-banner-sec h1 {
    font-size: 26px;
} 
.service-inner.case-wrap .home-banner-sec h1 {
    font-size: 26px;
}
.address-sec h5 {
    font-size: 16px;
} 
.address-sec p {
    font-size: 14px;
}
.index-2.service-index-2.about {
    padding: 0 0 40px;
}
.about-map-contant h2 {
    font-size: 22px;
}  
.menu-toggle {
    height: 45px;
    width: 45px;
}    
.home-banner-sec h1 {
    font-size: 26px;
    line-height: 40px;
}
.expertise-sec h2 {
    font-size: 22px;
    line-height: 35px;
}
.intelligence-sec h2 {
    font-size: 22px;
}
.intelligence-anchor {
    flex-wrap: wrap;
}
.applied-sec h2 {
    font-size: 22px;
    line-height: 35px;
}
.home-industries-sec h2 {
    font-size: 22px;
}
.contact-heading h2 {
    font-size: 22px;
}
.logo-box img {
    max-width: 130px;
}
.social-media-icons {
    text-align: center;
    display: block;
    padding: 10px 0 0;
}
a.phone {
    display: none;
}
.image-container {
    display: none;
}
.aws-contant-sec {
    padding: 30px 10px;
}
.aws-heading-sec p {
    font-size: 15px;
}
.meets-results-sec h3 {
    font-size: 26px;
}
.empowering-digital {
    text-align: center;
}
.empowering-digital h3 {
    font-size: 26px;
}
.sub-btn-explore .animated-border-box, .animated-border-box-glow {
    margin: 10px auto 0;
}
.delivering-heading {
    text-align: center;
}
.delivering-heading h2 {
    font-size: 26px;
}
.sub-btn-contact .animated-border-box, .animated-border-box-glow {
    margin: 10px auto 0;
}
.metric {
    text-align: center;
}
.insights-slider-sec h3 {
    font-size: 26px;
}
.home-contact.home-contact-2 {
    padding-top: 20px;
}
.proven-sec h3 {
    font-size: 26px;
}
.home-contact h2 {
    font-size: 26px;
}
.address-box {
    width: 100%;
    padding: 0 50px 0 0;
    margin: 0 0 20px;
    height: auto;
}
.form-row {
    display: block;
}
.home-contact-form label {
    margin-top: 10px;
}
.empowering-digital h4 {
    font-size: 15px;
}
.owl-blogs .owl-nav {
    bottom: -50px;
}
.index-8 {
    padding: 70px 0 70px;
}
a.contact-button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
}
.service-inner .home-banner-sec h1 {
    font-size: 26px;
}
.service-index-3 .expertise-sec h4 {
    font-size: 18px;
}
.service-index-3 .expertise-sec h2 {
    margin: 0 auto 10px;
}
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {
    .contact {
        margin-right: 46px;
    }
        a.contact-button {
        padding: 10px 15px;
    }
}