* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* Base Styles */
.kejtechnology-homeservice-container {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  color: #333;
  background-color: #ffffff;
}

.kejtechnology-homeservice-header {
  text-align: center;
  padding: 3rem 1rem;
  background: #0194ce;
  color: white;
  position: relative;
  overflow: hidden;
}

.kejtechnology-homeservice-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.kejtechnology-homeservice-header p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.kejtechnology-homeservice-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23f8fafc" fill-opacity="1" d="M0,224L40,213.3C80,203,160,181,240,186.7C320,192,400,224,480,234.7C560,245,640,235,720,202.7C800,171,880,117,960,112C1040,107,1120,149,1200,160C1280,171,1360,149,1400,138.7L1440,128L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

/* Service Categories */
.kejtechnology-homeservice-categories {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  max-width: 1200px;
}

.kejtechnology-homeservice-category {
  cursor: pointer;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: white;
  color: black;
  border: 2px solid black;
}

.kejtechnology-homeservice-category.active {
  background-color: black;
  color: white;
  box-shadow: 0 4px 12px rgba(233, 233, 234, 0.3);
}

/* Services Slider */
.kejtechnology-homeservice-slider {
  max-width: 1200px;
  margin: 0 auto 3rem;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.kejtechnology-homeservice-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.kejtechnology-homeservice-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 1rem;
}

.kejtechnology-homeservice-card {
  background-color: #fff;
  border-radius: 12px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.201);
  /* border: #06060657 solid 1px; */
}

.kejtechnology-homeservice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(34, 34, 34, 0.1);
}

.kejtechnology-homeservice-card-img {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.kejtechnology-homeservice-card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.kejtechnology-homeservice-card-content {
  padding: 1.5rem;
  flex: 1;
}

.kejtechnology-homeservice-card h3 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #000000;
  font-weight: 700;
}

.kejtechnology-homeservice-card p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.kejtechnology-homeservice-cta {
  display: inline-block;
  padding: 0.5rem 0;
  color: #161616;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  text-decoration: none;
}

.kejtechnology-homeservice-cta::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #161616;
  transition: width 0.3s ease;
}

.kejtechnology-homeservice-cta:hover::after {
  width: 100%;
}

/* Navigation Controls */
.kejtechnology-homeservice-controls {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.kejtechnology-homeservice-control {
  background-color: rgb(255, 255, 255);
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0.5rem;
  transition: all 0.3s ease;
  color: black;
  border: #161616 solid 2px;
}

.kejtechnology-homeservice-control:hover {
  background-color: #dbd8d8;
}

.kejtechnology-homeservice-control svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #000000;
}

/* Indicators */
.kejtechnology-homeservice-indicators {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.kejtechnology-homeservice-indicator {
  width: 2.5rem;
  height: 4px;
  background-color: #cbd5e1;
  margin: 0 0.25rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kejtechnology-homeservice-indicator.active {
  background-color: #161616;
  width: 3rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .kejtechnology-homeservice-categories {
    flex-wrap: wrap;
    justify-content: center;
  }
  .desktop-only-description-new {
    display: none;
  }
  .kejtechnology-homeservice-category {
    margin-bottom: 0.5rem;
  }
}
.desktop-only-description {
  display: none;
}

@media (max-width: 768px) {
  .kejtechnology-homeservice-header h2 {
    font-size: 2rem;
  }

  .kejtechnology-homeservice-header p {
    font-size: 1rem;
  }

  .kejtechnology-homeservice-slide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .kejtechnology-homeservice-category {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}

.cardio-homeabout-mission-images {
  align-items: center;
  display: flex;
}
/* testmonial */
.krjtech-testimonial-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* margin-bottom: 40px; */
  background: rgb(255, 255, 255);
  padding-bottom: 80px;
}

.krjtech-testimonial-header {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.krjtech-testimonial-title {
  font-size: 2.5rem;
  color: #161616;
  font-weight: 700;
  margin-bottom: 5px;
  /* text-shadow: 0 2px 4px rgba(0,0,0,0.3); */
}

.krjtech-testimonial-subtitle {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
}

.krjtech-testimonial-slider {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.89);
  backdrop-filter: blur(10px);
  padding: 30px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.krjtech-testimonial-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.krjtech-testimonial-slide {
  min-width: 50%;
  padding: 0 15px;
}

.krjtech-testimonial-card {
  background: rgb(19, 18, 18);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(28, 27, 27, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.krjtech-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.krjtech-testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c89116;
}

.krjtech-testimonial-content {
  flex-grow: 1;
  margin-bottom: 5px;
  color: white;
}

.krjtech-testimonial-quote {
  font-size: 64px;
  color: #c89116;
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 15px;
}

.krjtech-testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: white;
  font-style: italic;
  margin-bottom: 10px;
}

.krjtech-testimonial-rating {
  display: flex;
  margin-bottom: 0px;
}

.krjtech-testimonial-star {
  color: #ffd700;
  font-size: 1.2rem;
  margin-right: 2px;
}

.krjtech-testimonial-author {
  display: flex;
  align-items: center;
}

.krjtech-testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
  border: 3px solid #c89116;
}

.krjtech-testimonial-info h4 {
  font-size: 1.1rem;
  color: white;
  margin-bottom: 5px;
  font-weight: 600;
}

.krjtech-testimonial-info p {
  color: white;
  font-size: 0.9rem;
}

.krjtech-testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 15px;
}

.krjtech-testimonial-dots {
  display: flex;
  gap: 10px;
}

.krjtech-testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.krjtech-testimonial-dot.active {
  background: white;
  transform: scale(1.2);
}

.krjtech-testimonial-nav {
  background: rgba(40, 39, 39, 0.81);
  border: none;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.krjtech-testimonial-nav:hover {
  background: rgba(72, 68, 68, 0.88);
  transform: scale(1.1);
}

.krjtech-testimonial-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #c89116;
  transition: width 0.1s linear;
}

/* Responsive Design */
@media (max-width: 768px) {
  .krjtech-testimonial-slide {
    min-width: 100%;
  }

  .krjtech-testimonial-title {
    font-size: 2rem;
  }

  .krjtech-testimonial-card {
    padding: 20px;
  }

  .krjtech-testimonial-slider {
    padding: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .krjtech-testimonial-slide {
    min-width: 50%;
  }
}

/* /contac */
/* Header Section */
.kejtech-pagecontact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://iotbusinessnews.com/WordPress/wp-content/uploads/2023/07/artifical-intelligence-processing.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.kejtech-pagecontact-header-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.kejtech-pagecontact-header-content p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Main Content */
.kejtech-pagecontact-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

/* Contact Form */
.kejtech-pagecontact-form-section {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
}

.kejtech-pagecontact-form-section h2 {
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  border-bottom: 2px solid black;
  padding-bottom: 0.5rem;
}

.kejtech-pagecontact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.kejtech-pagecontact-form-group {
  display: flex;
  flex-direction: column;
}

.kejtech-pagecontact-form-group label {
  color: #000;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.kejtech-pagecontact-form-group input,
.kejtech-pagecontact-form-group textarea {
  padding: 1rem;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.kejtech-pagecontact-form-group input:focus,
.kejtech-pagecontact-form-group textarea:focus {
  outline: none;
  border-color: black;
}

.kejtech-pagecontact-form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.kejtech-pagecontact-submit-btn {
  background: linear-gradient(45deg, #000, #333);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kejtech-pagecontact-submit-btn:hover {
  background: linear-gradient(45deg, #333, #000);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Contact Info Section */
.kejtech-pagecontact-info-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.kejtech-pagecontact-info-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-left: 4px solid black;
}

.kejtech-pagecontact-info-card h3 {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.kejtech-pagecontact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.kejtech-pagecontact-info-item:hover {
  background-color: #f8f9fa;
}

.kejtech-pagecontact-info-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #000, #333);
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-weight: bold;
}

.kejtech-pagecontact-info-text {
  flex: 1;
}

.kejtech-pagecontact-info-text strong {
  color: #000;
  display: block;
  margin-bottom: 0.2rem;
}

.kejtech-pagecontact-info-text span {
  color: #666;
}

/* Map Section */
.kejtech-pagecontact-map-section {
  grid-column: 1 / -1;
  margin-top: 2rem;
}

.kejtech-pagecontact-map-container {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
}

.kejtech-pagecontact-map-container h3 {
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}

.kejtech-pagecontact-map {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  border: 2px solid #ddd;
}

/* Responsive Design */
@media (max-width: 768px) {
  .kejtech-pagecontact-nav-links {
    display: none;
  }

  .kejtech-pagecontact-mobile-menu {
    display: block;
  }

  .kejtech-pagecontact-header-content h1 {
    font-size: 2rem;
  }

  .kejtech-pagecontact-main {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .kejtech-pagecontact-form-section,
  .kejtech-pagecontact-info-card,
  .kejtech-pagecontact-map-container {
    padding: 1.5rem;
  }

  .kejtech-pagecontact-map {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .kejtech-pagecontact-nav-container {
    padding: 0 1rem;
  }

  .kejtech-pagecontact-header {
    height: 300px;
    padding: 0 1rem;
  }

  .kejtech-pagecontact-header-content h1 {
    font-size: 1.8rem;
  }

  .kejtech-pagecontact-info-item {
    flex-direction: column;
    text-align: center;
  }

  .kejtech-pagecontact-info-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

/* Success Message */
.kejtech-pagecontact-success-message {
  background: linear-gradient(45deg, #28a745, #20c997);
  color: white;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  text-align: center;
  display: none;
}

.kejtech-pagecontact-error-message {
  background: linear-gradient(45deg, #dc3545, #e74c3c);
  color: white;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  text-align: center;
  display: none;
}

/* about page sectuin */

/* Base Styles */
.kejtech-homeabout-container {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  /* max-width: 100%; */
  overflow-x: hidden;
  color: #1e293b;
  background: rgb(255, 255, 255);
  line-height: 1.6;
}

.kejtech-homeabout-wrapper {
  /* max-width: 1280px; */
  margin: 0 auto;
  /* padding: 4rem 1?.5rem; */
}

/* Header Section */
.kejtech-homeabout-header {
  position: relative;
  padding: 5rem 1.5rem;
  background: linear-gradient(
      to right,
      rgba(9, 9, 9, 0.9),
      rgba(69, 70, 71, 0.7)
    ),
    url("https://iotbusinessnews.com/WordPress/wp-content/uploads/2023/07/artifical-intelligence-processing.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  /* border-radius: 0.75rem; */
  overflow: hidden;
  /* margin-bottom: 4rem; */
}

.kejtech-homeabout-header-content {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 70px;
}

.kejtech-homeabout-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  background: linear-gradient(to right, #ffffff, #e2e8f0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kejtech-homeabout-header p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.kejtech-homeabout-header-shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.kejtech-homeabout-shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.kejtech-homeabout-shape:nth-child(1) {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
}

.kejtech-homeabout-shape:nth-child(2) {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: 100px;
}

.kejtech-homeabout-shape:nth-child(3) {
  width: 150px;
  height: 150px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

/* Mission & Vision Section */
.kejtech-homeabout-mission {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
  padding-top: 80px;
}

.kejtech-homeabout-mission-content {
  flex: 1;
  min-width: 300px;
}

.kejtech-homeabout-mission h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #0f172a;
  position: relative;
}

.kejtech-homeabout-mission h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 4px;
  background: black;
  border-radius: 2px;
}

.kejtech-homeabout-mission p {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 1.5rem;
}

.kejtech-homeabout-mission-images {
  flex: 1;
  min-width: 300px;
  position: relative;
  height: 400px;
}

.kejtech-homeabout-mission-img {
  position: absolute;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.kejtech-homeabout-mission-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.kejtech-homeabout-mission-img:nth-child(1) {
  width: 65%;
  height: 250px;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url("https://media.noria.com/sites/Uploads/2019/11/19/3ad0b198-2717-4831-a344-f2e35e943bae_ArticleImages_RP31161_1234x694_08022019_extra_large.jpeg");

  background-size: cover;
  background-position: center;
}

.kejtech-homeabout-mission-img:nth-child(2) {
  width: 45%;
  height: 180px;
  top: 200px;
  right: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-image: url("https://i0.wp.com/kej.co.in/wp-content/uploads/2023/01/kejbanner1.jpg?resize=850%2C680&ssl=1");
}

/* Core Values Section */
.kejtech-homeabout-values {
  /* margin-bottom: 4rem; */
  background: #161616;
  padding: 40px;
  /* border-radius: 30px; */
  padding-bottom: 80px;
  padding-top: 80px;
}

.kejtech-homeabout-values-header {
  text-align: center;
  margin-bottom: 3rem;
}

.kejtech-homeabout-values-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: rgb(254, 254, 254);
  margin-bottom: 1rem;
}

.kejtech-homeabout-values-header p {
  font-size: 1.125rem;
  color: rgb(235, 235, 235);
  max-width: 700px;
  margin: 0 auto;
}

.kejtech-homeabout-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
}

.kejtech-homeabout-value-card {
  background-color: #f8fafc;
  border-radius: 0.75rem;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(233, 233, 233, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.kejtech-homeabout-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.kejtech-homeabout-value-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
}

.kejtech-homeabout-value-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0f172a;
}

.kejtech-homeabout-value-card p {
  color: #475569;
}

.kejtech-homeabout-value-bg {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(59, 130, 246, 0.05);
  bottom: -75px;
  right: -75px;
}

/* Team Section */
.kejtech-homeabout-team {
  /* margin-bottom: 4rem; */
  text-align: center;
  background: rgb(255, 255, 255);
  /* border: 2px solid white;
    border-radius: 30px; */
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

.kejtech-homeabout-team h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  /* margin-bottom: 1rem;S */
}

.kejtech-homeabout-team p {
  font-size: 1.125rem;
  color: #475569;
  max-width: 700px;
  margin: 0 auto 1rem;
}

.kejtech-homeabout-team-slider {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

.kejtech-homeabout-team-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.kejtech-homeabout-team-member {
  min-width: calc(25% - 2rem);
  margin: 0 1rem;
  padding: 1.5rem;
  background-color: #161616;
  border: 2px solid white;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kejtech-homeabout-team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.kejtech-homeabout-team-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  background-size: cover;
  background-position: center;
  border: 4px solid white;
}

.kejtech-homeabout-team-member h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}

.kejtech-homeabout-team-member h4 {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(254, 255, 255);
  margin-bottom: 1rem;
}

.kejtech-homeabout-team-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.kejtech-homeabout-team-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  text-decoration: none;
  transition: all 0.3s ease;
}

.kejtech-homeabout-team-social a:hover {
  background-color: white;
  color: white;
}

.kejtech-homeabout-team-controls {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}

.kejtech-homeabout-team-control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f5f9;
  border: none;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kejtech-homeabout-team-control:hover {
  background-color: #3b82f6;
  color: white;
}

/* Stats Section */
.kejtech-homeabout-stats {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  border-radius: 0.75rem;
  padding: 4rem 2rem;
  color: white;
  text-align: center;
  margin-bottom: 4rem;
}

.kejtech-homeabout-stats h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.kejtech-homeabout-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.kejtech-homeabout-stat {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}

.kejtech-homeabout-stat:hover {
  transform: translateY(-5px);
}

.kejtech-homeabout-stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(to right, #ffffff, #e2e8f0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kejtech-homeabout-stat-label {
  font-size: 1.125rem;
  opacity: 0.9;
}

/* CTA Section */
.kejtech-homeabout-cta {
  padding: 4rem 2rem;
  background-color: #f8fafc;
  border-radius: 0.75rem;
  text-align: center;
}

.kejtech-homeabout-cta h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.kejtech-homeabout-cta p {
  font-size: 1.125rem;
  color: #475569;
  max-width: 700px;
  margin: 0 auto 2rem;
}

.kejtech-homeabout-cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.5);
}

.kejtech-homeabout-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.5);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .kejtech-homeabout-team-member {
    min-width: calc(33.333% - 2rem);
  }
}

@media (max-width: 768px) {
  .kejtech-homeabout-header h1 {
    font-size: 2.5rem;
  }

  .kejtech-homeabout-mission h2,
  .kejtech-homeabout-values-header h2,
  .kejtech-homeabout-team h2,
  .kejtech-homeabout-stats h2,
  .kejtech-homeabout-cta h2 {
    font-size: 2rem;
  }

  .kejtech-homeabout-team-member {
    min-width: calc(50% - 2rem);
  }
}

@media (max-width: 576px) {
  .kejtech-homeabout-header h1 {
    font-size: 2rem;
  }

  .kejtech-homeabout-header p {
    font-size: 1rem;
  }

  .kejtech-homeabout-mission-img:nth-child(1) {
    width: 80%;
  }

  .kejtech-homeabout-mission-img:nth-child(2) {
    width: 60%;
  }

  .kejtech-homeabout-team-member {
    min-width: calc(100% - 2rem);
  }

  .kejtech-homeabout-stat-number {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cardio-homeabout-mission-images {
    justify-content: center !important;
    display: flex !important;
    text-align: center;
    align-items: center;
  }

  .cardio-homeabout-mission-img {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center;
  }

  .cardiocare-video-player {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
