 html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
} 

.meet-content01 {
  background-image: url("./public/assets/images/meet_my_team/team-teamwork.jpg");
  background-position: 100% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  padding: 0;
}
/* h2 {
  font-weight: bold;
  color: #fff;
  font-size: 65px;
} */

/* =================================== */

.carousel-item img {
  /* height: 65vh; */
  background-size: cover;
  background-position: center;
}
/* ============================ */

.team-section {
  padding: 60px 0;
}
.team-section img {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.employee-carousel {
  background: #f8f9fa;
  padding: 50px 0;
}
.employee-carousel img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 3px solid #ff9800;
  margin: 0 15px;
}
.employee-carousel {
  background: #f8f9fa;
  padding: 50px 0;
}

.employee-carousel h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

.marquee {
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 30px;
  animation: scroll 20s linear infinite;
}

.marquee-content img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 3px solid #ff9800;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* testMonial */
.testimonial-section {
  min-height: 202px;
  background: #18191f;
  /* Bootstrap bg-dark by default */
}

.testimonial-section h2 {
  font-size: 2.2rem;
}

.testimonial-section p {
  color: #cfd8dc;
  font-size: 1.1rem;
}

.bg-secondary {
  background-color: #2e3035 !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}
.bg-dark {
  background: #18191f !important;
}

.brand-slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 70px;
}

.brand-track {
  display: flex;
  align-items: center;
  animation: scroll-left 20s linear infinite;
  gap: 32px;
}

.brand-logo {
  height: 40px;
  filter: grayscale(1);
  opacity: 0.9;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* === */
/* career */
/* .trending-jobs {
  margin: 40px 0;
} */

.trending-jobs h2 {
  font-size: 22px;
  /* margin-bottom: 20px; */
}

.trending-jobs h2 span {
  color: #00a6d6;
  font-weight: bold;
}

.jobs-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.job-box {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.job-box i {
  color: #00a6d6;
  font-size: 20px;
  transition: all 0.3s ease;
}

.job-box span {
  font-weight: bold;
  color: #000;
  transition: all 0.3s ease;
}

/* Hover effect */
.job-box:hover {
  background: #00a6d6;
  border-color: #00a6d6;
}

.job-box:hover i,
.job-box:hover span {
  color: #fff;
}

.job {
  margin: 0 30px 0 30px;
}
/* ======== */
.career-services h2 {
  font-size: 2rem;
}
.career-services p {
  font-size: 1rem;
}
.career-services .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.career-services .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
/* ========================slider */
.career-spotlight {
  background: #f8f9fa;
}
.career-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.career-slider {
  display: flex;
  transition: transform 0.5s ease;
}
/* .career-card {
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  margin: 0 10px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.career-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
} */
 .career-card {
  min-width: 250px;
  max-width: 250px;
  margin: 0 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.career-card img {
  width: 100%;
  height: 150px;       
  object-fit: cover;    
  border-radius: 8px;
  margin-bottom: 15px;
}

.career-text {
  min-height: 120px;    /* 👈 text block fixed */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
}
.slider-btn.prev {
  left: 10px;
  width: 44px;
}
.slider-btn.next {
  right: 10px;
   width: 44px;
}

/* --------------------------------------- */
/* Section background */
.erp-services {
  background: linear-gradient(135deg, #0f6cbf, #692f9eff);
}

/* Icon circle */
.erp-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon styling */
.erp-icon img {
  width: 35px;
  filter: brightness(0) invert(1); /* white icon effect */
}
/* ======================== */
 .hero-section {
            background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #3b82f6 100%);
            min-height: 300px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 0;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%),
                radial-gradient(circle at 40% 80%, rgba(255,255,255,0.06) 0%, transparent 50%);
        }

        .flowing-lines {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.3;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><linearGradient id="lineGrad" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:white;stop-opacity:0.2"/><stop offset="50%" style="stop-color:white;stop-opacity:0.6"/><stop offset="100%" style="stop-color:white;stop-opacity:0.2"/></linearGradient></defs><path d="M0,200 Q300,50 600,200 T1200,150" stroke="url(%23lineGrad)" stroke-width="2" fill="none"/><path d="M0,250 Q400,100 800,250 T1200,200" stroke="url(%23lineGrad)" stroke-width="1.5" fill="none"/><path d="M0,150 Q200,300 600,150 T1200,100" stroke="url(%23lineGrad)" stroke-width="1" fill="none"/><path d="M0,300 Q500,150 1000,300 T1200,250" stroke="url(%23lineGrad)" stroke-width="1.5" fill="none"/></svg>') no-repeat center center;
            background-size: cover;
            animation: flowAnimation 20s ease-in-out infinite;
        }

        @keyframes flowAnimation {
            0%, 100% { transform: translateX(0) scale(1); }
            25% { transform: translateX(-20px) scale(1.05); }
            50% { transform: translateX(10px) scale(0.95); }
            75% { transform: translateX(-10px) scale(1.02); }
        }

        .content-wrapper {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .main-title {
            color: white;
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .stats-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
            color: white;
            min-width: 200px;
            padding: 0 1rem;
        }

        .stat-number {
            font-size: 4rem;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 0.5rem;
            text-shadow: 0 2px 8px rgba(0,0,0,0.2);
            background: linear-gradient(45deg, #ffffff, #f8fafc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .stat-description {
            font-size: 1rem;
            font-weight: 400;
            opacity: 0.9;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .divider {
            width: 2px;
            height: 80px;
            background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5), transparent);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .stats-container {
                gap: 2rem;
            }
            .stat-item {
                min-width: 160px;
            }
        }

        @media (max-width: 992px) {
            .main-title {
                font-size: 2rem;
                margin-bottom: 2.5rem;
            }
            .stat-number {
                font-size: 3rem;
            }
            .stats-container {
                gap: 1.5rem;
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 60px 0;
                min-height: 350px;
            }
            .main-title {
                font-size: 1.75rem;
                margin-bottom: 2rem;
            }
            .stats-container {
                flex-direction: column;
                gap: 2rem;
            }
            .stat-item {
                min-width: auto;
                width: 100%;
                max-width: 300px;
                margin: 0 auto;
            }
            .divider {
                display: none;
            }
            .stat-number {
                font-size: 3.5rem;
            }
        }

        @media (max-width: 576px) {
            .hero-section {
                padding: 40px 0;
                min-height: 300px;
            }
            .main-title {
                font-size: 1.5rem;
                margin-bottom: 1.5rem;
            }
            .stat-number {
                font-size: 2.8rem;
            }
            .stat-description {
                font-size: 0.9rem;
            }
        }

        /* Enhanced animations */
        .stat-item {
            animation: fadeInUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .stat-item:nth-child(1) { animation-delay: 0.2s; }
        .stat-item:nth-child(2) { animation-delay: 0.4s; }
        .stat-item:nth-child(3) { animation-delay: 0.6s; }
        .stat-item:nth-child(4) { animation-delay: 0.8s; }
        .stat-item:nth-child(5) { animation-delay: 1.0s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .main-title {
            animation: fadeInDown 0.8s ease-out;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Hover effects */
        .stat-item:hover {
            transform: translateY(-5px);
            transition: transform 0.3s ease;
        }

        .stat-item:hover .stat-number {
            text-shadow: 0 4px 12px rgba(0,0,0,0.3);
        }
/* ------------------------------------------------ */


        .industries-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            position: relative;
            overflow: hidden;
        }

        .industries-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: linear-gradient(45deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1));
            border-radius: 50%;
            z-index: 1;
        }

        .industries-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: linear-gradient(45deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.08));
            border-radius: 50%;
            z-index: 1;
        }

        .content-wrapper {
            position: relative;
            z-index: 2;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1e293b;
            text-align: center;
            margin-bottom: 1rem;
        }

        .section-subtitle {
            font-size: 1.1rem;
            color: #64748b;
            text-align: center;
            margin-bottom: 4rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .industry-card {
            background: white;
            border-radius: 16px;
            padding: 1.5rem 1rem;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(226, 232, 240, 0.8);
            transition: all 0.3s ease;
            height: 200px;
            width: 100%;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .industry-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(99, 102, 241, 0.02), rgba(139, 92, 246, 0.02));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .industry-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
            border-color: rgba(99, 102, 241, 0.2);
        }

        .industry-card:hover::before {
            opacity: 1;
        }

        .industry-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            transition: transform 0.3s ease;
            position: relative;
            z-index: 2;
        }

        .industry-card:hover .industry-icon {
            transform: scale(1.1);
        }

        .industry-icon i {
            font-size: 1.5rem;
            color: white;
        }

        .industry-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 0.75rem;
            position: relative;
            z-index: 2;
        }

        .industry-description {
            font-size: 0.85rem;
            color: #64748b;
            line-height: 1.5;
            position: relative;
            z-index: 2;
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 1.5rem;
        }

        /* Animation for cards */
        .industry-card {
            animation: fadeInUp 0.6s ease-out forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .industry-card:nth-child(1) { animation-delay: 0.1s; }
        .industry-card:nth-child(2) { animation-delay: 0.2s; }
        .industry-card:nth-child(3) { animation-delay: 0.3s; }
        .industry-card:nth-child(4) { animation-delay: 0.4s; }
        .industry-card:nth-child(5) { animation-delay: 0.5s; }
        .industry-card:nth-child(6) { animation-delay: 0.1s; }
        .industry-card:nth-child(7) { animation-delay: 0.2s; }
        .industry-card:nth-child(8) { animation-delay: 0.3s; }
        .industry-card:nth-child(9) { animation-delay: 0.4s; }
        .industry-card:nth-child(10) { animation-delay: 0.5s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .section-title {
                font-size: 2rem;
            }
            .industry-card {
                padding: 1.25rem 0.75rem;
                min-height: 160px;
            }
        }

        @media (max-width: 768px) {
            .industries-section {
                padding: 60px 0;
            }
            .section-title {
                font-size: 1.75rem;
            }
            .section-subtitle {
                font-size: 1rem;
                margin-bottom: 3rem;
            }
            .industry-card {
                min-height: 150px;
            }
        }

        @media (max-width: 576px) {
            .industries-section {
                padding: 40px 0;
            }
            .section-title {
                font-size: 1.5rem;
            }
            .industry-card {
                padding: 1.25rem;
                min-height: 140px;
            }
            .industry-icon {
                width: 45px;
                height: 45px;
            }
            .industry-icon i {
                font-size: 1.25rem;
            }
        }

 