* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e3f2fd;
  } */
  
  img {
    max-width: 100%;
    object-fit: cover;
  }
  
  /* article {
    width: 100%;
    max-width: 450px;
    min-height: 480px;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    animation: slide-in-right-to-left 0.5s ease-in-out forwards;
  } */
  
  /* article img {
    border-radius: 5px;
    animation-name: fade;
    animation-duration: 1s;
  } */

  .project-section-border {
    height: 390px !important;
  }
  .project-section-border1 {
    height: 465px !important;
  }
  
  .project-section h2 {
    /* margin: 0.5rem 0; */
    padding: 0 10px 0 10px;
    font: 600 25px sans-serif !important;
    color: #c45a10;
    animation: fadetext 2s ease-in-out forwards;
  }
  .project-section h3 {
    /* margin: 0.5rem 0; */
    padding: 0 10px 0 10px;
    font: 600 15px sans-serif !important;
    color: #c45a10;
    animation: fadetext 2s ease-in-out forwards;
  }
  
  .project-section p {
    margin-bottom: 1rem;
    padding: 0 10px 0 10px;
    color: #777;
    font-family: sans-serif;
    animation: fadetext 2.2s ease-in-out forwards;
  }
  
  @media only screen and (max-width: 767px) {
    .project-section-border {
      height: auto !important; /* Remove fixed height */
    }
    .project-section h2,
    .project-section h3,
    .project-section p {
      padding: 0 10px; /* Remove padding at the bottom */
      text-align: center; /* Center align text */
      margin-top: 25px;
    }
    .project-section h2{
      margin-top: 98px;
    }
  }
  
  
  
  @keyframes slide-in-right-to-left {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  
  @keyframes slide-in-top-to-bottom {
    0% {
      opacity: 0;
      transform: translatey(100%);
    }
    50% {
      opacity: 0;
      transform: translatey(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
  
    50% {
      opacity: 0;
      transform: translateX(-100%);
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fadetext {
    0% {
      opacity: 0;
    }
  
    50% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

  
  .serviceBox{
    font-family: 'Poppins', sans-serif;
    padding: 5px 2px 5px 11px;
    position: relative;
    }
    .serviceBox .service-icon{
    text-align: center;
    padding: 5px 0;
    border: 3px solid #c45a10;
    border-left: none;
    border-radius: 0 50px 50px 0px;
    position: relative;
    }
    .serviceBox .service-icon:before{
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #c45a10;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -12px;
    }
    .serviceBox .service-icon i{
    color: #c45a10;
    /* background: #c45a10; */
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    }
    .serviceBox .service-content{
    padding: 13px 0 20px 20px;
    margin: 10px 0 0 -11px;
    border: 3px solid #c45a10;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 15px;
    position: relative;
        height: 195px !important;
    }

    @media (min-width: 570px) and (max-width: 1195px) {
      .serviceBox .service-content {
          height: 260px !important;
      }
  }
    .serviceBox .service-content:before,
    .serviceBox .service-content:after{
    content: "";
    width: 50%;
    height: 50%;
    border: 3px solid #c45a10;
    border-right: none;
    border-bottom: none;
    border-radius: 14px 0 0 0;
    position: absolute;
    top: -13px;
    left: -3px;
    }
    .serviceBox .service-content:after{
    background: #c45a10;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    bottom: -7px;
    right: -2px;
    top: auto;
    left: auto;
    }
    .serviceBox .title{
    color: #c45a10;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    }
    .serviceBox .description{
    color: #777;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
    }
    .serviceBox.red .service-icon,
    .serviceBox.red .service-icon:before,
    .serviceBox.red .service-content,
    .serviceBox.red .service-content:before{
    border-color: #c45a10;
    }
    .serviceBox.red .service-icon i {
      background-color: transparent;
      color: #c45a10;
  }
  
  /* For .service-content:after */
  .serviceBox.red .service-content:after {
      background-color: #c45a10;
  }
    .serviceBox.red .title{ color: #c45a10; }
    .serviceBox.golden .service-icon,
    .serviceBox.golden .service-icon:before,
    .serviceBox.golden .service-content,
    .serviceBox.golden .service-content:before{
    border-color: #c45a10;
    }
    .serviceBox.golden .service-icon i,
    .serviceBox.golden .service-content:after{
    background-color: transparent;
    color: #c45a10;
    }
    .serviceBox.golden .title{ color: #c45a10; }
    .serviceBox.blue .service-icon,
    .serviceBox.blue .service-icon:before,
    .serviceBox.blue .service-content,
    .serviceBox.blue .service-content:before{
    border-color: #c45a10;
    }
    .serviceBox.blue .service-icon i,
    .serviceBox.blue .service-content:after{
    background-color: transparent;
    color: #c45a10;
    }



    .serviceBox.skyblue .service-icon,
    .serviceBox.skyblue .service-icon:before,
    .serviceBox.skyblue .service-content,
    .serviceBox.skyblue .service-content:before{
    border-color: #c45a10;
    }
    .serviceBox.skyblue .service-icon i,
    .serviceBox.skyblue .service-content:after{
    background-color: transparent;
    color: #c45a10;
    }
    .serviceBox.skyblue .title{ color: #c45a10; }

    .serviceBox.pink .service-icon,
    .serviceBox.pink .service-icon:before,
    .serviceBox.pink .service-content,
    .serviceBox.pink .service-content:before{
    border-color: #c45a10;
    }
    .serviceBox.pink .service-icon i,
    .serviceBox.pink .service-content:after{
    background-color: transparent;
    color: #c45a10;
    }
    .serviceBox.pink .title{ color: #c45a10; }



    .serviceBox.blue .title{ color: #c45a10; }
    @media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
    }

    .carousel-inner{
      border-radius: 8% !important;
      padding: 5px !important;
    }