.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 !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) */
}

/* Search input + dropdown */
.search-input{ position:relative; }
.search-input .search-icon{ position:absolute; left:12px; top:54%; transform:translateY(-50%); color:rgba(255,255,255,0.9); }
.search-input .form-control{ padding-left:40px; padding-right:44px; height:50px; border-radius:999px; background:rgba(255,255,255,0.06); color:#fff; border:1px solid rgba(255,255,255,0.08); }
.search-input .form-control::placeholder{ color:rgba(255,255,255,0.8); }
.search-input .search-spinner{ position:absolute; right:12px; top:50%; transform:translateY(-50%); width:18px; height:18px; border-radius:50%; border:2px solid rgba(255,255,255,0.2); border-top-color:var(--themeht-white-color); box-sizing:border-box; }
.search-input .search-spinner.d-none{ display:none; }

.search-dropdown{
    list-style:none;
    margin:8px 0 0 0;
    padding:8px 0;
    position:absolute;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #e6e6e6;
    box-shadow:0 8px 24px rgba(11,22,39,0.12);
    z-index:9999;
    max-height:360px;
    overflow:auto;
    border-radius:10px;
}
.search-dropdown .search-item{
    padding:0px 15px;
    cursor:pointer;
    color:var(--themeht-body-color);
    border-bottom:1px solid #f3f3f4;
    display:block;
    text-align: left;
}
.search-dropdown .search-item:last-child{ border-bottom:none; }
.search-dropdown .search-item .item-title{ font-weight:600; margin-bottom:6px; }
.search-dropdown .search-item .item-snippet{ font-size:13px; line-height:1.4; }

.search-dropdown .search-item.active,
.search-dropdown .search-item:focus,
.search-dropdown .search-item:hover{ background:var(--themeht-primary-color); color:#fff !important; }
.search-dropdown mark{ background:rgba(255,255,255,0.2); color:#fff; padding:0 2px; border-radius:2px; }
.search-dropdown .no-results{ padding:12px 16px; color:#777; cursor:default; }
@media (max-width: 576px){
    .search-wrap{ max-width: 100%; padding: 0 12px; }
    .search-input .form-control{ height:44px; }
} 


@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;
}







.service-item.style-2 { text-align: center; position: relative; z-index: 9; padding: 40px 40px 70px; background: #f6f8fc; border-radius: 20px; margin-bottom: 25px; border: 1px solid #ebebeb }
.service-item.style-2:hover { box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); transform: translate3d(0, -20px, 0); }
.service-item.style-2 .service-icon { width: 150px; margin: 0 auto; margin-bottom: 30px }
.service-item.style-2 .service-desc p { margin: 20px 0 0 }
.service-item.style-2 h4 { margin-bottom: 0 }
.service-item.style-2 .arrow-btn { position: absolute; bottom: -25px; left: 50%; margin-left: -25px; }
.service-item.style-2:after { content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; opacity: 0.04; width: 100%; z-index: -1; background: url(../images/pattern/02.png) no-repeat 0 0; background-size: cover; }
.service-item.style-2:hover:after, .service-active.service-item.style-1:after { opacity: 0.1; }
.swiper-slide .service-item.style-2 { margin: 50px 15px; padding: 40px 30px 70px; box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.08); }




/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; border-radius: 20px; padding: 10px 20px; background: #f6f8fc; }
.post-card .post-image { overflow: hidden; position: relative; border-radius: 20px; margin: 20px 0 }
.post-card .post-desc h4 { margin: 0; text-transform: capitalize; }
.post-card .post-desc h4 a { color: var(--themeht-text-color); display: inline-block; }
.post-card .post-desc h4 a:hover { color: var(--themeht-primary-color) }
.post-card .post-desc p { margin: 15px 0 20px; }
.post-meta ul li { font-size: 14px; font-weight: normal; display: inline-block; vertical-align: middle; margin-right: 15px; list-style-type: none; position: relative; }
.post-meta ul li:last-child { margin-right: 0; }
.post-meta ul li i { color: var(--themeht-primary-color); font-size: 16px; margin-right: 5px; vertical-align: middle; }
.post-card .post-meta li { text-transform: uppercase; position: relative; font-size: 15px; }
.post-title { position: relative; margin-top: 10px; }
.post-date { background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color)); display: inline-block; padding: 10px 20px; border-radius: 100px; color: var(--themeht-white-color); text-transform: uppercase; font-size: 14px; line-height: 1; }
.post-btn { background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color)); display: block; color: var(--themeht-white-color); padding: 10px 20px; opacity: 0; visibility: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); position: absolute; top: 50%; left: 50%; z-index: 500; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-size: 40px; margin-top: -50px; margin-left: -50px; }
.post-btn:hover { color: var(--themeht-white-color); }
.post-card:hover .post-btn { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.themeht-blogs .post-card { margin-bottom: 15px }
.post-card.post-classic .post-image, .post-single-page .post-image { margin: 0 }
.post-card.post-classic .post-desc, .post-single-page .post-desc { padding-top: 0px }
.themeht-blogs .post-title h4 { font-size: 30px; line-height: 40px; margin-bottom: 15px; }
.post-single-page .post-card { box-shadow: none; padding: 0; }
.theme-tags { clear: both; display: inline-block; margin-top: 40px; }
.tags-links a { background: var(--themeht-white-color); border-radius: 100px; padding: 5px 20px; display: inline-block; text-align: center; font-size: 16px; line-height: 26px; font-weight: 500; text-transform: capitalize; margin: 5px 0 0 5px; color: var(--themeht-text-color); border: 1px solid var(--themeht-border-light-color); }
.tags-links a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); border-color: var(--themeht-primary-color); }

.post-card.style-2 { position: relative; border-radius: 20px; padding: 30px; background: var(--themeht-white-color); display: flex; align-items: center; box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important; }
.post-card.style-2 .post-image { margin: 0 }
.post-card.style-2 .post-image img { height: 100%; object-fit: cover; }
.post-card.style-2 .post-desc { padding-left: 30px }

.video-post {padding-top: 56.9444%; position: relative; width: 100%;}
.video-post iframe, .video-post object, .video-post embed {pointer-events: auto; border: medium none; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}

.pagination{display: inline-block;}
.pagination > li{margin: 0 6px; display: inline-block;}
.pagination > li > a, .pagination > li > span{font-size: 18px; width: 40px; height: 40px; line-height: 40px; padding: 0; text-align: center; color: var(--themeht-text-color); font-weight: 500; border-radius: 50% !important; border-color: var(--themeht-border-light-color)}
.pagination > li.active .page-link, .page-link:hover, .page-link:focus{box-shadow: none; background: var(--themeht-primary-color); color: var(--themeht-white-color); border-color: var(--themeht-primary-color)}

/*Widget-Title*/
.themeht-sidebar .widget{box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); padding: 30px; border-radius: 20px; margin-bottom: 50px; background:#f6f8fc;}
.widget:last-child { margin-bottom: 0 }
.widget-title { padding: 0 15px; position: relative; display: inline-block; z-index: 9; margin-bottom: 20px; color: var(--themeht-text-color); }
.widget-title:before, .widget-title:after { content: ""; position: absolute; left: 0; top: 50%; margin-top: -3px; background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color)); width: 6px; height: 6px; border-radius: 50%; z-index: -1; }
.widget-title:before { left: auto; right: 0; background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color)); }

/*Widget-Search*/
.widget-searchbox{position: relative; width: 100%;}
.widget-searchbox .search-btn {background: none; border: none; color: var(--themeht-text-color); font-size: 20px; outline: medium none; overflow: hidden; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); cursor: pointer;}
.widget-searchbox .search-btn:hover{color: var(--themeht-primary-color)}

/*Recent Post*/
.recent-post li{display: flex; align-items: center;}
.widget .recent-post-thumb{width: 100px; border-radius: 10px; overflow: hidden; flex-shrink: 0;}
.widget .recent-post-desc{border-bottom: 1px solid #ebebeb; padding-bottom: 15px; width: 100%;}
.widget .recent-post-desc a{ display: block; text-transform: capitalize; color: var(--themeht-text-color); font-size: 16px; line-height: 26px; font-weight: 500;}
.widget .recent-post-desc a:hover { color: var(--themeht-primary-color);}
.widget .recent-post-desc .post-date-small{font-size: 14px;}

/*widget-Categories*/ 
.widget .widget-categories li {display: block; padding: 15px 0; border-bottom: 1px dashed var(--themeht-border-light-color); position: relative;}
.widget .widget-categories li:first-child{padding-top: 0;}
.widget .widget-categories li:last-child{padding-bottom: 0; border-bottom: none;}
.widget .widget-categories li a {text-transform: capitalize; font-size: 16px; line-height: 26px; font-weight: 500; color: var(--themeht-text-color); display: flex; justify-content: space-between;}
.widget .widget-categories li a:hover {color: var(--themeht-primary-color); padding-left: 5px;}
.widget-categories li i {position: absolute; right: 0; color: var(--themeht-primary-color)}

/*widget-tags*/ 
.widget .widget-tags li {display: inline-block; margin: 5px 5px 15px 0;}
.widget .widget-tags li a {font-size: 16px; line-height: 26px; font-weight: 500; text-transform: capitalize; background: var(--themeht-bg-light-color); border-radius: 20px; color: var(--themeht-text-color); padding: 5px 15px; display: inline-block; text-align: center;}
.widget .widget-tags li a:hover{background: var(--themeht-primary-color); color: var(--themeht-white-color);}

/*post-tags*/ 
.post-tags li {display: inline-block; margin: 5px 5px 15px 0;}
.post-tags li a {background: var(--themeht-bg-light-color); border-radius: 20px; color: var(--themeht-text-color); padding: 5px 15px; display: inline-block; text-align: center; font-weight: normal;}
.post-tags li a:hover{background: var(--themeht-primary-color); color: var(--themeht-white-color);}

blockquote { z-index: 9; text-align: center; background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color)); padding: 110px 40px 40px 40px !important; border-radius: 20px; font-size: 22px; line-height: 28px; position: relative; color: var(--themeht-white-color); }
blockquote span { color: var(--themeht-white-color); text-decoration: underline; margin-top: 20px; display: block; font-family: var(--themeht-typography-secondary-font-family); font-size: 20px; font-weight: 500; text-transform: uppercase; }
blockquote:after { position: absolute; top: 40px; left: 0; right: 0; font-family: flaticon_mycollection !important; content: "\f13c"; font-size: 80px; color: var(--themeht-white-color); line-height: 1; z-index: -1; }

.post-comment { margin-top: 60px; padding: 30px; box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06); border-radius: 20px; background: var(--themeht-white-color); }
.post-comment .comments-title, .post-comment .comment-reply-title { font-size: 34px; line-height: 44px; margin-bottom: 30px; }
.post-comment li { display: flex; align-items: flex-start; margin-bottom: 50px; border-bottom: 1px dashed var(--themeht-border-light-color); padding-bottom: 50px; position: relative; }
.post-comment li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.author-img { flex-shrink: 0; width: 100px; margin-right: 30px; }
.comment-date { display: block; }
.comment-reply { position: absolute; right: 0; top: 0; }
.comment-reply a { background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color)); color: var(--themeht-white-color); padding: 6px 15px; border-radius: 100px; font-family: var(--themeht-secondary-font-family); font-weight: 500; display: inline-block; font-size: 15px; line-height: 1 }
.comment-reply a:hover { color: var(--themeht-white-color); background-position: 100% 0; }
.comment-reply a i { margin-right: 5px; vertical-align: middle; font-size: 20px; line-height: 1; }
.comments-body p { margin: 15px 0 0; }
