@media (max-width: 767px) {
  .welocme1-section-area {
    padding: 10px 20px 30px !important;
}
.welocme1-section-area .welcome-content-header {

    top: 30px !important;
}
  .welocme1-section-area .welcome-content-header h1 {
	font-size: 44px !important;
	line-height: 50px;
	padding: 50px;
    }

  .welocme1-section-area .welcome-content-header .welcome-btnarea .header-btn1 {
    margin-left: 0;
  }
  .her-heading h2 {
    font-size: 48px !important;

}
  .feature-number {
    bottom: auto;
    top: 0;
  }
  .feature-card .text-muted {
    font-size: 16px;
    margin-bottom: 20px;
}
.brand-card {
    width: 155px !important;
}
}

@media (max-width: 1366px) {
  .clients-wrapper {
    transform: scale(0.9);
    transform-origin: top center;
  }
}
@media (max-width: 992px) {
  .clients-wrapper {
    transform: scale(0.75);
  }

  .footer-container {
    gap: 30px;
  }

  .footer-col {
    flex: 1 1 45%;
    min-width: 200px;
  }

  .footer-logo {
    width: 140px;
  }
}
@media (max-width: 768px) {
	.sp2 {
		padding: 80px 0 !important;
	}
	.sp11 {
    padding: 80px 0 50px !important;
}
   .contact-section {
   
    padding: 80px 20px !important;
   
}
  .clients-wrapper {
    transform: scale(0.6);
  }

  .contact-content {
    flex-direction: column;
  }

  .input-row {
    flex-direction: column;
  }

  .right {
    padding-top: 20px;
  }


  .description {
    font-size: 20px;
    text-align: center;
  }

  .submit-btn {
    align-self: center;
  }

  .gradient-heading {
    font-size: 48px !important;
    line-height: 1.2;
	text-align: center;
  }

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

  .logo-label p {
    font-size: 12px;
  }

  .map-line {
    display: none;
  }

  .logo-label {
    position: static;
    margin: 30px auto;
  }

  .earth-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .group-section .mb-180 {
    margin-bottom: 10px !important;
  }

  .gallery-row {
    flex-direction: column;
    align-items: center;
  }

  .portrait,
  .landscape,
  .square,
  .wide {
    width: 90%;
    height: auto;
  }

  .gallery-heading {
    font-size: 32px;
  }

  .hero-section {
    padding: 50px 0 !important;
  }

  .logo-overlay {
    top: 140px;
    right: 30px;
    width: 214px;
  }

 

  .atom-icon {
        top: -38px !important;
    }
  .sp1 {
    padding: 40px 0 50px !important;
}
  .sp10 {
    padding: 60px 0 50px !important;
}
.breakthrough-heading {
    font-size: 48px !important;
}
.history-title {
    font-size: 48px !important;
	margin-bottom:30px;
}
.map-line {
    display:none;
}
.footer {   
    padding: 30px 20px 5px !important;   
}
.footer-col.logo-col {
    display: flex;
    align-items: flex-start !important;
    justify-content: left !important;
}
.footer-container {
        gap: 0px !important;
    }
}

@media (max-width: 576px) {
	
  .footer-col {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 130px;
  }

  .footer-bottom {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .clients-desktop {
    display: none !important;
  }

  .clients-section {
    display: none; /* hide desktop version */
  }

  .clients-section-mobile {
    display: block;
    padding: 60px 20px;
    background: url('../../assets/images/clients/mesh-bg.png') no-repeat bottom center;
    background-size: cover;
  }

  .clients-title-mobile {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
  }

  .clients-wrapper-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .client-logo-mobile {
    width: 90px;
    height: 90px;
    background: #f5f5f5;
    border-radius: 12px;
    border: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .client-logo-mobile:hover {
    transform: scale(1.05);
  }

  .client-logo-mobile img {
    max-width: 80%;
    max-height: 70px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 393px) and (max-height: 852px) {
  /* Styles specific to iPhone 16 Pro portrait */
  .welocme1-section-area .welcome-content-header {
    top: 20px !important;
}
}
@media (min-width: 993px) {
  .clients-section-mobile {
    display: none !important;
  }
}

/* Show only on mobile and tablet */
@media (max-width: 992px) {
  .clients-section-mobile {
    display: block !important; /* or flex/grid depending on your layout */
  }
}
@media (max-width: 1024px) {
  .clients-title-mobile {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
  }

  /* Optionally show mobile layout on tablets */
  .clients-section {
    display: none !important;
  }


}
@media (max-width: 992px) {
  .feature-card {
        flex-direction: column;
        padding: 20px 16px !important;
        text-align: center;
        margin: 5px;
    }

  .feature-number {
    position: static;
    font-size: 2rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .ml-40 {
    margin-left: 0;
  }

  .feature-title {
    font-size: 26px;
  }

  .feature-card .text-muted {
    font-size: 16px;
  }

  .feature-img-wrapper {
    width: 220px;
    margin: 20px auto 0;
  }

  .img-custom {
    width: 220px;
  }
}

@media (max-width: 576px) {
  .feature-title {
    font-size: 22px;
  }

  .feature-card .text-muted {
    font-size: 15px;
  }

  .feature-img-wrapper {
    width: 180px;
  }

  .img-custom {
    width: 180px;
  }

  .feature-number {
    font-size: 1.8rem;
  }
}