@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  margin: 0;
  overflow-x: hidden;
}

.logo {
  padding-top: 23px !important;
}

/************************ main section *****************************/

.what_we_do-hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 102vh;
  background: url("https://placehold.co/1731x833") no-repeat center center /
    cover;
  position: relative;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem;
}

.what_we_do-hero-text-container {
  max-width: 70%;
  color: white;
  z-index: 2;
  align-self: center;
}

.what_we_do-hero-heading {
  color: #fff;
  font-family: Poppins;
  font-size: 71.148px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  width: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-container.scrolled {
  .container-logo {
    left: 0px;
    bottom: 10px;
  }
}

.what_we_do-hero-subheading {
  font-family: Poppins, sans-serif;
  font-size: 74.798px;
  font-style: italic;
  font-weight: 700;
  line-height: 96.247%;
  display: inline-flex;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.what_we_do-hero-description-box {
  margin-top: 2rem;
  background: linear-gradient(
    329deg,
    rgba(232, 121, 205, 0.52),
    rgba(81, 75, 176, 0.52)
  );
  backdrop-filter: blur(50px);
  border-radius: 25px;
  padding: 2rem;
  width: 805px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.8;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  bottom: -100px;
}

.what_we_do-hero-description-box.animate b {
  padding-top: 0;
}

.what_we_do-hero-description-box span {
  color: #fff;
  margin-top: -16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  margin-top: -45px;
}

/*RESPOSNIVE*/
/* 1440px and down */
@media (max-width: 1440px) {
  .what_we_do-hero-heading {
    font-size: clamp(42px, 4vw, 48px);
    padding-left: 80px;
    width: 70%;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(44px, 4.2vw, 50px);
  }

  .what_we_do-hero-description-box {
    width: 700px;
    font-size: 18px;
    padding: 2rem;
    position: absolute;
    right: 70px;
    bottom: -100px;
    height: auto;
  }
}

/* 1200px and down */
@media (max-width: 1200px) {
  .what_we_do-hero-section {
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
  }

  .what_we_do-hero-heading {
    font-size: clamp(40px, 4.5vw, 46px);
    padding-left: 40px;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(42px, 4.8vw, 48px);
  }

  .what_we_do-hero-description-box {
    width: 50%;
    margin: auto;
    font-size: 18px;
    height: auto;
    padding: 1.8rem;
    position: absolute;
    right: 70px;
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .what_we_do-hero-description-box {
    font-size: 18px;
    padding: 1.5rem;
    position: absolute;
    right: 20px;
    bottom: -60px;
    width: 60%;
  }
}

/* 992px and down */
@media (max-width: 992px) {
  .what_we_do-hero-heading {
    font-size: clamp(36px, 5vw, 42px);
    padding-left: 20px;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(38px, 5.2vw, 44px);
  }

  .what_we_do-hero-description-box {
    font-size: 14px;
    width: 40%;
    padding: 1.5rem;
    position: absolute;
    right: 50px;
    bottom: -70px;
  }
}

/* 768px and down */
@media (max-width: 768px) {
  .what_we_do-hero-heading {
    font-size: clamp(32px, 6vw, 40px);
    justify-content: center;
    text-align: center;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(34px, 6.5vw, 42px);
  }

  .what_we_do-hero-description-box {
    font-size: 14px;
    width: 75%;
    padding: 1.4rem;
    position: absolute;
    right: 70px;
    left: 70px;
    bottom: -40px;
  }
}

/* 480px and down */
@media (max-width: 480px) {
  .what_we_do-hero-heading {
    font-size: clamp(28px, 8vw, 36px);
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .what_we_do-hero-subheading {
    font-size: clamp(30px, 9vw, 38px);
  }

  .what_we_do-hero-description-box {
    font-size: 14px;
    padding: 1rem;
    left: 0;
    right: 0;
    width: 95%;
    bottom: -50px;
  }
}

/***********************************end main section *****************************************************/

/* Wrapper section */
.expertise-section {
  padding: 10rem 1rem 1.5rem 1rem;
  background-color: #f9f9ff;
  font-family: "Poppins", sans-serif;
}

/* Flex container */
.expertise-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  gap: 7rem;
  flex-wrap: wrap;
  /* allows wrapping on small screens */
}

/* Left column */
.expertise-headings {
  flex: 1;
  padding-top: 10px;
  min-width: 300px;
  display: flex;
  gap: 20px;
}

/* Main large heading */
.expertise-main-heading {
  font-size: 43px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1rem;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subheadings */
.expertise-subheadings {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* Each colored italic word */
.highlighted-text {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 46px;
  color: #514bb0;
  text-transform: capitalize;
  text-align: left;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Right column text */
.expertise-description {
  flex: 2;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  max-width: 810px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  margin-right: 24px;
  /* 35.2px */
}

/* Responsive design */
@media (max-width: 768px) {
  .expertise-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100% !important;
    gap: 2rem;
  }

  .expertise-section {
    padding: 7rem 1rem 1.5rem 1rem;
    background-color: #f9f9ff;
    font-family: "Poppins", sans-serif;
  }

  .expertise-main-heading {
    font-size: 30px;
  }

  .highlighted-text {
    font-size: 32px;
    text-align: center;
  }

  .expertise-description {
    font-size: 16px;
    width: 100% !important;
    margin-right: 0;
  }
}

/* General Reset and Base Styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

/* Wrapper for each section */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  max-width: 1532px;
  margin: auto;
  padding: 2rem;
}

/* Text content block */
.text-content {
  flex: 1 1 690px;
}

#data_analyt {
  height: 540px !important;
}

#SoftwareEngineering_image {
  height: 583px !important;
}

#Architecture {
  height: 528px !important;
}

#Cybersecurityimage {
  height: 608px !important;
}

#Designexpimage {
  height: 477px !important;
}

#Marketingimage {
  height: 474px !important;
}

/* Image block */
.image-content {
  flex: 1 1 350px;
  text-align: center;
}

.image-content img {
  width: 100%;
  max-width: 600px;
  height: 500px;
  border-radius: 24px;
}

.mainc {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}

/* Headings and text */
.section-heading {
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subheading {
  font-size: 40px;
  color: #5f6186;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin: 0 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -10px;
}

.section-subheading .highlighted {
  color: #514bb0;
  font-style: italic;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
}

.section-description {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  /* 35.2px */
  padding-top: 20px;
}
.learn-more-button {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  padding: 15px 28px;
  width: 222px;
  height: 55px;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Overlay with flipped gradient */
.learn-more-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    68deg,
    #e879cd 0%,
    #c972db 23%,
    #9b68eb 54%,
    #7c6ae8 82%,
    #524db1 100%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

/* Hover states */
.learn-more-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.learn-more-button:hover::before {
  opacity: 1;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .text-content,
  .image-content {
    flex: 1 1 100%;
  }

  #data_analyt {
    height: auto !important;
  }

  #SoftwareEngineering_image {
    height: auto !important;
  }

  #Architecture {
    height: auto !important;
  }

  #Cybersecurityimage {
    height: auto !important;
  }

  #Designexpimage {
    height: auto !important;
  }

  #Marketingimage {
    height: auto !important;
  }

  .section-heading {
    font-size: 28px;
    width: 100% !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .section-subheading {
    font-size: 30px;
  }

  .section-description {
    font-size: 16px;
  }
}

/* Cursor */
.custom-cursor {
  width: 12px;
  height: 12px;
  background-color: black;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.05s linear;
  transform: translate(-50%, -50%);
}

/* Main Headings */
.mainheadings {
  opacity: 0;
  transform: translateX(-5vw);
  transition: transform 0.9s ease, opacity 0.9s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainheadings.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Expertise Section */
.expertise-headings,
.expertise-description {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

.expertise-headings {
  transform: translateX(-5vw);
}

.expertise-description {
  transform: translateX(5vw);
}

.expertise-headings.animate,
.expertise-description.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Content Wrapper */
.content-wrapper {
  opacity: 0;
  transform: translateY(5vh);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.content-wrapper.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile Devices */
@media (max-width: 768px) {
  .custom-cursor {
    display: none;
  }

  .mainheadings,
  .expertise-headings,
  .expertise-description,
  .content-wrapper {
    transform: none !important;
  }

  .mainheadings.visible,
  .expertise-headings.animate,
  .expertise-description.animate,
  .content-wrapper.fade-in {
    opacity: 1;
  }

  .mainheadings,
  .expertise-headings,
  .expertise-description,
  .content-wrapper {
    transition: opacity 0.6s ease;
  }
}

.last_sec__hero-container {
  width: 100%;
  max-width: 1535px;
  margin: 0 auto;
  border-radius: 37px;
  overflow: hidden;
  margin-top: 46px;
  margin-bottom: 46px;
  padding: 2rem;
  min-height: 400px;
}

.last_sec__hero-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 38%; /* 1535 / 584 aspect ratio */
  background-image: url("./assets/images/lastlatest.png");
  background-size: cover;
  background-position: center;
  border-radius: 37px;
}

.last_sec__hero-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}

.last_sec__hero-heading {
  max-width: 90%;
  text-align: center;
  font-family: Poppins, Sans-Serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
  text-transform: capitalize;
  margin-bottom: 2.9rem;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.last_sec__hero-subtext {
  color: #fff;
  text-align: center;
  font-family: Poppins, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 147%; /* 29.4px */
  margin-bottom: 3rem;
}

.last_sec__hero-button-wrapper {
  position: relative;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  border-radius: 114.36px;
  padding: 0.8rem 2rem;
  cursor: pointer;
  border: none;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Overlay with flipped gradient */
.last_sec__hero-button-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    68deg,
    #e879cd 0%,
    #c972db 23%,
    #9b68eb 54%,
    #7c6ae8 82%,
    #524db1 100%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

.last_sec__hero-button-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.last_sec__hero-button-wrapper:hover::before {
  opacity: 1;
}

.last_sec__hero-button-text {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative; /* to stay above the overlay */
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .last_sec__hero-heading {
    font-size: 1.75rem;
  }

  .last_sec__hero-subtext {
    font-size: 1rem;
    max-width: 100%;
  }

  .last_sec__hero-button-wrapper {
    padding: 0.6rem 1.5rem;
  }

  .last_sec__hero-button-text {
    font-size: 1rem;
  }
}

/* Laptop Large - under 1400px (1440px & 1366px widths) */
@media (max-width: 1440px) {
  .what_we_do-hero-heading {
    font-size: 50px;
    padding-left: 47px;
  }
  span.what_we_do-hero-subheading {
    font-size: 50px;
  }
  html,
  body {
    overflow-x: hidden;
  }

  .expertise-main-heading,
  .highlighted-text {
    font-size: 36px;
  }
  .expertise-description.animate {
    font-size: 16px;
  }
  .expertise-container {
    max-width: 1100px !important;
  }
  p.section-description {
    font-size: 16px;
  }
  .section-heading {
    font-size: 32px;
  }
  .section-subheading {
    font-size: 32px;
  }
  .content-wrapper {
    width: 1140px;
  }
  .text-content {
    flex: 1 1 515px;
  }
  #Modernization {
    flex: 1 1 628px !important;
  }
  a.learn-more-button {
    width: 162px;
    height: 44px;
    line-height: 15px;
    font-size: 17px;
  }
  .last_sec__hero-image-wrapper {
    width: 92%;
  }
  .last_sec__hero-container {
    justify-content: center;
    display: flex;
  }
  .last_sec__hero-heading {
    font-size: 36px;
    line-height: 48px;
  }
  .last_sec__hero-subtext {
    font-size: 16px;
  }
  .last_sec__hero-subtext {
    margin-top: -10px;
    font-weight: 600;
  }
  .expertise-subheadings {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 11px;
  }
  .expertise-description.animate {
    max-width: 571px;
    text-align: justify;
  }
}

/* Laptop Medium - under 1280px */
@media (max-width: 1280px) {
  p.section-description {
    font-size: 16px;
  }
  .expertise-container {
    max-width: 1000px !important;
  }
  .expertise-description.animate {
    max-width: 521px;
    text-align: justify;
  }
  .content-wrapper {
    width: 1000px;
    gap: 51px;
  }
  .text-content {
    flex: 1 1 488px;
  }
  .section-modernization .image-content {
    flex: 1 1 391px;
    text-align: center;
  }
  #Modernization {
    flex: 1 1 557px !important;
  }
  .section-heading {
    font-size: 28px;
  }
  .section-subheading {
    font-size: 28px;
  }
  h3.section-subheading.gray {
    padding-bottom: 10px;
  }
  .what_we_do-hero-text-container {
    width: 100%;
    max-width: 1100px;
  }

  .last_sec__hero-button-wrapper {
    height: 46px;
  }
  span.last_sec__hero-button-text {
    font-size: 16px;
  }
  #Cybersecurityimage {
    height: 531px !important;
  }
  #SoftwareEngineering_image {
    height: 512px !important;
  }
  #data_analyt {
    height: 506px !important;
  }
  .image-content img {
    width: 100%;
    max-width: 600px;
    height: 432px;
    border-radius: 24px;
  }
  #Architecture {
    height: 447px !important;
  }
  .image-content img {
    width: 100%;
    max-width: 600px;
    height: 364px;
    border-radius: 24px;
  }
  #Designexpimage {
    height: 376px !important;
  }
  #Marketingimage {
    height: 376px !important;
  }
}

/* Laptop Small - under 1224px */
@media (max-width: 1224px) {
  .expertise-container {
    max-width: 900px !important;
  }
  .content-wrapper {
    width: 1000px;
    gap: 51px;
  }
  .text-content {
    flex: 1 1 421px;
  }
  .section-modernization .image-content {
    flex: 1 1 347px;
    text-align: center;
  }
  #Modernization {
    flex: 1 1 487px !important;
  }
  .learn-more-button {
    position: relative;
    display: inline-block;
    margin-top: 32px;
  }
  a.learn-more-button {
    font-size: 14px !important;
  }
  a.learn-more-button {
    width: 162px;
    height: 39px;
    line-height: 11px;
    font-size: 17px;
  }

  .expertise-main-heading,
  .highlighted-text {
    font-size: 28px;
  }
  .highlighted-text {
    padding-left: 14px;
  }

  span.highlighted-text:nth-child(3) {
    margin-left: -33px !important;
  }
  .section-subheading .highlighted {
    font-weight: 700 !important;
  }
  #Designexpimage {
    height: 391px !important;
  }
  .image-content {
    flex: 1 1 302px;
    text-align: center;
  }
  #Cybersecurityimage {
    height: 481px !important;
  }
  .image-content img {
    width: 100%;
    max-width: 600px;
    height: 443px;
    border-radius: 24px;
  }
  section.section-consulting img {
    height: 380px;
  }
  .last_sec__hero-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .last_sec__hero-subtext {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .image-content {
    order: -1; /* Moves image above text */
    width: 100% !important;
  }
  .image-content img {
    width: 100%;
    max-width: 100vw;
  }
  .mainc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    width: 100%;
  }
  .last_sec__hero-heading {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .last_sec__hero-overlay {
    padding: 0;
  }
  .last_sec__hero-subtext {
    margin-bottom: 10px;
  }
  .expertise-description.animate{
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .content-wrapper.fade-in {
    width: 100%;
  }

  .text-content {
    text-align: center;
  }

  h2.section-heading.pink {
    justify-content: center;
    text-align: center;
  }
  .section-heading {
    font-size: 26px;
  }
  .section-software .highlighted {
    width: 100px;
    max-width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .what_we_do-hero-section {
    padding: 1rem;
    align-items: center;
    text-align: center;
  }

  .what_we_do-hero-heading {
    font-size: 26px;
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }
  .what_we_do-hero-heading-inner {
    width: 70%;
    font-size: 26px;
  }
  span.what_we_do-hero-subheading {
    font-size: 26px;
  }
  .expertise-description.animate {
    max-width: 521px;
    text-align: center;
  }

  .expertise-container {
    justify-content: start;
    align-items: start;
    text-align: start;
  }

  .highlighted-text:nth-child(1) {
    margin-left: -135px !important;
  }
  .highlighted-text:nth-child(2) {
    margin-left: -135px !important;
  }
  #SoftwareEngineering_image,
  #Cybersecurityimage,
  #data_analyt {
    height: auto !important;
  }
}
