.as-main {
  margin-top: 12%;
}

.section-one {
  margin: 1rem 3rem;
}

.section-one h4 {
  margin-top: 3rem;
}

.section-one p {
  font-size: 1.2rem;
}

.title-two {
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-one span,
.real-world-applications span {
  color: #0abbe7;
  font-weight: 600;
}

.header-image {
  width: 35%;
  margin: 0px 32.5%;
}

.services-section {
  padding: 20px;
  background-color: #f8f9fa;
}

.services-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #333;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 40px;
}

.service {
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.service-head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  min-height: 150px;
}

.service-head h3 {
  font-size: 1.8rem;
}

.service-head img {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.service:nth-child(2) .service-head img,
.service:nth-child(10) .service-head img {
  width: 130px;
}

.service-content p {
  font-size: 1.2em;
  margin-bottom: 10px;
  text-align: justify;
}

.service-content h4 {
  font-size: 1.2em;
  margin-top: 15px;
}

.service-content ul {
  margin: 10px 0;
  padding-left: 20px;
}

.service-content ul li {
  margin-bottom: 5px;
  font-size: 1rem;
}

.service-content ul li::before {
  content: "➤";
  margin-right: 10px;
  font-weight: bold;
}

.real-world-applications {
  background-color: #f4f4f4;
  padding: 30px 0;
  text-align: center;
}

.real-world-applications h2 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.real-world-applications p {
  font-size: 1.2em;
  color: #555;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}

.dotnet-steps {
  margin-top: 3rem;
}

.dotnet-steps li {
  margin: 30px 10px;
}

.dotnet-steps li strong {
  font-size: 1.5rem;
}

.dotnet-steps li p strong {
  font-size: 1.3rem;
}

.dotnet-steps li ol {
  list-style: decimal;
  font-size: 16px;
}

.dotnet-steps li p a {
  color: #0abbe7;
}

.dotnet-steps li p a:hover {
  text-decoration: underline;
}

pre {
  position: relative;
  background-color: #f3f4f6;
  padding: 15px;
  font-size: 14px;
  color: #333;
  display: flex;
  width: fit-content;
}

code {
  font-family: "Courier New", Courier, monospace;
  color: #2b6cb0;
  margin-right: 100px;
  font-size: 14px !important;
}

.copy-btn {
  /* position: sticky; */
  top: 10px;
  right: 10px;
  background-color: #0abbe7;
  border: none;
  color: white;
  padding: 2px 12px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease;
  transform: translate(10px, -10px);
  position: absolute;
}

.features {
  margin: 30px auto;
}

.feature-container {
  padding: 20px;
}

.feature-container .feature {
  margin-top: 25px;
}

.feature-container .feature h4 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.feature-container .feature img {
  width: 50px;
}

.feature-container .feature p {
  font-size: 1rem;
}

.steps {
  margin: auto;
}

.steps h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.steps li {
  font-size: 1rem;
  margin-left: 30px;
  margin-bottom: 20px;
}



.steps li strong {
  color: #2d5d7b;
}
.author-section{
  margin: 30px .5%;
  font-size: 1rem;
  font-weight: 500;
}

.pros-cons {
  margin: 30px auto;
}

.pros-cons h2 {
  margin-bottom: 20px;
}

.pros-cons li {
  font-size: 1rem;
  margin-left: 30px;
  margin-bottom: 10px;
}

.pros-cons li::before {
  content: "➤";
  margin-right: 12px;
  margin-left: -30px;
}

.blog-body-1,
.blog-body-2,
.blog-body-3,
.blog-body-4{
  margin-top: 2rem;
  font-size: 1rem;
}
.conclusion{
  margin-top: 6rem;
  font-size: 1rem;
}

.blog-body-1 h2,
.blog-body-2 h2,
.blog-body-3 h2,
.blog-body-4 h2{
  margin-top: 2rem;
}

.blog-body-1 h4, .blog-body-2 h4, .blog-body-3 h4, .blog-body-4 h4{
  margin-top: 1rem;
}
.blog-body-1 h4{
  color: #2d5d7b;
}

.blog-body-3 li{
  margin-top: 1rem;
}
.blog-body-3 li strong{
  color: #0abbe7;
}
.blog-body-3 li::before{
  content: '➤';
  color: #0abbe7;
}
.blog-details-text h2{
  font-weight: bold;
}
.best-practices, .scaling-architecture{
  margin-top: 2rem;
}
.best-practices h3{
  margin-top: 1.5rem;
}

.best-practices p{
  margin-top: 0px !important;
}
.scaling-architecture h3{
  margin-top: 1.5rem;
}
.scaling-architecture p{
  margin-top: .5rem  !important;
}

.icon {
  font-size: 1.5rem; 
  margin-right: 10px; 
  color: #0abbe7; 
}
.conclusion{
  margin-top: 1.5rem !important;
}
.conclusion p{
  margin-top: 1rem !important;
}

@media (max-width: 767px) {
  .service img {
    margin-bottom: 15px;
  }

  pre {
    width: auto;
  }

  .copy-btn {
    transform: translate(10px, -10px);
    position: absolute;
  }
  .btn-cta{
    width: 50%;
    margin-top: 1rem;
  }
}
