@media only screen and (min-width: 200px) and (max-width: 767px) {
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1899px) {
}

@media only screen and (max-width: 1699px) {
}

@media only screen and (max-width: 1599px) {
}

@media only screen and (max-width: 1499px) {
}

/* ===== FORCE COLLAPSE BELOW 1400px ===== */

@media (max-width: 1399.98px) {
  /* hide menu by default */
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    width: 100%;
  }
  /* show menu ONLY when hamburger clicked */
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
  /* show hamburger */
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  /* prevent menu staying inline */
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    gap: 10px;
  }
  /* .nav-btn {
        margin-top: 10px;
    } */
  .nav-container.no-radius {
    border-radius: 0;
  }
  .nav-btn.btn-margin {
    margin-top: 10px;
  }
  /* Main row alignment */
  .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Group button + hamburger to right */
  .nav-btn {
    margin-left: auto;
    margin-right: 8px;
    white-space: nowrap;
  }
  .navbar-toggler {
    margin-left: 0;
    order: 1;
  }
  /* Collapse menu below header row */
  .navbar-collapse {
    width: 100%;
    margin-top: 12px;
  }
  /* Collapse menu full width, below header row */
  .navbar-collapse {
    order: 4;
    width: 100%;
    margin-top: 12px;
  }
  /* .navbar-collapse {
        transition: height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
        opacity: 0;
        transform: translateY(-6px);
    }
    .navbar-collapse.show {
        opacity: 1;
        transform: translateY(0);
    } */
  /* Disable Bootstrap height animation */
  /* .navbar-collapse {
        height: auto !important;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px);
        transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
    }
    .navbar-collapse.show {
        max-height: 600px;
       
        opacity: 1;
        transform: translateY(0);
    } */
}

/* ===== FULL MENU FROM 1400px ===== */

@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

@media only screen and (max-width: 1399px) {
}

@media only screen and (max-width: 1299px) {
}

@media only screen and (max-width: 1199px) {
  .scroller-img {
    height: auto;
  }
  .leading-company {
    padding-top: 0;
    padding-bottom: 0;
  }
  .scroller__inner {
    padding-block: 1.5rem;
  }
  .tag-list.scroller__inner {
    gap: 1.5rem;
  }
  .leading-company .tag-list img {
    width: 148px;
  }
  .mobile-carousel img {
    max-height: 548px;
    border-radius: 38px;
    border-width: 12px;
  }
  .development_txt .Trusted_list li img {
    max-height: 54px;
  }
  .scroller__inner .scroller_logo {
    width: 148px;
    height: 96px;
    line-height: 96px;
  }
  .technology-list.scroller__inner {
    gap: 25px;
  }
  .portfolio-tabs-nav {
    justify-content: flex-start !important;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .portfolio-tabs-nav::-webkit-scrollbar {
    height: 6px;
  }
  .portfolio-tabs-nav::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 10px;
  }
  .portfolio-tabs-nav::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
    border-radius: 10px;
  }
  /* Firefox */
  .portfolio-tabs-nav {
    scrollbar-width: thin;
    scrollbar-color: #1472ff #e9ecef;
  }
}

@media only screen and (max-width: 1099px) {
}

@media only screen and (max-width: 991px) {
  .scroller__inner {
    padding-block: 1rem;
  }
  .tag-list.scroller__inner {
    gap: 15px;
	  padding-bottom:0;
  }
	.leading-company .scroller {

    margin-bottom: 0px;
}
  .technology-list.scroller__inner {
    gap: 15px;
  }
  .team-image-wrapper {
    margin: 0 auto;
  }
  .team-logo-badge {
    right: 10px;
    bottom: 10px;
  }
  .team-title {
    font-size: 30px;
  }
  .contact-info-wrapper {
    margin-top: 40px;
  }
  .form-shape-back {
    display: none;
  }
  .team-intro-section {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 830px) {
  .has-bottom-fade::after {
    bottom: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(107.18deg, #21c2ff 4.15%, #0c4499 95.91%);
    border: 8px solid white;
  }
  .consultation-input::placeholder {
    font-size: 12px;
  }
  .client-testimonials-section {
    padding: 30px 0;
  }
  .testimonial-card {
    padding: 24px;
  }
  .nav-logo {
    width: 150px;
  }
  .start-btn {
    padding: 8px 12px;
    font-size: 12px;
    height: auto;
  }
  .solution-card {
    padding: 25px;
    height: 280px;
  }
  .solutions-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-section {
    padding: 30px 0;
    background: #fff;
  }
  .text-area {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .ft-42 {
    font-size: 28px;
  }
  .ft-22 {
    font-size: 20px;
  }
  .ft-18 {
    font-size: 13px;
  }
  .consultation-input-inner {
    flex-direction: row;
    align-items: stretch;
    text-align: center;
  }
  .custom-label {
    margin-bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1.2;
  }
  .page-banner {
    min-height: 280px;
  }
  .page-title {
    font-size: 28px;
	  line-height: normal;
  }
  .contact-heading {
    margin-bottom: 0;
  }
  .service-details-section {
    padding: 20px 0;
  }
  .faq-datil {
    padding: 20px 0;
  }
  .feature-list-parent-two {
    margin-top: 0;
  }
  .form-row {
    margin-top: 10px;
  }
	.page-sub-title {
    font-size: 22px;
		margin-bottom: 15px;
  }
	.service-details-section, .about-hero, .global-client-section, .team-intro-section{
		overflow: hidden;
	}
	
    .floating-actions {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }

    .floating-btn i {
        font-size: 20px;
    }

	body {
        padding-bottom: 70px; /* adjust based on height */
    }
	 .floating-btn {
        width: 50px;   /* keep circle */
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tooltip-text {
		display: none;
/* 		position: absolute;
        bottom: 10px;
        white-space: nowrap;
        display: block;
        font-size: 11px;
        margin-top: 2px; */
    }
	.consultation-cta-section{
		margin-top: 30px;
	}
	.section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
	.services-core-features ul {
    margin-bottom: 0;
}
	.paragraph-bullet{
		margin-bottom:10px;
	}
	.custom-margin {
    margin-bottom: 20px;
}
		.custom-margin p{
    margin-bottom: 0px;
}
	
}

@media only screen and (max-width: 620px) {
	.service-sidebar{
		border-radius:14px;
	}
	.platform-card h5 {
    font-size: 14px;
}
	.platform-card{
		padding:10px;
	}
	.about-hero{
		padding-top:20px;
padding-bottom:40px;
	}
}

@media only screen and (max-width: 575px) {
  .consultation-input-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .nav-logo {
    width: 130px;
  }
  .agency-btn, .start-btn {
    padding: 10px 10px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #21c2ff 0%, #1472ff 50%, #21c2ff 100%);
    background-size: 200% auto;
    color: #ffffff;
    transition: background-position 0.5s ease;
    height: 39px;
    text-decoration: none;
    font-size: 12px;
  }
  .team-logo-badge {
    width: 100px;
    height: 100px;
  }
  .team-logo-badge img {
    width: 80px;
  }
  .navbar-expand-lg {
    padding-inline: 5px;
  }
  .nav-container {
    padding: 12px 12px;
  }
  .team-image {
    height: auto;
	  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
	
  .team-logo-badge {
    right: 0px;
    bottom: 0px;
  }
  .client-testimonials-section {
    padding: 0px 0;
  }
  .feature-list-parent {
    margin-top: 15px;
  }
  .feature-list-parent-two {
    margin-top: 0;
  }
  .portfolio-tab {
    padding: 5px 10px;
    font-size: 13px;
  }
  .pricing-section {
    padding: 20px 0;
  }
  .pricing-head p {
    margin-bottom: 0;
  }
  .pricing-head {
    padding: 18px;
  }
  .pricing-features {
    padding: 15px 30px 5px;
  }
  .about-img-col {
    margin-top: 0;
  }
  .process-row {
    margin-bottom: 30px;
  }
  .contact-heading {
    margin-bottom: 0px;
  }
  .map-section {
    margin-top: 0px;
  }
  .contact-form {
    padding: 20px;
  }
  .custom-label {
    margin-bottom: 0px;
  }
  .form-row {
    margin-top: 10px;
  }
  .form-control,
  .form-select {
    height: auto;
	  font-size:13px;
  }
  .submit-btn {
    padding: 14px 14px;
    font-size: 14px;
  }
  .contact-form {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: linear-gradient(107.18deg, #21c2ff 4.15%, #0c4499 95.91%);
    border: 8px solid white;
  }
	.process-section h2{
		text-align:center;
		margin-bottom:30px;
	}
	    .process-step {
        margin-bottom: 0px;
        text-align: left;
        padding-bottom: 5px;
    }
	.process-info h4 {
    font-weight: 600;
    margin-bottom: 5px;
}
	 .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px;
    }
	#website .start-btn, #app .start-btn, #logo .start-btn {
    padding: 10px 40px;
  }
	.process-row{
		align-items: stretch;
	}
	.icon-parent {
    height: 30px;
    width: 30px;
}
	.slider-btn {
  
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    font-size: 13px;
}
	.solutions-badge {
    padding: 4px 12px;
    font-size: 12px !important;
}
	.rating-score {

    font-size: 32px !important;
}
	.leading-company {
    border-radius: 0px;

}
	.footer-menu li {
    margin-bottom: 2px;
}
	.dds-premium-commitment .col-lg-9 {
    padding-inline: 24px;
}
	p{
		font-size:13px;
	}
	li{
		font-size:13px;
	}
	.page-banner {
        min-height: 260px;
    }
	.process-info p {

    line-height: normal;
		margin-bottom:10px;
  
}
	.faq-accordion .accordion-button {
    padding: 15px 15px;
    background: #ffffff;
    transition: background 0.4s ease, color 0.4s ease;
		
}
	.accordion-body {
    padding: 15px 15px;
    line-height: normal;

}
	.footer-menu a {

  font-size: 13px;
}
	.footer-desc {

  font-size: 14px;
}
	.faq-section {

    background:none;
}
	.hero-section {
    padding: 115px 0 0px;

}
	.mobile-solution-card {

    border-radius:20px;

}
	.solution-main-img{
		border-radius: 15px 16px 0 0;
	}
	.process-text {
    font-size: 13px;
    text-align: center;
 
}
	.process-section{
		
		margin-bottom:40px !important;
	}
	.dds-card{
		margin-top:20px;
		height:auto !important;
	}
	.feature-list li {
    font-size: 13px;
}
	.questionnaire-section {
    padding: 20px 0;
    padding-bottom: 0;
}
	.form-card p{
		margin-bottom:0px;
	}
	.form-card .col-md-6{
		margin-top:8px;
	}
	.form-card {
    padding: 20px;
}
}

@media only screen and (max-width: 530px) {
	
}

@media only screen and (max-width: 513px) {
}

@media only screen and (max-width: 430px) {
}

@media only screen and (max-width: 399px) {
}

@media only screen and (max-width: 361px) {
}
