














 /* Grid Layout */
    .section01 {
      display: grid;
      grid-template-rows: auto auto auto;
      gap: 0;
    }

    /* Banner Section */
    .banner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      align-items: center;
      padding: 50px 50px;
    }

    .banner-text {
      display: grid;
      gap: 9px;
    }

    .banner-text h1 {
      font-size: 40px;
      color: #0a0035;
      line-height: 56px;
    }

    .banner-text p {
      font-size: 18px;
      color: #000000;
      line-height: 37px;
      font-weight: 400;
      text-align: justify;
    }

    .banner-text .button {
      color: #ffffff;
      padding: 9px 30px;
      border: none;
      text-decoration: unset;
      font-size: 20px;
      border-radius: 5px;
      font-weight: 700;
      cursor: pointer;
      width: fit-content;
      transition: background 0.3s;
      background: #769349;
    }

    .banner-text span {
      color: #000000;
      font-weight: 700;
      line-height: 30px;
      font-size: 19px;
      margin-bottom: 0;
    }

    .awards-img {
      max-width: 100%;
      width: 435px;
      height: auto;
      margin-top: 20px;
    }

    .banner-image {
      text-align: right;
    }

    .banner-image img {
      max-width: 80%;
      height: auto;
    }

    /* Partners Slider */
    .partners-slider {
      background: linear-gradient(to right, #5c554b, #e31617);
      padding: 20px 0;
      overflow: hidden;
    }

    .slider-container {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      gap: 75px;
      animation: scroll 30s linear infinite;
    }
    .flex-img{
      display: flex;
      align-items: end;
      gap: 16px;
    }

    .slider-container img {
      height: 31px;
      width: auto;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(calc(-50% - 90px)); }
    }

    /* Updated Services Bar */
.services-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    background: #f9f9f9;
    border-top: 2px solid #ddd;
    gap: 60px;
}

.services-bar span {
    font-size: 31px;
    line-height: 29px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 40px;
    font-weight: bold;
    white-space: nowrap;
}

.services-bar span::after {
    content: ">";
    color: #d91a1a;
    font-weight: bold;
    margin-left: 5px;
}

.services-bar span img {
    width: 95px;
    height: auto;
}

.services-bar li {
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    color: #000000;
    list-style: none;
    text-decoration: none;
    transition: color 0.3s;
    padding: 10px 15px;
    position: relative;
    white-space: nowrap;
}

.services-bar li:hover {
    color: #f24180;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
  
    .services-bar {
        padding: 20px 30px;
    }
    
    .services-bar span {
        margin-right: 20px;
    }
    
    .services-bar li {
        font-size: 16px;
        padding: 8px 12px;
    }
}

@media (max-width: 768px) {
    .services-bar {
        padding: 15px 20px;
        justify-content: center;
    }
    .awards-img{
        width: -webkit-fill-available;
        margin-top: 0px;
    }
    
    .services-bar span {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
    }
    .banner-text .button{padding: 10px;font-size: 18px;font-weight: 700;line-height: 25px;width: 100%;}
    .flex-img{
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .banner-text p{
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
        text-align-last: center;
    }
    
    .services-bar li {
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .services-bar {
        padding: 10px 15px;
    }
    
    .services-bar li {
        font-size: 14px;
        padding: 5px 8px;
        background: #011e60;
        border-radius: 10px;
        color: white;
    }
}

    /* Responsive Adjustments */
    @media (max-width: 900px) {
      .banner-text h1 {
        font-size: 2.2rem;
      }
      
      .services-bar {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 768px) {
      .banner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0px 10px;
      }
      
      .banner-text {
        justify-items: center;
      }
      
      .slider-container {
        gap: 40px;
      }
      
      .services-bar {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 480px) {
      .banner-text h1 {
        font-size: 22px;
        line-height: 31px;
      }
      
      .banner-image {
            text-align: center;
        }
      
      .services-bar {
      display: grid;
      text-align: center;
      gap: 10px;
      }
      
      .services-bar span {
        grid-column: 1 / -1;
      }
    }









  
.all-content .container {
    padding: 60px 80px;
}

.all-content a {
    color: #960878;
    font-weight: 700;
}

.all-content p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    text-align: justify;
    padding: 0px 0 0 0;
    color: #000000;
    margin: 0px;
}

.all-content h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.all-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    padding: 25px 0 15px 0px;
    margin: 0px;
}

.all-content h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0 10px 0px;
    margin: 0px;
}


.all-content h4{
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    contain-intrinsic-block-size: auto 100px;
    margin: 0px;
}


.all-content h5{
    font-size: 22px;
    line-height: 40px;
    color: black;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}


.all-content h6{
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}

.all-content ol {
    padding: 0px !important;
}

.all-content ol li {
    font-size: 20px;
    line-height: 35px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 35px;
    padding: 10px 0;
    list-style: auto;
}



.all-content ul li {
    font-size: 20px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 35px;
    padding: 8px 0;
    list-style: disc;
}









/* Responsive Adjustments */
@media (max-width: 900px) {

.all-content p {
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    text-align: justify;
    padding: 0px 0px 13px 0;
    color: #000000;
    margin: 0px;
}

.all-content h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.all-content h2 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    padding: 12px 0 10px 0px;
    margin: 0px;
}

.all-content h3 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0 10px 0px;
    margin: 0px;
}


.all-content h4{
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    contain-intrinsic-block-size: auto 100px;
    margin: 0px;
}


.all-content h5{
    font-size: 22px;
    line-height: 40px;
    color: black;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}


.all-content h6{
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}

.all-content ol {
    padding: 0px !important;
}

.all-content ol li {
    font-size: 16px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 35px;
    padding: 5px 0;
    list-style: auto;
}



.all-content ul li {
    font-size: 16px;
    line-height: 26px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 20px;
    padding: 4px 0;
    list-style: disc;
}

}







