body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
.u-header{
  height:60px;
}
.u-menu{
  top: -30px !important;
  position: relative;
}
.clrgrdnt{
  font-size: 2.5rem;
  padding-top: 10px;
  background: linear-gradient(to right, #d6712d, #c90f53);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold !important;
}

.hero {
  background: url('images/sustainbility/Sustainability-hero.jpg') no-repeat center center/cover;
  height: 95vh;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: white;
  /* text-align: center; */
  position: relative;

}
.data-engineering-content {
  position: absolute;
  bottom: 10%;
  padding-left: 40px;
}
.data-engineering-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(120deg, rgba(255, 88, 0, 1) 33%, rgba(206, 5, 105, 1) 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.data-engineering-content p {
  color: #fff !important;
  font-weight: bold;
  font-size: 2rem;
  overflow: hidden;
  border-right: .15em solid #ffffff; 
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(40) 0s infinite, blink 0.75s step-end infinite;
}

@keyframes typing {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
}

@keyframes blink {
  50% {
      border-color: transparent;
  }
}

.hero-overlay {
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-left: 40px;
}

.icon-sus {
  font-size: 48px;
  color: #fff !important;
}

.cta-btn {
  background: linear-gradient(to right, #ff7a18, #ff0066);
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.cta-btn:hover {
  background: linear-gradient(to right, #ff7a18, #ff0066);
  color:black;
}

.form-section {
  background: #f8f9fa;
  padding: 50px 0;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #ddd;
}





/* Steps Section Styling */
.steps-section img {
  width: 80px;
  margin-bottom: 15px;
}

.steps-section h5 {
  font-weight: bold;
  margin: 15px 0 10px;
}

.steps-section p {
  font-size: 14px;
  color: #6c757d;
}

.steps-section .fs-3 {
  color: #6c757d;
}

.img-fluid {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.card-title,
.card-text {
  color: white;
  font-family: 'Open Sans', sans-serif;
}

.txt {
  text-align: justify;
}

/* General Styles for Animation */
.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 1s ease-in-out forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeInRight 1s ease-in-out forwards;
}

.card-body {
  
width: 100%;
height: fit-content !important;
border-radius: 10px !important;

}

/* Keyframes for Left-to-Right Animation */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Keyframes for Right-to-Left Animation */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.card-body:hover {
  /* box-shadow: 0 8px 16px rgba(255, 122, 24, 0.5), 0 8px 10px rgba(255, 0, 102, 0.5); */
  box-shadow: 0px 4px 30px rgba(90, 24, 243, 0.952);
}

.card_1 {
  background-image: linear-gradient(#EB7C74, #3b065e) !important
}

.card_2 {
  background-image: linear-gradient(#938cf3, #3b065e) !important;
}

.card_3 {
  background-image: linear-gradient(#29b7dd, #3b065e) !important;
}

/* Section Styling */
.sustainability-steps-section {
  background: url('images/sustainbility/sustainbility_section_2.jpg') no-repeat center center / cover;
  padding: 50px 0;
  color: #fff;
  position: relative;
}

.sustainability-steps-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sustainability-steps-section .container {
  position: relative;
  z-index: 2;
}

/* Ensure equal width and height for cards in each row */
.sustainability-steps-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sustainability-steps-section .col-md-3 {
  flex: 1 0 30%;
  /* Ensures 3 cards in a row */
  display: flex;
  justify-content: center;
  position: relative;
}

/* Card Styling */
.step-card {
  background: #ffffff;
  /* Default background color */
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centers content vertically */
  align-items: center;
  /* Centers content horizontally */
  height: 255px;
  /* Ensures cards are of equal height */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Equal Height for All Cards */
.sustainability-steps-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px rgba(90, 24, 243, 0.952);
}

/* Icon Styling */
.step-icon {
  font-size: 48px;
  background: linear-gradient(to right, #ff7a18, #ff0066);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Default icon color */
  margin-bottom: 15px;
}




.step-card:hover .step-details {
  opacity: 1;
  /* No change on hover */
  transform: translateY(0);
  /* No change on hover */
}



/* New Section Styling */
.carbon-reduction-banner {
  position: relative;
  width: 100%;
  height: 50vh; /* Set height to 50% of the viewport */
  background: url('images/sustainbility/Reduce_carbon_background.jpg') center center / cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 50px 0; /* Add padding to top and bottom */
  margin: 20px 0; /* Optional: Add a gap above and below the section */
}

.carbon-reduction-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
  z-index: 1; /* Make sure the overlay is on top of the background but behind the content */
}

.carbon-reduction-banner > * {
  position: relative;
  z-index: 2; /* Ensure that the content is on top of the overlay */
}


.carbon-reduction-banner .content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.carbon-reduction-banner h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.carbon-reduction-banner p {
  font-size: 1.2rem;
  line-height: 1.8;
}

/* Initial position of elements off-screen */
.animate-left-updated {
  transform: translateX(-100%);
  opacity: 0;
  animation: slideInLeft-updated 1s forwards;
}

.animate-right-updated {
  transform: translateX(100%);
  opacity: 0;
  animation: slideInRight-updated 1s forwards;
}

/* Animation for sliding in from the left */
@keyframes slideInLeft-updated {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Animation for sliding in from the right */
@keyframes slideInRight-updated {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Optional: Delay the animation on cards to stagger their appearance */
.animate-left-updated:nth-child(1) {
  animation-delay: 0.2s;
}

.animate-left-updated:nth-child(2) {
  animation-delay: 0.4s;
}

.animate-left-updated:nth-child(3) {
  animation-delay: 0.6s;
}


/* Section Styling */
/* Section Background Styling */
.carbon-reduction-steps-section {
  background: url('images/sustainbility/Reduce_carbon_background.jpg') no-repeat center center / cover;
  padding: 20px 0;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
}

.carbon-reduction-steps-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Black overlay with 50% opacity */
  z-index: 1;
}

/* Ensure content stays above the overlay */
.carbon-reduction-steps-section .container {
  position: relative;
  z-index: 2;
}

/* General Card Styling */
.carbon-reduction-steps-section .card {
  border: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  /* Slightly increased height for better visuals */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Row Flexbox Styling */
.carbon-reduction-steps-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Slightly increased gap for better spacing */
}

.carbon-reduction-steps-section .col-md-3 {
  flex: 1 0 30%;
  /* Adjust to fit 3 cards per row */
  max-width: 30%;
  display: flex;
  justify-content: center;
}

/* Hover Effect */
.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(255, 122, 24, 0.5), 0 8px 10px rgba(255, 0, 102, 0.5);
  /* box-shadow: 0px 8px 20px rgba(90, 24, 243, 0.8); */
  /* Updated shadow for a more subtle look */
}

/* Icon and Text Styling */
.step-icon {
  width: 60px;
  /* Ensure consistent icon size */
  height: 60px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 
.step-details {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-align: center;
  color: #333;
  /* Text color for better contrast on a white card */


 .step-card:hover .step-icon {
  transform: scale(1.1);
  /* Slightly reduced scale for smoother effect */
  opacity: 0.7;
  /* More subtle opacity change */
}

.step-card:hover .step-details {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .carbon-reduction-steps-section .col-md-3 {
    flex: 1 0 100%;
    /* Single card per row on smaller screens */
    max-width: 100%;
  }

  .carbon-reduction-steps-section .card {
    height: auto;
    /* Allow card height to adjust dynamically */
  }

  .step-icon {
    width: 50px;
    /* Smaller icons on mobile */
    height: 50px;
  }
}



/* Section Styling */
.report-section-updated {
  color: #333;
  padding: 20px
}

.title-underline-updated {
  width: 50px;
  height: 3px;
  background-color: #333;
  border: none;
  margin-top: 10px;
}

/* Steps Row Styling */
.step-row-updated {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  /* Ensure all steps remain in one row */
}

/* Step Styling */
.step-updated {
  padding: 10px;
  text-align: left;
  max-width: 325px;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
  box-shadow: 0 8px 16px rgba(255, 122, 24, 0.5), 0 8px 10px rgba(255, 0, 102, 0.5);
}

.step-updated:hover {
  padding: 10px;
  box-shadow: 0px 4px 30px  rgba(255, 0, 102, 0.5);
  /* box-shadow: 0px 4px 30px rgba(90, 24, 243, 0.952); */
}

.step-number-updated {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(120deg, rgba(255, 88, 0, 1) 9%, rgba(206, 5, 105, 1) 15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.step-title-updated {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 10px;
}

.step-description-updated {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}

/* Animation Keyframes */
@keyframes slideInRight-updated {
  from {
    opacity: 0;
    transform: translateX(50px);
    /* Start from the right */
  }

  to {
    opacity: 1;
    transform: translateX(0);
    /* End at the original position */
  }
}

/* Add Animation to Steps */
.step-updated {
  opacity: 0;
  /* Initially hidden */
  animation: slideInRight-updated 1s ease-out forwards;
}

/* Step 1 Animation */
.step-updated:nth-child(1) {
  animation-delay: 0s;
  /* No delay */
}

/* Step 2 Animation */
.step-updated:nth-child(2) {
  animation-delay: 4s;
  /* Delays by 4 seconds */
}

/* Step 3 Animation */
.step-updated:nth-child(3) {
  animation-delay: 6s;
  /* Delays by 6 seconds */
}




.gradient-heading-updated {
  background: linear-gradient(120deg, rgba(255, 88, 0, 1) 33%, rgba(206, 5, 105, 1) 72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size:2rem;
  font-weight: bold;
  /* For non-webkit browsers */
}


.gradient-heading {
  background: linear-gradient(120deg, rgba(255, 88, 0, 1) 33%, rgba(206, 5, 105, 1) 72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: bold;
  /* For non-webkit browsers */
}

/* Container and Row Styling */
.container-updated {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.row-updated {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Text Section */
.left-content {
  text-align: left;
  opacity: 0;
  transform: translateX(-50px);
  animation: slide-in-left 1s forwards; /* "forwards" keeps the element visible after animation */
}



.mt-4-updated {
  margin-top: 16px;
  font-size: 1.1rem;
  color: #6c757d;
}

/* Cards Styling */
.cards-row {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}

.card-updated {
  background: #343a40;
  color: white;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  flex: 1;
  width: 100%;
  height: 200px;
}
.card-updated:hover {
  box-shadow: 0px 4px 30px rgba(90, 24, 243, 0.952);
}
.card-title-updated {
  font-size: 1rem;
  font-weight: bold;
}

.card-text-updated {
  font-size: 0.95rem;
}

/* Image Styling */
.right-content {
  opacity: 0;
  transform: translateX(50px);
  animation: slide-in-right 1s forwards; /* "forwards" keeps the element visible after animation */
  padding: 20px
}

.img-fluid-updated {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

/* Animation Effects */
@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .data-engineering-content p{
    font-size: 0.9rem;
  }
  .data-engineering-content{
    width: 100%;
    padding-left: 10px;
  }
  .step-updated{
    margin-bottom: 20px;
  }
  .row-updated {
    flex-direction: column;
  }

  .cards-row {
    flex-direction: column;
    gap: 15px;
  }

  .left-content,
  .right-content {
    opacity: 1 !important;
  }
  .hamburger {
    position: relative !important;
    width:fit-content;
  }
  .img-fluid{
    height:fit-content;
    width:fit-content;
  }
  .fade-in-left{
    padding:0px 10px 0px 10px !important;
  }
  .fade-in-right{
    padding:0px 10px 0px 10px !important;
  }
  .sustainability-steps-section .col-md-3{
    flex:1 0 100%;
  }
  .sustainability-steps-section .container{
    padding:0px 15px 0px 15px !important;
  }
  .report-section-updated{
    padding:0px  !important;
  }
  .u-clearfix-heading.u-sheet{
    width:fit-content !important;
  }
  .sticky-button {
    position: fixed !important;
    left: 80% !important;
    width: fit-content !important;

  }
  .img-fluid-updated{
    height:100%;
  }
  .right-content{
    padding:20px 0px 20px 0px !important;
  }
  .gradient-heading-updated{
    text-align: center;
  }
  .mt-4-updated{
    text-align: justify;
  }
  .carbon-reduction-banner p{
    text-align: justify;
  }
  .carbon-reduction-banner{
    height:100%;
    padding:20px;
  }
}
