#second-line-text {
  margin-left: -1%;
}

#paragraph12345 {
font-family: "Calisto MT", serif;
  text-align: center;
  font-size: 25px;
  padding: 0 50px;
  color: white;
  /* max-width: 800px; */
  line-height: 1.5;
  margin-top: 4%;
  margin-left: 10%;
  margin-right: 8%;
  opacity: 0;
  /* Initially hide the paragraph */
  animation: flyIn 1s forwards;
  /* Apply animation */
}

.erp-paragraph-middle {
  /* margin-left: 15%; */
  margin-top: 15%;
}

#container-paragraph-2middle-erp {
  display: flex;
}

.paragraph-2middle {
  margin-right: 20%;
  margin-top: -1%;
  margin-left: 20%;
}

.paragraph-2middle-new {
font-family: "Calisto MT", serif;
  color: white;
  font-size: 16px;
  margin-right: -5%;
  margin-top: 3%;
  margin-left: -15%;
}

.Established-img-erp {
  width: 35%;
  height: auto;
  margin-left: -60%;
}

#main-container-service-card {

  display: flex;
  margin-left: 10%;
  gap: 20%;
}

.main-header-erp {
  color: white;
  font-size: 50px;
  font-weight: bolder;
  position: relative;
  top: 10%;
}

.knowour {
  margin-left: 44%;
}

.erp-section {
  margin-top: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 20px;
  height: 200vh;
  /* Height to demonstrate scrolling */
}

.panel-main-container {
  display: flex;
  width: 80%;
  position: relative;
}

.left-panel {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  /* background-color: #fff; */
  padding: 20px;
  margin-right: 20px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
  border-radius: 5px;
  color: white;
}

#second-paragraph-middle-erp {
  margin-right: -20%;
  margin-left: -30%;
  margin-top: 35%;
  align-items: left;
}

.right-panel {
font-family: "Calisto MT", serif;
  flex: 2;
  margin-left: 10%;
  width: 100%;
  /* padding: 20px; */
  /* background-color: #fff; */
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
  border-radius: 5px;
  /* max-height: 80vh; */
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.right-panel::-webkit-scrollbar {
  display: none;
}



.fixed-text-erp-second h1,
.fixed-text-erp-second p {
font-family: "Calisto MT", serif;
}

.fixed-text-erp-second p {
  margin-left: -20%;
}

#second-middle-para-erp {
font-family: "Calisto MT", serif;
  /* font-size: 10px; */
}


.content-block {
  padding: 20px;
  margin-bottom: 20px;
  /* background-color: #007bff; */
  color: white;
  border-radius: 5px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  animation: fadeIn 1s ease-in-out;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.edge_techlist {}

.content-block img {
  margin: auto;
  width: 25px;
}

.main-logo-background {
  border-radius: 10px;
  background-color: #0363ff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.main-head {
  margin-top: -6%;
  margin-left: 10%;
}

.content-block p {
  margin-top: 5%;
}

.services-card-img {
  background-color: aqua;
  border: 1px solid aqua;
  border-radius: 10px;
  padding: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20%;
  margin-left: 10%;
}

.services-card-head {
  margin-left: 10%;
  margin-top: 10%;
  font-size: 55px;
}

.services-card-para {
  margin-left: 10%;
  margin-top: 5%;
  margin-right: 8%;
}

.common__btn {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  color: #fff;
  /* transition: all .3s cubic-bezier(.19,1,.22,1); */
  border: 2px solid #fff;
  padding: 14px 50px 14px 25px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.common__btn:hover {
  background-color: #ff4500;
  transform: scale(1.1);
}

#consult-expert:hover {
  background-color: aqua;
  color: navy;
  transform: scale(1.1);
}

#consult-expert {
font-family: "Calisto MT", serif;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  color: #fff;

  /* transition: all .3s cubic-bezier(.19,1,.22,1); */
  border: 2px solid #fff;
  padding: 10px 50px 10px 25px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#consult-expert-container {
  margin-left: 42%;
  margin-top: 2%;
  margin-bottom: 15%;
}


/* CSS for blog post container */
.blog-post {
  margin-bottom: 50px;
  opacity: 0;
  /* Initially hide the element */
  transition: opacity 0.6s ease-in-out;
  /* Smooth transition for opacity */
  transform: translateY(50px);
  /* Start position below */

}

#floting-image {
  /* align-items: center; */
  margin-left: 27%;
  /* margin-left: 0; */
  margin-top: 10%;
}

#articel-section {
  margin-top: 5%;
}

.card-text {
  font-size: 20px;
  margin-right: -30%;
  margin-left: 5%;
}

#related-blogs {
  margin-top: 20%;
  margin-left: 37%;
  color: white;
  font-size: 50px;
font-family: "Calisto MT", serif;
}

.servicesfourth {
  margin-top: 3%;
  border-radius: 20px;
  background-color: #3cd476;
}

.carousel-new {
  position: relative;
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.carousel-inner-new {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item-new {
  min-width: 100%;
  box-sizing: border-box;
}

.carousel-item-new img {
  width: 100%;
  display: block;
}

.carousel-control-prev-con,
.carousel-control-next-con {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  /* background: rgba(0, 0, 0, 0.5); */
  border: none;
  color: none;
  /* visibility: hidden; */
  padding: 10px;
  /* color: white; */
  background-color: transparent;
  cursor: pointer;
}

.carousel-control-prev-con {
  right: 85px;
}

.carousel-control-next-con {
  right: 10px;
}

.carousel-control-prev-icon-con,
.carousel-control-next-icon-con {
  color: aqua;
  font-size: 24px;
}

.carousel-control-prev-con {
  font-size: 2em;
  /* Increase the size of the text inside the button */
  padding: 10px 20px;
  /* Increase the padding inside the button */
  border: none;
  /* Remove the border (optional) */
  border-radius: 5px;
  /* Add border radius (optional) */
}

.carousel-control-prev-icon-con:hover {
  color: white;
  transform: scale(1.09);

}

.carousel-control-next-icon-con:hover {
  color: white;
  transform: scale(1.09);
}

.carousel-control-prev-icon-con {
  font-size: 2em;
  /* Increase the size of the icon */
  display: inline-block;
  /* Ensure the icon is displayed correctly */
  vertical-align: middle;
  /* Align the icon vertically */
}


.visually-hidden {
  display: none;
  /* Hide this element visually */
}

.carousel-control-next-con {
  font-size: 2em;
  /* Increase the size of the text inside the button */
  padding: 10px 20px;
  /* Increase the padding inside the button */
  border: none;
  /* Remove the border (optional) */
  border-radius: 5px;
  /* Add border radius (optional) */
}

.carousel-control-next-icon-con {
  font-size: 2em;
  /* Increase the size of the icon */
  display: inline-block;
  /* Ensure the icon is displayed correctly */
  vertical-align: middle;
  /* Align the icon vertically */
}

.number-erp {
  position: relative;
  top: 10%;
  left: 10%;
  color: white;
}

#prooces-step-client {
  /* margin-left: 2%; */
  display: flex;
  background-color: navy;
  width: 100%;
  /* border: 1px solid white; */
}

#second-middle-para-erp {
  margin-left: 5%;
  font-size: 20px;
  text-align: left;
}

#paragraph-middle {
  text-align: left;
}



#second-conatiner-main-common__btn {
  margin-top: -7%;
  margin-left: 8%;
}

.top-main-para-detail {
  color: white;
  font-size: 25px;
  font-family: "Calisto MT", serif;
}

#top-main-para-detail-conatainer {
  margin-left: 12%;
  margin-top: 5%;
  /* margin-bottom: 15%; */
}

#all-website-cem-marketing-button {
  margin-left: 16%;
  gap: 2%;
  margin-top: 10%;
  display: flex;
}

.iknow-button-new.active {
  color: white;
  border: 1px solid yellow;
  transform: scale(1.01);
}

#main-poster-flyer-container {
  display: none;
}

.iknow-button-new {
font-family: "Calisto MT", serif;
  border: 1px solid aqua;
  background-color: transparent;
  color: aqua;
  font-size: 22px;
  font-weight: bold;
  height: 70px;


}

.iknow-button-new:hover {
  color: white;
  border: 1px solid yellow;
  transform: scale(1.1);
}

.backend-photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Define four equal columns */
  gap: 5px;
  /* Add some space between the items */
  justify-content: center;
  /* Center the grid container */
  margin-top: 10%;
  margin-left: 15%;
}

.backend-photo>img {
  width: 150px;
  /* Adjust the width as needed */
  height: 150px;
  /* Adjust the height as needed */
  background-color: lightgray;
  /* Example background color */
}

.second-row {
  margin-left: 90%;
  margin-top: 18%;
}

#main-backend-development {
  display: none;
}

#mobile {
  display: none;
}

.tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tab-button {
  flex: 1;
  padding: 15px;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
}



.tab-content {
  /* display: none; */
  /* border: 1px solid #ccc; */
  padding: 20px;
  margin-top: 10%;
}



.images-row1 {
  display: flex;
  gap: 10%;
  /* justify-content: space-around; */
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40%;
}

.images-row1 img {
  width: 70px;
  height: 70px;
  background-color: lightgray;
}

.images-row {
  /* display: flex; */
  /* gap: 10%; */
  margin-left: 34%;
  margin-top: 5%;
}

.images-row img {
  width: 70px;
  height: 70px;
  background-color: lightgray;
  margin-left: 10%;
}

#fourth-image-erpr-node {
  margin-top: 5%;
  margin-bottom: 5%;
}

#frontend p {
  color: white;
  margin-left: 48%;
  /* text-align: right; */
  font-size: 25px;
  /* margin-top: 5%; */
}

#frontend hr {
  color: white;
  width: 50%;
  margin-left: 30%;
}

#frontend .js-framework {
  margin-left: 43%;
}

.equipped-capabilities {
  margin-top: 15%;
}





#main-container-right-left-second-erp {
  display: flex;
  margin: 0;
  height: 100vh;
  font-family: Arial, sans-serif;
  overflow: hidden;
}




.left-erp-second {
  flex: 1;
  padding: 20px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.right-erp-second {
  flex: 1;
  padding: 20px;
  background-color: #111;
  overflow-y: auto;
  height: 100vh;
}

.fixed-text-erp-second {
  position: sticky;
  margin-right: -10%;
  top: 0;
}

.box-erp-second-left-right {
  background-color: navy;
  color: #fff;
  border: 1px solid #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  min-height: 200px;
}

.first-img-erp {
  margin-left: 20%;
}

.right-panel h3 {
  margin-top: 5%;
}

.img-top-detaling-img {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  /* margin-top: -2%; */
}

#prooces-step-client {
  margin-top: 20%;
}

.servicesfifth {
  margin-top: 3%;
  border-radius: 20px;
  background-color: #edc124;
}

#img-client-spa {
  width: 100%;
}

#only-mobile-responsive-part {
  display: none;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .carousel-inner-new {
    display: flex;
    flex-direction: row;
  }

  .carousel-item-new {
    min-width: 100%;
  }

  .service-cards {
    display: flex;
    flex-direction: column;
  }

  .service-card {
    min-width: 100%;
  }



  .number-erp {
    top: 8%;
    left: 5%;
    font-size: 1.5em;
  }
}

/* Hide mobile-responsive-part on larger screens */
#mobile-responsive-part {
  display: none;
}

/* Show desktop-responsive-part on larger screens */
#desktop-responsive-part {
  display: block;
}

#second-mobile-erp {
  display: none;
}

#second-desktop-erp {
  display: block;
}

/* Media query for mobile devices */
@media (max-width: 768px) {

  /* Show mobile-responsive-part on mobile devices */
  #mobile-responsive-part {
    display: block;
  }

  /* Hide desktop-responsive-part on mobile devices */
  #desktop-responsive-part {
    display: none;
  }

  #second-mobile-erp {
    display: block;
  }

  #second-desktop-erp {
    display: none;
  }
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .erp-section {
    margin-top: 5%;
    display: block;
    padding: 20px 10px;
    height: auto;
    /* Adjust height for mobile */
  }

  .panel-main-container {
    display: block;
    width: 100%;
    padding: 0;
  }

  .left-panel {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    /* Center align text for better readability */
  }

  #second-paragraph-middle-erp {
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }

  .paragraph-2middle-new {
    margin-left: 10%;
    font-size: 18px;
    margin-right: 5%;
    margin-top: 5%;
    text-align: left;
    padding: 0 10px;
    /* text-align: center; */
  }

  .right-panel {
    width: 100%;
    margin: 0;
    margin-top: 10%;
    padding: 0 10px;
    overflow-y: visible;
    /* Allow scrolling on the whole page */
  }

  .content-block {
    padding: 10px;
    margin-bottom: 15px;
    text-align: left;
    /* Center align text for better readability */
  }

  .content-block img {
    width: 20px;
    /* Increase icon size for better visibility on mobile */
  }

  .main-head {
    font-size: 1.2em;
    /* Adjust heading size for mobile */
    margin: 10px 0;
  }

  .content-block p {
    font-size: 1em;
    /* Adjust paragraph font size for mobile */
  }

  /* Adjust padding and margins for mobile */
  .main-logo-background {
    /* margin-bottom: 10px; */
  }

  hr {
    margin: 15px 0;
  }

  .paragraph-2middle {
    font-size: 18px;
    margin-right: 5%;
    margin-left: 15%;
  }

  #prooces-step-client {
    display: block;
    height: 800px;
    /* margin-top: -20%; */
  }

  #container-paragraph-middle {
    margin-right: -20%;
  }

  #img-client-spa {

    margin-left: -40%;
  }

  #prooces-step-client {
    width: 100%;
    /* Ensures the container spans the full width of its parent */
    max-width: 100%;
    /* Ensures the container does not exceed its parent's width */
    overflow: hidden;
    /* Hides any overflow from the image */
  }

  #img-client-spa {
    display: block;
    /* Makes the image a block element */
    width: 200%;
    /* Makes the image take up 100% of its container's width */
    height: auto;
    /* Maintains the image's aspect ratio */
  }

  #second-conatiner-main-common__btn {
    margin-top: -35%;
  }

 

  .top-main-para-detail {
    font-size: 20px;
    margin-right: 5%;
    margin-left: -12%;
    text-align: center;

  }

  #consult-expert {
    padding: 10px 50px 10px 25px;
    margin-left: -35%;
    margin-top: 10%;
  }

  .img-top-detaling-img {
    width: 95%;
    margin-left: 2%;
  }

  #floting-image {
    margin: 0;
    margin-top: 20%;
  }

  #last-para-erp {
    font-size: 18px;
    margin-left: 15%;
    margin-right: 10%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #main-container-service-card {
    flex-direction: column;
    /* Stack items vertically */
    gap: 10px;
    /* Reduce gap between items */
    margin-left: 0;
    /* Remove left margin */
  }

  .process-step {
    margin-top: 20px;
    /* Increase top margin for better spacing */
    padding: 40px;
    /* Reduce padding */
  }

  .main-header-erp {
    font-size: 30px;
    /* Decrease font size */
  }
}

#mobile-responsive-dropdown {
  display: none;
}

#desktop-responsive-dropdown {
  display: block;
}

@media (max-width: 768px) {
  .backend-photo>img {
    width: 100%;
    height: 100px;
    /* Adjust the width as needed */
    /* Adjust the height as needed */
    background-color: lightgray;
    /* Example background color */
  }

  .backend-photo {
    margin-left: 2%;
    margin-right: 2%;
    grid-gap: 10%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Define four equal columns */
  }

  .second-row {
    margin-left: 0;
    margin-top: 0;
  }

  .images-row {
    margin-top: 30%;
    margin-left: 0;
  }

  #frontend p {
    margin-left: 30%;
  }

  .images-row1 {
    margin-left: 10%;

  }

  #js-framework-picture {
    position: absolute;
    margin: auto;
    left: -3%;
    text-align: center;
  }

  #mobile-responsive-dropdown {
  font-family: "Calisto MT", serif;
    display: block;
  }

  #desktop-responsive-dropdown {
    display: none;
  }
}

/* Dropdown button */
.dropdown-button {
  background-color: #4CAF50;
  color: white;
  height: 60px;
  width: 80%;
  margin-left: 12%;
  font-size: 18px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.dropdown-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.dropdown.show .dropdown-button::after {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-button:hover {
  background-color: #45a049;
  transform: translateY(-2px);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  margin-left: 12%;
  position: absolute;
  background-color: navy;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown.show .dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Buttons inside the dropdown */
.dropdown-content button {
  color: white;
  text-decoration: none;
  display: block;
  background: none;
  border: none;
  font-size: 18px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 12px 16px;
  transition: background-color 0.3s ease;
}

.dropdown-content button:hover {
  background-color: #f1f1f1;
  color: black;
}




.container-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.item-vertical {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  position: relative;
}

.number-vertical {
  font-size: 2em;
  position: absolute;
  top: -50px;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  background-color: rgb(51, 7, 83);
  padding: 0 5px;
}

.line-vertical {
  width: 3px;
  height: 100px;
  background-color: yellow;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.text-vertical {
font-family: "Calisto MT", serif;
  color: white;
  font-size: 1.2em;
  width: 300px;
}

.right-erp {
  margin-left: 60%;
  text-align: left;
}

.left-erp {
  margin-right: 60%;
  text-align: right;
}

#text-vertical-10 {
  margin-left: -10%;
}

#text-vertical-1 {
  margin-right: -30%;
}

@media screen and (max-width: 768px) {
  .container-vertical {
    margin-top: 10%;
    width: 100%;
  }

  .number-vertical {
    background-color: transparent;
  }

  .text-vertical {
    width: auto;
    font-size: 1em;
  }

  .line-vertical {
    height: 80px;
  }

  .right-erp {
    margin-left: 65%;
  }

  .left-erp {
    margin-right: 60%;
    text-align: left;
  }

  #text-vertical-6 {
    margin-left: -50%;
  }

  #text-vertical-10 {
    margin-left: 10%;
    /* margin-top: 10%; */
  }

  #text-vertical-5 {
    margin-left: 80%;
  }

  #text-vertical-4 {
    margin-left: -10%;
  }

  #text-vertical-1 {
    margin-right: 30%;
  }

  #num-vertical-2 {
    margin-top: -3%;
  }
  #num-vertical-3 {
    margin-top: -3%;
  }

  #num-vertical-5 {
    margin-top: 5%;
  }#num-vertical-6{
    margin-top: 25%;
}#num-vertical-7{
  margin-top: 25%;
}#num-vertical-8{
  margin-top: 10%;
}#num-vertical-9{
  margin-top: 20%;
}#num-vertical-10{
  margin-top: 20%;
}#num-vertical-11{
  margin-top: 20%;
}
  .line-vertical-6 {
    margin-top: 20%;
  }

.line-vertical-7 {
    margin-top: 20%;
  }.line-vertical-8 {
    margin-top: 10%;
  }

  .line-vertical-9 {
    margin-top: 20%;
  }.line-vertical-10 {
    margin-top: 20%;
  }.line-vertical-11 {
    margin-top: 18%;
  }
}

