.fas.fa-home {
    font-size: 1.5rem;
}

.testimonial-logo {
    height: 80px;
    width: auto;
    padding-bottom: 10px;
}

.shadow-custom {
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
        0px 2px 4px rgba(3, 7, 18, 0.03),
        0px 4px 9px rgba(3, 7, 18, 0.04),
        0px 7px 16px rgba(3, 7, 18, 0.05),
        0px 11px 26px rgba(3, 7, 18, 0.07),
        0px 16px 37px rgba(3, 7, 18, 0.08) !important;
}

.button-soft {
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}

.button-soft:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.sppb-carousel-arrow {
    text-shadow: none;
}

.sppb-carousel-indicators .active {
    background-color: #ff6600;
     !important;
}

.sppb-carousel-indicators li {
    border-color: #ffc000;
     !important;
}

.sppb-carousel-inner > .sppb-item {
    padding: 20px;
}

.sppb-panel-title {
    font-size: 17px;
    font-weight: bolder;
    color: inherit;
}

.sp-copyright {
    color: #7D7D7E !important;
}

@media (min-width: 992px) {
    .arrow-position-client {
        top: auto;
    }

    .arrow-position-client .sppb-carousel-control {
        top: 50px;
        bottom: auto;
        transform: none;
        z-index: 10;
    }
}


.opsych-client-logo {
    height: 120px;
    width: auto;
    object-fit: contain;
}

/*Time Line B Section */


.timeline {
    position: relative;
    margin: 50px auto;
    padding: 40px 0;
    width: 1000px;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #fa8f17;
    transform: translateX(-50%);
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: left;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline-b-content {
    padding-bottom: 20px;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: '\f103';
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(255, 102, 0, 1);
    border-radius: 50%;
    transform: translateX(-35%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
}

.timeline ul li:nth-child(even):before {
    content: '\f103';
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(255, 102, 0, 1);
    border-radius: 50%;
    transform: translateX(-35%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: rgb(255, 102, 0, 1);
    font-weight: 600;
    font-size: 20px;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    background: #ffc000;
    color: #000000;
    border-radius: 18px;
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;
    background: #ffc000;
    color: #000000;
    border-radius: 18px;
}

/*Sub List styling */
.timeline-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.timeline-item {
    display: flex;
    flex-direction: column;
}

.timeline-b-bullet {
    color: #FF6600;
    font-size: 14px;
    margin-right: 8px;
}

.timeline-b-bullet:hover {
    cursor: pointer;
    color: #FF6600;
}

.timeline-b-bullet + strong:hover {
    text-decoration: underline;
    color: #FF6600;
}

.timeline-sublist {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
}

.timeline-sublist-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sublist-title {
    font-size: 20px;
}

.timeline-b-tick {
    color: #FFC000;
    font-size: 12px;
    margin-right: 8px;
}

@media(max-width:10000px) {
    .timeline {
        width: 80%;
        padding-bottom: 0;
    }

    h1 {
        font-size: 40px;
        text-align: center;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit;
    }
}

@media(max-width:767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    h1 {
        font-size: 40px;
        text-align: center;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit;
    }
}


/* magnific popup override */
.sppb-addon-image-overlay-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    color: #5B9BD5;
    background: none;
    transition: all 0.3s ease-in-out;
}

/* Maintain the same appearance on hover (no circle) */
.sppb-addon-image-overlay-icon:hover {
    color: #5B9BD5;
    background: none !important;
}

.white-popup-block {
    width: 80vw !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: #fff !important;
    text-align: center;
}

.mfp-bg {
    backdrop-filter: blur(25px);
    background: rgba(0, 0, 0, 0.8);

}

/*sig plus adjustment*/
.boxplusx-description,
.boxplusx-title {

    text-align: center;
    color: #ff6600;

}

.boxplusx-dialog {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.comp-table-highlight {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #007bff;
    border-radius: 8px;
}

.boxplusx-content {
    border-radius: 15px;
    overflow: hidden;
}

/* Map Pin */
.pin-container {
    display: grid;
    place-items: center;
}

.pin {
    background-color: #ffa81c;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 50% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    position: relative;
}

.pin-value {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 25px;
    color: #F57125;
    font-weight: 900;
    text-align: center;
    transform: rotate(45deg);
}

/* BA Form */

.ba-forms-lightbox-row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    max-height: 100px;
}

.ba-forms-lightbox-row i {

    padding: 5px !important;
    text-align: right
}

.ba-forms-modal-wrapper {
    z-index: 9999 !important;
}

/* custom button for the see more */

.gal-popup-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    background-color: #e6e6e6;
    color: #252525 !important;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    text-decoration: none;
}

.gal-popup-btn i {
    margin-left: 10px;
}

.gal-popup-btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    z-index: 10;
}

/* sp image gallery */
.speasyimagegallery-album-description {
    color: #ff6600;
}

.speasyimagegallery-album-meta {
    color: #ffffff;
}

@media (max-width: 768px) {
    .line-container {
        border-right: none;
    }
}

/* swiper global setup */
.u-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.c-carousel {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto; 
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: none !important;
    content: "" !important;
}

.swiper-button-prev,
.swiper-button-next {
    transform: translateY(-12px);
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 25px;
}

/* carousel arrow position */

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* end swiper global setup */


/* swiper for testi */

.swiper-testi {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

.swiper-testi .swiper-slide {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: transform 1.5s ease-in-out;
}

.swiper-testi .swiper-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.swiper-testi .swiper-slide-active img {
    transform: scale(1);
}

.swiper-testi .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease;
}

.swiper-testi .swiper-slide.swiper-slide-active {
    filter: none;
    opacity: 1;
}

/* swiper for logo */
.swiper-client .swiper-slide img {
    height: auto;
    max-height: 40px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.swiper-client .swiper-slide {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    width: auto; /* this is key */
    padding: 0.5rem;
}

/* logo vertical position - default center */

/* swiper for logo medium*/
.swiper-client-m .swiper-slide img {
    max-width: 100%;
    display: block;
    padding-right: 0;
    max-height: 80px;
}

/* swiper for wave */
.swiper-wave .swiper-slide img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    padding-right: 0;
}

.swiper-testi [class^="swiper-button-"],
.swiper-wave [class^="swiper-button-"] {
    color: #ffa81c;
}

.c-carousel__wrapper.swiper {
    margin: 0 48px;
    position: static;
}

.c-carousel__inner-wrapper.swiper-wrapper {
    display: flex;
    align-items: center;
}

.c-carousel img {
    margin: 0 auto;
}

.wave-info {
    margin-top: 8px;
    padding: 0 3px;
}

.wave-title {
    font-size: 16px;
    color: #ff6600;
    margin: 4px 0 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.wave-designation {
    font-size: 13px;
    color: #666;
    margin: 0;
    min-height: 5.5em;
    font-family: 'Roboto', sans-serif;
}

.wave-box {
    position: relative;
    padding: 1px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* Gradient overlay shadow fading */
.wave-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    z-index: 0;
    border-radius: 8px;
}

.partnership-logo {
    height: 80px;
    object-fit: contain;
    padding: 10px 0 15px 0;
}

.partnership-name p {
    color: #ff6600;
    font-size: 20px;
}

/* faq area */
.cus-faq-panel {
    /* left blank */
}

.cus-faq-panel .sppb-panel-title {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}

.cus-faq-panel .sppb-panel-modern {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cus-faq-panel i {
color: #000000;
}

.tight-columns {
    margin-left: -1px;
    margin-right: -1px;
}

.tight-columns > [class^="col-"],
.tight-columns > [class*=" col-"] {
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
}

.equal-height-box {
    background-color: #ff6600;
    padding: 1rem;
    color: black;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-tab-journey .nav-pills .nav-link {
  border: 1px solid #ffc000;
  border-radius: 5px;
  color: #000;
}

.custom-tab-journey .nav-pills {
  gap: 5px;
}

.custom-tab-journey .nav-pills .nav-link.active {
  background-color: #ffc000;
  color: #000;
}

.custom-tab-journey .nav-pills .nav-link:not(.active):hover {
  background-color: #f4f4f4;
}

.custom-tab-journey .nav-pills .nav-link {
  font-size: 20px;
  font-weight: 700;
}