/* 
  body {
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0;
  }

  .services-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
  }

  .service-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .service-header h1 {
    font-family: Work Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 42.23px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .mainserviceimg {
    width: 95%;
    margin: 10px auto;
  }
  .service-header p {
    font-family: Work Sans;
    font-size: 36px;
    font-weight: 300;
    line-height: 42.23px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .strong{
    font-family: Work Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 42.23px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .service {
    display: flex;
    max-width: calc(100%);
    margin-top: 150px;
  }

  .service-content {
    margin-top: 30px;
  }

  .service-content h3 {
    display: inline;
    font-family: Work Sans;
    font-size: 28px;
    font-weight: 400;
    line-height: 32.84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #e2363d;
  }

  .service-content h2 {
    display: inline;
    margin-left: 30px;
    font-family: Work Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 42.23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .service-content p {
    display: block;
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 83px;
    width: 80%;
  }

  .service-content button {
    width: 133.9px;
    height: 54px;
    padding: 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.38px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 80px;
    gap: 10px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #e2363d;
    opacity: 0px;
    color: #e2363d;
  }

  .service-content button:hover {
    background-color: red;
    color: white;
    cursor: pointer;
  }

  .service-content1 {
    margin-top: 30px;
  }

  .service-content1 h3 {
    display: inline;
    font-family: Work Sans;
    font-size: 28px;
    font-weight: 400;
    line-height: 32.84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #e2363d;
  }

  .service-content1 h2 {
    display: inline;
    margin-left: 30px;
    font-family: Work Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 42.23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .service-content1 p {
    display: block;
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 83px;
    width: 80%;
  }

  .service-content1 button {
    width: 133.9px;
    height: 54px;
    padding: 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.38px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 80px;
    gap: 10px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #e2363d;
    opacity: 0px;
    color: #e2363d;
  }

  .service-content1 button:hover {
    background-color: red;
    color: white;
    cursor: pointer;
  }


  
  @media(max-width:1151px) {
    .services-container {
      max-width:90%;
      margin: 0 auto;
      padding: 20px;
    }
  
    .service-header {
      text-align: center;
      margin-bottom: -140px;
    }
  
    .service-header h1 {
font-family: Work Sans;
font-size: 28px;
font-weight: 700;
line-height: 32.84px;
letter-spacing: 0.01em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
    .mainserviceimg {
      width: 95%;
      margin: 10px auto;
    }
    .service-header p {
      font-family: Work Sans;
      font-size: 20px;
      font-weight: 500;
      line-height: 23.46px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      
    }
    .strong{
      font-family: Work Sans;
      font-size: 20px;
      font-weight: 500;
      line-height: 23.46px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;


    }
  
    .services {
      display:block;
    }
  
    .service {
      display: block;
      max-width: calc(100%);
      margin-top: 150px;
    }
  
    .service-content {
      margin-top: 250px;
      border: 0.5px solid rgba(214, 214, 214, 1);
     border-radius: 8px;
     padding-bottom: 10px;
    }
  
    .service-content h3 {
      font-family: Work Sans;
      font-size: 28px;
      font-weight: 400;
      line-height: 32.84px;
      text-align: left;
      padding: 10px 5px;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      
    }
  
    .service-content h2 {
      font-family: Work Sans;
      font-size: 20px;
      font-weight: 500;
      line-height: 23.46px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      
    }
  
    .service-content p {
font-family: Work Sans;
padding: auto 5px;
font-size: 16px;
font-weight: 400;
margin-left:5px;
width:97% ;
line-height: 18.77px;
letter-spacing: 0.005em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
  
    .service-content button {
      width: 125px;
      height:35px;
      padding: 8px 15px 8px 15px;
      gap: 10px;
      border-radius: 5px ;
      font-family: Work Sans;
      font-size: 16px;
      font-weight: 500;
      line-height: 18.77px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      opacity: 0px;
      margin-left: 30%;
      
    }
  
    .service-content button:hover {
      background-color: red;
      color: white;
      cursor: pointer;
    }
    .service-content1 {
      margin-top: -380px;
      border: 0.5px solid rgba(214, 214, 214, 1);
      border-radius: 8px;
      padding-bottom: 10px;
    }
  
    .service-content1 h3 {
      font-family: Work Sans;
      font-size: 28px;
      font-weight: 400;
      padding: 10px 5px;
      line-height: 32.84px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      
    }
  
    .service-content1 h2 {
      font-family: Work Sans;
      font-size: 20px;
      font-weight: 500;
      line-height: 23.46px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      
    }
  
    .service-content1 p {
font-family: Work Sans;
padding-left: 5px;
font-size: 16px;
font-weight: 400;
margin-left:5px;
width:97% ;
line-height: 18.77px;
letter-spacing: 0.005em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
  
    .service-content1 button {
      width: 125px;
      height:35px;
      padding: 8px 15px 8px 15px;
      gap: 10px;
      border-radius: 5px ;
      font-family: Work Sans;
      font-size: 16px;
      font-weight: 500;
      line-height: 18.77px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      opacity: 0px;
      margin-left:30%;
      
    }
  
    .service-content1 button:hover {
      background-color: red;
      color: white;
      cursor: pointer;
    }
    .simages{
      margin-left: 10px;
      width:95%;
      margin-top:50px;
    }
    .h3{
      margin-left: 0px !important;
      margin-top: -200px !important;

    }
    .p{
      margin-left: 3px !important;
    }
    .bot{
      margin-left:30%!important;
      margin-bottom: 0px !important;
    }
   .simages1{
   width: 95%;
   margin-left: 10px;
   margin-top: 170px;


   }
    

    
  } */








      * {
        margin: 0;
      }

      body {
        font-family: "Arial", sans-serif;
        background-color: #f8f9fa;
        line-height: 1.6;
      }

      .services-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
      }

      .service-header {
        text-align: center;
        margin-bottom: 60px;
        padding: 40px 20px;
      }

      .service-header h1 {
        font-family: Work Sans;
        font-size: 36px;
        font-weight: 600;
        line-height: 42.23px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }

      .mainserviceimg {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 20px 0;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }

      .service-header p {
        font-family: Work Sans;
        font-size: 36px;
        font-weight: 300;
        line-height: 42.23px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }

      .strong {
        color: rgba(255, 135, 0, 1);
        font-family: Work Sans;
        font-size: 36px;
        font-weight: 700;
        line-height: 42.23px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }

      .services {
        display: flex;
        flex-direction: column;
        gap: 60px;
      }

      .service {
        display: flex;
        align-items: center;
        gap: 40px;
        border-radius: 20px;
        padding: 40px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .service:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
      }

      .service:nth-child(even) {
        flex-direction: row;
      }

      .service-content,
      .service-content1 {
        flex: 1;
        padding: 20px;
        
      }

      .service-content h3,
      .service-content1 h3 {
        display: inline;
        font-family: Work Sans;
        font-size: 28px;
        font-weight: 400;
        line-height: 32.84px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #e2363d;
      }

      .service-content h2,
      .service-content1 h2 {
        font-family: Work Sans;
        font-size: 36px;
        font-weight: 600;
        line-height: 42.23px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
      }

      .service-content p,
      .service-content1 p {
        font-family: Work Sans;
        font-size: 22px;
        font-weight: 300;
        line-height: 23.46px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 30px;
      }

      .service-content button,
      .service-content1 button {
        width: 133.9px;
        height: 54px;
        padding: 10px;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        line-height: 24.38px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        gap: 10px;
        background-color: white;
        border-radius: 10px;
        border: 2px solid #e2363d;
        opacity: 0px;
        color: #e2363d;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .service-content button:hover,
      .service-content1 button:hover {
        background: linear-gradient(135deg, #7c3aed, #8b5cf6);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
      }

      .service-image {
        flex: 1;
        text-align: center;
      }

      .simages,
      .simages1 {
        width: 100%;
        max-width: 550px;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
      }

      .simages:hover,
      .simages1:hover {
        transform: scale(1.05);
      }

      /* Specific styling for alternating layout */

      .service:nth-child(even) .service-content1 h3 {
        text-align: left;
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .services-container {
          padding: 15px;
        }

        .service-header h1 {
          font-size: 2rem;
          line-height: 32px;
        }
     
        .service-header p {
          font-size: 1rem;
          padding: 0 10px;
          line-height: 22px;
        }
        .strong{
          line-height:18px;
          font-size:16px;
        }
        .service-content button,
        .service-content1 button 
        {
         width:auto;
         height: auto;
         font-size: 14px;
         line-height: 10px;
        }
        .service {
          flex-direction: column !important;
          padding: 30px 20px;
          gap:30px;
        }
        .service .service-content,
        .service .service-content1 {
          order: 1;
           border: 0.5px solid rgba(214, 214, 214, 1);
        border-radius: 8px;
        }

        .service .service-image {
          order: 2;
        }

       

        

        .service-content h2,
        .service-content1 h2 {
          font-size: 1.5rem;
           margin-bottom: 8px;
           line-height: 20px;
        }

        .service-content p,
        .service-content1 p {
         font-family: Work Sans;
font-size: 12px;
font-weight: 400;


line-height: 18.77px;
letter-spacing: 0.005em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-bottom: 12px;

        }

        .simages,
        .simages1 {
          max-width: 400px;
        }

        .services {
         
        }
      }

     
    