.blue-bg {
    background-color: var(--themeht-primary-color);
}

.gray-bg {
    background-color: #FBFBFB;
}

.curve {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.delivery-parnters {
    padding-left: 50px;
    padding-right: 50px;
}

.img-curve {
    border-radius: 10px;
}

.par-3 {
    padding-right: 0px;
    padding-left: 3rem;
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.position-relative {
    position: relative !important;
    padding: 1.5rem 1.8rem !important;
}

.feature-list li {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 35px;
    font-style: normal;
    font-weight: 400;
}

.feature-list li.w50 {
    font-size: 16px;
    line-height: normal;
    padding-left: 25px;
}

@media (min-width: 991px) {
    .feature-list li.w50 {
        display: inline-block !important;
        width: 49% !important;
    }
}

.feature-list li.w50 i {
    width: 20px;
    height: 20px;
    font-size: 15px;
    top: 0px;
}

.feature-list i {
    position: absolute;
    left: 0;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(54, 179, 126, 0.15);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #36B37E;
    font-size: 20px;
    font-weight: bold;
}


.ai-powered {
    background-color: var(--themeht-primary-color);
    padding: 70px;
    border-radius: 20px;
    color: var(--themeht-white-color);
    margin-top: 100px;
}

.client-bg {
    position: relative;
    z-index: 1;
}

.client-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/clients-bg.png');
    z-index: 10;
    pointer-events: none;
}

@media (min-width: 768px) {
    .logo-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 0;
        border-radius: 8px;
        overflow: hidden;
    }

    .logo-cell {
        border-right: 1px solid #ececf0;
        border-bottom: 1px solid #ececf0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 108px;
        transition: box-shadow 0.18s;
    }

    .logo-cell:last-child,
    .logo-cell:nth-child(6) {
        border-right: none;
    }

    .logo-cell:nth-last-child(-n+6) {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .logo-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        border-radius: 8px;
        height: 352px;
        overflow: scroll;
    }

    .logo-cell {
        border: 1px solid #ececf0;
        display: flex;
        height: 117px;
        align-items: center;
        justify-content: center;
        transition: box-shadow 0.18s;
    }

}



.testimonial-col {
    padding: 32px 24px;
    border-right: 1px solid #e5eaf4;
}

.testimonial-img {
    min-height: 120px;
}

.testimonial-col:last-child {
    border-right: none;
}

.testimonial-title {
    color: var(--themeht-primary-color);
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: bold;
}

.testimonial-text {
    color: var(--themeht-text-color);
    font-size: 1.07rem;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 230px;
}

.efficiency {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 35px;
}

.efficiency li {
    position: relative;
    color: var(--themeht-text-color);
    margin-bottom: 20px;
}

.efficiency li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: var(--themeht-primary-color);
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    left: -35px;
    top: 2px;
}

.affordable {
    background-color: var(--themeht-primary-color);
    padding: 70px;
    border-radius: 20px;
    color: var(--themeht-white-color);
}

.affordable::before {
    content: url('../images/header-left.png');
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9
}

.affordable::after {
    content: url('../images/header-right.png');
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9
}

.category-card {
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    width: 123px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.category-card:hover,
.category-card:hover svg {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color) !important;
    fill: var(--themeht-white-color) !important;
}

.category-card svg {
    width: 44px;
    height: 44px;
    fill: var(--themeht-primary-color) !important;
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeht-body-color);
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    font-size: 17px;
    min-height: 60px;
}

.story-section {
    background: var(--themeht-white-color);
    border-radius: .9rem;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    padding: 24px;
}

.story-section.line::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 373px;
    border-bottom: 3px dashed var(--themeht-primary-color);
    transform: rotate(30deg);
    transform-origin: left center;
    z-index: -1;
}

.story-section.line::after {
    content: "";
    position: absolute;
    bottom: 140px;
    right: -13%;
    width: 423px;
    border-bottom: 3px dashed var(--themeht-primary-color);
    transform: rotate(150deg);
    transform-origin: left center;
    z-index: -1;
}


.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    border-right: 3px dashed #b1ceed;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-dot {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: var(--themeht-primary-color);
    /* Blue dot */
    border-radius: 50%;
    z-index: 2;
}

.timeline-dot.b {
    top: auto;
    bottom: -8px;
}

.crm-bubble {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(60, 72, 88, 0.07), 0 1.5px 5px rgba(60, 72, 88, 0.04);
    padding: 30px 22px;
    position: relative;
    text-align: center;
    font-size: 20px;
}

.crm-bubble:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    border-width: 24px 28px 0px;
    border-style: solid;
    border-color: var(--themeht-white-color) transparent transparent;
    display: block;
    width: 0;
}

.img-dashboard {
    position: absolute;
    top: 0px;
    height: 720px;
    padding: 70px 0px;
    border-radius: 10px;
}

.home-video {
    position: absolute;
    bottom: 250px;
    width: 800px;
    height: 440px;
}

.btn-bg-white {
    background-color: var(--themeht-white-color);
    color: var(--themeht-primary-color);
}

.w100 {
    width: 100%;
}

.category-row {
    padding-left: 15px;
    padding-right: 15px;
}

.category-col {
    flex: 0 0 calc(100% / 8);
    /* 8 per row on desktop (lg and above) */
}


.mySwiper {
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
}

.mySwiper .swiper-slide {
    background: transparent;
    color: var(--themeht-white-color);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-card {
    padding: 50px 15px;
    min-height: 350px;
    transition: all 0.4s ease;
    border-top: 4px solid transparent;
}

.mySwiper .swiper-slide-active .question-card {
    background: var(--themeht-white-color);
    padding: 30px 30px;
    color: #333;
    border-top: 4px solid var(--themeht-secondary-color);
}

.question-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    color: var(--themeht-white-color);
    transition: 0.3s;
    position: relative;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

/* Push them apart horizontally */
.mySwiper .swiper-button-prev {
    margin-right: 60px;
}

.mySwiper .swiper-button-next {
    margin-left: 60px;
    top: 31px;
}

.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover {
    background: var(--themeht-white-color);
    color: var(--themeht-primary-color);
}

.mySwiper .swiper-button-prev::after,
.mySwiper .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}


.resources-hub {
    padding: 20px 25px;
    background-color: var(--themeht-white-color);
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    position: absolute;
    width: 100%;
    z-index: 99;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 0 1rem;
}

.resource-card {
    background: var(--themeht-primary-color);
    border-radius: 16px;
    padding: 2rem;
    color: var(--themeht-white-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.resource-icon {
    width: 48px;
    height: 48px;
    border: 1px dashed var(--themeht-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.resource-icon i {
    font-size: 24px;
}

.resource-header {
    align-items: center;
    margin-bottom: 1rem;
}

.resource-content {
    margin-left: 25px;
}


@media (max-width: 992px) {
    .resource-grid {
        grid-template-columns: 1fr;
    }
}

.sidebar {
    background: #F7F8F8;
    border-radius: 10px;
    padding: 10px 15px;
}

.sidebar a {
    display: block;
    color: var(--themeht-text-color);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sidebar a.active {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    font-weight: 900;
}


.blog {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.blog img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .content {
    background-color: var(--themeht-white-color);
    border-radius: 0 0 10px 10px;
    padding: 25px;
    color: #183B56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.blog .content h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;

}


.blog .author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.more-btn {
    background: var(--themeht-white-color);
    border: 1px solid var(--themeht-primary-color);
    color: var(--themeht-primary-color);
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.more-btn:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.signup .left-panel {
    background: linear-gradient(rgba(0, 95, 198, 0.8), rgba(0, 95, 198, 0.8)), url('../images/sign-up-bg.jpg') center/cover no-repeat;
    color: var(--themeht-white-color);
    padding: 100px;
    min-height: 100vh;
}

.signup .left-panel h4 {
    font-weight: 600;
}

.signup .left-panel ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}


.signup .left-panel ul li {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.signup .left-panel ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--themeht-white-color);
    font-size: 15px;
    font-weight: bold;
}

.signup .right-panel {
    padding: 50px 100px;
}

.signup .right-panel h4 {
    font-weight: 700;
    color: var(--themeht-primary-color);
}


.signup .divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.signup .divider::before,
.signup .divider::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background: #ccc;
    top: 50%;
    transform: translateY(-50%);
}

.signup .divider::before {
    left: 0;
}

.signup .divider::after {
    right: 0;
}

.signup .divider span {
    background: var(--themeht-white-color);
    padding: 0 10px;
    color: #666;
}

.signup .footer-note {
    font-size: 13px;
    color: #555;
    text-align: center;
    margin-top: 20px;
}

.signup .badge-footer {
    color: green;
    font-size: 13px;
}


.signup .input-container {
    position: relative;
    margin: 0 0px 25px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.signup .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 46px;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    margin-top: 11px;
    padding-left: 25px;
    padding-right: 25px;

}

.signup .input-container select {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 59px;
    border: 0;
    color: #757575;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    /* space for custom arrow */
    background-image: url('../images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.signup .input-container select option {
    padding-left: 0px;
}

.signup .input-container input:focus~label {
    color: #9d9d9d;
    padding: 7px;
    line-height: 10px;
    background-color: var(--themeht-white-color);
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.signup .input-container input:focus~.bar:before,
.signup .input-container input:focus~.bar:after {
    width: 50%;
}

.signup .input-container input:valid~label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.signup .input-container label {
    position: absolute;
    top: 0;
    left: 20px;
    color: #757575;
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.signup .input-container .icon {
    width: 16px;
    position: absolute;
    color: #757575;
    right: 15px;
    top: 15px;
    z-index: 99;
}

.copy-right {
    color: var(--themeht-body-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.084px;
}

.footer-social{
	float:right;
}

.hidden-md{
	display:none;
}