:root {
    --custom-bg: #f1f8fe;
    --custom-text: #1e293b;
    --custom-red: #ff4d4d;
    --brand-dark: #1d2939;
    --text-muted: #334155;
    --card-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    /* shadow-sm */
}

ul,
li {
    list-style: none;
}

#main-wrapper {
    max-width: 1920px;
    margin: 80px auto 0 auto;
    overflow: hidden;
    background-color: #fff;
}

img {
    max-width: 100%;
}

p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

/******************************************/
.banner {
    background:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.08) 0px,
            rgba(255, 255, 255, 0.08) 0.5px,
            transparent 0.5px,
            transparent 54px),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.08) 0px,
            rgba(255, 255, 255, 0.08) 0.5px,
            transparent 0.5px,
            transparent 54px),
        linear-gradient(to bottom,
            #003d35 0%,
            #1a7a65 40%,
            #6aad90 75%,
            #e8f0df 100%);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 0 0;
    position: relative;
    z-index: 1;
}

.banner-inner {
    max-width: 1170px;
    display: flex;
    padding: 0 15px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-left {
    text-align: center;
    margin-bottom: 15px;
}

.banner-caption h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1em;
}

.banner-caption h1 .gradient-text {
    background: linear-gradient(90deg, #9333EA 0%, #3B82F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
}

.banner-caption h1 span {
    color: #000;
    background: linear-gradient(90deg, #9333EA 0%, #3B82F6 100%);
    padding: 5px 20px 8px 20px;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: #fff;
    line-height: 1em;
}

.banner-caption h1 b {
    font-size: 54px;
    font-weight: bold;
    color: white;
    margin: 0px;
    display: block;
    line-height: 1em;
}

.banner-caption b {
    font-size: 18px;
    color: white;
    font-weight: 300;
    line-height: 1em;
    margin-top: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.banner-caption b strong {
    margin-top: 5px;
    display: block;
}

.banner-caption .banner-btn {
    justify-content: center;
}

.banner p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 10px;
}

.banner p:last-child {
    margin-bottom: 0;
}

.banner-right {
    display: grid;
    width: 100%;
    grid-template-columns: 2fr auto;
    gap: 20px;
    align-items: flex-start;
    margin: 0 auto;
}

.main_image {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    transform-style: preserve-3d;
}

.main_image img {
    object-fit: contain;
    width: 100%;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.wrap {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    gap: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    min-height: 100%;
}

.ask-ai-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(90deg, #9333EA 0%, #3B82F6 100%);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 0px 20px 25px -5px #d8b4fe,
        0px 8px 10px -6px #d8b4fe;
    font-weight: bold;
}

.ask-ai-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.vertical-slider {
    height: 473px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.vertical-slider::before,
.vertical-slider::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 2;
}

.vertical-slider::before {
    top: 0;
    background: linear-gradient(to bottom, white, transparent);
}

.vertical-slider::after {
    bottom: 0;
    background: linear-gradient(to top, white, transparent);
}

.slider-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: verticalScroll 20s linear infinite;
}

.vertical-slider:hover .slider-track {
    animation-play-state: paused;
}

/* Animation */
@keyframes verticalScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.banner-btn {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-btn.center {
    justify-content: center;
}

.banner-btn a {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    background: #00AA13;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    animation: shimmer-sweep 2.4s ease-in-out infinite,
        pulse-shadow 2.4s ease-in-out infinite,
        float 3s ease-in-out infinite;
    transition: background 0.2s ease, transform 0.15s ease;
}

/* Shimmer sweep layer */
.banner-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.22) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shimmer 2.4s ease-in-out infinite;
    pointer-events: none;
}

/* Pause on hover for clean interaction */
.banner-btn a:hover {
    background: #000;
    color: #fff;
    animation-play-state: paused;
}

/******************************************/
.heading-area.center {
    text-align: center;
}

.web-screens h3,
.main-title,
.web-screens h2 {
    line-height: normal;
    font-size: 40px;
    font-weight: bold;
    color: #00AA13;
    text-align: center;
    font-family: 'Exo 2';
    line-height: 1em;
}

.web-screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.web-screens {
    padding: 30px 0 100px 0;
    position: relative;
}

.web-screens-inner>strong {
    font-size: 15px;
    color: #000;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    width: 100%;
}

.web-screens ul {
    width: 1255px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.web-screens ul li .image-holder {
    background-color: #7b7b7b;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.31);
    overflow: hidden;
    display: inline-block;
}

.web-screens ul li .image-holder img {
    max-width: 100%;
    vertical-align: top;
}

.web-caption {
    padding-top: 15px;
    text-align: center;
}

.web-caption img {
    display: inline-block;
    max-width: 100%;
}

.web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1em;
}

.web-screens ul .slick-arrow {
    position: absolute;
    bottom: -30px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 0 1px #00AA13 inset;
    background-repeat: no-repeat;
    background-position: center center;
}

.web-screens ul .slick-arrow {
    position: absolute;
    bottom: -50px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 0 1px #00AA13 inset;
    padding: 0;
    margin: 0;
}

.web-screens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(../images/grab-clone-web-panel/left.png);
}

.web-screens ul .slick-arrow.slick-prev.slick-disabled {
    background-image: url(../images/grab-clone-web-panel/left-dis.png);
}

.web-screens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(../images/grab-clone-web-panel/right.png);
}

.web-screens ul .slick-arrow.slick-next.slick-disabled {
    background-image: url(../images/grab-clone-web-panel/right-dis.png);
}

.web-screens ul .slick-arrow.slick-disabled {
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px #a7a7a7 inset;
}

.web-screens .slick-list {
    overflow: visible;
}

.web-screens .slick-slide {
    margin: 0 15px;
}

.web-caption h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

/* _____________________________________________________________ */
.ai_controls {
    padding: 40px 0;
}

.common-container {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.grid {
    display: grid;
    gap: 20px;
    margin: 15px 0;
}

.card {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px;
    display: grid;
    position: relative;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    gap: 30px;
}

.card_image_area {
    padding: 15px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.card_image_area img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.card-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-number-block {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.feature-number-wrap {
    border: 1px solid #ccc;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    max-width: 30px;
    width: 100%;
    height: 30px;
    display: flex;
}

.feature-card-number {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
}

.text-size-regular {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 15px;
}

.feature-card-line {
    background-color: #ccc;
    width: 100%;
    height: 1px;
}

.card_h_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 15px;
}

.card_h_row .card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    padding: 20px;
}

.card_h_row .card strong {
    font-size: 20px;
}

.card_h_row .card i {
    width: 55px;
    height: 55px;
    background-color: #fff;
    font-size: 30px;
    color: #000;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.card_h_row .card-header {
    justify-content: start;
}

.card_h_row .card i::before {
    color: #000;
}

/* ===== Gradient Backgrounds ===== */
.bg-rose {
    background: #334c11;
}

.bg-blue {
    background: #6b491c;
}

.bg-green {
    background: #174f53;
}

.bg-amber {
    background: #174f53;
}

.bg-slate {
    background: linear-gradient(to bottom, #f1f5f9, #ffffff);
}

.bg-indigo {
    background: #17533f;
}

.bg-pink {
    background: #126732;
}

.bg-slate {
    background: #292929;
}

.bg-orange {
    background: #113a4b;
}

.card strong {
    font-size: 24px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
}

.card p {
    color: #fff;
    margin-bottom: 0;
    text-align: justify;
}

.web-screens.front_sec ul li:first-child {
    display: none;
}

@media (max-width:991px) {
    .banner-caption h1 {
        font-size: 35px;
    }

    .web-screens h3,
    .main-title,
    .web-screens h2 {
        font-size: 28px;
    }

    .card_h_row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:767px) {
    .banner-caption h1 {
        font-size: 28px;
    }

    .text-size-regular {
        font-size: 20px;
    }

    .grid {
        grid-template-columns: 100%;
    }

    .card_h_row {
        grid-template-columns: 100%;
    }

    .card {
        padding: 15px;
    }

    .web-caption strong {
        font-size: 18px;
    }

    .web-screens ul li .image-holder {
        border-radius: 10px;
    }

    .web-screens {
        padding: 40px 0 80px 0;
    }
}