body {
  background: white;
  margin: 0;
  padding: 0;
  font-family: "Nanum Gothic", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }
}

.yellowGradient {
  background: rgb(255, 180, 30);
  background: linear-gradient(
    180deg,
    rgba(255, 180, 30, 1) 49%,
    rgba(240, 235, 110, 1) 100%
  );
}

.greenGradient {
  background: rgb(0, 160, 185);
  background: linear-gradient(
    180deg,
    rgba(0, 160, 185, 1) 49%,
    rgba(105, 255, 210, 1) 100%
  );
}

.violetGradient {
  background: rgb(0, 15, 60);
  background: linear-gradient(
    180deg,
    rgba(0, 15, 60, 1) 55%,
    rgba(200, 125, 255, 1) 100%
  );
}

.mainContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.topContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 0px 20px 0px;
  color: white;
  z-index: 99;
}

.servicesMenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 70px 0px 50px 0px;
  z-index: 99;
}

.servicesMenuFixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: 20px;
  backdrop-filter: blur(10px);
}

.servicesMenu + .servicesMenuFixed {
  padding-top: 80px;
}

.serviceMenuTitle {
  font-family: Arial;
  font-size: 16px;
  padding: 18px;
  text-align: center;
  cursor: pointer;
}

.serviceMenuTitleSelected {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  padding: 18px;
  text-align: center;
  border-bottom: 3px solid white;
}

.pageServiceTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 20px 0px;
  width: 100%;
  font-family: "bangla_mnregular";
  font-size: 4vw;
}

.generalServiceTopContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.generalServiceBottomMargin {
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .servicesMenu {
    display: none;
  }

  .topContainer {
    padding: 70px 0px 20px 0px;
  }

  .pageServiceTitle {
    padding: 50px 0px 20px 0px;
    font-size: 7vw;
    text-align: center;
  }

  .generalServiceTopContainer {
    flex-direction: column;
    width: 100%;
  }
}

.serviceDescContainer {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 2%;
}

.servicePicContainer {
  width: 50%;
}

.servicePicContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.desktopServiceTopImg {
  display: block;
}

.mobileServiceTopImg {
  display: none;
}

.serviceA {
  padding: 40px 20px 10px 20px;
  width: 90%;
  font-size: 1.3vw;
  text-align: justify;
  color: rgb(100, 100, 100);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 500px) {
  .serviceDescContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .servicePicContainer {
    width: 100%;
  }

  .servicePicContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .desktopServiceTopImg {
    display: none;
  }

  .mobileServiceTopImg {
    display: block;
  }

  .serviceA {
    font-size: 4vw;
  }
}

.processTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background-color: rgb(245, 245, 245);
}

.processTitleCaption {
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  padding: 20px 10px 20px 20px;
  text-align: left;
}

.processStepParent {
  display: flex;
  align-items: center; /* ✅ SAME LINE */
  width: 100%;
  margin-top: 50px;
}

.processStepNo {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.processStepNoCaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0px solid yellow;
  border-radius: 5px;
  width: 65px;
  height: 65px;
  font-size: 3vw;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.processMainContent {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* ✅ aligns title with number */
}

.processSubTitle {
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  font-weight: 400;
  margin: 0; /* ✅ keeps it on the same line */
  line-height: 1.2;
}

.processDesc {
  margin-top: 8px;
  text-align: justify;
  font-size: 1.3vw;
  width: 85%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: rgb(80, 80, 80);
  margin-top: 10px;
}

.processPic {
  width: 20%;
}

.processPic img {
  width: 60%;
  height: auto;
}

@media (max-width: 500px) {
  .processTitleCaption {
    font-size: 6vw;
  }

  .processStepParent {
    align-items: flex-start;
  }

  .processStepNo {
    width: 10%;
    align-items: center;
    text-align: center;
    margin-left: 5%;
  }

  .processStepNoCaption {
    width: 50px;
    height: 50px;
    font-size: 5vw;
  }

  .processMainContent {
    width: 80%;
    margin-left: 5%;
  }

  .processSubTitle {
    font-size: 5vw;

    padding: 25px 0 15px 0;
  }

  .processDesc {
    font-size: 3.3vw;
    width: 85%;
  }

  .processPic {
    width: 0%;
    display: none;
  }
}

.servicesHighlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  object-fit: cover;
  position: relative;
  color: white;
}

.servicesHighlight img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.highlightCaption {
  font-family: "Arial Black";
  font-size: 3vw;
  padding: 60px 0 40px 0;
  z-index: 2;
  text-align: center;
}

.hightlightDesc {
  text-align: center;
  font-size: 2vw;
  z-index: 2;
  width: 80%;
  font-weight: 300;
  padding: 20px 20px 80px 20px;
  line-height: 52px;
}

.enquireButton {
  border: none;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1vw;
  margin-right: 10px;
  cursor: pointer;
}

.descTitle1 {
  font-family: "Oswald", sans-serif;
  font-size: 3.3vw;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: left;
}

@media (max-width: 500px) {
  .highlightCaption {
    font-family: "Arial Black";
    font-size: 5vw;
    padding: 60px 0 40px 0;
    z-index: 2;
    text-align: center;
  }

  .hightlightDesc {
    text-align: center;
    font-size: 4vw;
    z-index: 2;
    width: 80%;
    font-weight: 300;
    padding: 20px 20px 60px 20px;
    line-height: 30px;
  }

  .generalButton {
    padding: 15px 28px;
    font-size: 4vw;
  }

  .descTitle1 {
    font-family: "Oswald", sans-serif;
    font-size: 7vw;
    padding-bottom: 5px;
    text-align: left;
    top: 10px;
  }
}
