header.u-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  width: 100%;
  /* Ensure header takes full width */
}

body {
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif !important;
}

.material-icons {
  font-size: 50px !important;
}



.u-clearfix.u-sheet {
  overflow: visible;
  /* Ensure no overflow issues */
}

.u-menu {
  overflow: visible;
}

/* Full-width header section with background image */
.data-engineering-section {
  background: url('./images/swmingpool/swim.jpg') no-repeat center center;
  background-size: 100% 110%;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

/* Add the overlay */
.data-engineering-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Slight black color */
  z-index: 1; /* Ensure the overlay is above the image */
}

.data-engineering-section > * {
  z-index: 2; /* Make sure the text/content is above the overlay */
}


/* .ai_mi_section1 {
  background: url('Images/service/ai_ml_service/ai_ml_service_hero_sec.png') no-repeat center center;
} */




/* Sliding down effect for the text */
.data-engineering-content {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  position: relative;
  left: -2%;
  top: 31%;
}

.data-engineering-content.show {
  opacity: 1;
  transform: translateY(0);
}

.data-engineering-content h1 {
  font-size: 5rem;
  color: white;
}

.data-engineering-content p {
  font-size: 1.5rem;
  color: white;
}

.text-box p,
.big-data-solutions p {
  margin-bottom: 1.5 !important;
  /* Adjust the value as needed */
}

/* Main content section */




.image-text-container {
  flex: 1;
  /* Allows the image section to take up 50% width of the container */
}

.content-image {
  width: 500px;
  max-width: 600px;
  border-radius: 15px;
  /* margin-left: -10%; */
}
.content-section {
  flex: 1;
  /* Text section takes 50% width */
  padding: 0px 20px 20px 20px;
  text-align: left;
  /* Align text to the left */
}

.content-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.content-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 600px;
  text-align: justify;
}

/* Sliding from left */
/* Sliding from left */
.content-section p.left-to-right {
  opacity: 0;
  transform: translateX(-50%);
}

/* Sliding from right */
.content-section p.right-to-left {
  opacity: 0;
  transform: translateX(100%);
}

/* Keyframes for sliding animations */
@keyframes slideLeftToRight {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slideRightToLeft {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}


.gradient-icon {
  background:linear-gradient(120deg, rgba(255, 88, 0, 1) 33%, rgb(206 5 5) 72%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.dropdown_ser {
  margin-left: -380px !important;
  width: 1237px !important;
}

.dropdown_sol {
  left: -443%;
  width: 1226px !important;
}

.dropdown_ind {
  left: -480px !important;
  width: 1226px !important;
}

.para {
  border: none !important;
  line-height: 1.5 !important;
}

.learn-more {
  text-align: center;
  margin-top: 25px;
}

.btn {
  border: 1px solid white;
  padding: 10px;
  color: #fff;
}

/* General styling for the impact section */
.impact-section {
  padding: 10px 40px 10px 40px;
  background-color: #fff;
  position: relative;
  /* background: url('images/service/service_data_engineering/backgrounds_for_services.jpg'); */
  /* Ensure relative positioning for the sliding effect */
}

/* Styling for the left column with sliding effect */
/* .left-column {
  text-align: left;
  padding-right: 30px;
  opacity: 0;
  transform: translateX(-100%);
  animation: slideInFromLeft 1s ease-out forwards;
  margin-top: 50px;
} */

.left-column h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.left-column p {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: justify;
}

/* Styling for the right column with sliding effect */
.right-column {
  position: relative;
  /* Ensure relative positioning for the sliding effect */
  margin-top: 60px;
}

.right-column .impact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(100%);
  animation: slideInFromRight 1s ease-out forwards;
}

.slide {
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  display: block;
}

.slider-navigation {
  margin-top: 20px;
  text-align: center;
}

/* Styling for impact items */
/* Styles for the impact-item cards */
.impact-item {
  width: 250px;
  /* height: 300px; */
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid transparent;
  /* background-image: linear-gradient(to right, #ff7a18, #ff0066); */
  background-origin: border-box;
  background-clip: content-box, border-box;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  display: flex
;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow:2px 2px 8px 6px rgba(255, 122, 24, 0.5), 0 8px 6px rgb(239 174 174);
}

/* Adjust padding for inner content and maintain white background */
.impact-item::before {
  content: "";
  position: absolute;
  top: 10px;
  /* Increased gap from top */
  left: 10px;
  /* Increased gap from left */
  right: 10px;
  /* Increased gap from right */
  bottom: 10px;
  /* Increased gap from bottom */
  background-color: white;
  /* Inner white background */
  z-index: -1;
  /* Keep the pseudo-element behind the content */
  border-radius: 8px;
  /* Ensure the inner content has rounded corners */
}

/* Hover effect to increase the shadow with gradient colors */
.impact-item:hover {
  box-shadow: 0 8px 16px rgba(255, 122, 24, 0.5), 0 8px 16px rgba(255, 0, 102, 0.5);
  /* Gradient colored shadow on hover */
}

/* Icon styling */
.gradient-icon {
  font-size: 4rem;
  /* Ensure the icon size remains consistent */
  color: #ff7a18;
  /* Set the icon color to match the gradient */
  margin-bottom: 15px;
  /* Margin between icon and text */
  transition: color 0.3s ease;
}

.impact-item:hover .gradient-icon {
  color: #ff0066;
  /* Change icon color on hover */
}

.impact-item span {
  font-size: 2rem;
  margin-right: 15px;
}

.impact-item p {
  font-size: 14px;
  margin: 0;
  color: #000000;
}

.impact-section .info-card1,
.impact-section .info-card2,
.impact-section .info-card3,
.impact-section .info-card4 {
  opacity: 0;
  transform: translateY(50px);
  /* Start 50px below */
  animation: slideUp 1s ease forwards;
  animation-delay: 0.2s;
}

.impact-section .info-card2 {
  animation-delay: 0.4s;
}

.impact-section .info-card3 {
  animation-delay: 0.6s;
}

.impact-section .info-card4 {
  animation-delay: 0.8s;
}

/* Animations for sliding effects */
@keyframes slideUp {
  to {
      opacity: 1;
      transform: translateY(0);
      /* Move up to original position */
  }
}


.section-title {
  /* margin-top: 50px !important; */
 
  font-weight: bold !important;
  color: black;
  text-align: center;
  animation: slideDown 0.5s ease-out;
  font-size: 2.3rem !important; 


}

.section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: black;
  text-align: center;
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
      transform: translateY(-20px);
      opacity: 0;
  }

  to {
      transform: translateY(0);
      opacity: 1;
  }
}
.solution-section {
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  position: relative;
  /* background: url('images/service/service_data_engineering/backgrounds_for_services.jpg'); */
  /* Ensure relative positioning for the sliding effect */
}
.solutions{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CaseStudy/metaverse/Contact.gif');
  height: 250px;
  position: relative;
  top: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.value-proposition {
  padding: 0 50px;
  color: white;
}

.card {
  background-image: linear-gradient(#de8cf3, #150222) !important;
  /* Slight transparent background */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
  opacity: 0;
  margin: 20px;
  /* Initially hidden */
}

.card:hover {
  transform: translateY(-10px);
}

.card-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-description {
  font-size: 1rem;
  line-height: 1.6;
}

.Our_section {
  background-color: #fcf1ff;
  padding:10px 40px 10px 40px;
}

.card_1 {
  background: linear-gradient(#EB7C74, #3b065e) !important;
}

.card_2 {
  background: linear-gradient(#938cf3, #3b065e) !important;
}

.card_3 {
  background-image: linear-gradient(#29b7dd, #3b065e) !important;
}



.card:hover {
  transform: translateY(-10px) scale(1.05);
  /* Scale and move up */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  /* Shadow */
  background: linear-gradient(to right, #d6712d, #c90f53) !important;
  /* Change background */
}

.card:hover .card-title,
.card:hover .card-description {
  color: #1a1919;
  /* Change text color */
}

/* Animation for the first row (left to right) */
.row-1 .card {
  animation: slideInFromLeft 1s forwards;
}

/* Animation for the second row (right to left) */
.row-2 .card {
  animation: slideInFromRight 1s forwards;
}

/* Keyframe animation for sliding in from the left */
@keyframes slideInFromLeft {
  0% {
      transform: translateX(-100%);
      opacity: 0;
  }

  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

/* Keyframe animation for sliding in from the right */
@keyframes slideInFromRight {
  0% {
      transform: translateX(100%);
      opacity: 0;
  }

  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

/* Adding slight delay between cards for better animation effect */
.row-1 .card:nth-child(1),
.row-2 .card:nth-child(3) {
  animation-delay: 0.5s;
}

.row-1 .card:nth-child(2),
.row-2 .card:nth-child(2) {
  animation-delay: 0.7s;
}

.row-1 .card:nth-child(3),
.row-2 .card:nth-child(1) {
  animation-delay: 0.10s;
}

.row_1 {
  display: flex;
  justify-content: space-evenly;
  margin-top: -50px;
}

/* Left column slides in from the left */
.col_3 {
  opacity: 0;
  transform: translateX(-100%);
  animation: slideLeftToRight 1s ease-out forwards;
  margin-top: 80px;
  margin-left: 20px;
}

/* Right column slides in from the right */
.big-data-solutions {
  opacity: 0;
  transform: translateX(100%);
  animation: slideRightToLeft 1s ease-out forwards;
  width: 700px;
  margin-top: 10px;
}




.row_ser {
  padding: 10px 30px 10px 135px;
  transition: padding 0.3s ease;
  /* Smooth transition for padding */
}

.main_row {
  /* background: url(images/service/service_data_Warehousing/backgrounds_for_services.jpg); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px 40px;
  padding-top: 10px;
}

/* Add transition effects for the slide animations */
.left-to-right.visible {
  animation: slideLeftToRight 1s ease-out forwards;
}

.right-to-left.visible {
  animation: slideRightToLeft 1s ease-out forwards;
}

/* .dropdown_ser {
  left: -440px !important;
} */



.text-box,
.big-data-solutions {
  position: relative;
  z-index: 2;
  padding: 30px;
  border: 2px solid white;
  margin-bottom: 20px;
  max-width: 800px;
  /* Control the maximum width */
  min-width: 300px;
  /* Ensure a minimum width to prevent collapse */
  width: 100%;
  /* Ensure the container takes full width up to max-width */
  box-sizing: border-box;
  /* Ensure padding is included in the total width */
  height: auto;
  /* Auto height to fit content */
}
.u-section-8 {
  background: url('../images/solutions/backgroud_image.png');
  padding: 30px 0px 0px 0px;
  color: #ffffff;
  height: auto;
}

.u-section-8 .u-container-layout-1 {
  padding: 10px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CaseStudy/metaverse/Contact.gif');
  height: 250px;
  position: relative;
  top: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-section-8 .u-container-layout-1 {
  text-align: center;
}

.u-section-8 .u-text-1{
  font-weight: 400;
  font-size:  2.5rem !important;
  margin: 0px -1px 0;
  color: #fff;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .what-is-section {
    display: flex !important;
    flex-direction: column !important;
    min-height: 500px;
    background-color: #fff;
}
.image-side {
  flex: 1;
  position: relative;
  background: url('./images/finance_ai/banking-data.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image-content {
position: relative;
text-align: center;
color: white;
display: flex;
overflow: hidden;
width: 240px;
height: 100px;
}
.text-side {
flex: 1;
padding: 19px;
background-color: #020202;
display: flex;
flex-direction: column;
justify-content: center;
}
  .u-container-layout-1 {
    display: flex;
    flex-direction: column;
    gap: 50px; / creates spacing between children /
  }
  
  .u-section-8 .u-text-1 {
    / margin-top: -0px !important; /
    font-weight: 400;
    font-size: 1.5rem !important;
    margin: 0px -1px 0;
    color: #fff;
  }
  .u-section-8 .u-text-2 {
    font-weight: 400;
    font-size: 1rem !important;
    margin: 0px -1px 0;
    color: #fff;
  }
  .service-details {
      margin-left: 0px !important;
      padding: 0px !important;
      border-radius: 8px;
      font-size: 1rem;
      line-height: 1.6;
      max-width: 600px;
      opacity: 0;
      transition: opacity 0.5s ease;
      transform: translateX(100%);
      /* Start off-screen to the right */
      animation: sliders 0.5s forwards;
      /* Trigger the animation */
      /* Ensures the content fades in smoothly */
  }
  .services-container {
      padding:0px !important;
  }
  .col_3 {
      margin-top: 45px !important;
      margin-left: 10px !important;
  }
  .Our_section{
      padding: 10px 10px 10px 10px;
  }
  .data-engineering-content {
      left:0% !important;
      width: fit-content !important;
  }
  .data-engineering-content h1 {
      font-size: 1.8rem !important;
      left: 0% !important;
      margin-bottom: 0px !important;
  }

  .data-engineering-content p {
      font-size: 1.2rem !important;
      margin-right:0px !important;
      left: 0px !important;
  }
  .Our_section .section-subtitle {
      margin-top: 50px;
  }

  .impact-item span {
      margin-top: 15px;
      margin-bottom: 0px !important;
  }

  * {
      box-sizing: border-box !important;
      max-width: 100vw !important;
      /* overflow-x: hidden !important; */
  }

  html,
  body {
      overflow-x: hidden !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
  }

  /* Ensure images and other media scale properly */
  img,
  video {
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
  }

  /* Make sure flex and grid containers don't cause overflow */
  .row,
  .container,
  .flex-container {
      max-width: 100% !important;
      overflow-x: hidden !important;
      flex-wrap: wrap !important;
      /* margin-left: 50px; */
  }

  .content-section p.right-to-left {
      transform: none;
  }



  .data-engineering-suite {
      overflow: hidden !important;
  }

  .footer {
      padding: 0 !important;
      margin: 0 !important;
      width: 100%;
      /* Ensure the footer spans the full width */
      box-sizing: border-box;
      /* Include padding and border in width calculation */
  }

  .para {
      text-align: center;
  }

  .big-data-solutions .btn-primary {
      text-align: center !important;
  }

  .big-data-solutions {
      width: 550px !important;
  }

  .text-box,
  .big-data-solutions {
      position: relative !important;
      z-index: 2;
      padding: 10px;
      border: 2px solid white;
      margin-bottom: 20px;
      width: 95% !important;
      /* margin-left: 30px !important; */
  }
  .big-data-solutions li{
      text-align: left;
  }

  .col_3 {
      /* margin: 0 !important; */
      /* Remove margins */
      padding: 0 !important;
      /* Remove padding if any */
  }

  body {
      overflow-x: hidden;
      /* Hide horizontal overflow */
  }

  .row_1,
  .left-to-right .col-md-6,
  .right-to-left .col-md-6 {
      display: block !important;
      margin: 0;
      /* Ensure no extra margins */
      padding: 0;
      /* Ensure no extra padding */
      box-sizing: border-box;
      /* Include padding and border in width calculation */
  }
  .impact-item{
      width:100% !important;
  }
  .impact1,  
  .impact2 {
      margin-left: 10px !important;
  }
  /* Header section */
  .data-engineering-section {
      background-size: cover;
      /* height: auto; */
      padding: 20px;
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  .data-engineering-content h1 {
      font-size: 2rem;
  }

  .data-engineering-content p {
      font-size: 1rem !important;
      position: relative;
      left: -12%;
  }
  .data-engineering-content {
      opacity: 0;
      transform: translateY(-50px);
      transition: opacity 1s ease-out, transform 1s ease-out;
      position: relative;
      left: 13%;
      top: 31%;
  }
  /* Main content section */
  .image-text-container {
      flex-direction: column;
      align-items: center;
      margin: 0;
      /* Ensure no extra margins */
      padding: 0;
      /* Ensure no extra padding */
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  .content-image {
      width: 100%;
      height: auto;
      max-width: 100%;
  }

  .content-section {
      padding: 10px;
      text-align: center;
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  .content-section h2 {
      font-size: 1.5rem;
      text-align: center;
  }

  .content-section p {
      text-align: justify;
      font-size: 1rem;
  }
  .big-data-solutions li{
      text-align: left !important;
  }
  /* Impact section */
  .impact-section {
      padding: 5px 10px;
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  .left-column,
  .right-column {
      text-align: center;
      /* padding: 0; */
  }

  .left-column h2 {
      font-size: 1.8rem;
  }

  .left-column p,
  .right-column .impact-item p {
      font-size: 1rem;
  }

  .impact-item span {
      font-size: 1.5rem;
  }

  /* Value proposition section */
  .value-proposition {
      padding: 0 10px;
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  .card {
      margin: 10px;
  }

  /* Services container */
  .services-container {
      padding: 20px;
      background-position: center;
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  .services-list {
      width: 100%;
  }

  .service-item {
      font-size: 0.9rem;
  }

  .service-details {
      margin-left: 0;
      padding: 10px;
  }

  /* Text and image row */
  .main_row {
      flex-direction: column;
      padding: 40px 20px 20px 20px;
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  .main_row img {
      width: 100%;
      height: auto;
  }

  .row_ser {
      padding: 10px 15px;
      box-sizing: border-box;
      /* Include padding in width calculation */
  }

  /* Footer section */
  .footer {
      display: flex;
      flex-direction: column;
      text-align: center;
      width: 95% !important;
      /* Ensure the footer spans the full width */
      box-sizing: border-box;
      /* Include padding and border in width calculation */
  }

  .modal-content {
      width: 95% !important;
      margin-top: 250px !important;
  }


  /* Additional adjustment for potential overflow */
  .footer,
  .services-container,
  .content-section,
  .image-text-container,
  .impact-section,
  .value-proposition,
  .main_row,
  .row_ser {
      max-width: 100%;
      /* Prevent any element from exceeding viewport width */
      overflow-x: hidden;
      /* Hide any overflow content */
      margin: 0 auto;
      /* Center align the content if necessary */
  }

  .right-column {
      position: relative;
      margin-top: 0px !important;
      /* Ensure relative positioning for the sliding effect */
  }

  .sticky-button {
      position: fixed !important;
      left: 87% !important;
      width: fit-content !important;
  
    }

  
  .txt_para {
      margin-left: 0px !important;
  }

  h1:not(.u-title) {
      font-weight: 400;
      font-size: 3rem;
      line-height: 1.1;
      /* margin-top: 20px; */
      margin-bottom: -34px !important;
  }

  .container {
      margin-top: 0px !important;
  }

  p:not(.u-text-variant) {
      margin-top: 35px;
      margin-bottom: 20px;
      margin-left: 0px;
  }

  .data_row {
      width: 100% !important;
  }

  .service-txt {
      margin-top: 35px !important;
  }
  .u-section-8 .u-container-layout-1{
      padding:0px 20px !important;
    }

}

.data-engineering-suite {
  position: relative;
  padding: 10px 0;
  color: white;
  background: rgb(227,52,85);
background: linear-gradient(113deg, rgba(227,52,85,1) 18%, rgba(222,54,106,1) 33%, rgba(221,54,108,1) 39%, rgba(220,54,110,1) 42%, rgba(220,54,112,1) 47%, rgba(216,56,127,1) 55%, rgba(209,58,148,1) 67%);
  background: linear-gradient(to right, rgba(17, 17, 17, 0.26), rgba(99, 47, 206, 0.8)), url('../images/service/service_data_engineering/service_section_3.png') no-repeat center center;
  background-size: cover;
  /* Ensures the background image covers the section */
  background-attachment: scroll;
  /* Default behavior, image scrolls with content */
  z-index: 1;
}


/* Individual content boxes */
.text-box,
.big-data-solutions {
  position: relative;
  z-index: 2;
  padding: 30px;
  border: 2px solid white;
  margin-bottom: 20px;
  width: 500px;
}

/* Color styling for big data solutions */
.big-data-solutions {
  color: white;
}

/* Slider navigation button styling */
.slider-navigation {
  text-align: center;
  margin-top: 20px;
}

.slider-navigation button {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
}

.slider-navigation .current-slide {
  margin: 0 10px;
  color: white;
}

/* Sliding effects */
.row_1 {
  display: flex;
  justify-content: space-evenly;
}

/* Left column slides in from the left */
.col_3 {
  opacity: 0;
  transform: translateX(-100%);
  animation: slideLeftToRight 1s ease-out forwards;
  margin-top: 80px;
  margin-left: 20px;
}

/* Right column slides in from the right */
.big-data-solutions {
  opacity: 0;
  transform: translateX(100%);
  animation: slideRightToLeft 1s ease-out forwards;
  width: 700px;
  margin-top: 20px;

}

/* Keyframes for sliding from left to right */
@keyframes slideLeftToRight {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

/* Keyframes for sliding from right to left */
@keyframes slideRightToLeft {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

/* .dropdown_ser {
  margin-left: 20% !important;
} */

.para_1 {
  line-height: 1.5 !important;
  text-align: center !important;
  color: black !important;
  text-align: left !important;
  padding: 30px;
}

.container {
  margin-top: 40px;
}

.input-checkbox {
  width: 10% !important;
}

.input-label {
  text-align: left;
}

/* .input-checkbox {
  margin-left: -650px;
}

.input-label {
  margin-left: -1350px !important;
} */



.captcha-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.data-engineering-content h1 {
  font-size: 2.8em;
  font-weight: bold;
  background: linear-gradient(120deg, rgba(255, 88, 0, 1) 33%, rgb(206 5 5) 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  left: -16%;
  margin-bottom: 0px !important;
}

.data-engineering-content p {
  color: #ffffff !important;
  font-weight: bold;
  margin-right: 20px;
  font-size: 2rem;
  overflow: hidden;
  border-right: .15em solid #ffffff; /* Cursor effect */
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(40) 0s infinite, blink 0.75s step-end infinite;
  left: -18%;
}

@keyframes typing {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
}

@keyframes blink {
  50% {
      border-color: transparent;
  }
}



.services-container {
  padding: 50px;
  background: url("../images/service/analytics_on_databricks/service_ai_ml_product.jpg");
  background-attachment: fixed;
  /* Makes the background image sticky for parallax effect */
  position: relative;
  transition: background 0.3s ease-in-out;
  /* Transient effect for the background */
}

.services-list {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
  /* width: 367px; */
  transition: background-color 0.3s ease-in-out;
}

.service-item {
  background-color: #000000;
  padding: 12px 20px;
  margin-bottom: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* Added transition effect for background and scale */
  border-radius: 4px;
}

.service-item:hover {
  background-color: #000000;
  transform: scale(1.05);
  /* Slight zoom-in effect on hover */
}

.service-item.active {
  background-color: #ff0066;
  background: linear-gradient(to right, #ff7a18, #ff0066);
  color: white;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Ensures the color change is smooth */
}

.service-details {
  margin-left: 90px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 600px;
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: translateX(100%);
  /* Start off-screen to the right */
  animation: sliders 0.5s forwards;
  /* Trigger the animation */
  /* Ensures the content fades in smoothly */
}

@keyframes sliders {
  0% {
      opacity: 0;
      transform: translateX(100%);
      /* Start off-screen */
  }

  100% {
      opacity: 1;
      transform: translateX(0);
      /* End at original position */
  }
}

.service-details.show {
  opacity: 1;
  /* Make details visible when this class is added */
}

.service-details p {
  margin-bottom: 20px;
}

.service-details ul {
  list-style-type: none;
  padding-left: 0;
}

.service-details ul li {
  font-size: 1rem;
  margin: 10px 0;
  position: relative;
}

.service-details ul li::before {
  content: '•';
  color: white;
  margin-right: 10px;
  font-size: 1.5rem;
}

.txt {
  text-align: center;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.txt h1 {
 
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;

}

.txt h2 {
  font-size: 1.5rem;
  font-weight: 300;
}
.heading-color{
  color:#ff7a18;
}