.heading {
  width: 100%;
  height: 350px;
  /* background: linear-gradient(to bottom, rgba(21, 61, 114, 0.723), rgb(1, 19, 56)); */
  background-color: white;
  color: white;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 40px;
}

.heading .content {
  width: 50%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}


.heading .img {
  width: 50%;
  height: 100%;
}

.heading .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.heading h3 {
  color: #0a192f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.heading h4{
  color: #0a192f;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.heading p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
  color: black;
}





/* ukg-pro-wfm section css */

.ukg-pro-wfm {
  height: auto;
  width: 100%;
  /* background: linear-gradient(135deg, #0d1b2a, #1b263b, #0d1b2a); */
  background-color: white;
  color: #fff;
  margin: 30px 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ukg-pro-wfm .container {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  /* box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.473); */
}

.ukg-pro-wfm .img {
  width: 40%;
  height: 100%;
  text-align: center;
  object-fit: cover;
}

.ukg-pro-wfm .img img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}



.ukg-pro-wfm .content {
  text-align: justify;
  padding: 10px 20px;
  width: 60%;
  height: 100%;
}

.ukg-pro-wfm .content h3 {
  font-size: 2rem;
  color:  #0a192f;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ukg-pro-wfm .content p {
  font-size: 1rem;
  line-height: 1.8;
  color: black;
}






/* product-services section css */

.product-services {
  width: 100%;
  height: auto;
  background-color: white;
  color: #fff;
  padding: 10px 5%;
  text-align: center;
}

.product-services h3 {
  font-size: 2.2rem;
  color: #0a192f;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.product-services .services {
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: auto;
}


.product-services .service {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}


.product-services .service:nth-child(even) {
  flex-direction: row-reverse;
}

/* Text area */
.product-services .text {
  /* flex: 1 1 55%; */
  width: 50%;
  height: 100%;
  text-align: justify;
}

.product-services .text h4 {
  font-size: 1.8rem;
  color: #0a192f;
  margin-bottom: 5px;
}

.product-services .text p {
  font-size: 1rem;
  line-height: 1.8;
  color: black;
}

/* Image area */
.product-services .img {
  /* flex: 1 1 40%; */
  width: 50%;
  height: 100%;
  text-align: center;
  object-fit: contain;
}

.product-services .img img {
  width: 100%;
  /* border-radius: 20px; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}


/* qoute section css */

.qoute {
  margin: 10px 0;
  background: linear-gradient(135deg, #0d1b2a, #1b263b, #0d1b2a);
  color: #fff;
  text-align: center;
  padding: 10px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qoute p {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.8;
  color: #e0e0e0;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 20px 40px;
}

/* Decorative quotes */
.qoute p::before,
.qoute p::after {
  content: '“';
  position: absolute;
  font-size: 4rem;
  color: white;
  opacity: 0.2;
}

.qoute p::before {
  left: 10px;
  top: -10px;
}

.qoute p::after {
  content: '”';
  right: 10px;
  bottom: -30px;
  color: white;
}


@keyframes fadeInQuote {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.qoute p {
  animation: fadeInQuote 1.2s ease-in-out;
}



/* choose dot1 section css */

.choose-dot1 {
  margin-top: 30px;
  /* background: linear-gradient(135deg, #0a192f, #1b263b, #0a192f); */
  background-image: url('/assets/img/UKG_\ Why\ Choose\ DOT1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 40px 10%;
  z-index: 999;
}

.choose-dot1 h3 {
  font-size: 2.2rem;
  color: white;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.39);
}

/* Card Container */
.choose-dot1 .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Individual Card */
.choose-dot1 .card {
  width: 300px;
  height: 170px;
  background: rgba(50, 3, 3, 0.372);
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.473);
  backdrop-filter: blur(25px);
}

.choose-dot1 .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Card Image */
.choose-dot1 .card .img {
  margin-bottom: 20px;
}

.choose-dot1 .card .img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(0, 180, 216, 0.1);
  padding: 10px;
  transition: transform 0.3s ease;
}

.choose-dot1 .card:hover .img img {
  transform: scale(1.1);
}

/* Card Text */
.choose-dot1 .card .text p {
  font-size: 1rem;
  line-height: 1.6;
  color: black;
}

.choose-dot1 .card .text strong {
  display: block;
  color: black;
  font-size: 1.1rem;
  margin-bottom: 8px;
}