/* service-listing.min.css */
.tp-breadcrumb-title {
   
    gap: 20px;
}


.tp-breadcrumb-title img {
    width: 96px;
    height: auto;
}
.tp-breadcrumb-title img.two {
    width: 60px;
    min-width: 60px;
}


h2.service-listing-number {
  font-size: 56px;
  font-weight: 800;
  background: linear-gradient(
    180deg,
    #283345 0%,
    #d0d8e6 55%,
    rgba(208, 216, 230, 0.08) 100%
  );
  background: linear-gradient(
  180deg,
  rgba(32, 45, 87, 0.2) 0%,
  rgba(255, 255, 255, 0.2) 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  position: relative;
}

.service-listing-item {
    padding-bottom: 30px;
    padding-top: 30px;
    /* border-bottom: 1px solid #D9D8CE; */
    border-bottom: 1px solid #D9D8CE;
}

.service-listing-item .row{
    /*align-items: center;*/
}

a.service-link-inline {
  color: #f7bb03;
  font-weight: 600;
}

.blog-card {
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-card .img-wrap {
  aspect-ratio: 1.5;
  overflow: hidden;
}

.blog-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card .card-body {
  padding: 15px 0;
}

.blog-card .date {
    font-size: 13px;
    margin-bottom: 0;
    display: block;
    color: #252425;
    opacity: 0.8;
}



.blog-card .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1F1F1F;
}

.blog-card .read-more {
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s;
    font-size: 13px;
    margin-bottom: 0;
    /* display: block; */
    color: #252425;
    opacity: 0.8;
}

.blog-card .read-more img {
    transition: transform 0.3s ease;
    width: 20px !important;
    color: #f5b800;
    font-weight: 800;
}



.blogs-arrows {
  display: flex;
  gap: 1rem;
}

.blog-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(28, 43, 74, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c2b4a;
  text-decoration: none;
  transition: all 0.2s;
}

.blog-arrow.active {
  background: #1c2b4a;
  color: #ffffff;
  border-color: #1c2b4a;
}

.blogs-arrows {
  display: flex;
  gap: 1rem;
  justify-content: end;
}
.blog-slider .item{
    padding: 0 10px;
}
.our-story-section .story-content p {
  font-size: 16px;
  color: #161616;
  line-height: 28px;
  margin-bottom: 15px;
}

.tp-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}


.service-listing-item  .tp-section-title {

    color:#161616;
}


/* service page counder code start here */


.counter-section {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    justify-content: space-between;
}


.counter-label {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
}
.customHr {
    background: linear-gradient(90deg, #FFFFFF 0%, #F7BB03 100%);
    border-radius: 2px;
    height: 2px;
    min-width: 100px;
}
.counter-number {
    color: #000;
    font-style: italic;
    font-size: 48px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 48px;
}



.divbttomimg {
    display: flex;
    position: absolute;
    bottom: 0;
}
img.bottomimg1 {
    width: 110px;
    
}




/* FAQ Accordion */

            .accordion-seraphim .accordion-item {
                border: none;
                background: #fff;
                border-bottom: 1px solid rgba(28, 43, 74, 0.08);
                border-radius: 0;
                margin-bottom: 0.5rem;
                padding: 10px 20px;
                border: none;
            }

            .accordion-seraphim .accordion-button {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #1F1F1F;
    background: transparent;
    box-shadow: none;
    text-align: left;
    font-family: 'Lexend', sans-serif;
}

            .accordion-seraphim .accordion-button:not(.collapsed) {
                color: #1F1F1F;
                border-bottom: 1px solid #CBDFE3;
            }

            .accordion-seraphim .accordion-button:not(.collapsed) {
                color: #1F1F1F;
            }

            .accordion-seraphim .accordion-button::after {
                display: none;
                /* We can use a different icon or none to match design */
            }

            .accordion-seraphim .accordion-body {
                padding: 10px 0;
                /* font-size: 1rem; */
                /* line-height: 1.7; */
            }

            /* Contact Form */
            .form-help-center {
                background: #fff;
                padding: 0;
            }

            div#faqAccordion {
                background: #F9F9F9;
                padding: 20px;
            }

            /* Contact Form */
            .form-help-center {
                background: var(--white);
                padding: 0;
            }

            .form-help-center .form-label-top {
                font-weight: 700;
                color: #1F1F1F;
                margin-bottom: 1.5rem;
                display: block;
            }

            .form-help-center .form-control {
                border: 1px solid rgba(28, 43, 74, 0.1);
                border-radius: 4px;
                padding: 0.9rem 1.2rem;
                font-size: 1rem;
                margin-bottom: 1.5rem;
                transition: all 0.2s;
            }

            .form-help-center .form-control:focus {
                border-color: var(--gold);
                box-shadow: 0 0 0 4px rgba(245, 184, 0, 0.1);
            }

           .client-arrow{
    width:32px;
    height:32px;
    border-radius:50%;
    border:1px solid #ddd;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    transition:0.3s;
}

.client-arrow:hover{
    background:#1c2b4a;
    color:#fff;
    border-color:#1c2b4a;
}
.client-slider-wrapper{
    position:relative;
}

.client-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
   width:32px;
    height:32px;
    border-radius:50%;
    border:1px solid #ddd;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
}

.client-prev{
    left:-25px;
}

.client-next{
    right:-25px;
}
.logo-lising-parent .item {
    position: relative;
    text-align: center;
}

.logo-lising-parent .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 2px;
    background: #F5F4FB;
}

.logo-lising-parent .item img {
    max-height: 60px;
    width: auto;
    margin: auto;
    display: block;
    padding-left: 15px; /* space from divider */
}
.service-listing-img{
    transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
    max-width: 200px;
}