h5 {
    font-family: 'K2D';
}
#form-box {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#pro-ban input, textarea, button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
#pro-ban textarea {
    resize: vertical;
    height: 100px;
}
#pro-ban .form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}
#pro-ban .form-group input {
    flex: 1;
}
#pro-ban button {
    background-color: var(--primary);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
#pro-ban button:hover {
    background-color: var(--secondary);
}
#pro-ban {
    background: url(../images/pro-assets/banner-background.png);
}
#pro-ban .col-md-5 {
    background: #ffffff36;
    padding-block: 100px;
}
#pro-ban .row.justify-content-center {
    align-items: center;
}
.hero-button {
    display: flex;
    gap: 20px;
    margin-top: 35px;
}
button.btn.btn-primary.chat a {
    color: white;
}
button.btn.btn-primary.chat {
    padding: unset;
    margin: unset;
    background-color: transparent !important;
    width: auto;
    border: unset;
}
button.btn.btn-primary.chat a:hover {
    background-color: var(--secondary);
}
button.btn.btn-primary.chat a {
    border-radius: 4px;
    padding-block: 15px 18px;
    background-color: var(--primary);
    padding-inline: 40px;
    transition: 0.6s;
}
#form-box .t1 {
    text-align: center;
    border: 1px dashed var(--primary);
    padding-block: 13px 10px;
    margin-bottom: 20px;
    padding-inline: 10px;
}
#form-box .t1 h5:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid var(--primary);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: table;
}
#form-box .t1 h5 {
    position: relative;
}
#form-box .t1 h5 span {
    position: relative;
    background: white;
    padding-inline: 8px;
}  
#pro-slide .swiper-container {
    width: 100%;
    overflow: visible;
    padding: 20px 0;
}
#pro-slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
#pro-slide .swiper-slide img {
    width: 140px;
    object-fit: contain;
    height: 70px;
}
#pro-slide .swiper-button-next, #pro-work .swiper-button-prev {
    display: none !important;
}
#pro-slide .swiper-button-prev:after {
    display: none;
} 
#pro-slide .swiper-slide {
    margin-left: 20px !important;
} 
#pro-about .row.justify-content-center {
    align-items: center;
}
#pro-about img {
    width: 100%;
}
#pro-about {
    background: url(pro-assets/about-background.png);
    padding-block: 80px;
    background-size: cover;
}
#pro-about h2:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid var(--primary);
    width: 70%;
    bottom: 0;
}
#pro-about h2.heading {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#pro-work {
    background-color: black;
    padding-block: 90px;
}
#pro-work .swiper-slide img {
    width: 100%;
}
#pro-work .swiper-button-next, #pro-work .swiper-button-prev {
    display: none !important;
} 
#pro-work .swiper-container {
    overflow: hidden;
}
#pro-work ul#workTabs {
    margin-top: 40px;
    margin-bottom: 60px;
}
#pro-work ul#workTabs li a {
    background: white;
    color: black;
    padding: 15px 25px;
    border-radius: 4px;
    margin-inline: 5px;
}
#pro-work ul#workTabs li a.active {
    background: var(--primary);
    color: white;
}
#pro-work .swiper-pagination {
    margin-bottom: -40px;
}
#pro-work .swiper-pagination span {
    background: white;
}
#pro-work .swiper-pagination span.active {
    background: var(--primary);
}
#pro-work .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}
#pro-box {
    padding-top: 50px;
    padding-bottom: 70px;
}
#pro-box .hero-button {
    justify-content: center;
}
#pro-box .box {
    border: 2px dashed var(--primary);
    padding-inline: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
}
#pro-box .t1 h5:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid var(--primary);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: table;
}
#pro-box .t1 h5 {
    position: relative;
}
#pro-box .t1 h5 span {
    position: relative;
    background: white;
    padding-inline: 30px;
    font-size: 23px;
}
#pro-box .t1 h5 {
    font-size: 24px;
}
#pro-how {
    background: url(../images/pro-assets/service-background.png);
    padding-block: 70px;
    background-size: cover;
}
#pro-how .box img {
    width: 60px;
    margin-bottom: 20px;
}
#pro-how .box {
    border: 2px dashed white;
    padding: 30px 30px;
    margin-top: 40px;
    border-radius: 5px;
    padding-right: 90px;
    min-height: 285px;
}
#pro-how .box h3 {
    font-family: albra;
}
#pro-about .i1 img {
    width: 90%;
}
#pro-about .unorder-list ul {
    padding-left: 0;
    column-count: 3;
}
#pro-about .unorder-list li img {
    width: 13px;
}
#pro-about .unorder-list li span {
    padding-left: 7px;
}
#pro-about .unorder-list li {
    margin-bottom: 5px;
}
#pro-choose .row.justify-content-center {
    background-image: linear-gradient(321deg, #0000000F 0%, #bd8c5e38 100%);
    padding-block: 40px;
    border-radius: 15px;
    border: 1px solid #80808085;
    padding-inline: 50px;
}
#pro-choose {
    padding-block: 90px;
}
#pro-choose .box {
    background-image: linear-gradient(137deg, #000000D1 24%, #ffca95eb 86%);
    padding: 30px 30px;
    border-radius: 10px;
    min-height: 310px;
    margin-top: 20px;
}
#pro-choose .box p {
    padding-right: 80px;
}
#pro-choose .box .image-wrap img {
    position: absolute;
    bottom: 70px;
    right: 40px;
    width: 50px;
}
#pro-choose .box h3 {
    font-family: albra;
}
#pro-choose .box h1 {
    font-size: 80px;
    line-height: 90px !important;
    color: #ffffff52 !important;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF8F;
    stroke: #FFFFFF8F;
}
#pro-box2 {
    background: black;
    padding-block: 50px;
}
#pro-box2 .hero-button {
    justify-content: center;
}
#pro-box2 .box {
    border: 1px solid #ffffff6b;
    padding-inline: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 20px;
}
#pro-about .f1 ul li {
    list-style: disc;
}
#pro-about .f1 ul {
    column-count: 1;
    padding-left: 40px;
    margin-top: 20px;
}
#pro-about .f1 ul li span {
    padding-left: 0;
}
#pro-rev {
    padding-block: 70px;
}
.testimonial-slider-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .testimonial-content {
    text-align: center;
    padding: 20px;
}
  .testimonial-text {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
  } 
  .testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  } 
  .testimonial-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
  .testimonial-info {
    text-align: left;
  } 
  .testimonial-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .testimonial-designation {
    font-size: 14px;
    color: #777;
  }
  .testimonial-next,
  .testimonial-prev {
    color: #333;
    font-size: 20px;
    transition: 0.3s;
  }
  .testimonial-pagination {
    margin-top: 20px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    line-height: 30px !important;
    color: var(--primary);
    font-weight: bold;
}
.swiper-pagination-bullet-active {
    background: var(--primary) !important;
}
#pro-rev .swiper.testimonial-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 30px;
    padding-inline: 30px;
}
#pro-rev .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 35%);
}

@media screen and (max-width: 525px) {
    #pro-ban p br {
        display: none;
    }
    #pro-ban {
        padding-top: 30px;
    }
    #pro-ban .col-md-5 {
        padding-block: 60px;
        margin-top: 70px;
    }
    #pro-about img {
        margin-top: 60px;
    }
    #pro-work ul#workTabs li {
        margin-bottom: 10px;
    }
    #pro-about .i1 {
        margin-top: 0px;
    }
    #pro-about {
        padding-block: 70px;
    }
    #pro-choose {
        padding-block: 50px;
    }
    #pro-choose .row.justify-content-center {
        padding-inline: 20px;
    }
    #pro-about .unorder-list img {
        margin-top: 0;
    }
    #pro-rev .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}