.training-section {
    padding: 40px 10px;
}

/* Container */
.training-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* Left & Right Columns */
.training-left,
.training-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 30%;
    min-width: 250px;
}

/* Center Illustration */
.training-center {
    width: 30%;
    text-align: center;
}

.training-center img {
    width: 100%;
    max-width: 250px;
}

/* Service Boxes */
.training-box {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-align: left;
    padding-left: 20px;
}

.training-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}



.training-box p {
    font-size: 14px;
    color: #777;
}

/* RESPONSIVE DESIGN */

@media (max-width: 992px) {
    .training-container {
        flex-direction: column;
        align-items: center;
    }
    .training-left, .training-right {
        width: 90%;
        align-items: center;
    }
    .training-center {
        width: 50%;
        margin: 20px 0;
    }
    .training-center img {
        max-width: 200px;
    }
}

/* For Mobile (Width: < 768px) */
@media (max-width: 768px) {
    .training-container {
        flex-direction: column;
    }
    .training-left, .training-right {
        width: 100%;
    }
    .training-box {
        text-align: center;
    }
    .training-center {
        width: 80%;
    }
    .training-center img {
        max-width: 150px;
    }
}

.blog__image {
    position: relative;
    overflow: hidden;
    height: 212px;
}
.digiweblogo{
    background-color: white;
     padding: 12px; 
     border-radius: 12px;
}
.build{
    text-align: justify;
}
.our-skilled{
    font-size:15px;
     text-align: justify;
}
.anchor-tag{
    color:orange; 
    display:inline;
}
.paragraphs{
 text-align: justify;
}
.get-know{
    font-size:20px; 
    color:#3c72fc;
     font-weight:500; 
     margin-bottom: 8px;
}
.learn{
    color: #391f48;
     font-weight: 600;
}
.readmore{
    background: none; 
    border: none; 
    color: #00bcd4; 
    cursor: pointer; 
    margin-top: 5px;
}
.training-section{
  margin-top: 45px;
}
.h3-heading{
    font-size: 18px;
}
.fa-code{
   color: #007bff;
}
.fa-server{
  color: #28a745;
}
.fa-laptop-code{
   color: #ffc107;
}
.gg{
color: #dc3545;
}
.fa-cogs{
    color: #17a2b8;
}
.fa-globe{
    color: #6f42c1;
}
.fa-tools{
    color: #fd7e14;
}
.fa-cloud{
color: #20c997;
}
.companies{
   color: white;
     margin-bottom: 22px;
}
.logos-bg{
    background-color: white;
}
.fa-pencil-ruler{
 color: #007bff;
}
.fa-mobile-alt{
    color: #28a745;
}
.fa-paint-brush{
color: #ffc107;
}
.fa-file-alt{
color: #dc3545;
}
.fa-redo{
color: #17a2b8;
}
.fa-palette{
color: #6f42c1;
}
.fa-user{
color: #fd7e14;
}
.fa-code{
color: #20c997;
}
.fa-search{
color: #007bff;
}
.fa-bullhorn{
color: #28a745;
}
.fa-thumbs-up{
color: #ffc107;
}
.fa-edit{
color: #dc3545;
}
.fa-envelope-open-text{
color: #17a2b8;
}
.aff{
color: #6f42c1;
}
.fa-user-shield{
color: #fd7e14;
}
.fa-chart-line{
  color: #20c997;
}
.why-choose{
border-radius: 12px;
}
.why-tulyarth{
visibility: visible; 
animation-duration: 1500ms; 
animation-delay: 0ms;
 animation-name: fadeInUp; 
 font-size: 22px;
}
.how-work{
    visibility: visible;
     animation-duration: 1500ms;
      animation-delay: 200ms; 
      animation-name: fadeInRight;
}
.faq-firts{
visibility: visible; 
animation-duration: 1500ms;
 animation-delay: 0ms; 
 animation-name: fadeInDown;
}
.do-web{
  visibility: visible;
   animation-duration: 1500ms;
    animation-delay: 400ms;
     animation-name: fadeInDown;
}
.how-long{
  visibility: visible;
   animation-duration: 1500ms;
    animation-delay: 600ms;
     animation-name: fadeInDown;    
}
