:root {
    --main-color: #2563eb;
    --light-color: #f7f9fd;
    --theme-medium: #5c8aec;
    --hover-color: #1d4ed8;
    --white: #fff;
    --black: #000;
    --play-color: #dab40c;
    --secondary-color: #d84c69;
    --tag-green: #10b981;
    --text-dark: #0f172a;
    --text-muted: #475569;
    --bg-gradient: linear-gradient(135deg, #fcfcfe 0%, #fbfcfe 50%, #fafbfd 100%);
    --font-family-base:'Exo 2' sans-serif;
}
body {
    font-family: 'Exo 2';
    margin: 0;
}
.gobuynow {
    cursor: pointer;
}
.features_icon_color1 {
    background: -webkit-linear-gradient(#9286f4, #6652ec);
}
.features_icon_color2 {
    background: -webkit-linear-gradient(#f3a000, #f67100)
}
.features_icon_color3 {
    background: -webkit-linear-gradient(#6ceea5, #2cc778);
}
[popup-video-enable="true"] {
    cursor: pointer;
}
.features_bg1 {
    background-color: #f6f4ff;
}
.features_bg2 {
    background-color: #fff8ec;
}
.features_bg3 {
    background-color: #f2fff5;
}
.features_bg4 {
    background-color: #fff6f9;
}
.features_bg5 {
    background-color: #EDFDFF;
}
.features_bg6 {
    background-color: #fdffef;
}
* {
    box-sizing: border-box;
}
p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 23px;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
#middle-page {
    margin-top: 0;
}
main>* {
    padding: 40px 0;
}
.features_bg1 {
    background-color: #f6f4ff;
}
.features_bg2 {
    background-color: #fff8ec;
}
.features_bg3 {
    background-color: #f2fff5;
}
.features_bg4 {
    background-color: #fff6f9;
}
.features_bg5 {
    background-color: #EDFDFF;
}
.features_bg6 {
    background-color: #fdffef;
}
.play-anim-ico {
    width: 60px;
    height: 60px;
    font-size: 60px;
    position: absolute;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
    color: var(--main-color);
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--main-color);
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.blinker {
    animation: blinker 3s linear infinite;
    margin-right: 8px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
[data-toggle="popup"],
.btn-button {
    background-color: #00a9b7;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    color: var(--white);
    border-radius: 4px;
    display: flex;
    margin-right: 10px;
    min-height: 100%;
    align-items: center;
}
[data-toggle="popup"]:hover,
.btn-button:hover {
    background-color: #027680;
    color: var(--white);
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -ms-transform: translateX(8px);
        -o-transform: translateX(8px);
    }
    to {
        transform: translateX(0)
    }
}
.slick-slider {
    user-select: initial;
    -webkit-user-select: initial;
}
.heading-holder {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}
.heading-holder.center {
    text-align: center;
}
.heading-holder.center>* {
    text-align: center;
}
.headStyle.white {
    color: #fff;
}
.heading-area strong.subtitle {
    font-size: 25px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: var(--black);
    position: relative;
    margin-bottom: 7px;
    line-height: 1em;
}
.heading-area strong.subtitle a {
    color: var(--play-color);
}
.small-button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
    display: block;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 1em;
}
.heading-holder>p {
    margin: 10px 0 0 0;
}
.bg-white {
    background-color: var(--white) !important;
}
.common-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    display: inline-flex;
    gap: 8px;
    padding: 15px 20px;
    transition: all 0.5s ease 0s;
    background: linear-gradient(135deg, var(--main-color) 0%, var(--hover-color) 100%);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.common-btn.small {
    padding: 10px 15px;
    font-size: 16px;
}
.common-btn:hover {
    color: var(--white);
}
.common-btn:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--hover-color);
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s
}
.common-btn:hover::after {
    background-color: var(--hover-color);
    width: 100%
}
.play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.play-anim-ico.small {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px var(--white);
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.video-icon {
    display: inline-block;
    top: 50%;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.3), 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3)
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3), 0 0 0 30px rgba(0, 169, 183, 0)
    }
}
@keyframes ripple-white-light {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.2), 0 0 0 10px rgba(0, 169, 183, 0.2), 0 0 0 20px rgba(0, 169, 183, 0.2)
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.2), 0 0 0 20px rgba(0, 169, 183, 0.2), 0 0 0 30px rgba(0, 169, 183, 0)
    }
}
/* MAIN HEADING */
.heading-holder .headStyle {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    color: var(--text-dark);
    margin: -10px 0 10px 0;
    letter-spacing: -0.5px;
    font-family: var(--font-family-base);
}
.heading-holder .headStyle .highlight-blue {
    color: var(--main-color);
}
.heading-underline {
    width: 44px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 2px;
    margin-bottom: 15px;
}
/* HEADING INDICATOR DOTS */
.heading-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 15px 0;
}
.dot-long {
    width: 28px;
    height: 4px;
    background-color: var(--main-color);
    border-radius: 10px;
}
.dot-short {
    width: 8px;
    height: 4px;
    background-color: #bfdbfe;
    border-radius: 10px;
}
/* ========================================================= */
/* ========================================================= */
/* Modern Gojek Clone Banner Redesign                        */
/* ========================================================= */
.new-banner {
    padding: 90px 0 40px 0;
    position: relative;
    z-index: 1;
    background: var(--bg-gradient);
    overflow: hidden;
    font-family: var(--font-family-base);
}
.banner-top {
    width: 100%;
}
.new-banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
/* LEFT COLUMN */
.new-banner-left {
    width: 48%;
    max-width: 630px;
}
/* TOP BADGE */
.banner-badge {
    margin-bottom: 0;
    font-size: 0;
}
.badge-tag {
    display: inline-flex;
    padding: 6px 18px;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--main-color);
    border: 1px solid rgba(37, 99, 235, 0.15);
    background-color: #eff6ff;
    border-radius: 50px;
    text-transform: uppercase;
    align-items: center;
    line-height: normal;
}
/* MAIN HEADING */
.new-banner-caption {
    margin-bottom: 22px;
}
.new-banner h1.head-style {
    font-size: 65px;
    font-weight: bold;
    line-height: 1em;
    color: var(--primary-blue);
    margin: 0 0 16px 0;
    font-family: var(--font-family-base);
    letter-spacing: -0.5px;
}
.new-banner h1.head-style small {
    font-size: 24.66px;
    font-weight: bold;
    line-height: normal;
    color: var(--secondary-color);
    position: relative;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    display: block;
}
.new-banner h1.head-style .highlight-blue {
    color: var(--main-color);
    display: inline;
}
.new-banner p.sub-lead {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 10px;
}
/* METRICS / STATS ROW */
.banner-metrics-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding-top: 6px;
}
.metric-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.metric-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.green-icon {
    background-color: #e3f7ed;
    color: #10b981;
}
.blue-icon {
    background-color: #e1e7fd;
    color: #3b82f6;
}
.orange-icon {
    background-color: #fef2e6;
    color: #f97316;
}
.purple-icon {
    background-color: #f0e9fd;
    color: #a855f7;
}
.metric-info strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.2;
}
.metric-info span {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}
/* BUTTONS BLOCK */
.new-banner .banner-button-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
.new-banner a {
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
/* View Pricing Button */
.new-banner a.pricing {
    height: 52px;
    padding: 0 24px;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.new-banner a.pricing:hover {
    background-color: var(--hover-color);
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.35);
    color: #ffffff;
}
.arrow-circle {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    color: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.new-banner a.pricing:hover .arrow-circle {
    transform: translateX(3px);
}
/* Watch Intro Button */
.new-banner a.bn-video {
    height: 52px;
    padding: 0 22px;
    background-color: #ffffff;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border: 1.5px solid var(--main-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.new-banner a.bn-video:hover {
    border-color: var(--hover-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
    background-color: #ffffff;
}
.play-circle {
    width: 26px;
    height: 26px;
    font-size: 26px;
    color: var(--main-color);
    border-radius: 50%;
}
.btn-video-text {
    text-align: left;
    line-height: 1.1;
    font-weight: bold;
    font-size: 13px;
    color: var(--text-dark);
}
.btn-video-text small {
    display: block;
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
    margin-top: 2px;
    letter-spacing: 0.2px;
}
/* Buy Now Button */
.new-banner a.buynow {
    height: 52px;
    padding: 0 28px;
    border: 1.5px solid var(--main-color);
    color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-color: #fff;
}
.new-banner a.buynow:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}
/* TRUST BAR */
.trust-bar {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    max-width: 100%;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.trust-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.green-shield {
    color: #10b981;
}
.blue-globe {
    color: #3b82f6;
}
.store-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569;
}
.trust-item strong {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    display: inline;
}
.trust-item span {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}
.trust-divider {
    width: 1px;
    height: 28px;
    background-color: #e2e8f0;
}
/* RIGHT COLUMN */
.new-banner-right {
    width: 51%;
    max-width: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-banner-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.08));
}
/* PRIMARY FEATURES (BOTTOM CARDS 01-04) */
ul.primary-features {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.primary-features li {
    min-width: 240px;
    padding: 0;
    position: relative;
    flex: 1 1 calc(25% - 12px);
}
.feature-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
}
.green-bg {
    background-color: #ecfdf5;
    color: #2ece83;
}
.blue-bg {
    background-color: #eff6ff;
    color: #78b2fd;
}
.orange-bg {
    background-color: #fff7ed;
}
.purple-bg {
    background-color: #faf5ff;
    color: #a865eb;
}
.feature-text {
    flex: 1;
}
.feature-text span {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.35;
    display: block;
}
.feature-num {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    font-family: var(--font-family-base);
    opacity: 0.3;
    user-select: none;
    flex-shrink: 0;
}
.num-green {
    color: #10b981;
}
.num-blue {
    color: #3b82f6;
}
.num-orange {
    color: #f97316;
}
.num-purple {
    color: #a855f7;
}
/****************************************/
/* ========================================================= */
/* FEATURES SECTION - EXACT MATCH REDESIGN                  */
/* ========================================================= */
:root {
    --primary-blue: #2563eb;
    --text-dark: #0f172a;
    --text-muted: #475569;
    --border-light: #f1f5f9;
    --card-bg: #ffffff;
}
.features {
    padding: 40px 0;
    font-family: var(--font-family-base);
}
.features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
/* HEADING HOLDER */
.heading-holder.left {
    text-align: left;
}
.heading-holder.left .heading-dots {
    justify-content: flex-start;
}
.section-badge {
    margin-bottom: 14px;
}
/* FEATURES GRID (4 COLUMNS) */
.features ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.features ul li {
    background-color: var(--card-bg);
    border-radius: 20px;
    padding: 24px;
    border: 1px solid var(--border-light);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
.features ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
    border-color: #e2e8f0;
}
/* CAPTION & ICON */
.features ul li .fet-caption {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    width: 100%;
}
.features ul li i {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.features ul li:hover i {
    transform: scale(1.05);
}
.features ul li i img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
/* SOFT PASTEL ICON BACKGROUNDS */
.features ul li:nth-child(1) i,
.features ul li:nth-child(6) i,
.features ul li:nth-child(9) i {
    background-color: #eff6ff;
}
/* Blue Tint */
.features ul li:nth-child(2) i,
.features ul li:nth-child(10) i {
    background-color: #fff7ed;
}
/* Orange Tint */
.features ul li:nth-child(3) i {
    background-color: #ecfdf5;
}
/* Green Tint */
.features ul li:nth-child(4) i {
    background-color: #fefce8;
}
/* Yellow Tint */
.features ul li:nth-child(5) i,
.features ul li:nth-child(11) i {
    background-color: #faf5ff;
}
/* Purple Tint */
.features ul li:nth-child(7) i {
    background-color: #f0fdfa;
}
/* Teal Tint */
.features ul li:nth-child(8) i {
    background-color: #fdf2f8;
}
/* Pink Tint */
/* TITLE WRAPPER & ACCENT LINE */
.title-wrap {
    flex: 1;
}
.features ul li strong {
    color: var(--text-dark);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    font-family: var(--font-family-base);
    width: 100%;
    text-transform: capitalize;
}
.title-line {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--primary-blue);
    margin-top: 8px;
    border-radius: 2px;
    opacity: 0.8;
}
/* ITEM 11: GEO FENCING (SPANS 2 COLS + MAP BACKGROUND) */
.features ul li:last-child {
    grid-column: span 2;
    position: relative;
    background-color: #ffffff;
    padding-right: 210px;
    /* Right space for map graphic */
}
/* MAP DECORATIVE GRAPHIC FOR ITEM 11 */
.features ul li:last-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    background: url(../images/home-up-2027/map.webp) no-repeat top right;
    background-size: contain;
    pointer-events: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0.3;
}
/****************************************/
/****************************************/
.unlimited-services {
    padding: 40px 0;
    position: relative;
    background: rgb(255, 255, 255);
    /* background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--white)fff', endColorstr='#e5fffe', GradientType=0); */
}
.unlimited-services-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.unlimited-services.forservices .heading-area {
    display: block;
    text-align: left;
}
.left-artical {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
}
.left-artical.fullwidth {
    width: 100%;
}
.right-artical {
    width: 325px;
}
.right-artical img {
    vertical-align: top;
    max-width: 100%;
}
.btn-register {
    border-radius: 4px;
    background-color: var(--main-color);
    font-weight: 600;
    display: inline-block;
    color: #fff;
    vertical-align: super;
    position: relative;
    font-size: 18px;
    padding: 13px 20px 13px 47px;
    cursor: pointer;
}
.btn-register:hover {
    background: var(--hover-color);
    color: #fff;
}
.flutter_button_block {
    width: 100%;
}
@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.btn-register-header:hover,
.btn-register-header:focus,
.btn-register-header:active {
    background-color: #04714a;
    border-color: #04714a;
    color: #fff;
}
.flex {
    display: flex;
    align-items: center;
}
/*********************services sectinon*****************/
ul.sitemap {
    width: 100%;
    justify-content: space-between;
    list-style: none;
    margin: 10px auto 0 auto;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
ul.sitemap li {
    position: relative;
    text-align: center;
    width: calc((100%/2) - 10px);
    width: -webkit-calc((100%/2) - 10px);
    width: -moz-calc((100%/2) - 10px);
    width: -ms-calc((100%/2) - 10px);
    width: -o-calc((100%/2) - 10px);
    flex-grow: 1;
}
ul.sitemap.advance_component li {
    width: calc((100% / 3) - 14px);
    width: -webkit-calc((100% / 3) - 14px);
    width: -moz-calc((100% / 3) - 14px);
    width: -ms-calc((100% / 3) - 14px);
    width: -o-calc((100% / 3) - 14px);
}
ul.sitemap li .somepaid {
    display: block;
    position: absolute;
    top: -93px;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
ul.sitemap li .main-cat-block strong {
    width: 155px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: var(--black);
}
ul.sitemap li .main-cat-block .servicename {
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--black);
}
.main-cat-block {
    text-align: center;
    position: relative;
    padding: 20px 8px 20px 8px;
    min-height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}
.main-cat-block .icon-play-button {
    width: 20px;
    height: 20px;
    color: var(--play-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
span.numeric {
    position: absolute;
    width: 68px;
    height: 35px;
    background-image: url(../images/home-up-2027/shape.png);
    top: 11px;
    left: -7px;
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
    padding: 2px 0 0 0;
}
.main-cat-block p {
    font-size: 15px;
    line-height: 19.4px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}
.main-cat-block p.removebefore:before {
    display: none !important
}
.main-cat-block p b {
    font-weight: 600;
    color: var(--black)
}
.main-cat-block i {
    display: inline-block;
    margin-bottom: 10px;
}
.main-cat-block i img {
    height: 49px;
    width: 49px;
}
.main-cat-block .saperator {
    margin: 10px 0 10px 0
}
.main-cat-block ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px
}
.main-cat-block ul li:first-child {
    transform: translateX(-50%);
}
.main-cat-block ul li:last-child {
    transform: translateX(50%);
}
ul.sitemap li:nth-child(2) .main-cat-block ul li {
    width: 50px
}
.main-cat-block ul li {
    width: 60px;
    font-size: 10px;
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
}
.main-cat-block ul.odd {
    justify-content: space-around;
    width: 133px;
    margin: 0 auto
}
.main-cat-block ul.odd li {
    width: auto
}
.main-cat-block p.beforenone:before {
    display: none
}
ul.sitemap li .main-cat-block strong.midtitle {
    margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center
}
ul.sitemap.advance_component li.full_width {
    width: 100%;
}
ul.sitemap.advance_component li.full_width .main-cat-block {
    background-color: #fff9f3;
    overflow: hidden;
    position: relative;
    display: grid;
    box-shadow: none !important;
    padding: 20px;
    grid-template-columns: 220px auto;
    gap: 20px;
    align-items: center;
}
ul.sitemap.advance_component li.full_width .main-cat-block i {
    margin: 0;
}
ul.sitemap.advance_component li.full_width .main-cat-block i img {
    display: block;
    width: 100%;
    height: 100%;
}
ul.sitemap.advance_component li.full_width .main-cat-block .servicename {
    text-align: left;
    font-size: 20px;
}
ul.sitemap.advance_component li.full_width .main-cat-block p {
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
}
ul.sitemap.advance_component li.full_width .main-cat-block.inverse {
    grid-template-columns: auto 220px;
}
.pt_0 {
    padding-top: 0 !important;
}
/* ============================================================= */
/*******************************************/
.v3cube-clients-section {
    padding: 40px 0px;
    position: relative;
    width: 100%;
}
.v3cube-clients-section-inner {
    display: grid;
    grid-template-columns: 20% calc(60% - 40px) 20%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1340px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    gap: 20px;
}
.v3cube-clients-section-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.v3cube-clients-section-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    min-height: 100%;
    box-sizing: border-box;
    display: block;
}
.v3cube-clients-section-left .widget-img-wrap {
    width: 85%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.widget-img-wrap.client-2 {
    margin: -116px 0 0 45px;
    z-index: 1;
    border: 1px solid #ddd;
}
.v3cube-clients-section-left .widget-img-wrap.client-2:after {
    left: auto;
    right: -20px
}
.widget-img-wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.widget-img-wrap:before {
    content: '';
    display: block;
    padding-top: 115.33%
}
.widget-img-wrap.client-1 {
    margin-top: 0px;
    border: 1px solid #ddd;
}
.v3cube-clients-section .v3cube-clients-section-left .icon-play-button {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    right: auto;
    transform: none;
    z-index: 999;
    bottom: auto;
    display: inline-block;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    margin: 0;
}
.v3cube-clients-section-right .heading-area .head-style {
    margin-bottom: 10px;
}
.v3cube-clients-section .heading-area .head-style::after {
    left: 0;
    margin-left: 0;
}
/* ============================================================= */
/* ========================================================= */
/* OFFERING MULTI SERVICE PACKAGE - PIXEL PERFECT REDESIGN   */
/* (NO REPEATED GLOBAL HEADING / DESCRIPTION CSS)            */
/* ========================================================= */

.offering.offering-section {
  background-color: #ffffff;
  padding: 40px 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
}

.offering-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

/* 5 COLUMN PACKAGE GRID */
.script-package-row-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 45px;
  width: 100%;
}

/* INDIVIDUAL CARD (.catrow) BASE STYLING */
.catrow {
  background-color: #ffffff;
  padding: 32px 20px 28px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.catrow:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

/* AVATAR / ICON CIRCLE WRAPPER */
.catrow-avatar-box {
  position: relative;
  margin-bottom: 18px;
}

.catrow i.avatar-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
}

.catrow i.avatar-circle img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

/* CARD TITLES */
.script-package-row-flow strong {
  display: block;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px 0;
  min-height: 48px;
  text-align: center;
  color: #0f172a;
  letter-spacing: -0.3px;
}

.card-accent-bar {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 20px;
}

/* FEATURE BULLETS LIST */
.package-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.package-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  text-align: left;
}

.package-feature-list li .check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.package-feature-list li .sub-note {
  display: block;
  font-size: 11.5px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
}

/* --------------------------------------------------------- */
/* CARD COLOR THEMES (BLUE, GREEN, ORANGE, NAVY, PURPLE)      */
/* --------------------------------------------------------- */

/* 1. BLUE THEME (User Apps) */
.catrow.theme-blue i.avatar-circle { background-color: #eff6ff; }
.catrow.theme-blue .avatar-sub-badge { background-color: #2563eb; }
.catrow.theme-blue .card-accent-bar { background-color: #2563eb; }
.catrow.theme-blue .check-icon { color: #eff6ff; background-color: #2563eb; }

/* 2. GREEN THEME (Driver Apps) */
.catrow.theme-green i.avatar-circle { background-color: #ecfdf5; }
.catrow.theme-green .avatar-sub-badge { background-color: #10b981; }
.catrow.theme-green .card-accent-bar { background-color: #10b981; }
.catrow.theme-green .check-icon { color: #ecfdf5; background-color: #10b981; }

/* 3. ORANGE THEME (Store Apps) */
.catrow.theme-orange i.avatar-circle { background-color: #fff7ed; }
.catrow.theme-orange .avatar-sub-badge { background-color: #f97316; }
.catrow.theme-orange .card-accent-bar { background-color: #f97316; }
.catrow.theme-orange .check-icon { color: #fff7ed; background-color: #f97316; }

/* 4. NAVY THEME (Website & Admin Panel) */
.catrow.theme-navy i.avatar-circle { background-color: #eff6ff; }
.catrow.theme-navy .avatar-sub-badge { background-color: #2563eb; }
.catrow.theme-navy .card-accent-bar { background-color: #2563eb; }
.catrow.theme-navy .check-icon { color: #eff6ff; background-color: #2563eb; }

/* 5. PURPLE THEME (Supporting Panels) */
.catrow.theme-purple i.avatar-circle { background-color: #faf5ff; }
.catrow.theme-purple .avatar-sub-badge { background-color: #a855f7; }
.catrow.theme-purple .card-accent-bar { background-color: #a855f7; }
.catrow.theme-purple .check-icon { color: #faf5ff; background-color: #a855f7; }

/* ========================================================= */
/* INTRO SECTION - EXACT MATCH RIGHT SIDE REDESIGN           */
/* ========================================================= */
:root {
    --primary-blue: #2563eb;
    --text-dark: #0f172a;
    --text-muted: #475569;
    --border-light: #e2e8f0;
}
.free-text-section {
    padding: 70px 0;
    background-color: #ffffff;
    position: relative;
    font-family: var(--font-family-base);
}
.free-text-section.single-video {
    padding: 40px 0;
    background-color: var(--light-color);
}
.free-text-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}
/* LEFT PART (MEDIA BLOCK) */
.left-part-caption {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef4ff 0%, #dbe7ff 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.left-part-caption:hover {
    transform: translateY(-4px);
}
.left-part-caption img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
/* PLAY BUTTON WRAPPER & ANIMATION */
.play-btn-wrapper {
    position: absolute;
    top: 36%;
    left: 21%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.play-anim-ico {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
    animation: ripple-blue 2s infinite;
    transition: transform 0.3s ease;
}
.play-btn-wrapper .play-anim-ico {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}
.left-part-caption:hover .play-anim-ico {
    transform: scale(1.1);
}
.left-part-caption:hover .play-anim-ico:after {
    display: none;
}
@keyframes ripple-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4), 0 0 0 8px rgba(37, 99, 235, 0.2);
    }
    70% {
        box-shadow: 0 0 0 16px rgba(37, 99, 235, 0), 0 0 0 28px rgba(37, 99, 235, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0), 0 0 0 0 rgba(37, 99, 235, 0);
    }
}
.watch-video-label {
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
    letter-spacing: 0.6px;
    margin-top: 20px;
    text-transform: uppercase;
}
.watch-line {
    width: 24px;
    height: 2px;
    background-color: var(--main-color);
    margin-top: 5px;
    border-radius: 2px;
}
/* RIGHT PART - EXACT LIGHT BLUE TINT CARD CONTAINER MATCH */
.right-card-wrapper {
    position: relative;
    overflow: hidden;
}
/* TOP-RIGHT DOT PATTERN BACKGROUND */
.dot-pattern-bg {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 60px;
    height: 40px;
    background-image: radial-gradient(#2563eb 20%, transparent 20%);
    background-size: 12px 12px;
    opacity: 0.18;
    pointer-events: none;
}
/* SUBTITLE INDICATOR */
.sub-intro {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.intro-line {
    width: 36px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 2px;
}
.intro-tag {
    font-size: 13px;
    font-weight: 800;
    color: var(--main-color);
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* PARAGRAPHS */
.right-part-caption p {
    margin-bottom: 14px;
}
.right-part-caption p:last-child {
    margin-bottom: 0;
}
/* WHITE BOTTOM HIGHLIGHTS BAR WITH VERTICAL DIVIDERS */
.intro-highlights-bar {
    margin-top: 28px;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 16px 20px;
    border: 1px solid var(--border-light);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    flex: 1;
    padding: 0 4px;
}
.hl-divider {
    width: 1px;
    height: 36px;
    background-color: #e2e8f0;
    flex-shrink: 0;
}
.hl-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-hl {
    background-color: #eff6ff;
    color: #2563eb;
}
.green-hl {
    background-color: #ecfdf5;
    color: #10b981;
}
.orange-hl {
    background-color: #fff7ed;
    color: #f97316;
}
.purple-hl {
    background-color: #faf5ff;
    color: #a855f7;
}
.hl-text strong {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--text-dark);
    display: block;
    line-height: 1.2;
}
.hl-text span {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 600;
}
/***************************************/
/*******************************/
.single-video .right-part .text-caption {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -100px;
    padding: 50px 100px 50px 50px;
    /* background-color: var( --e-global-color-595b20c ); */
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -40px;
    padding: 30px 15px 30px 30px;
    background-color: var(--white);
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.single-video .head-style::after {
    left: 0;
    margin-left: 0;
}
.single-video .left-part-caption.video-five,
.single-video .left-part-caption {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
}
.single-video .left-part-caption.video-five img,
.single-video .left-part-caption img {
    max-width: 100%;
    border-radius: 15px;
}
.single-video .button-btn,
.kubinga .button-btn,
.v3cube-clients-section .button-btn,
.seven-videos .button-btn {
    justify-content: flex-start;
    display: flex;
}
img {
    border: none;
    outline: 0;
    max-width: 100%;
}
/* ==================================================================== */
.testimonial-section .testimonial-section-row-flow ul li .testimonial-single-item .testimonial-thumb:after {
    color: var(--main-color);
}
.testimonial-section .testimonial-single-item.more-testimonials {
    background-color: var(--main-color);
}
.testimonial-section .testimonial-single-item.more-testimonials:hover {
    background-color: var(--hover-color);
}
/*******************************************/
.about-section-of {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 110px 0;
}
.about-section-of-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left;
}
.about-section-of .button {
    margin: 0 auto 0 auto;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: var(--main-color);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left, top right;
    display: table;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-section-of .button:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 5px;
    background-color: #f1f1f1;
    left: -35px;
    right: auto;
    top: 50%;
    transform: translate(-100%, -2.5px);
    -webkit-transform: translate(-100%, -2.5px);
    -moz-transform: translate(-100%, -2.5px);
    -ms-transform: translate(-100%, -2.5px);
    -o-transform: translate(-100%, -2.5px);
}
.about-section-of .button:after {
    content: '';
    position: absolute;
    width: 65%;
    height: 5px;
    background-color: #f1f1f1;
    right: -35px;
    left: auto;
    top: 50%;
    transform: translate(100%, -2.5px);
    -webkit-transform: translate(100%, -2.5px);
    -moz-transform: translate(100%, -2.5px);
    -ms-transform: translate(100%, -2.5px);
    -o-transform: translate(100%, -2.5px);
}
.about-section-of .button.active {
    margin: 0 auto 20px auto;
}
.about-section-of .button small {
    display: block;
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0px;
}
.about-section-of .button small:after {
    content: '';
    position: absolute;
    bottom: -11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--main-color);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.about-section-of-data {
    text-align: initial;
    padding: 40px 0px 40px 0px;
    background-color: #eff6ff;
    display: none;
}
.about-section-of h6 {
    font-size: 23px;
    text-transform: unset;
    font-weight: 600;
    margin: 0 0 15px 0
}
.about-section-of .box-rows ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.about-section-of .box-rows ul li {
    margin-bottom: 4px;
    font-size: 15px;
    color: var(--black);
    padding: 0 0 0 22px;
    font-weight: 400;
    position: relative;
    text-align: justify;
}
.about-section-of .box-rows ul li:last-child {
    margin-bottom: 0;
}
.about-section-of .box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: var(--main-color);
    width: 10px;
    height: 10px;
    border-radius: 50% 0px;
}
.box-rows:not(:last-child) {
    margin: 0 0 20px 0;
}
.about-section-of .box-rows h5,
.about-section-of .box-rows h4 {
    font-size: 24px;
    margin-bottom: 7px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}
.about-section-of .box-rows .about-section-hading {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    background: var(--main-color);
    padding: 6px 15px;
    border-radius: 6px;
    color: var(--white);
}
.about-section-of .sub-boxess strong {
    font-size: 18px;
    margin-bottom: 6px;
    position: relative;
    font-weight: 600;
    display: block;
    line-height: 18px;
}
.about-section-of .sub-boxess {
    padding-left: 20px
}
.about-section-of .sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #00a9b7;
    border-radius: 50%;
    left: -22px;
    top: 10px
}
/****************************************/
/* ========================================================= */
/* READY TO LAUNCH CTA BANNER - PIXEL PERFECT SECTION REDESIGN */
/* ========================================================= */
.services-banner {
    width: 100%;
    padding: 40px 0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    display: block;
    background: var(--light-color);
}
.services-banner .heading-holder {
    margin-bottom: 0;
}
.services-banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}
.services-banner-design {
    outline: none;
    position: relative;
}
/* MAIN TOP ROW */
.launch-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
/* LEFT CAPTION COLUMN */
.services-banner-design .design-caption {
    width: 50%;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.launch-badge {
    margin-bottom: 16px;
}
.launch-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 800;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(37, 99, 235, 0.15);
}
.services-banner-design b.launch-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #475569;
    margin: 0;
    display: block;
}
.launch-desc p:last-child {
    margin-bottom: 0;
}
.launch-desc strong {
    font-weight: 700;
    color: #0f172a;
}
.launch-action {
    margin-top: 24px;
}
.services-banner-design .btn-register.btn-contact-now {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px 11px 24px;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    margin-top: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    text-transform: uppercase;
}
.services-banner-design .btn-register.btn-contact-now:hover {
    background-color: var(--hover-color);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.42);
    color: #ffffff;
}
.services-banner-design .btn-register.btn-contact-now:before {
    display: none;
}
.btn-headset-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.btn-headset-icon.nobg {
    background-color: transparent;
}
.btn-arrow {
    font-size: 16px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}
.btn-register.btn-contact-now:hover .btn-arrow {
    transform: translateX(4px);
}
/* RIGHT VISUAL ILLUSTRATION COLUMN */
.launch-right-visual {
    width: 48%;
    max-width: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.illustration-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.illustration-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
/* BOTTOM HIGHLIGHTS BAR */
.launch-highlights-bar {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 28px;
    border: 1px solid #eef2f6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}
.hl-bar-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}
.hl-bar-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hl-bar-icon svg {
    width: 30px;
    height: 30px;
}
.hl-bar-text strong {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    display: block;
    line-height: 1.25;
    margin-bottom: 2px;
}
.hl-bar-text span {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    display: block;
    line-height: 1.35;
}
.hl-bar-divider {
    width: 1px;
    height: 40px;
    background-color: #e2e8f0;
    flex-shrink: 0;
}
/********************************************/
.more-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    display: inline-flex;
    padding: 12px 20px;
    transition: all 0.5s ease 0s;
    background-color: var(--main-color);
    min-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.more-reviews-btn:hover {
    background-color: var(--hover-color);
    color: var(--white);
}
.common-btn:hover {
    color: var(--white);
}
.common-btn:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--hover-color);
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
}
.common-btn:hover::after {
    background-color: var(--hover-color);
    width: 100%
}
/********************************************/
.blog-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.blog-thumb {
    height: 200px;
    background-size: cover;
    border-bottom: 1px solid #ddd
}
.Recent-blog-section {
    padding: 40px 0 40px 0;
    background-color: #f8f8f8;
}
.Recent-blog-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto
}
.blog-data strong a {
    color: #333;
    font-weight: 600;
    font-size: 17px;
    display: block;
    height: auto !important;
    line-height: 24px;
}
.blog-data strong a:hover {
    color: #4a0
}
.blog-box {
    display: inline-block;
    vertical-align: top;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.blog-box-img a {
    display: block;
}
.blog-box-img a img {
    vertical-align: top;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    width: 100%;
}
.blog-box-content {
    padding: 20px;
}
.blog-box strong {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.blog-box strong::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 1px;
    background-color: var(--main-color);
}
.blog-box strong a {
    display: block;
    font-size: 18px;
    color: var(--black);
    line-height: 1.2em;
}
.blog-box strong a:hover {
    color: var(--main-color);
}
.read-more a {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    color: var(--main-color);
    font-weight: 600
}
.read-more a:hover {
    color: var(--hover-color);
}
.blog-secondary p {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: normal;
    line-height: 25px;
    text-align: justify;
}
/* ============================================================= */
/* ========================================================= */
/* WHY CHOOSE US - EXACT SPACING & ALIGNMENT REDESIGN       */
/* ========================================================= */
.invest-gojek-section {
    padding: 40px 0;
    width: 100%;
}
.invest-gojek-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}
/* CARDS LIST CONTAINER & GAP SPACING */
.invest-gojek-text-caption {
    width: 100%;
}
.invest-gojek-text-caption ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0;
    list-style: none;
}
.invest-gojek-text-caption ul li {
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 350px;
    padding: 30px 30px 30px 30px;
    gap: 10px;
}
.invest-gojek-text-caption ul li:last-child {
    grid-column: span 2;
}
.invest-gojek-text-caption ul li .invest-item-left {
    display: grid;
    grid-template-columns: 108px 52px auto;
    align-items: flex-start;
    gap: 28px;
    padding: 36px 20px 36px 40px;
}
.invest-gojek-text-caption ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

.invest-gojek-text-caption ul li.small_image {
    grid-template-columns: auto 250px;
}
.invest-gojek-text-caption ul li.small_image h4 {
    grid-column: span 2;
    margin: 0;
}
.invest-gojek-text-caption ul li.small_image .invest-right-illustration {
    width: auto;
}

/* 1. LEFT CIRCLE ICON (90px) */
.circle-icon {
    width: 108px;
    height: 108px;
    font-size: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.icon-bg-green {
    background-color: #ecfdf5;
    color: #10b981;
}
.icon-bg-red {
    background-color: #fff1f2;
    color: #f43f5e;
}
.icon-bg-purple {
    background-color: #faf5ff;
    color: #a855f7;
}
/* 2. STEP BADGE & DASHED LINE COLUMN */
.step-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    padding-top: 2px;
}
.step-num {
    width: 52px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 800;
    flex-shrink: 0;
}
.step-green {
    background-color: #ecfdf5;
    color: #10b981;
}
.step-red {
    background-color: #fff1f2;
    color: #f43f5e;
}
.step-purple {
    background-color: #faf5ff;
    color: #a855f7;
}
/* VERTICAL DASHED LINE DIRECTLY BELOW STEP BADGE */
.step-line-dashed {
    flex: 1;
    width: 0;
    border-left: 1.5px dashed;
    margin-top: 14px;
    margin-bottom: 10px;
    opacity: 0.7;
}
.line-green {
    border-color: #a7f3d0;
}
.line-red {
    border-color: #fecdd3;
}
.line-purple {
    border-color: #e9d5ff;
}
/* 3. CONTENT AREA & SPACING */
.invest-gojek-text-caption ul li h4 {
    font-size: 20px;
    font-weight: bold;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 12px;
    margin-top: 0;
}
.highlight-green {
    color: #10b981;
}
.highlight-red {
    color: #f43f5e;
}
.highlight-purple {
    color: #a855f7;
}
/* 4. RIGHT ILLUSTRATION */
.invest-right-illustration {
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: center;
}
.invest-right-illustration svg {
    max-width: 100%;
    height: auto;
}
/********************************/
/* ========================================================= */
/* WHAT WE OFFER SECTION - PIXEL PERFECT SECTION REDESIGN     */
/* (NO REPEATED GLOBAL HEADING / DESCRIPTION CSS)            */
/* ========================================================= */
.features-box {
  margin: 0;
  padding: 40px 0;
  background-color: var(--light-color);
  width: 100%;
}
.features-box-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.features-box-bottom-inner {
  margin-top: 20px;
  width: 100%;
}
.features-box ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
.features-box ul li {
  padding: 0;
  display: block;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-box ul li:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}
/* BASE CARD INNER STYLING */
.besoft-service-box-inner {
    position: relative;
    z-index: 1;
    padding: 30px;
    min-height: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* CARD 1: PURPLE THEME */
.besoft-service-box-inner.features_bg1 {
  background: linear-gradient(180deg, #faf5ff 0%, #ffffff 100%);
  border: 1px solid #f3e8ff;
}
/* CARD 2: ORANGE THEME */
.besoft-service-box-inner.features_bg2 {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
  border: 1px solid #ffedd5;
}
/* CARD 3: GREEN THEME */
.besoft-service-box-inner.features_bg3 {
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
  border: 1px solid #dcfce7;
}
/* ICON CONTAINER WITH PASTEL CIRCLE & DECORATIVE DOTS */
.besoft-service-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 44px;
}
.besoft-service-icon.icon-purple {
  background-color: #f3e8ff;
}
.besoft-service-icon.icon-orange {
  background-color: #ffedd5;
  color: #ea580c;
}
.besoft-service-icon.icon-green {
  background-color: #dcfce7;
}
/* TITLE & TWO-TONE COLOR TEXT */
.besoft-service-title {
  width: 100%;
  width: calc(100%);
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: -ms-calc(100%);
  width: -o-calc(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.besoft-service-title strong {
    font-size: 22px;
    font-weight: 600;
    display: block;
    color: #000;
}
.title-purple span { color: #8b5cf6; }
.title-orange span { color: #ea580c; }
.title-green span { color: #16a34a; }
/* BUTTONS STYLING */
.btn-offer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 17px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
.btn-arrow {
  font-size: 15px;
  transition: transform 0.3s ease;
}
.btn-offer:hover .btn-arrow {
  transform: translateX(3px);
}
/* PURPLE BUTTON */
.btn-purple {
  background-color: #8b5cf6;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.28);
}
.btn-purple:hover {
  background-color: #7c3aed;
  box-shadow: 0 12px 24px rgba(139, 92, 246, 0.38);
  color: #ffffff;
}
/* ORANGE BUTTONS (DUAL BUTTON BLOCK) */
.small-button-block {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
.btn-orange-solid {
  background-color: #ea580c;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.28);
  padding: 11px 18px;
}
.btn-orange-solid:hover {
  background-color: #c2410c;
  box-shadow: 0 12px 24px rgba(234, 88, 12, 0.38);
  color: #ffffff;
}
.btn-orange-outline {
  background-color: #ffffff;
  color: #ea580c;
  border: 1.5px solid #fdba74;
  padding: 10px 18px;
}
.btn-orange-outline:hover {
  background-color: #fff7ed;
  border-color: #ea580c;
  color: #c2410c;
}
/* GREEN BUTTON */
.btn-green {
  background-color: #059669;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(5, 150, 105, 0.28);
}
.btn-green:hover {
  background-color: #047857;
  box-shadow: 0 12px 24px rgba(5, 150, 105, 0.38);
  color: #ffffff;
}
/********************************************/
.flow-video-section {
    padding: 20px 0 0 0;
    position: relative;
    z-index: 2;
    margin: 0px;
}
.flow-video-section .video-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0;
    position: relative;
}
.flow-video-section .video-main .video-box {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.flow-video-section .video-main .video-box p {
    font-size: 14px;
    line-height: 22px;
}
.flow-video-section .video-main .video-box strong {
    font-size: 18px;
    display: block;
    font-weight: bold;
}
.flow-video-section .video-icon {
    position: absolute;
    bottom: 0;
    right: 10px;
    left: auto;
}
.flow-video-section .video-main .video-block {
    cursor: pointer;
}
.flow-video-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    align-items: center
}
.video-block {
    height: auto;
    display: block;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.21);
    position: relative;
    z-index: 0;
    margin: 0 auto;
    max-width: 100%;
}
.flow-video-section .video-main .video-block .play-anim-ico {
    left: auto;
    top: auto;
    bottom: 10px;
    right: 10px;
}
.video-block.no_video .video-icon {
    display: none;
}
.video-block.no_video {
    pointer-events: none;
}
.flow-video-section .video-block::before {
    content: '';
    padding-top: 56.14%;
    display: block;
    width: 100%;
}
.flow-video-section .heading-area p {
    margin-bottom: 10px;
}
.flow-video-section .heading-area {
    align-items: flex-start;
}
.video-block img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
}
.flow-video-section .video-block img {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.video-left {
    width: 49%;
}
/********************************************/
/* ========================================================= */
/* GLOBAL CLIENTS SECTION - FULL BROWSER VENDOR PREFIXES     */
/* (NO REPEATED GLOBAL HEADING / DESCRIPTION CSS)            */
/* ========================================================= */
.slider-part.style1.global-clients-section {
    padding: 40px 0;
    text-align: left;
    position: relative;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    width: 100%;
}
.slider-part-inner.global-clients-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
/* MASONRY PHOTO GRID & ORIGINAL ROW FLEX */
.masonry.client-photo-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.masonry ._row_ {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.masonry-block_ {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.masonry-block_ img {
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    margin: 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.masonry-block_:hover img {
    transform: scale(1.04);
}
/* ALL ORIGINAL COL- WIDTH CALCULATIONS WITH VENDOR PREFIXES */
.masonry-block_.col-7 {
    width: calc(60.7% - 10px);
    width: -o-calc(60.7% - 10px);
    width: -ms-calc(60.7% - 10px);
    width: -moz-calc(60.7% - 10px);
    width: -webkit-calc(60.7% - 10px);
}
.masonry-block_.col-5 {
    width: calc(39.3% - 10px);
    width: -o-calc(39.3% - 10px);
    width: -ms-calc(39.3% - 10px);
    width: -moz-calc(39.3% - 10px);
    width: -webkit-calc(39.3% - 10px);
}
.masonry-block_.col-6 {
    width: calc(52.4% - 10px);
    width: -o-calc(52.4% - 10px);
    width: -ms-calc(52.4% - 10px);
    width: -moz-calc(52.4% - 10px);
    width: -webkit-calc(52.4% - 10px);
}
.masonry-block_.col-3 {
    width: calc(24.32% - 10px);
    width: -o-calc(24.32% - 10px);
    width: -ms-calc(24.32% - 10px);
    width: -moz-calc(24.32% - 10px);
    width: -webkit-calc(24.32% - 10px);
}
.masonry-block_.col-3_1 {
    width: calc(23.2% - 10px);
    width: -o-calc(23.2% - 10px);
    width: -ms-calc(23.2% - 10px);
    width: -moz-calc(23.2% - 10px);
    width: -webkit-calc(23.2% - 10px);
}
.masonry-block_.col-6_1 {
    width: calc(52% - 10px);
    width: -o-calc(52% - 10px);
    width: -ms-calc(52% - 10px);
    width: -moz-calc(52% - 10px);
    width: -webkit-calc(52% - 10px);
}
.masonry-block_.col-6_2 {
    width: calc(48% - 10px);
    width: -o-calc(48% - 10px);
    width: -ms-calc(48% - 10px);
    width: -moz-calc(48% - 10px);
    width: -webkit-calc(48% - 10px);
}
.masonry-block_.col-5_1 {
    width: calc(46.3% - 10px);
    width: -o-calc(46.3% - 10px);
    width: -ms-calc(46.3% - 10px);
    width: -moz-calc(46.3% - 10px);
    width: -webkit-calc(46.3% - 10px);
}
.masonry-block_.col-3_2 {
    width: calc(26.6% - 10px);
    width: -o-calc(26.6% - 10px);
    width: -ms-calc(26.6% - 10px);
    width: -moz-calc(26.6% - 10px);
    width: -webkit-calc(26.6% - 10px);
}
.masonry-block_.col-3_3 {
    width: calc(27% - 10px);
    width: -o-calc(27% - 10px);
    width: -ms-calc(27% - 10px);
    width: -moz-calc(27% - 10px);
    width: -webkit-calc(27% - 10px);
}
.masonry-block_.col-33 {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
}
.masonry-block_.col-2 {
    width: calc(21.4% - 10px);
    width: -o-calc(21.4% - 10px);
    width: -ms-calc(21.4% - 10px);
    width: -moz-calc(21.4% - 10px);
    width: -webkit-calc(21.4% - 10px);
}
/* CARD 6: VIEW MORE CTA CARD */
.masonry-block_ a.view-more.view-more-cta-box {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    width: 100%;
}
.masonry-block_ a.view-more.view-more-cta-box::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-size: 10px 10px;
    pointer-events: none;
}
.masonry-block_ a.view-more.view-more-cta-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.4);
}
.cta-inner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 2;
}
.cta-users-icon {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
}
.cta-arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.view-more-cta-box:hover .cta-arrow-btn {
    transform: scale(1.08);
}
/* BOTTOM HIGHLIGHTS BAR */
.clients-highlights-bar {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 22px 28px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.hl-bar-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}
.hl-bar-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hl-bar-text strong {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    display: block;
    margin-bottom: 2px;
    text-align: left;
}
.hl-bar-text span {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    display: block;
    line-height: 1.35;
}
.hl-bar-divider {
    width: 1px;
    height: 40px;
    background-color: #e2e8f0;
    flex-shrink: 0;
}
/********************************************/
.gojekclone-video-section {
    position: relative;
    padding: 40px 0 40px;
    background-color: #f8f8f8;
}
.gojekclone-video-section .video-block {
    cursor: pointer;
}
.gojekclone-video-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.gojekclone-video-section .gojekclone-video-row {
    display: grid;
    grid-template-columns: 1fr 434px 1fr;
    width: 100%;
    align-items: center;

}
.gojekclone-video-section .gojekclone-video-row>div {
    display: grid;
    gap: 18px;
    align-items: center;
}
.gojekclone-video-section strong {
    font-size: 18px;
    display: block;
    color: #000;
    margin-bottom: 6px;
}
.gojekclone-video-column.have_screen {
    text-align: center;
    background-image: url(../images/home-up-2027/gojek-background.webp);
    background-size: 100% auto;
    background-position: top 10px center;
    background-repeat: no-repeat;
    max-width: 100%;
    justify-content: center;
}
.gojekclone-video-section-buttons {
    margin-top: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.gojekclone-video-section .gojekclone-video-row>div .play-anim-ico {
    left: auto;
    top: auto;
    margin: 0;
    right: 10px;
    bottom: 10px;
}
/********************************************/
.getlive {
    background-color: #fff1ce;
}
.getlive-inner {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1300px;
    max-width: 100%;
    padding: 0px 15px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.getlive-left {
    width: 18%;
}
.getlive-right {
    width: 80%;
    position: relative;
}
/********************************************/
.faq {
    padding: 40px 0;
    background-color: #fff;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
}
.faq_list li strong {
    font-size: 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px 15px 20px;
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    background-color: var(--border-light);
}
.faq_list li p {
    padding: 0 20px;
}
/* ========================================================= */
/* AI FEATURES SECTION - BENTO GRID EXACT REDESIGN           */
/* ========================================================= */
:root {
    --primary-blue: #2563eb;
    --text-dark: #0f172a;
    --text-muted: #475569;
    --border-light: #f1f5f9;
    --card-bg: #ffffff;
}
.ai-features {
    padding: 40px 0;
    font-family: var(--font-family-base);
    background-color: #f8f8f8;
}
.ai-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.section-badge {
    margin-bottom: 14px;
}
/* BENTO GRID SYSTEM (5 COLUMNS) */
.ai-bento-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}
/* CARD BASE STYLES */
.ai-features .card {
    background-color: var(--card-bg);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--border-light);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.ai-features .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}
/* FALLBACK IMAGE HIDE IF TEXT PRESENT */
.ai-features .card .fallback-img {
    display: none;
}
/* ICON BOXES */
.ai-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
    font-size: 36px;
}
.green-whatsapp {
    background-color: #ffffff;
    color: #25d366;
    box-shadow: 0 0 10px 0 rgba(37, 99, 235, 0.2);
    width: 75px;
    height: 75px;
    font-size: 45px;
    margin-bottom: 5px;
}
.icon-green {
    background-color: #ecfdf5;
    color: #10b981;
}
.icon-amber {
    background-color: #fff7ed;
    color: #f97316;
}
.icon-purple {
    background-color: #faf5ff;
    color: #a855f7;
}
.icon-pink {
    background-color: #fdf2f8;
    color: #ef4444;
}
.icon-blue {
    background-color: #eff6ff;
    color: #2563eb;
}
.icon-teal {
    background-color: #f0fdfa;
    color: #0d9488;
}
.icon-booster {
    background-color: #fff1f2;
    color: #f43f5e;
}
/* CARD TYPOGRAPHY */
.ai-features .card strong {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 8px;
    display: block;
    font-family: var(--font-family-base);
}
.ai-features .card p {
    font-size: 15px;
    text-align: left;
}
/* BENTO SPANNING SIZES */
.card-2x2 {
    grid-column: span 2;
    grid-row: span 2;
}
.card-1x1 {
    grid-column: span 1;
}
.card-2x1 {
    grid-column: span 2;
}
.card-cta {
    grid-column: span 3;
}
/* FEATURED CARD 1 (WHATSAPP INTEGRATION) */
.ai-features .card.card-featured {
    background-color: #f3f7ff;
    border-radius: 24px;
    padding: 28px 28px 0 28px;
    border: 1px solid #e0ebff;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured-card-header .fet-caption {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.featured-card-header .fet-caption strong {
    font-size: 18px;
    font-weight: bold;
    color: var(--text-dark);
    margin-bottom: 0;
}
.btn-how-it-works {
    background-color: var(--main-color);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-how-it-works:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.35);
    color: #ffffff;
}
.play-icon-sm {
    font-size: 10px;
    margin-left: 2px;
}
.ai-features .image__box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ai-features .image__box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
/* CARD 8 (DRIVER INCOME BOOSTER) */
.card-booster .booster-content {
    display: flex;
    align-items: center;
    gap: 16px;
}
.card-booster .booster-text strong {
    font-size: 16px;
    margin-bottom: 4px;
}
.card-booster .booster-text p {
    font-size: 13.5px;
    margin: 0;
}
/* CARD 9 (EXPLORE MORE CTA CARD) */
.ai-features a.card-cta {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 20px;
    padding: 24px 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    display: grid;
    grid-template-columns: auto 46px;
    gap: 20px;

}
.ai-features a.card-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.4);
}
.cta-left {
    display: flex;
    align-items: center;
    gap: 18px;
}
.cta-spark-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cta-text-group strong {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
}
.cta-text-group p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}
.cta-arrow-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.ai-features a.card-cta:hover .cta-arrow-btn {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}
/* __________________________________________________________ */

/********************************************/
/* RESPONSIVE DESIGN */
@media screen and (min-width:1921px) {
    .wrapper {
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
    }
}
@media screen and (max-width:1920px) {
    .wrapper {
        overflow: hidden;
    }
    .payment-right img {
        min-width: 40.9vw;
    }
}
@media screen and (max-width:1400px) {
    .shark-package {
        background-image: none;
    }
    .package-info-left img {
        max-width: 100%;
        position: relative;
        width: 43vw;
        left: -15px;
    }
    .new-banner h1.head-style {
        font-size: 50px;
    }
    p {
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 1279px) {
    .new-banner h1.head-style {
        font-size: 44px;
    }
    .trust-bar {
        flex-wrap: wrap;
        gap: 14px;
    }
    .trust-divider {
        display: none;
    }
    .testimonial-section .review-name {
        font-size: 13px;
    }
    /*******************************/
    .main-banner .logo {
        left: 50%;
    }
    ul.primary-features li>div {
        padding: 10px 20px 10px 18px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    }
    ul.primary-features li span {
        font-size: 18px;
    }
    .new-banner .new-banner-left .new-banner-caption>h2 strong {
        line-height: 38px;
        margin-bottom: 10px;
    }
    .new-banner .new-banner-left .new-banner-caption>h2 {
        line-height: 33px;
    }
    .features ul li strong {
        font-size: 20px;
        line-height: normal;
    }
    /*********************************************/
    /*********************************************/
    .main-banner-right:after {
        right: 0;
    }
    /*********************************************/
    .main-cat-block {
        width: 100%;
        margin: 0 auto;
    }
    .services-banner-design .design-caption {
        width: 50%;
    }
}
@media (max-width: 1100px) {
    [data-toggle="popup"],
    .btn-button {
        padding: 0px 25px 0px 25px;
    }
    ul.sitemap:before,
    .main-cat-block:before,
    .main-cat-block:after,
    .shark-package-pro:after {
        display: none;
    }
    ul.sitemap {
        margin-top: 10px;
    }
    .launch-highlights-bar {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 20px;
    }
    .hl-bar-divider {
        display: none;
    }
    .clients-highlights-bar {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 20px;
    }
    .hl-bar-divider {
        display: none;
    }
    .process {
        background-image: none;
    }
    .process-flex {
        max-width: 1142px;
        width: auto;
    }
    /****************************************/
    .script-package-row-flow {
        grid-template-columns: repeat(3, 1fr);
    }
    /****************************************/
    .invest-gojek-text-caption ul li:last-child {
        grid-column: span 1;
    }
    .invest-gojek-text-caption ul {
        grid-template-columns: 100%;
    }
    .invest-gojek-text-caption ul li.small_image .invest-right-illustration {
        margin-top: -55px;
    }
    /****************************************/
}
@media (max-width: 1024px) {
    ul.primary-features li:after {
        font-size: 25px;
        top: 0;
    }
    ul.primary-features li {
        width: 50%;
    }
    /*********************************/
    ul.app-explain {
        display: none;
    }
    ul.payment-logos li {
        width: 25%;
    }
    /****************************/
    .new-banner-left {
        width: auto;
        margin: 0 0 0 0;
    }
    .new-banner-caption {
        padding: 0;
        margin: 0;
    }
    .new-banner-right {
        width: 100%;
        display: block;
    }
    .banner-button-block {
        text-align: center;
    }
    /*********************************/
    .features ul {
        grid-template-columns: repeat(3, 1fr);
    }
    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    /**********************************/
    .features-box ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonial-section-row-flow ul {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 991px) {
    .new-banner-left,
    .new-banner-right {
        width: 100%;
        max-width: 100%;
    }
    .new-banner-left {
        margin-bottom: 40px;
    }
    ul.primary-features li {
        flex: 1 1 calc(50% - 10px);
    }
    /*************************/
    /***************************************/
    .new-banner {
        background-image: none;
    }
    ul.primary-features {
        margin: 0;
        order: 3;
    }
    .new-banner-left {
        width: 100%;
        order: 2;
        padding: 0;
    }
    .new-banner-right {
        order: 1;
        text-align: center;
    }
    /***************************************/
    .banner-ser-icons,
    .banner-ser-icons-movement {
        display: none;
    }
    /********************************************/
    .right-artical {
        display: none;
    }
    .left-artical {
        width: 100%;
    }
    .services-tabs_content ul li.towwidth.last.half {
        width: 100%;
    }
    /********************************************/
    ul.sitemap {
        justify-content: center;
    }
    /*********************************************/
    .components-section-left {
        width: 100%;
        padding-right: 10px;
    }
    .components-section-right {
        width: 100%;
        padding-left: 10px;
    }
    .components-section-row {
        flex-direction: column;
        align-items: center;
        display: block;
    }
    .slogan-caption strong {
        font-size: 32px;
    }
    /*********************************************/
    .product-version-block.basic_version .services-tabs_container {
        min-height: initial !important;
    }
    .more_ser.active {
        height: 100%;
        overflow-y: auto;
    }
    /********************************************/
    .features-box ul {
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }
    .features-box ul li:last-child {
        grid-column: span 2;
    }
    /********************************************/
    [class*="round-anim"] {
        display: none;
    }
    /**************************/
    .script-left {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .script-right {
        width: 100%;
    }
    /*******************************************/
    .flex-row {
        flex-wrap: wrap;
    }
    .video-right {
        margin-top: 70px;
        z-index: 2;
        margin-left: -140px;
    }
    .video-main .video-block {
        display: inline-block;
        margin: 0 0 0 0;
    }
    .video-main {
        flex-wrap: wrap;
        justify-content: center;
    }
    .video-main .video-block.video-left {
        margin-bottom: 60px;
    }
    .video-row {
        width: 100%;
        text-align: center;
    }
    /**************************/
    .single-video .free-text-section-inner {
        display: block;
    }
    .free-text-section {
        padding: 50px 0 55px;
    }
    .single-video .right-part .text-caption {
        margin: 0;
    }
    .free-text-section-inner {
        grid-template-columns: 100%;
    }
    .free-text-section p:last-child {
        margin-bottom: 0;
    }
    .main-banner .logo {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .components-section-middle {
        margin: 0 auto;
    }
    ul.services-tabs {
        display: none;
    }
    .services-tabs_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }
    .services-tabs_content {
        padding: 20px;
        border-left: none;
        border-radius: 0;
        border: solid #dedede 1px;
        border-top: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .services-tabs_content ul.havefive li {
        width: 33.33%;
    }
    .tab_drawer_heading {
        color: #585858;
        margin: 10px 0px;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        text-align: left;
        box-shadow: 0 0 0 1px #dedede inset;
        border-radius: 6px;
        margin: 0 0 15px;
        font-size: 18px;
        font-weight: 600;
    }
    .tab_drawer_heading:hover {
        background: #00a9b7;
        color: white;
    }
    .d_active {
        background: #00a9b7;
        color: var(--white);
        margin: 0;
        border-radius: 10px 10px 0px 0px;
        border: solid 1px #00a9b7;
        box-shadow: none;
    }
    ul.reviews-list li.morereview a {
        font-size: 22px;
        line-height: 22px;
    }
    /*****************************************/
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /*****************************************/
    .features ul li strong {
        font-size: 18px;
        margin-bottom: 8px;
    }
    /*******************************/
    ul.reviews-list {
        grid-template-columns: repeat(3, 1fr);
    }
    /**************************************/
    .new-features-list li {
        padding: 0px 15px 15px;
        width: 50%;
    }
    .new-features-list li:nth-last-child(1),
    .new-features-list li:nth-last-child(2) {
        width: 100%;
    }
    .new-features-list li .new-list img {
        max-width: 100%;
    }
    /**********************************/
    .new-banner h1.head-style {
        font-size: 45px;
    }
    .new-banner .new-banner-left .new-banner-caption>h2,
    .new-banner .new-banner-left .new-banner-caption>h2 strong {
        font-size: 24px;
        max-width: 100%;
    }
    .new-banner p b br {
        display: none;
    }
    .besoft-service-title {
        min-height: auto;
        justify-content: flex-start;
    }
    /*********************************************/
    .about-section-of .button {
        margin: 0 auto 0 auto;
        padding: 5px 15px;
        font-size: 20px;
    }
    .flow-video-section~.services-banner {
        padding: 40px 0;
        background-color: #f8f8f8;
    }
    .services-banner-inner {
        padding: 0 15px;
    }
    .services-banner-design {
        background-image: none !important;
    }
    .services-banner-design .design-caption {
        width: 100%;
    }
    .services-banner.revert .services-banner-design {
        background-image: none !important;
    }
    .services-banner-design.noimg .design-caption {
        display: block;
    }
    .services-banner-design.noimg {
        padding: 30px 20px;
    }
    /*******************************/
    .gojekclone-video-section .gojekclone-video-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .gojekclone-video-section .gojekclone-video-row>div {
        grid-template-columns: 1fr 1fr;
    }
    .gojekclone-video-column.have_screen {
        display: none !important;
    }
    /*******************************/
    .flow-video-section~.services-banner {
        padding: 40px 0;
        background-color: #f8f8f8;
    }
    .flow-video-section .video-block {
        display: block;
        max-width: 710px;
        margin: 0 auto;
    }
    .video-right {
        width: 100%;
    }
    .flow-video-section .video-main {
        flex-wrap: wrap;
        text-align: center;
    }
    .flow-video-section .heading-area {
        display: block;
    }
    .flow-video-section .heading-area p {
        text-align: center;
    }
    .flow-video-section .video-main .video-box {
        text-align: justify;
    }
    .flow-video-section .video-main {
        grid-template-columns: 1fr 1fr;
    }
    .flow-video-section .video-main .video-box:last-child {
        grid-column: span 2;
    }
    /*******************************/
    ul.sitemap.advance_component {
        display: flex;
        flex-wrap: wrap;
    }
    ul.sitemap.advance_component li {
        width: calc(50% - 10px);
    }
    /*******************************/
    .about-section-of {
        padding: 30px 0;
    }
    .ai-features .grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .blog-row {
        grid-template-columns: 1fr 1fr;
    }
    /*************************/
    .free-text-section .left-part,
    .free-text-section .right-part {
        width: 100%;
        max-width: 100%;
    }
    .heading-holder h3.headStyle {
        font-size: 30px;
    }
    .invest-gojek-text-caption ul li,
    .invest-gojek-text-caption ul li .invest-item-left {
        gap: 20px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .invest-gojek-text-caption ul li .invest-item-left {
        padding: 24px;
    }
    .invest-right-illustration img {
        max-width: 450px;
        width: 100%;
    }
    .step-column {
        flex-direction: row;
        align-self: center;
        gap: 10px;
    }
    .invest-gojek-caption,
    .invest-gojek-text-caption ul li.small_image h4 {
        text-align: center;
    }
    .step-line-dashed {
        display: none;
    }
    .invest-right-illustration {
        align-self: center;
        width: 100%;
        margin-top: 16px;
    }
    .invest-gojek-text-caption ul li.small_image .invest-right-illustration {
        margin-top: 0;
    }
    /****************************/
    .launch-main-row {
        flex-direction: column;
        gap: 30px;
    }
    .services-banner-design .design-caption,
    .launch-right-visual {
        width: 100%;
        max-width: 100%;
    }
    /****************************/
    .testimonial-section-row-flow ul {
        grid-template-columns: repeat(3, 1fr);
    }
    /****************************/
}
@media (max-width: 767px) {
    .headStyle {
        position: relative;
        font-size: 28px;
        line-height: 28px;
    }
    .main-banner-caption .btn-block a.demo-btn {
        white-space: nowrap;
    }
    [data-toggle="popup"],
    .btn-button {
        min-height: 65px !important;
        width: 100%;
        margin: 0 0 15px !important;
        justify-content: center;
    }
    .banner-caption h1 {
        font-size: 35px;
    }
    .banner-caption strong {
        font-size: 20px;
    }
    .banner-ser-icons {
        display: none;
    }
    .main-banner-right {
        padding-left: 0;
    }
    .main-banner-caption {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 0;
        padding-top: 0;
    }
    .main-banner h1 {
        line-height: normal;
        margin: 0;
    }
    .main-banner-caption .btn-block a {
        margin: 10px 4px;
    }
    /*******************************/
    .masonry-block_[class*="col-"] {
        width: 100%;
        margin: 0;
    }
    .masonry-block_ a.view-more.view-more-cta-box {
        padding: 20px;
    }
    .masonry-block_ a.view-more img {
        height: 80px;
    }
    ._TAB_ {
        width: 100%;
    }
    .features ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .features ul li:last-child {
        grid-column: span 1;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .new-features-list li {
        padding: 0px 0px 15px;
        width: 100%;
    }
    .offering ul li,
    .offering ul li:nth-last-child(3),
    .offering ul li:nth-last-child(4),
    .offering ul li:nth-last-child(2) {
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }
    /*********************************************/
    .services-banner-design {
        background-image: none;
        width: 100%;
        text-align: center;
    }
    .services-banner-design .design-caption {
        justify-content: center;
        text-align: center;
    }
    .services-banner-design .design-caption .heading-dots {
        margin: 15px auto;
    }
    /******************************************/
    .features-box ul {
        padding: 0;
        grid-template-columns: 100%;
    }
    .features-box ul li:last-child {
        grid-column: span 1;
    }
    /******************************************/
    .besoft-service-title {
        min-height: auto;
    }
    .ai-features .grid {
        grid-template-columns: 100%;
    }
    .ai-features .card-2x2 {
        grid-column: auto;
        grid-row: auto;
    }
    /********************************************/
    .ai-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-2x2,
    .card-2x1,
    .card-cta {
        grid-column: span 1;
    }
    .ai-features .image__box {
        position: relative;
    }
    .script-package-row-flow {
        grid-template-columns: repeat(2, 1fr);
    }
    .catrow:last-child {
        grid-column: span 2;
    }
    .features ul li:last-child::after {
        display: none;
    }
    .features ul li:last-child {
        padding: 24px;
    }
}
@media (max-width: 640px) {
    .offering ul li,
    .offering ul li:nth-last-child(5),
    .offering ul li:nth-last-child(2) {
        width: 100%;
    }
    .package-info.blue-bg .package-info-inner .package-info-left {
        padding-bottom: 0;
        margin: 0;
    }
    .offering ul li {
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }
    /*********************************/
    .new-banner h1.head-style {
        font-size: 45px;
    }
    .other-services-item {
        width: 100%;
        margin: 0 0 20px 0;
        box-shadow: none;
    }
    .other-services .slick-slide {
        padding: 0;
        margin: 0;
    }
    .other-services.slick-slider .slick-list {
        min-height: 355px;
    }
    .video-row-flow ul li {
        width: 50%;
    }
    .blog-box {
        width: 100%;
    }
    .blog-box strong a {
        height: auto !important;
    }
    .about-section-of .button small {
        font-size: 20px;
        line-height: 1.2em;
    }
    .flow-video-section .video-main {
        display: flex;
        flex-direction: column;
    }
    .besoft-service-title {
        width: 100%;
    }
    .besoft-service-content {
        justify-content: center;
        text-align: center;
    }
    .gojekclone-video-section .gojekclone-video-row>div {
        grid-template-columns: 100%;
    }
    ul.sitemap {
        justify-content: center;
        grid-template-columns: 100%;
    }
    ul.sitemap.advance_component li {
        width: 100%;
    }
    .invest-gojek-text-caption ul li .invest-gojek-caption {
        width: 100%;
        margin-top: 10px;
    }
    /***********************/
    .v3cube-clients-section-left,
    .v3cube-clients-section-inner {
        gap: 10px;
    }
    /***********************/
    .v3cube-clients-section-left,
    .v3cube-clients-section-right {
        grid-column: span 1;
    }
    /***********************/
    ul.sitemap.advance_component li.full_width .main-cat-block {
        display: flex;
        flex-direction: column;
    }
    ul.sitemap.advance_component li.full_width .main-cat-block.inverse {
        flex-direction: column-reverse;
    }
    .faq_list {
        grid-template-columns: 100%;
    }
    .features {
        padding: 40px 0;
        background: linear-gradient(to top, #f8f8f8, #fff);
    }
    .blog-row {
        grid-template-columns: 100%;
    }
    /*******************************/
    .intro-highlights-bar {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 14px;
    }
    .hl-divider {
        display: none;
    }
    .heading-holder .headStyle {
        font-size: 30px;
    }
    .invest-gojek-text-caption ul li h4 {
        font-size: 17px;
    }
    /***********************************/
    .launch-highlights-bar {
        grid-template-columns: 1fr;
    }
    .services-banner-design .btn-register.btn-contact-now {
        width: 100%;
        justify-content: center;
    }
    /***********************************/
    .masonry-block_[class*="col-"] {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .clients-highlights-bar {
        grid-template-columns: 1fr;
    }
    /***********************************/
    .features-box ul {
        grid-template-columns: 1fr;
    }
    .besoft-service-box-inner {
        padding: 28px 22px;
    }
    .small-button-block {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-offer {
        justify-content: center;
    }
    /***********************************/
    .testimonial-section-row-flow ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /***********************************/
    
}
@media (max-width: 576px) {
    /******************************************/
    .heading-holder h3.headStyle {
        font-size: 28px;
    }
    .heading-holder h3.headStyle br {
        display: none;
    }
    .ai-bento-grid {
        grid-template-columns: 1fr;
    }
    .card-2x2,
    .card-1x1,
    .card-2x1,
    .card-cta {
        grid-column: span 1;
    }
    .cta-left {
        flex-direction: column;
        align-items: flex-start;
    }
    /******************************************/
    .new-banner h1.head-style {
        font-size: 32px;
    }
    .banner-metrics-row {
        gap: 12px;
    }
    .new-banner .banner-button-block {
        flex-direction: column;
        align-items: stretch;
    }
    .new-banner a.pricing,
    .new-banner a.bn-video,
    .new-banner a.buynow {
        width: 100%;
        justify-content: center;
    }
    ul.primary-features li {
        flex: 1 1 100%;
    }
    .testimonial-section .testimonial-single-item.more-testimonials {
        font-size: 18px;
    }
    .script-package-row-flow {
        grid-template-columns: 1fr;
    }
    .catrow {
        padding: 24px 18px;
    }
    .catrow:last-child {
        grid-column: span 1;
    }
}
@media screen and (max-width:480px) {
    /***********************************/
    ul.primary-features li {
        width: 100%;
        padding: 0;
    }
    /***********************************/
    .payment-logos>li {
        width: 100%;
    }
    /***********************************/
    .right-arrow,
    .both-arrow {
        display: none;
    }
    /***********************************/
    .components-text .heading {
        font-size: 18px;
    }
    .components-text .text {
        font-size: 15px;
    }
    /***********************************/
    .new-banner h1.head-style {
        font-size: 35px;
        line-height: 1em;
        margin: 0 0 10px 0;
    }
    .new-banner .new-banner-left .new-banner-caption>h2,
    .new-banner .new-banner-left .new-banner-caption>h2 strong {
        font-size: 20px;
        line-height: 1.2em;
    }
    /***********************************/
    .catrow {
        width: 100%;
    }
    ul.reviews-list li.morereview a:before,
    ul.reviews-list li.morereview a:after {
        display: none;
    }
    ul.sitemap li {
        width: 100%;
        padding: 0 0 0 7px;
    }
    ul.sitemap li:last-child {
        margin-bottom: 0;
    }
    .vietnam-section .play-anim-ico.theme {
        margin: -20px;
    }
    .new-banner a {
        min-width: inherit;
        height: 50px;
        font-size: 18px;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        cursor: pointer;
    }
    .common-btn,
    .more-reviews-btn {
        border-radius: 5px;
        font-size: 18px;
        padding: 12px 15px;
        min-height: 50px;
    }
}
@media screen and (max-width:360px) {
  .testimonial-section-row-flow ul {
      grid-template-columns: 100%;
  }
}