/* Responsive */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 500px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .trust-container h2 {
    font-size: 26px;
  }
}
/* Responsive */
@media (max-width: 900px) {
  .partnership-cards {
    grid-template-columns: 1fr;
  }

  .partnership-container h2 {
    font-size: 28px;
  }
}
/* Responsive */
@media (max-width: 900px) {
  .serve-cards {
    grid-template-columns: 1fr;
  }
}


/* Responsive */
@media (max-width: 900px) {
  .regional-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .regional-grid {
    grid-template-columns: 1fr;
  }

  .regional-header h2 {
    font-size: 28px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .cta-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 767px) {
  .serve-cards{
  grid-template-columns:repeat(2, 1fr);
}
}

/* Responsive */
@media (max-width: 1025px) {
  .hero{
    min-height: 75vh;
  }
  .subtitle{
    padding: 0;
    font-size: 1rem;
  }
  .overlay{
  padding: 10px;
  height: 75vh;
  }

  .header{
    padding: 10px 10px;
  }
  .hero-content h1{
    font-size: 1.5rem;
  }
  .hero-content p{
    font-size: 1rem;
  }
 
  .stats-grid{
    gap: 20px;
    padding: 0;
  }
  .icon{
    width: 70px;
    height: 70px;
    font-size: 15px;
  }
  .stat-card .icon img{
    width: 40px;
  }
  .stat-card h3{
    font-size: 2rem;
  }
  .stat-card .title{
    font-size: 1.4rem;
  }
  .stat-card span{
    font-size: 16px;
  }
  .trust-section{
    padding: 50px 20px 50px 20px;
  }
  .partnership-container h2{
    font-size: 18px;
  }
  .partnership-container .subtitle{
    font-size: 0.8rem;
  }
  .partnership-section{
    min-height: 100%;
  }
  .partnership-overlay{
    height: 100%;
  }
  .p-card h3{
    font-size: 1.1rem;
  }
  .p-card p{
    font-size: 16px;
  }
  .serve-header h2{
    font-size: 2rem;
  }
  .serve-header p{
    font-size: 1rem;
  }
  .regional-flex{
    flex-direction: column;
    gap: 40px;
  }
  .region-card{
    width: 100%;
  }
  .regional-header h2 img{
    width: 10%;
  }
  .countries{
    font-size: 1.2rem;
  }
  .tagline{
    font-size: 1rem;
  }
  .region-card .icon img, .region-card .icon svg{
    width: 2rem;
    height: 2rem;
  }
  .region-card .icon{
    margin-bottom: 0;
  }
  .region-card h3{
    font-size: 21px;
  }
  .region-card strong{
    font-size: 35px;
  }
  .cta-left h2{
    font-size: 2rem;
  }

  .cta-features .feature-card{
    justify-content: center;
    align-items: center;
  }
  .cta-features .feature-card p{
    text-align: center;
  }
  .cta-form h3{
    font-size: 1.8rem;
  }
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-right {
    text-align: left;
  }
}

@media (max-width:426px) {
  
  .hero{
    min-height: 75vh;
  }
  .subtitle{
    padding: 0;
    font-size: 1rem;
  }
  .overlay{
  padding: 10px;
  height: 75vh;
  }
  .header{
    padding: 0;
  }
  .hero-content h1{
    font-size: 2.25rem;
  }
  .hero-content p{
    font-size: 0.9rem;
  }
  .header nav{
    flex-direction: column;
  }
  .header nav .logo img{
    width: 180px;
  }
  .header nav ul li a{
    font-size: 0.8rem;
  }
  .stats-grid{
    gap: 20px;
    padding: 0;
  }
  .icon{
    width: 70px;
    height: 70px;
    font-size: 15px;
  }
  .stat-card .icon img{
    width: 40px;
  }
  .stat-card h3{
    font-size: 2rem;
  }
  .stat-card .title{
    font-size: 1.4rem;
  }
  .stat-card span{
    font-size: 16px;
  }
  .trust-section{
    padding: 50px 20px 50px 20px;
  }
  .partnership-container h2{
    font-size: 26px;
  }
  .partnership-container .subtitle{
    font-size: 1rem;
    padding: 0 1rem;
  }
  .partnership-section{
    min-height: 100%;
  }
  .partnership-overlay{
    height: 100%;
  }
  .p-card h3{
    font-size: 1.1rem;
  }
  .p-card p{
    font-size: 16px;
  }
  .serve-header h2{
    font-size: 2rem;
  }
  .serve-header p{
    font-size: 1rem;
  }
  .regional-flex{
    flex-direction: column;
    gap: 40px;
  }
  .region-card{
    width: 100%;
  }
  .regional-header h2 img{
    width: 10%;
  }
  .countries{
    font-size: 1.2rem;
  }
  .tagline{
    font-size: 1rem;
  }
  .region-card .icon img, .region-card .icon svg{
    width: 2rem;
    height: 2rem;
  }
  .region-card .icon{
    margin-bottom: 0;
  }
  .region-card h3{
    font-size: 21px;
  }
  .region-card strong{
    font-size: 35px;
  }
  .cta-left h2{
    font-size: 2rem;
  }
  .cta-features{
    flex-direction: column;;
  }
  .cta-features .feature-card{
    justify-content: start;
    align-items: start;
  }
  .cta-features .feature-card p{
    text-align: left;
  }
  .cta-form h3{
    font-size: 1.8rem;
  }
  .backTop a p {
    display: none;
  }
  .backTop{
    right: 0.5rem;
  }
  .trust-container::before{
    top: -5rem;
  }
  .serve-card ul{
    padding: 24px 10px;
  }
  .serve-card li{
    font-size: 1rem;
    padding-left: 4px;
  }
  .serve-card li svg{
    width: 30px !important;
  }
  .cta-desc{
    width: 100%;
  }
  .image-title{
    padding: 8px 0px;
  }
  .badge {
    width: 70px;
}
.image-title .badge img{
        height: 100%;
        width: 100%;
        padding: 6px;
        object-fit: contain;
}
.cta-points h4 {
    margin-bottom: 8px;
    font-size: 18px;
}
.cta-points .point{
  margin-bottom: 36px;
}
.footer-left .tagline{
    font-size: 1rem;}
    .footer-right p{
      font-size: 0.9rem;
    }
    .cta-form small{
      font-size: 0.8rem;
    }
    .cta-points p{
      line-height: 20px;
    }
}
