.solutions-showcase {
    padding: 72px 0 72px;
}

.solutions-showcase .section-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 42px;
}

.solutions-showcase .section-intro h5 {
    color: #474a58;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
}

.solutions-showcase .section-intro h2 {
    color: #363b4d;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 18px;
}

.solutions-showcase .section-intro h2 span {
    color: #2c67f3;
}

.solutions-showcase .section-intro p {
    color: #707585;
    font-size: 22px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 1030px;
}

.solution-card { 
    height: 100%; 
    padding: 44px 28px 24px; 
    border-radius: 13px; 
    border: 1px solid #a8ccff; 
    background: linear-gradient(180deg, #eef5ff 0%, #f9fbff 100%); 
    box-shadow: 0 18px 44px rgba(53, 91, 177, 0.09); 
    overflow: visible; 
    position: relative; 
    transition: all 0.3s ease;
    z-index: 2;
}
.solution-card-container {
    position: relative;
    min-height: 100%;
}
.solution-cta-wrapper {
    padding-bottom: 50px;
}
.solution-card-container .solution-cta{
    display: block;
    width: 100%;
    background: linear-gradient(92.22deg, #294DFF 4.06%, #AA5AFA 98.3%);
    padding: 31px 0 8px;
    border-radius: 13px;
    color: white;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    position: relative;
    bottom: 60px;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
    pointer-events: auto;
    cursor: pointer;
}
.solution-card-container:hover .solution-cta,
.solution-cta:hover {
    bottom: 25px;
    pointer-events: auto;
}
.solution-card .solution-copy {
    text-align: center;
    max-width: 420px;
    margin: 0 auto 34px;
}

.solution-card h3 {
    color: #32456f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.solution-card p {
    color: #31456f;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.solution-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.solution-preview-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.solution-preview {
    border-radius: 12px;
    border: 1px solid #d7e4f6;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(29, 52, 112, 0.08);
    overflow: hidden;
    min-height: 106px;
}

.solution-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


@media only screen and (max-width: 1199px) {
    .solutions-showcase .section-intro h2 {
        font-size: 46px;
    }

    .solutions-showcase .section-intro p,
    .solution-card p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .solutions-showcase {
        padding: 54px 0 48px;
    }

    .solutions-showcase .section-intro h5 {
        font-size: 22px;
    }

    .solutions-showcase .section-intro h2 {
        font-size: 38px;
    }

    .solutions-showcase .section-intro p {
        font-size: 18px;
    }

    .solution-card {
        padding-top: 34px;
        margin-bottom: 75px;
        transition: all 0.3s ease;
    }



    .solution-card h3 {
        font-size: 32px;
    }

    .solution-card p {
        font-size: 20px;
    }
    .solution-card-container .solution-cta,
    .solution-card-container:hover .solution-cta{
        bottom: 100px;
    }
    .solution-cta-wrapper {
        padding-bottom: 0px;
        margin-bottom: -70px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-head h2 {
        font-size: 27px;
        margin-bottom: 0 !important;
    }

    .solutions-showcase .section-intro {
        margin-bottom: 28px;
    }

    .solutions-showcase {
        padding-bottom: 40px;
    }

    #features .features-head {
        margin-top: 22px;
    }

    .solutions-showcase .section-intro h5 {
        font-size: 18px;
    }

    .solutions-showcase .section-intro h2 {
        font-size: 30px;
    }

    .solutions-showcase .section-intro p,
    .solution-card p {
        font-size: 16px;
    }

    .solution-card {
        padding: 28px 18px 24px;
        border-radius: 18px;
        margin-bottom: 75px;
    }



    .solution-card h3 {
        font-size: 28px;
    }

    .solution-preview-grid {
        gap: 10px;
    }

    .solution-card .solution-cta {
        font-size: 16px;
        border-radius: 0 0 18px 18px;
        margin-left: -18px;
        margin-right: -18px;
    }
}
        
#v-pills-tab{
  background: linear-gradient(
    180deg,
    rgba(41, 77, 255, 0.08) 0%,
    rgba(170, 90, 250, 0.08) 100%
  );
  border-radius: 20px;
  padding-top: 36px;
  padding-bottom: 30px;
}

#v-pills-tab .nav-link.active {
  border-radius: 8px !important;
  color: #fff !important;
}
#feature-tabs .nav-pills .nav-link.active{
  background: #1A82E0 !important;
}
#v-pills-tab .nav-link.active svg path {
  fill: #fff !important;
}

#v-pills-tab .nav-link.active svg [stroke] {
  stroke: #fff !important;
}

#v-pills-tab .nav-link.active svg g,
#v-pills-tab .nav-link.active svg * {
  opacity: 1 !important;
}

#v-pills-tab .nav-link.active svg [fill-opacity],
#v-pills-tab .nav-link.active svg [stroke-opacity] {
  fill-opacity: 1 !important;
  stroke-opacity: 1 !important;
}

#v-pills-tab .nav-link.active svg > rect:first-child {
  fill: transparent !important;
}
#v-pills-tab .view-features-link { 
    border-top: 1px solid rgba(41, 77, 255, 0.1); 
    margin: 18px 24px 12px; 
    display: block; 
    padding: 20px 12px 14px; 
    color: #AA5AFA; 
    font-weight: 600; 
    text-decoration: none; 
    font-size: 16px; 
    text-align: left; 
    margin-top: auto; 
}
#v-pills-tab .view-features-link:hover { 
    color: #AA5AFA; 
}
#v-pills-tab .nav-link { 
    padding-left: 24px !important; 
    padding-right: 24px !important; 
    margin-bottom: 8px; 
}
#v-pills-tabContent {
  padding-left: 18px !important;
}

#v-pills-tabContent .tab-pane.tab-text {
  border-radius: 20px;
  padding: 34px 38px;
  min-height: 720px;
  background: white;
}

#v-pills-tabContent .tab-pane.tab-text .row {
  align-items: flex-start !important;
}

#v-pills-tabContent .tab-pane.tab-text .col-lg-6:last-child {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 300px;
}

#v-pills-tabContent .tab-pane.tab-text img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}


.feature-icon { width: 24px; height: 24px; margin-right: 10px; vertical-align: middle; }

#v-pills-tab .nav-link.active .feature-icon {
  opacity: 1 !important;
  filter: brightness(0) invert(1) !important;
}
.client-success-stories {
    padding: 80px 0 60px;
    background-color: #F8F8F8;
}
.client-success-subtitle {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}
.client-success-title {
    font-weight: 600;
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 16px;
}
.client-success-title span {
    color: #2186E1;
}
.client-success-desc {
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto;
}
.client-success-card {
    width: 290px;
    height: 360px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    perspective: 1000px;
    background-color: transparent;
    cursor: pointer;
}
.client-success-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.client-success-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
    overflow: hidden;
}
.flip-card-back {
    background: linear-gradient(135deg, #2b58ff 0%, #00d2ff 100%);
    color: white;
    transform: rotateY(180deg);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}
.review-name { font-weight: 700; font-size: 1.5rem; margin-bottom: 5px; color: white; }
.review-title { font-style: italic; font-weight: 400; font-size: 1.1rem; margin-bottom: 25px; color: rgba(255,255,255,0.9); }
.review-text { font-size: 0.95rem; line-height: 1.6; z-index: 2; position: relative; color: white; }
.review-quote-icon {
    position: absolute;
    top: 55px;
    left: 20px;
    font-size: 160px;
    font-family: serif;
    color: rgba(0, 0, 0, 0.08);
    line-height: 1;
    z-index: 1;
}
.client-success-stories .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem; 
    gap: 0.5rem; 
}
.client-success-stories .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E0E0E0;
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin: 0;
}
.client-success-stories .owl-dot.active span {
    background-color: #55B5FF;
}
.client-success-stories .owl-dot {
    border: none;
    background: transparent;
    padding: 0;
}
.client-success-carousel .owl-stage, .industry-carousel .owl-stage {
    display: flex;
    justify-content: center;
}
.client-success-carousel .owl-item .client-success-card, .industry-carousel .owl-item .industries-card-container {
    margin: 0 auto;
    box-shadow: none;
}
.client-success-carousel .owl-item .client-success-card{
    padding: 15px;
}

/* Industries We Serve Section */
.industries-serve {
    padding: 80px 0 60px;
    background-color: #DAE1FF;
}
.industries-serve-subtitle {
    color: #606060;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
}
.industries-serve-title {
    font-weight: 600;
    font-size: 38px;
    color: #3b3f4e;
    margin-bottom: 12px;
}
.industries-serve-title span {
    color: #1A82E0;
}
.industries-serve-desc {
    color: #6c757d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.industries-card-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 380px;
    width: 303px;
    padding: 15px;
    margin: 0 auto;
}
.industries-card-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.industries-card-container:hover img {
    transform: scale(1.05);
}
.industries-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
}
.industries-card-title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
}
.industries-serve .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem; 
    gap: 0.5rem; 
}
.industries-serve .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin: 0;
}
.industries-serve .owl-dot.active span {
    background-color: #3A9CFF;
}
.industries-serve .owl-dot {
    border: none;
    background: transparent;
    padding: 0;
}
#feature-tabs{
    background: #F8F8F8;
}
@media (min-width: 1200px) {
    #feature-tabs .nav-menu-bar{
        width: 26%;
    }
}