.multi-channel {
    padding-bottom: 120px;
}

.multi-arrow-left {
    position: absolute;
    left: -100px;
    bottom: 0;
    width: 586px;
}

.multi-channel-slider-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.multi-channel-slider {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 95px;
}

.channel-box {
    background: #ffffff;
    border: 1px solid #d4d9f1;
    border-radius: 40px;
    width: 276px;
    padding: 25px;
    box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
    min-height: 375px;
    padding-top: 120px;
    padding-right: 40px;
    position: relative;
    padding-bottom: 45px;
}

    .channel-box h3 {
        font-size: 20px;
        color: #2b2d6c;
        font-family: "FS Elliot Pro";
        font-weight: bold;
    }

    .channel-box p {
        font-size: 18px;
        color: #58596b;
        font-family: "FS Elliot Pro";
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 0;
    }

.multi-channel-slider .swiper-slide:nth-child(1n) .channel-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: url(../images/multi-arrow-1.png) no-repeat;
    width: 212px;
    height: 111px;
}

.multi-channel-slider .swiper-slide:nth-child(2n) .channel-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: url(../images/multi-arrow-2.png) no-repeat;
    width: 212px;
    height: 111px;
}

.multi-channel-slider .swiper-slide:nth-child(3n) .channel-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: url(../images/multi-arrow-3.png) no-repeat;
    width: 212px;
    height: 111px;
}

.arrow .arrow-icon {
    position: relative;
    top: 0px;
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 10px;
}

.arrow .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.channel-box:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.channel-box:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.channel-box .arrow {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.multi-channel-slider .swiper-wrapper {
    margin-left: -147px;
}

.multi-channel-slider-wrapper .swiper-button-prev {
    background: #2b2d6c;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    left: -30px;
}

.multi-channel-slider-wrapper .swiper-button-next {
    background: #ecedf7;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    right: -20px;
}

    .multi-channel-slider-wrapper .swiper-button-prev:after,
    .multi-channel-slider-wrapper .swiper-button-next:after {
        font-size: 22px;
        font-weight: bold;
        color: #2b2d6c;
    }

    .multi-channel-slider-wrapper .swiper-button-next:before {
        content: "";
        position: absolute;
        left: 22px;
        top: 50%;
        width: 28px;
        height: 2px;
        background: #2b2d6c;
        transform: translateY(-50%);
    }

.multi-channel-slider-wrapper .swiper-button-prev:before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 28px;
    height: 2px;
    background: #ffffff;
    transform: translateY(-50%);
}

.multi-channel-slider-wrapper .swiper-button-prev:after {
    color: #ffffff;
    position: relative;
    left: -10px;
}

.multi-channel-slider-wrapper .swiper-button-next:after {
    position: relative;
    right: -10px;
}

.multi-channel-skwe {
    background: #ffeee7;
    width: 740px;
    height: 350px;
    position: absolute;
    border-radius: 40px;
    z-index: 0;
    right: 40px;
    top: 105px;
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.channel-icon {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

    .channel-icon object {
        width: 100%;
    }

.channel-icon-bg {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: -1;
}

.channel-box img {
    width: 100% !important;
}

.use-cases {
    position: relative;
    overflow: hidden;
}

.use-case-slider-wrapper,
.use-case-box,
.use-case-box-left,
.use-left-top,
.use-left-bottom {
    width: 100%;
    float: left;
    position: relative;
}

.use-case-skew {
    background: linear-gradient(to right, #ffffff, #ffeee7);
    width: 100%;
    height: 615px;
    position: absolute;
    border-radius: 0;
    z-index: -1;
    right: -50px;
    top: 190px;
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.use-left-top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

    .use-left-top img {
        width: auto;
    }

    .use-left-top span {
        color: #2b2d6c;
        font-size: 26px;
        font-family: "FS Elliot Pro";
        font-weight: bold;
        max-width: 255px;
        line-height: 30px;
        margin-top: 30px;
    }

.ondemand-notification .use-left-top span {
    margin-left: 30px;
}

.use-left-bottom p {
    color: #58596b;
    font-family: "FS Elliot Pro";
    font-weight: normal;
    font-size: 19px;
    line-height: 31px;
}

.section {
    width: 100%;
    float: left;
    padding: 60px 0;
    position: relative;
}

/*multi-channel media query start*/

@media only screen and (max-width: 991px) {
    .multi-channel {
        overflow: hidden;
    }

    .multi-channel-slider .swiper-wrapper {
        margin-left: 0;
        padding-bottom: 50px;
    }

    .multi-channel-slider-wrapper .swiper-button-prev,
    .multi-channel-slider-wrapper .swiper-button-next,
    .banner-arrow,
    .api-right-plane {
        display: none;
    }

    .multi-channel-skwe {
        width: 107%;
        height: 280px;
        right: -22px;
    }

    .channel-box {
        min-height: 275px !important;
    }
}

@media only screen and (max-width: 545px) {
    .channel-box {
        min-height: 300px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .channel-box {
        width: 100%;
        min-height: 375px !important;
    }

        .channel-box p {
            max-height: 148px;
            overflow: hidden;
            display: block;
            display: -webkit-box;
            max-width: 100%;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}


@media only screen and (max-width: 1199px) {
    .channel-box {
        min-height: 242px !important;
    }
    .section-heading {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .channel-box {
        min-height: 275px !important;
    }
    .section-heading {
        margin-bottom: 55px;
        text-align: center;
    }
    .section-heading span {
        display: inline-block;
    }
}

@media only screen and (max-width: 300px) {
    .common-btn .arrow-icon {
        margin-left: 9px;
        height: 27px;
        width: 20px;
    }
}
/*heading seamless heading start*/
.section-heading {
    position: relative;
    z-index: 99;
    font-size: 42px;
    color: #2372ab;
    font-family: revert;
    font-weight: bold;
    line-height: 51px;
    /* margin-bottom: -20px; */
    text-align: center;
}
.section-heading span {
    display: block;
}

.section-heading i {
    color: #d6353a;
    font-style: normal;
}
@media only screen and (max-width: 1366px) {
    .section-heading {
        font-size: 42px;
        line-height: 53px;
    }

}
@media only screen and (max-width: 767px) {
    .section-heading {
        font-size: 32px;
        text-align: center;
        line-height: 41px;
        margin-top: 67px;
    }
}
    /*heading seamless heading end*/

    /*multi-channel media query end*/
/*new secttion google review start*/
.why-text.d-flex svg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    color: #eff5f8;
    padding: 10px;
    background: #338ade;
}
.grey-color {
    color: #666;
}
.why-text.d-flex h4 {
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: 700;
}

.text-secondary {
    color: #000000;
    font-weight: 500;
}
    /*new secttion google review start*/

/* CUSTOM TAB STYLING */
/* CONTENT tabs start */
.industry-tabs-section .custom-anch {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(61deg, #d6353a, #e05050);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.industry-tabs-section .custom-anch:hover {
    background: linear-gradient(61deg, #d6353a, #e05050);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.5);
}

 .enterprices-para {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}

.industry-tabs-section .custom-head {
    font-weight: bold;
}

.industry-tabs-section .custom-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.industry-tabs-section .custom-tab {
    padding: 12px 25px;
    border: none;
    background: #eee;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.industry-tabs-section .custom-tab.active {
    background: #249042;
    color: white;
}

.industry-tabs-section .custom-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 30px;
    border-radius: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
}

.industry-tabs-section .custom-tab-content.active {
    display: block;
    opacity: 1;
}

.industry-tabs-section .tab-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.industry-tabs-section .tab-image {
    flex: 1 1 40%;
    text-align: center;
}

.industry-tabs-section .tab-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.industry-tabs-section .tab-text {
    flex: 1 1 55%;
}

.industry-tabs-section .tab-text h3 {
    margin-bottom: 10px;
    color: #007bff;
}

@media (max-width: 768px) {
    .industry-tabs-section .tab-inner {
        flex-direction: column;
    }

    .industry-tabs-section .tab-image, .tab-text {
        flex: 100%;
    }

    .industry-tabs-section .custom-tabs-industries {
        margin: 0 -10px 20px;
    }
}

/* Tabs horizontal scroll on small screens */
.industry-tabs-section .custom-tabs-industries {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    width: 100%;
}

.industry-tabs-section .custom-tabs {
    flex-wrap: nowrap;
    min-width: max-content;
}

.industry-tabs-section .custom-tabs-industries::-webkit-scrollbar {
    display: none;
}

.industry-tabs-section .custom-tabs-industries {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Responsive layout for content */
@media (max-width: 768px) {
    .industry-tabs-section .custom-tab-content .row {
        flex-direction: column;
    }

    .industry-tabs-section .custom-tab-content .col-md-6 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .industry-tabs-section.custom-tab-content figure {
        text-align: center !important;
    }

    .industry-tabs-section .custom-tabs {
        justify-content: flex-start;
    }
}
.industry-tabs-section .best-service {
    /* color: rgb(255 255 255) !important; */
     color: #2372ab;
}
.view-price {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(61deg, #d6353a, #e05050);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 7px 12px rgba(0, 129, 255, 0);
}
/* CONTENT tabs end */
/*header css*/
.header_new {
    position: fixed;
    top: 0px;
    right: 0;
    height: 107px;
    z-index: 1000;
}
.page-content-wrapper {
    padding-top: 106px; /* adjust this in Site.Master for all pages */
}
.case-studies-img{
    max-width: 100%;
}
/* api develper in default end*/
/* Make tab buttons horizontally scrollable */
.api-tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  
  .api-tab-btn {
    display: inline-block;
    white-space: nowrap;
    margin-right: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
  }
  
  .api-tab-btn.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
  }
  
  /* Scrollbar style for horizontal tabs (thin and clean) */
  .api-tabs-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .api-tabs-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .api-tabs-wrapper::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }
  
  /* Code block vertical scroll */
  .api-code-block pre {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    background-color: #1e1e2f;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  
  /* Scrollbar inside code block (vertical) */
  .api-code-block pre::-webkit-scrollbar {
    width: 6px;
  }
  .api-code-block pre::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  
  /**/
.api-section .api-interaction {
    font-weight: bold;
    font-size: 41px;
}
  
.api-section .api-subpara {
    font-size: 26px;
    font-weight: 400;
}
  
section.api-section {
    background-color: #001f3f;
    color: white;
    padding: 60px 0;
}
  
.api-section .api-heading {
    color: white;
    font-size: 47px;
    font-weight: bolder;
}
  
.api-section .api-subheading {
    color: white;
    font-size: 35px;
    font-weight: bold;
}
  
.api-section .api-tabs {
    gap: 10px;
    overflow-x: auto;
}
  
.api-section .api-tab-btn.active {
    background-color: #fdfdfd;
    color: #1e1e2f !important;
}
  
.api-section .api-code-container {
    height: 300px;
    background-color: #002b5c;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    position: relative;
}
  
.api-section .code-block {
    display: none;
    background-color: #1e1e2f;
    padding: 1rem;
    border-radius: 8px;
    overflow: auto;
    color: #64fbd3;
    font-size: 0.9rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    white-space: pre-wrap;
    height: 100%;
    min-height: 100%;
}
  
.api-section .code-block.active {
    display: block;
}
  
.api-section .code-block::-webkit-scrollbar {
    width: 6px;
}

.api-section .code-block::-webkit-scrollbar-track {
    background: #001f3f;
}

.api-section .code-block::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.api-section .code-block::-webkit-scrollbar-thumb:hover {
    background: #555;
} 

.api-section .api-tab-btn:hover {
    background-color: #18426b; /* Bootstrap primary blue */
    color: white;
    cursor: pointer;
  }
/* api develper in default end */
/* testimonial filp-flop start */
.card-name{
    font-size: 23px;
     color: #e1e1e1;
}
.overlay-text {
    position: absolute;
    bottom: 0px;
    left: 18px;
    color: white;
    padding: 1px 4px;
 }
.testimonial-section img {
    max-width: 100% !important;
}
.heading-main {
  text-align: center;
  margin-bottom: 65px;
  color: #2372ab;
  font-size: 39px;
  font-weight: 700;
  padding-top: 44px;
}

.card-section {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 10px;
}

.card-flip {
background-color: transparent;
width: 24%; 
margin-bottom: 20px;
height: 360px; 
perspective: 1000px;
}

.card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-flip:hover .card-inner {
transform: rotateY(180deg);
}

.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}

.card-front {
background-color: #fff;
color: black;
}

.card-image {
width: 100%;
height: 100%;
object-fit: cover;
}

.card-back {
background-color: #2980b9;
color: white;
transform: rotateY(180deg);
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.card-back-title {
margin-bottom: 10px;
}

.card-back-desc {
font-size: 14px;
}

.custom-swiper {
display: none;
}

@media (max-width: 768px) {
.card-section {
display: none;
}

.custom-swiper {
display: block;
}

.slide-box {
width: 300px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
background: white;
border-radius: 10px;
overflow: hidden;
}

.slide-img {
width: 100%;
height: 100%;
object-fit: cover;
}

.slide-text {
padding: 15px;
}

.slide-title {
margin: 10px 0 5px;
font-size: 18px;
}

.slide-desc {
font-size: 14px;
color: #444;
}
}
/* testimonial filp-flop end */