.fs-15 {
  font-size: 15px;
}

p {
  text-transform: capitalize !important;
}

.heading-color {
  color: #12457A;
}

.bg-dark-blue {
  background-color: #12457A !important;
}

.justify-text {
  text-align: justify;
}

.bg-clr {
  background-color: #f1f6f9;
}

.bg-clr2 {
  background-color: #caccd4 !important;
}

.back-to-back {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;

  border: none;

  transition: all 0.3s ease;
}

.loading-spinner {
  display: none;
}

.invalid-feedback {
  display: block;
}

.is-invalid {
  border-color: #12457A;
  box-shadow: 0 0 0 0.25rem rgba(202, 137, 42, 0.25);
}

.success-animation {
  color: #28a745;
  font-size: 2rem;
  animation: bounce 1s infinite;
}

.sentence-case {
  text-transform: none !important;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* WhatsApp Css */

.whatsapp-float {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 1055;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.whatsapp-btn {
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: box-shadow 0.2s;
  cursor: pointer;
  outline: none;
}
.whatsapp-btn:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  background: #1ebe57;
}
.whatsapp-popup {
  background: #fff;
  color: #222;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  padding: 18px 22px 18px 18px;
  margin-bottom: 12px;
  max-width: 260px;
  font-size: 1rem;
  display: none;
  align-items: center;
  animation: fadeInWhatsapp 0.4s;
}
@keyframes fadeInWhatsapp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-popup .close-popup {
  background: none;
  border: none;
  color: #888;
  font-size: 1.2rem;
  margin-left: 10px;
  cursor: pointer;
}

.loading-spinner {
  display: none;
}

/* Initially hide invalid feedback */
.invalid-feedback {
  display: none;
}

/* Show invalid feedback only when input has is-invalid class */
.form-control.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-feedback {
  display: block;
}

/* Custom styling */
.form-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

td {
  font-weight: 500 !important;
}



/* Client Section */
        .client-section {
            overflow: hidden;
            min-height: auto;
            padding: 60px 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

      

        /* Logo Carousel Wrapper */
        .logo-carousel-wrapper {
            position: relative;
            overflow: hidden;
            margin-bottom: 40px;
        }

        /* Blur/Fog Effect on Edges */
        .logo-carousel-wrapper::before,
        .logo-carousel-wrapper::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 150px;
            z-index: 10;
            pointer-events: none;
        }

        .logo-carousel-wrapper::before {
            left: 0;
            background: linear-gradient(to right, #bfc8d194 0%, transparent 100%);
        }

        .logo-carousel-wrapper::after {
            right: 0;
            background: linear-gradient(to left, #bfc8d194 0%, transparent 100%);
        }

        /* Continuous Sliding Animation */
        .logo-carousel {
            display: flex;
            width: fit-content;
        }

        /* Left to Right Animation */
        .logo-carousel.ltr {
            animation: scrollLTR 30s linear infinite;
        }

        /* Right to Left Animation */
        .logo-carousel.rtl {
            animation: scrollRTL 30s linear infinite;
        }

        .logo-carousel:hover {
            animation-play-state: paused;
        }

        @keyframes scrollLTR {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        @keyframes scrollRTL {
            0% {
                transform: translateX(-50%);
            }
            100% {
                transform: translateX(0);
            }
        }

        /* Logo Styling */
        .logo-carousel .item {
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 180px;
        }

        .logo-carousel .item img {
            width: 150px;
            height: 100px;
            object-fit: contain;
            /* filter: grayscale(100%); */
            /* opacity: 0.7; */
            transition: all 0.3s ease;
        }

        .logo-carousel .item img:hover {
            /* filter: grayscale(0%); */
            /* opacity: 1; */
            transform: scale(1.05);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
           

            .logo-carousel .item img {
                width: 120px;
                height: 80px;
            }

            .logo-carousel .item {
                margin-right: 30px;
            }

            .logo-carousel-wrapper::before,
            .logo-carousel-wrapper::after {
                width: 80px;
            }
        }



        
    .what-we-serve-section {
      background: #eef2f3;
    }
    
    .method-card {
      position: relative;
      background: #ffffff;
      padding: 35px 19px 25px 20px;
      border-radius: 18px;
      box-shadow: 0 15px 35px rgba(0,0,0,0.05);
      transition: 0.4s ease;
      height: 100%;
    }
    
    .method-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    }
    
    .step-badge {
      position: absolute;
      top: -20px;
      left: 25px;
      background: #257ddb;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      padding: 12px 18px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    
    .method-card p {
      margin-top: 20px;
      font-size: 15px;
      line-height: 1.6;
    }



    /* TEAM SECTION  */
    /* Custom Styles for Polish */
    .team-leader-card {
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .team-leader-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 1rem 3rem rgba(13, 110, 253, 0.15) !important;
    }

    .transition-transform {
      transition: transform 0.4s ease;
    }

    .team-leader-card:hover .transition-transform {
      transform: scale(1.05);
    }

    .hover-zoom {
      transition: transform 0.3s ease, color 0.3s ease;
      display: inline-block;
    }

    .hover-zoom:hover {
      transform: scale(1.2);
      color: #ffc107 !important;
    }

    .transition-all {
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .text-white-50 {
      color: rgba(255, 255, 255, 0.85) !important;
    }