    .section-padding {
        padding: 70px 0;
    }
    .technologies-section .content-description , .achievement-wrapper .content-description {
        color: white;
    }
    .offer-items .content h5 , .service-box-items .content h4 a , .why-choose-section .card-box h3 , .project-items .project-image .project-content h4 a , 
    .tesimonial-card-items .content h4 , .faq-content .accordion-item .accordion-header .accordion-button , .faq-content .accordion-item .accordion-header .accordion-button.collapsed
    , .news-content h3 a{
        font-size: 16px;
    }
    .why-choose-section .card-box h3{
       padding-bottom: 22px;
        padding-top: 15px;
    }
    .section-title {
        text-align: center;
    }
    .tesimonial-area .section-title {
        text-align: left;
    }
    .hero-content h1 , .section-title h1 , .section-title h2, .section-title h3 , .section-title h4 , .section-title h5 , .section-title h6 , .contact-content h2
    {
        font-size: 22px!important;
    }

    
    .about-wrapper-2 .about-content .about-author {
        display: block;
        align-items: center;
        width: 100%;
        clear: both;
        gap: 0px;
        margin-top: 4px;
        margin: auto;
        text-align: center;
    }
    p{
        font-size: 16px!important;
    }
    .margin-both-8 {
        margin-left: 8.3%;
        margin-right: 3.3%;
        margin-bottom: 80px;
    }
    .mb-0{
        margin-bottom: 0px!important;
    }
    .card-box {
      background: #fff;
      border-radius: 16px;
      padding: 30px;
      margin: 20px 0;
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .left-choose-section{
        transform: rotate(5deg);
    }
    .right-choose-section{
        transform: rotate(-5deg);
        margin-top: 82px;
    }

    .card-box:hover {
      transform: rotate(0deg) scale(1.05);
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }
    .service-section-3.rc-service .row {
        margin-bottom: 0px!important;
    }
    .service-section-3.rc-service{
        height: fit-content!important;
    }
    .faq-content.style-2{
        padding-top: 10px;
    }

    .why-choose-section .card-box .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 22px;
      margin-bottom: 15px;
    }

    /* Colors */
    .yellow { background: #fff9e6; }
    .yellow .icon { background: #facc15; }

    .purple { background: #f4e9ff; }
    .purple .icon { background: #a855f7; }

    .pink { background: #ffe6f1; }
    .pink .icon { background: #ec4899; }

    .blue { background: #e6f4ff; }
    .blue .icon { background: #3b82f6; }

    .green { background: #e6ffe6; }
    .green .icon { background: #22c55e; }

    .red { background: #ffe6e6; }
    .red .icon { background: #ef4444; }

    .content-description{
        text-align: center;
        width: 90%;
        margin: auto;
        padding: 20px 0px;
    }
    .content-title {
        text-align: center;
        width: 90%;
        margin: auto;
    }




    .zigzag-container {
      position: relative;
    }

    /* vertical line in center */
    .zigzag-container::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 3px;
      background: #3b82f6;
      transform: translateX(-50%);
    }

    .zigzag-item {
      position: relative;
      width: 50%;
      padding: 20px 40px;
      animation: float 6s ease-in-out infinite;
    }

    .zigzag-item:nth-child(even) {
      animation-delay: 3s;
    }

    .zigzag-item .content {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      position: relative;
    }

    .zigzag-item .content:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

    .zigzag-item .number {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #3b82f6;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      position: absolute;
      top: 20px;
      z-index: 1;
      box-shadow: 0 0 10px rgba(59,130,246,0.5);
    }

    .zigzag-item.left {
      left: 0;
      text-align: right;
    }
    .zigzag-item.left .number {
      right: -22px;
    }

    .zigzag-item.right {
      left: 50%;
    }
    .zigzag-item.right .number {
      left: -22px;
    }

    .zigzag-item h5 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #111;
    }

    .zigzag-item p {
      font-size: 14px;
      color: #555;
      margin: 0;
    }

    /* floating animation */
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }

    @media (min-width: 800px) {
        .work-process-section {
            background-image: url(../img/service/service-bg-2.webp);
        }
    }

    /* responsive */
@media (max-width: 767px) {
    .zigzag-container::before {
        left: 8px;
    }
    .zigzag-item {
        width: 100%;
        padding-left: 60px;
        text-align: left !important;
    }
    .zigzag-item.left,
      .zigzag-item.right {
        left: 0;
    }
    .zigzag-item .number {
        left: 0;
        right: auto;
    }
    .work-process-section {
        background-image: url(../img/service/service-bg-2.jpg);
    }
}
@media (min-width: 767px) {
    
}

.about-section {
    background-image: url(../img/about/about-image.jpg);
}
.about-icon-items .icon-items{
    display: block;
    align-items: center;
    gap: 25px;
}
.about-icon-items .icon-items .icon {
        width: 15%;
    height: -webkit-fill-available;
    line-height: 80px;
    text-align: center;
    border-radius: 68%;
    background-color: #384BFF;
    color: var(--white);
    display: inline-block;
}
    .about-icon-items .icon-items .content{
        display: inline-block;
        width: 80%;
        margin-left: 4%;
        margin-top: 10px;
        vertical-align: middle;
    }
    