/* ------------------------------------------------
  Project:   Seofin - SEO And Digital Marketing Agency WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Social Icons
  4. Team
  5. Counter
  6. Blog - Post
  7. Featured Box
  8. Testimonials
  9. Service Box
  10. Price Table   
  11. Progress Bar
  12. Portfolio
  13. Ht Tab
  14. Swiper Arrow
  15. Swiper Dot Pagination
  16. Working Hours
  17. Step Box


/* ------------------------
    Section Title
------------------------*/
.theme-title p { font-size: 16px; margin-top: 5px; margin-bottom: 0; line-height: 30px; }
.theme-title h2 { margin-bottom: 0; overflow: hidden; }
.theme-title.text-black h2 { color: var(--themeht-text-color); }
.theme-title h6 { position: relative; font-size: 15px; font-weight: 500; line-height: 1.45; color: var(--themeht-text-color); z-index: 9; font-family: var(--themeht-typography-body-font-family); box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; background-color: var(--themeht-white-color); display: inline-flex; align-items: center; gap: 8px; border-radius: 100px; padding: 3px 4px; padding-right: 16px; }
.theme-title h6 .theme-title-icon { width: 35px; height: 35px; background: linear-gradient(90deg, var(--themeht-primary-color) 0%, var(--themeht-secondary-color) 100%); display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; position: relative; z-index: 1; }
.theme-title h6 .theme-title-icon i { color: var(--themeht-white-color) }
.theme-title h6 .theme-title-icon svg { fill: var(--themeht-white-color) }
.theme-title.text-white h6, .theme-title.text-white h2, .theme-title.text-white p { color: var(--themeht-white-color); }
.theme-title.text-white h6:before { background: var(--themeht-white-color); }
.theme-title.text-white h6 { background-color: transparent; box-shadow: var(--themeht-primary-color) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset; }
.theme-title.style-3 { grid-column-gap: 5px; grid-row-gap: 5px; justify-content: flex-start; align-self: stretch; align-items: center; flex-direction: column; display: flex; }
.theme-title.style-3 h2 { overflow: inherit; }
.title-text-img { grid-column-gap: 40px; grid-row-gap: 40px; justify-content: flex-start; align-items: center; flex-direction: row; display: flex; }
.slide-left, .slide-right { transform: translateX(0); }
.theme-title.style-3 .title-icon { display: inline-block; font-size: 80px; color: var(--themeht-primary-color); }
.theme-title.style-3 .title-icon img { display: inline-block; width: 120px; }


/* ------------------------
    Theme Button
------------------------*/
.themeht-btn { align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; gap: 12px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; white-space: nowrap; border: none; border-radius: 120px; overflow: hidden; padding: .75rem 1.0625rem; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; background-color: var(--themeht-white-color); font-size: 16px; font-weight: 500; line-height: 1.25; letter-spacing: -0.05em; }
.themeht-btn .btn-icon { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: var(--themeht-white-color); color: var(--themeht-text-color); border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; width: 1.75rem; height: 1.75rem; z-index: 1; -webkit-transition: all 400ms ease; transition: all 400ms ease; font-size: 1rem; line-height: 1; position: relative; }
.themeht-btn:hover .btn-icon { transform: rotate(-45deg); }
.themeht-btn .btn-text { position: relative; text-shadow: 0 0 var(--themeht-white-color), 0 22px var(--themeht-white-color); transition: text-shadow 0.5s ease-in-out; color: transparent; overflow: hidden; }
.themeht-btn.white-btn .btn-text { text-shadow: 0 0 var(--themeht-text-color), 0 22px var(--themeht-text-color); }
.themeht-btn.primary-btn { background: linear-gradient(95deg, var(--themeht-primary-color), var(--themeht-accent-color), var(--themeht-secondary-color), var(--themeht-accent-color), var(--themeht-primary-color)); background-size: 200% 200%; background-position: left center; transition: background-position 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease; will-change: background-position, transform; }
.themeht-btn.primary-btn:hover { background-position: right center; }
.themeht-btn.dark-btn { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); }
.themeht-btn.white-btn { background: var(--themeht-white-color); color: var(--themeht-text-color); }
.themeht-btn.white-btn .btn-icon { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); }
.themeht-btn.outline-btn { background: transparent; color: var(--themeht-text-color); border: 1px solid var(--themeht-border-light-color); }
.themeht-btn.outline-btn .btn-text { text-shadow: 0 0 var(--themeht-text-color), 0 22px var(--themeht-text-color); }
.themeht-btn.outline-white-btn { background: transparent; color: var(--themeht-white-color); border: 1px solid rgba(255, 255, 255, 0.2); }
.themeht-btn:hover .btn-text { text-shadow: 0 -22px var(--themeht-white-color), 0 0 var(--themeht-white-color); }
.themeht-btn.white-btn:hover .btn-text, .themeht-btn.outline-btn:hover .btn-text { text-shadow: 0 -22px var(--themeht-text-color), 0 0 var(--themeht-text-color); }
a.link-btn { display: inline-flex; align-items: center; font-size: 16px; color: var(--themeht-text-color); gap: 6px; font-weight: 500; }
a.link-btn i { font-size: 24px; line-height: 1; transform: translateX(0); -webkit-transition: all .3s linear 0ms; -khtml-transition: all .3s linear 0ms; -moz-transition: all .3s linear 0ms; -ms-transition: all .3s linear 0ms; -o-transition: all .3s linear 0ms; transition: all .3s linear 0ms; font-weight: normal; }
a.link-btn:hover { color: var(--themeht-primary-color); }
a.link-btn:hover i { transform: translateX(5px); }
.text-center a.link-btn { justify-content: center; }
.text-end a.link-btn { justify-content: end; }
.rounded-button-bg svg { fill: var(--themeht-white-color); stroke: var(--themeht-bg-dark-color); transition: .5s; animation: rotate 10s linear infinite; }
.rounded-button-text { transition: .5s; color: var(--themeht-text-color); text-align: center; font-size: 16px; font-weight: 600; line-height: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.rounded-button-text span { display: block; }


/* ------------------------
    Social Icons
------------------------*/
.social-icons ul { padding: 0; margin: 0; line-height: 0; }
.social-icons li { display: inline-block; list-style: none; padding: 0; margin: 0 8px 0 0; }
.social-icons li a { position: relative; display: flex; align-items: center; justify-content: center; height: 40px; width: 40px; line-height: 1; font-size: 14px; text-align: center; margin: 0; border-radius: 50%; background: var(--themeht-bg-light-color); color: var(--themeht-text-color); overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; z-index: 9; }
.social-icons li a:hover { color: var(--themeht-white-color); }
.social-icons li a:before { border-radius: 50%; transform: scale(0); content: ""; position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; background: var(--themeht-primary-color); opacity: 1; transition: 0.6s; z-index: -1; }
.social-icons li a:hover:before { transform: scale(1); }


/* ------------------------
    Team
------------------------*/
.team-member { position: relative; }
.team-images { overflow: hidden; position: relative; border-radius: 20px }
.team-member .team-desc h4 { margin: 0; }
.team-member .team-desc h4 a { color: var(--themeht-text-color); }
.team-member .team-desc h4 a:hover { color: var(--themeht-primary-color); }
.team-desc span { font-weight: 500; color: var(--themeht-body-color); font-size: 16px; margin: 5px 0 10px; }
.team-member .team-desc { padding-top: 20px; }
.team-member:hover .team-images img { transform: scale3d(1.1, 1.1, 1.1); }
.team-member img { width: 100%; }
.team-share-icon { border-radius: 50px 50px 0 0; padding: 14px 10px 0 10px; background-color: var(--themeht-white-color); border: 1px solid var(--themeht-white-color); border-bottom: none; position: absolute; bottom: -1px; right: 50px; }
.team-share-icon::before, .team-share-icon::after { content: ""; position: absolute; bottom: 0px; height: 31px; width: 14px; border: 1px solid var(--themeht-white-color); border-top: none; box-shadow: 0 20px 0 0 var(--themeht-white-color); }
.team-share-icon::before { border-radius: 0 0 30px 0; border-left: 0; right: 100%; }
.team-share-icon::after { border-radius: 0 0 0 30px; border-right: 0; left: 100%; }
.team-share-icon span::before { position: relative; bottom: 3px; right: 0px; font-weight: 600; content: "\f147"; font-size: 16px; font-family: flaticon_mycollection !important; width: 44px; height: 44px; line-height: 44px; color: var(--themeht-white-color); background-color: var(--themeht-bg-dark-color); border-radius: 100px; text-align: center; display: block; }
.team-member:hover .team-share-icon span::before { background-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
.team-member .team-social-icon { position: absolute; bottom: 50px; right: 58px; opacity: 0; background: var(--themeht-primary-color); padding: 10px 8px; border-radius: 50px; }
.team-member:hover .team-social-icon { opacity: 1; bottom: 80px; }
.team-social-icon li { display: block; }
.team-member .team-social-icon a { height: 35px; width: 35px; line-height: 35px; font-size: 16px; background-color: var(--themeht-white-color); color: var(--themeht-text-color); display: block; text-align: center; border-radius: 100px; margin-top: 10px; }
.team-member .team-social-icon li:first-child a { margin-top: 0; }
.team-social-icon li a:hover { color: var(--themeht-primary-color); }

/* ------------------------
    Counter
------------------------*/
.counter { position: relative; }
.counter-num { display: flex; align-items: flex-start; }
.counter span { font-size: 80px; font-weight: 600; line-height: 80px; color: var(--themeht-text-color); display: inline-block; letter-spacing: -2px; vertical-align: middle; }
.counter .counter-suffix { font-size: 40px; line-height: 40px; }
.counter h5 { display: block; font-weight: normal; color: var(--themeht-body-color); font-size: 20px; position: relative; margin: 0; margin-top: 40px; }
.counter .counter-icon { color: var(--themeht-primary-color); font-size: 70px; line-height: 1; margin-right: 20px; flex-shrink: 0; }
.text-white.counter span, .text-white.counter h5, .text-white.counter .counter-icon { color: var(--themeht-white-color); }


/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; }
.post-single-page .post-card { background: none; padding: 0; border-radius: 0; }
.post-card .post-image { position: relative; }
.post-card .post-image img { width: 100%; border-radius: 20px; }
.post-card .post-title h4 { text-transform: capitalize; word-break: break-word; }
.post-card .post-title h4 a { color: var(--themeht-text-color); }
.post-card .post-title h4 a:hover { color: var(--themeht-primary-color); }
.post-card .post-bottom li { color: var(--themeht-body-color); font-weight: 500; font-size: 14px; line-height: 20px; text-transform: capitalize; position: relative; margin-right: 15px; }
.post-card .post-bottom li a { color: var(--themeht-body-color); }
.post-card .post-bottom li a:hover { color: var(--themeht-primary-color); }
.post-card .post-bottom li:last-child { margin-right: 0; }
.post-bottom li i { font-size: 16px; color: var(--themeht-primary-color); margin-right: 5px; vertical-align: middle; font-weight: normal; }
.post-card .post-bottom li span { display: inline-block; }
.post-single-page .post-desc h1, .portfolio-single h1 { line-height: 70px; font-size: 60px; margin-bottom: 20px; word-break: break-all; }
.tags-links a { padding: 5px 15px; display: inline-block; text-align: center; font-size: 14px !important; font-weight: 500; line-height: 22px; text-transform: capitalize; border: 1px solid var(--themeht-border-light-color); border-radius: 30px; color: var(--themeht-text-color); margin: 5px 5px 0 0; }
.tags-links a:hover { background: var(--themeht-primary-color); border-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-blogs .post { margin-bottom: 70px; }
.post-card.post-classic .post-title h4 { font-size: 30px; line-height: 40px; margin-bottom: 15px; margin-top: 0; }
.post-card.post-classic .post-bottom { margin-bottom: 10px; }
.edit-link { margin-left: 10px; display: none !important; }
.edit-link .post-edit-link { border: 1px solid var(--themeht-border-light-color); padding: 2px 10px; }
.post-single-page .elementor-widget:not(:last-child) { margin-bottom: 0; }
.theme-tags { clear: both; margin-top: 40px; }
.post-card.style-1 { border: 1px solid var(--themeht-border-light-color); border-radius: 25px; }
.post-card.style-1 .post-bottom li { color: var(--themeht-text-color); }
.post-card.style-1 .post-desc { padding: 25px; }
.post-card.style-1 .post-desc ul { margin-bottom: 10px; }
.post-card.style-1 .post-bottom li { position: relative; padding-left: 15px; color: var(--themeht-body-color); margin-right: 7px; }
.portfolio-category a.portfolio-cat:hover { color: var(--themeht-primary-color); }
.post-card.style-1 .post-bottom li:first-child { padding-left: 0; }
.post-card.style-1 .post-bottom li:before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border-radius: 100%; margin-top: -3px; background: linear-gradient(270deg, var(--themeht-primary-color), var(--themeht-secondary-color)) }
.post-card.style-1 .post-bottom li:first-child:before { display: none; }
.post-card.style-1 .posted-on a { padding: 8px 15px; border-radius: 100px; border: 1px solid transparent; background: linear-gradient(var(--themeht-white-color), var(--themeht-white-color)) padding-box, linear-gradient(45deg, var(--themeht-primary-color), var(--themeht-secondary-color)) border-box; }
.post-footer { flex-flow: row; flex: none; align-items: center; gap: 10px; display: flex; justify-content: space-between; }
.post-card.style-1 .post-title { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(13, 13, 13, 0.08); }
.post-card.style-1 .post-desc p { margin-bottom: 15px; }
.post-card.style-2 .post-desc { padding-top: 30px; padding-right: 30px; }
.post-card.style-2 .post-bottom a { font-size: 14px; line-height: 1.28em; display: inline-block; color: var(--themeht-text-color); text-transform: uppercase; font-weight: 500; }
.post-card.style-2 .post-bottom .cat-links a { background: var(--themeht-bg-light-color); border-radius: 100px; padding: 7px 16px; }
.post-card.style-2 .post-bottom .cat-links a:hover { border-color: var(--themeht-primary-color); background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.post-card.style-2 .post-bottom .posted-on a { padding-left: 30px; }
.post-card.style-2 .post-bottom .posted-on a:before { content: ""; position: absolute; left: 0; top: 50%; background-color: var(--themeht-text-color); width: 20px; height: 1px; transform: translateY(-50%); }
.post-card.style-2 .post-bottom .posted-on a:hover { color: var(--themeht-primary-color); }
.post-card.style-2 .post-title h4 { margin-top: 15px; }
.post-card.style-2 h4 a { color: var(--themeht-text-color); }
.post-card .post-title h4 { margin-bottom: 0; }
.post-card.post-classic .post-desc, .post-single-page .post-desc { position: relative; }
.post-card.post-classic { background-color: var(--themeht-white-color); box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; padding: 30px; border-radius: 32px; }
.post-single-page .post-bottom { margin-bottom: 30px; border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 30px; }
.post-single-page .post-bottom li, .post-card.post-classic .post-bottom li { margin-right: 30px; }
.post-single-page .post-bottom li:before, .post-card.post-classic .post-bottom li:before { position: absolute; top: 0px; right: -18px; content: "/"; }
.post-single-page .post-bottom li:last-child:before, .post-card.post-classic .post-bottom li:last-child:before { content: none; }
.post-single-page .has-post-thumbnail .post-desc { padding-top: 50px; }
.has-post-thumbnail .post-card.post-classic .post-desc { padding-top: 30px; }
.post-card .post-thumbnail img { width: 100%; border-radius: 20px; }

/* ---- Sidebar Widget ----*/
.themeht-sidebar { padding-left: 50px; }
.themeht-sidebar .widget { background-color: var(--themeht-white-color); border: 1px solid #f0f0f5; box-shadow: 0 0 8px 0 rgba(240, 240, 245, 0.5); border-radius: 16px; padding: 30px; margin-bottom: 30px; }
.widget .widget-title, .widget .wp-block-heading, .wp-block-archives__label, .wp-block-search__label, .wp-block-archives-dropdown label, .wp-block-search .wp-block-search__label { padding-left: 26px; position: relative; color: var(--themeht-text-color); text-transform: capitalize; font-size: 22px; line-height: 32px; display: inline-block; z-index: 9; margin-bottom: 25px; font-weight: 500; }
.widget .widget-title::before, .widget .wp-block-heading::before, .wp-block-archives__label::before, .wp-block-search__label::before { content: "🚀"; font-size: 16px; position: absolute; left: 0; bottom: 0; }
.wp-block-search .wp-block-search__label { font-weight: 500 !important; }
.themeht-sidebar .widget { margin-bottom: 50px }
.themeht-sidebar .widget:last-child { margin-bottom: 0 }
.themeht-sidebar .widget ul, .themeht-sidebar .widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.themeht-sidebar .widget ul.children, .themeht-sidebar .widget ol.children { margin-left: 15px; margin-top: 15px; }
.themeht-sidebar .widget ul li, .themeht-sidebar .widget ol li, .wp-block-archives li, .wp-block-latest-posts li, .widget_recent_entries li, .wp-block-categories li, .wp-block-page-list li { list-style-type: none; margin-bottom: 15px; }
.themeht-sidebar .widget ul li:last-child, .themeht-sidebar .widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child { margin-bottom: 0 !important; padding-bottom: 0; }
.widget.widget_product_tag_cloud .tagcloud, .widget.widget_product_tag_cloud .wp-block-tag-cloud, .widget.widget_tag_cloud .tagcloud, .widget.widget_tag_cloud .wp-block-tag-cloud, .elementor-widget-wp-widget-tag_cloud .tagcloud, .elementor-widget-wp-widget-tag_cloud .wp-block-tag-cloud { display: inline-flex; flex-wrap: wrap; gap: 7px; }
.themeht-sidebar .widget .tagcloud a, .wp-block-tag-cloud a { padding: 5px 15px; display: inline-block; text-align: center; font-size: 13px !important; font-weight: 500; line-height: 20px; text-transform: capitalize; border: 1px solid var(--themeht-border-light-color); border-radius: 30px; color: var(--themeht-text-color); }
.themeht-sidebar .widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); border-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
.widget_categories li, .wp-block-categories li { color: var(--themeht-body-color); position: relative; padding-left: 25px; margin-bottom: 12px !important; font-size: 14px; border-bottom: 1px dashed var(--themeht-border-light-color); padding-bottom: 8px; }
.widget.widget_categories ul li:before, .wp-block-categories li:before { content: "\f12e"; font-family: flaticon_mycollection !important; color: var(--themeht-primary-color); position: absolute; left: 0px; top: 0; }
.themeht-sidebar .widget_recent_entries li, .wp-block-latest-posts li { margin-bottom: 15px; }
.widget_themeht_recentpost li { display: flex; align-items: center; }
.widget_themeht_recentpost li:last-child { border: none; margin-bottom: 0; }
.themeht-post-image { flex-shrink: 0; width: 70px; height: 70px; margin-right: 15px; }
.themeht-sidebar .themeht-post-image img { border-radius: 6px; }
.themeht-post-date { display: block; font-size: 12px; color: var(--themeht-body-color); margin-top: 10px; font-weight: 500; text-transform: uppercase; line-height: 1; }
.search-form { position: relative }
.search-form label { width: 100%; padding-right: 50px; }
.search-form label input { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; background: var(--themeht-bg-light-color); border: transparent !important; }
.widget .search-form label input { background: var(--themeht-white-color); border: 1px solid var(--themeht-border-light-color) !important; }
.search-form button[type="submit"] { color: var(--themeht-white-color); font-size: 20px; text-align: center; cursor: pointer; position: absolute; right: 0; padding: 0; border: none; top: 50%; z-index: 1; line-height: 1; transform: translateY(-50%); width: 50px; height: 50px; background: var(--themeht-primary-color); border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
.search-form button[type="submit"]:hover { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); }
.wp-block-search__inside-wrapper { position: relative; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button { position: absolute; padding: 0; border: none; background: transparent !important; font-size: 0; right: 0; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before { border-top-right-radius: 8px; border-bottom-right-radius: 8px; font-weight: normal; position: absolute; content: "\f52a"; font-family: 'bootstrap-icons'; color: var(--themeht-white-color); font-size: 20px; text-align: center; cursor: pointer; right: 0; padding: 0; border: none; top: 50%; z-index: 1; background: var(--themeht-primary-color); width: 50px; height: 50px; line-height: 1; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover:before { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); }
.themeht-sidebar .widget li a, .themeht-sidebar .widget a { text-transform: capitalize; }
.themeht-sidebar .widget li a { font-size: 15px; line-height: 22px; font-weight: 500; color: var(--themeht-text-color); display: inline-block; }
.themeht-sidebar .widget li a:hover { color: var(--themeht-primary-color); }
.widget_categories li:last-child, .wp-block-categories li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.widget_themeht_recentpost ul li .themeht-post-content a { -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box; overflow: hidden; }

/* ---- Post Comments ----*/
.post-comment { margin-top: 50px; }
.post-comment .comments-title, .post-comment .comment-reply-title { font-size: 34px; line-height: 44px; margin-bottom: 30px; }
.post-comment .comment-reply-title { margin-bottom: 15px; }
.comments-box { padding: 50px; margin-top: 50px; }
.comment-author img { margin-right: 15px; width: 100px; height: 100px; display: inline-block; border-radius: 10px; }
.post-comment li.comment, .post-comment li.trackback, .post-comment li.pingback { margin-bottom: 30px; list-style-type: none; }
.post-comment li.comment .comment-body { border: 1px solid var(--themeht-border-light-color); list-style-type: none; margin-bottom: 40px; padding: 30px; border-radius: 20px; }
.post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body { background: var(--themeht-bg-light-color); list-style-type: none; margin-bottom: 20px; padding: 30px; border-radius: 20px; }
.post-comment li.comment .comment-body p, .post-comment li.trackback .comment-body p, .post-comment li.pingback .comment-body p { margin-bottom: 0; }
.post-comment .comment-meta { display: flex; align-items: center; margin-bottom: 15px; }
.post-comment .comment-metadata { font-size: 15px; margin-left: auto; }
.says { display: none; }
.comment-author.vcard b, .comment-author.vcard a { text-transform: capitalize; font-size: 20px; color: var(--themeht-text-color); font-weight: 500; }
.comment-author.vcard a:hover { color: var(--themeht-primary-color); }
.comment-form-author { float: left; width: 50%; padding-right: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-email { float: left; width: 50%; padding-left: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-url { clear: both; margin-bottom: 15px; }
.post-comment .form-submit { margin-top: 30px; margin-bottom: 0; }
.comment-respond { margin-top: 30px; padding: 30px; border-radius: 12px; }
.comment-form-comment { margin-top: 30px; margin-bottom: 0; }
.reply { text-align: right; }
.comment-reply-link, .comment-reply-link:focus, .comment-reply-link:visited, .comment-reply-link:active { margin-top: 20px; font-size: 14px; font-weight: 500; text-transform: uppercase; line-height: 1; position: relative; padding: 10px 20px 10px 40px; border-radius: 8px; background: var(--themeht-primary-color); color: var(--themeht-white-color); display: inline-block; }
.comment-reply-link:hover { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); }
.comment-reply-link:before { content: '\f520'; font-family: 'bootstrap-icons'; font-size: 20px; position: absolute; left: 14px; top: 5px; font-weight: normal; }
#comments small #cancel-comment-reply-link { margin-left: 15px; font-size: 22px; }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin-top: 60px; margin-bottom: 0; clear: both; }
.site-main .comment-navigation .nav-links a, .site-main .posts-navigation .nav-links a, .site-main .post-navigation .nav-links a { display: inline-block; transition: all 0s ease-in-out 0s; position: relative; }
.site-main .comment-navigation .nav-links a:hover, .site-main .posts-navigation .nav-links a:hover, .site-main .post-navigation .nav-links a:hover { color: var(--themeht-primary-color); }
.nav-title { display: block; word-break: break-word; font-size: 20px; font-weight: 500; margin-top: 10px; }
.site-main .comment-navigation .nav-links .nav-subtitle, .site-main .posts-navigation .nav-links .nav-subtitle, .site-main .post-navigation .nav-links .nav-subtitle { position: relative; padding-left: 50px; display: inline-block; font-size: 14px; line-height: 30px; text-transform: uppercase; font-weight: 600; margin-top: 7px; }
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle, .site-main .post-navigation .nav-links .nav-next .nav-subtitle { padding-left: 0; padding-right: 50px; }
.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow { position: absolute; top: 0; width: 40px; height: 40px; line-height: 40px; display: flex; overflow: hidden; background: var(--themeht-primary-color); color: var(--themeht-white-color); border-radius: 100%; }
.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow { left: 0px; }
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow { right: 0px; }
.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow i { font-size: 24px; right: 5px; position: relative; margin-right: 15px; margin-left: 13px; transform: rotate(180deg); }
.site-main .comment-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i { right: 57px; }
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow i { font-size: 24px; left: -32px; position: relative; margin-right: 15px; }
.site-main .comment-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i { left: 8px; }
.site-main .comment-navigation .nav-links .nav-previous, .site-main .posts-navigation .nav-links .nav-previous, .site-main .post-navigation .nav-links .nav-previous { max-width: 300px; }
.site-main .comment-navigation .nav-links .nav-next, .site-main .posts-navigation .nav-links .nav-next, .site-main .post-navigation .nav-links .nav-next { max-width: 300px; margin-left: auto; }
.nav-next a:hover .nav-title, .nav-previous a:hover .nav-title { color: var(--themeht-primary-color); }
.post.sticky .post-card { border: 3px solid var(--themeht-primary-color); padding: 30px; border-radius: 20px; box-shadow: none; }
.widget select { background-color: var(--themeht-white-color); }


/* ------------------------
    Featured Box
------------------------*/
.featured-item { position: relative; z-index: 9; }
.featured-desc p { margin-bottom: 0; }
.featured-title h4 { margin-bottom: 15px; }
.featured-item.style-1 .featured-icon { margin: 15px 0 30px; display: inline-block; }
.featured-item.style-1 .featured-icon i { color: var(--themeht-primary-color); line-height: 1; font-size: 70px; display: inline-block; }
.featured-item.style-1 .featured-svg { margin-top: 50px; }
.featured-item.style-1 { padding: 40px 40px 40px; border: 1px solid var(--themeht-border-light-color); border-radius: 16px; }
.featured-item .featured-icon img, .featured-item .featured-icon svg { height: auto; width: 70px; display: inline-block; }
.featured-item.style-2 .featured-icon { margin-bottom: 20px; font-size: 70px; line-height: 1; color: var(--themeht-primary-color); }
.featured-item.style-2 .featured-icon img, .featured-item.style-2 .featured-icon svg { height: auto; width: 90px; display: inline-block; }
.featured-item.style-3 .featured-icon { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; z-index: 1; margin-bottom: 25px; border-radius: 16px; position: relative; background: linear-gradient(263.57deg, rgba(255, 255, 255, 0.4) 10.17%, rgba(216, 224, 255, 0.4) 60.22%, rgba(255, 255, 255, 0.4) 103.12%); backdrop-filter: blur(9px); -webkit-box-shadow: 0px 20.34px 12.71px 0px rgba(99, 66, 245, 0.0784313725), 0px 36.86px 13.98px 0px rgba(99, 66, 245, 0.0196078431); box-shadow: 0px 20.34px 12.71px 0px rgba(99, 66, 245, 0.0784313725), 0px 36.86px 13.98px 0px rgba(99, 66, 245, 0.0196078431); }
.featured-item.style-3 .featured-icon:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 16px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), color-stop(52.26%, rgba(255, 96, 4, 0.6)), to(rgba(255, 255, 255, 0.6))); background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 96, 4, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%); padding: 2px; z-index: -1; -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))); -webkit-mask: linear-gradient(var(--themeht-white-color) 0 0) content-box, linear-gradient(var(--themeht-white-color) 0 0); mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))); mask: linear-gradient(var(--themeht-white-color) 0 0) content-box, linear-gradient(var(--themeht-white-color) 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.featured-item.style-3 .featured-title h4 { margin-bottom: 10px; font-size: 24px; line-height: 34px; }
.featured-item.style-3 { overflow: inherit; justify-content: flex-start; align-items: flex-start; display: flex; padding: 30px; border-radius: 20px; background: var(--themeht-white-color); border: 1px solid var(--themeht-border-light-color); }
.featured-item.style-3 .featured-icon { color: var(--themeht-primary-color); line-height: 1; font-size: 40px; flex-shrink: 0; margin-right: 20px; }
.featured-item.style-3.featured-active { box-shadow: 0 0 30px rgba(0, 200, 100, 0.15); border-color: transparent; }
.featured-item.style-3 .featured-icon img, .featured-item.style-3 .featured-icon svg { height: auto; width: 40px; display: inline-block; }
.featured-item.style-4 .featured-icon-wrap { display: inline-flex; align-items: center; gap: 20px; }
.featured-item.style-4 .featured-icon, .featured-item.style-4 .featured-svg { background: var(--themeht-white-color); display: flex; width: 70px; height: 70px; border-radius: 16px; color: var(--themeht-primary-color); align-items: center; justify-content: center; font-size: 34px; line-height: 1; flex-shrink: 0; border: 1px solid var(--themeht-border-light-color); }
.featured-item.style-4 .featured-svg svg { width: 50px; height: 50px; }
.featured-item.style-4 .featured-title h4 { margin-bottom: 0; }
.featured-item.style-4 .featured-icon img, .featured-item.style-4 .featured-icon svg { height: auto; width: 45px; display: inline-block; }
.featured-item.style-4 .featured-desc { border-top: 1px solid var(--themeht-border-light-color); padding-top: 30px; margin-top: 30px; }
.featured-item.text-white h4, .featured-item.text-white p, .featured-item.text-white .featured-icon i { color: var(--themeht-white-color); }
.featured-icon svg { width: 60px; }
.featured-item svg path { stroke: var(--themeht-text-color); }
.featured-item.text-white svg path { stroke: var(--themeht-white-color); }


/* ------------------------
    Testimonials
------------------------*/
.testimonial.style-1 { padding: 10px 10px 28px; position: relative; background: var(--themeht-white-color); width: 400px; box-sizing: border-box; overflow-wrap: break-word; word-break: break-word; white-space: normal; border-radius: 15px; margin: 20px 0; transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease; box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; flex-flow: column; flex: none; gap: 20px; display: flex; }
.testimonial.style-1:hover { transform: translateY(-2px); }
.testimonial.style-1 .testimonial-content { background: #f5f5f5; border-radius: 15px; border: 1px solid #e5e5e5; padding: 20px; }
.testimonial-author { flex-flow: row; flex: none; align-items: center; gap: 10px; padding: 0 5px; display: flex; }
.testimonial .testimonial-caption { z-index: 9; position: relative; }
.testimonial .testimonial-caption label { margin-bottom: 0; font-weight: 400; color: var(--themeht-body-color); display: block; font-size: 14px; line-height: 1.4em; }
.testimonial .testimonial-caption h5 { display: inline-block; margin-bottom: 0; font-size: 18px; line-height: 1.4em; }
.testimonial-rating i { color: #ffb300; margin-right: 2px; }
.testimonial-marquee .marquee-inner { gap: 40px; }
.testimonial-marquee { overflow: hidden; mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 12.5%, rgb(255, 255, 255) 87.5%, rgba(255, 255, 255, 0) 100%); position: relative; }
.testimonial p { font-size: 16px; line-height: 30px; margin: 25px 0 0; color: var(--themeht-text-color); }
.testimonial .testimonial-img { position: relative; display: inline-block; width: 60px; height: 60px; overflow: hidden; border-radius: 100%; }
.shadow-none .testimonial { box-shadow: none; }
.swiper-slide .testimonial.style-1, .swiper-slide .testimonial.style-2 { width: auto; }
.testimonial.style-2 { display: flex; align-items: center; gap: 20px; background: var(--themeht-bg-dark-color); border-radius: 20px; }
.testimonial.style-2 .testimonial-img { flex-shrink: 0; width: 40%; height: auto; border-radius: 12px; }
.testimonial.style-2 .testimonial-content { position: relative; padding: 50px; }


/* ------------------------
    Service Box
------------------------*/
.service-item .service-desc p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.service-item .service-icon img, .service-item .service-icon svg { width: 40px; }
.service-item .service-image { position: relative; }
.service-item.style-1 .service-image { margin-bottom: 30px; }
.service-item.style-1 { background: var(--themeht-white-color); position: relative; perspective: 1000px; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); transform-style: preserve-3d; margin: 5px; }
.service-item.style-1:hover { transform: rotateY(10deg) rotateX(5deg); }
.service-item.style-1 .laser-border { position: absolute; inset: -2px; border-radius: 32px; z-index: 1; overflow: hidden; opacity: 0; transition: opacity 0.5s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.service-item.style-1 .laser-border::before { content: ""; position: absolute; width: 200%; height: 200%; top: -50%; left: -50%; background: conic-gradient(transparent 70%, #00d2ff, #9d50bb, transparent 90%); animation: rotate-border 3s linear infinite; }
.service-item.style-1 .laser-border::after { content: ""; position: absolute; inset: 0; background: inherit; filter: blur(15px); opacity: 0.2; animation: pulse-glow 4s ease-in-out infinite; }
.service-item.style-1 .service-inner { position: relative; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); border-radius: 30px; padding: 40px; z-index: 2; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.8); backdrop-filter: blur(40px) saturate(200%); display: flex; flex-direction: column; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
.service-item.style-1 .grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px); background-size: 30px 30px; pointer-events: none; opacity: 1; }
.service-item.style-1:hover .laser-border, .service-active .active .service-item.style-1 .laser-border, .swiper-slide-active .laser-border { opacity: 1; }
.service-item.style-1:hover .service-inner, .service-active .active .service-item.style-1 .service-inner, .swiper-slide-active .service-item.style-1 .service-inner { box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.08); }

.service-item.style-2 { border: 1px solid #F0F0F0; border-radius: 32px; padding: 10px; box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; }
.service-item.style-2 .service-wrap-inner { border-radius: 32px; padding: 32px 32px; background-color: var(--themeht-white-color); overflow: hidden; position: relative; z-index: 1; }
.service-item.style-2 .service-desc p { margin-top: 20px; margin-bottom: 0; }
.service-item.style-2 .service-icon-border { width: 88px; height: 88px; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 16px; overflow: hidden; margin-bottom: 32px; z-index: 1; background: var(--themeht-white-color); }
.service-item.style-2 .service-icon-border::before { content: ""; position: absolute; width: 180%; height: 180%; background: conic-gradient(from 0deg, transparent, var(--themeht-primary-color), transparent, var(--themeht-primary-color), transparent); animation: rotateBorder 4s linear infinite; }
.service-item.style-2 .service-icon-border::after { content: ""; position: absolute; inset: 2px; background: var(--themeht-white-color); border-radius: 14px; z-index: 1; }
.service-item.style-2 .service-icon { width: 84px; height: 84px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; border-radius: 14px; font-size: 40px; background: linear-gradient(263.57deg, rgba(255, 255, 255, 0.4) 10.17%, rgba(216, 224, 255, 0.4) 60.22%, rgba(255, 255, 255, 0.4) 103.12%); backdrop-filter: blur(9px); box-shadow: 0px 20px 12px rgba(99, 66, 245, 0.08), 0px 36px 14px rgba(99, 66, 245, 0.02); }
.service-item.style-2 .service-wrap-inner::before, .service-item.style-2 .service-wrap-inner::after { filter: blur(70px); opacity: 0.4; width: 100px; height: 100px; border-radius: 50%; animation: service_float 10s infinite ease-in-out; content: ""; position: absolute; opacity: 0; transition: opacity 0.5s ease; }
.service-item.style-2 .service-wrap-inner::before { background: var(--themeht-primary-color); top: 5%; right: 5%; }
.service-item.style-2 .service-wrap-inner::after { background: var(--themeht-secondary-color); bottom: 5%; left: 10%; animation-delay: 2s; }
.service-item.style-2:hover .service-wrap-inner::before, .service-item.style-2:hover .service-wrap-inner::after, .service-active .active .service-item.style-2 .service-wrap-inner::before, .service-active .active .service-item.style-2 .service-wrap-inner::after { opacity: 0.4; }

.service-item.style-3 { transition: transform .65s cubic-bezier(.19, 1, .22, 1), box-shadow .65s ease; position: relative; border-radius: 32px; padding: 10px; box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; }
.service-item.style-3 .service-desc { transition: .65s ease; background: #f5f5f5; border-radius: 15px; border: 1px solid #e5e5e5; padding: 40px 30px; overflow: hidden; position: relative; z-index: 1; }
.service-item.style-3 .service-title h4 a { color: var(--themeht-text-color); }
.service-item.style-3 .service-title h4 a:hover { color: var(--themeht-primary-color); }
.service-item.style-3 .service-icon { transition: transform .5s cubic-bezier(.19, 1, .22, 1), box-shadow .4s ease; z-index: 1; width: 88px; height: 88px; display: inline-flex; position: relative; margin-bottom: 30px; align-items: center; border-radius: 100%; background-color: var(--themeht-white-color); justify-content: center; font-size: 40px; line-height: 1; color: var(--themeht-primary-color); box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; }
.service-item.style-3 .service-desc p { margin-bottom: 0; }
.service-item.style-3 .link-btn { padding: 20px 0; }
.service-item.style-3:hover, .service-active .active .service-item.style-3 { transform: translateY(-12px); box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12), 0 10px 15px rgba(0, 0, 0, 0.08), 0px -8px 0px 0px rgba(0, 0, 0, 0.05) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; }
.service-item.style-3:hover .service-icon, .service-active .active .service-item.style-3 .service-icon { transform: translateY(-6px) scale(1.08); box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12), 0px 7.77px 16px rgba(0, 0, 0, 0.08), 0px -8px 0px rgba(0, 0, 0, 0.05) inset, 0px 4px 0px rgba(255, 255, 255, 0.6) inset; }
.service-item.style-3:hover .service-desc, .service-active .active .service-item.style-3 .service-desc { background-color: var(--themeht-white-color); }
.service-item.style-3 .service-desc::before, .service-item.style-3 .service-desc::after { filter: blur(70px); opacity: 0.4; width: 100px; height: 100px; border-radius: 50%; animation: service_float 10s infinite ease-in-out; content: ""; position: absolute; opacity: 0; transition: opacity 0.5s ease; }
.service-item.style-3 .service-desc::before { background: var(--themeht-primary-color); top: 5%; left: 5%; }
.service-item.style-3 .service-desc::after { background: var(--themeht-secondary-color); bottom: 5%; right: 10%; animation-delay: 2s; }
.service-item.style-3:hover .service-desc::before, .service-item.style-3:hover .service-desc::after, .service-active .active .service-item.style-3 .service-desc::before, .service-active .active .service-item.style-3 .service-desc::after { opacity: 0.4; }

/*Sidebar Menu*/
.sidebar-menu ul { padding-left: 0; margin: 0; }
.sidebar-menu li { list-style-type: none; margin-bottom: 15px; }
.sidebar-menu li:last-child { margin-bottom: 0; }
.sidebar-menu li a { border-radius: 8px; color: var(--themeht-text-color); display: block; font-size: 16px; padding: 12px 18px; font-weight: 500; position: relative; overflow: hidden; border: 1px solid var(--themeht-border-light-color); background: transparent; transition: color 0.3s ease, border-color 0.3s ease; }
.sidebar-menu li a::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--themeht-primary-color), var(--themeht-secondary-color)); opacity: 0; transform: scaleY(0); transform-origin: bottom; transition: transform 0.4s ease, opacity 0.4s ease; z-index: -1; }
.sidebar-menu li:hover a::before, .sidebar-menu li.current-menu-item a::before { opacity: 1; transform: scaleY(1); }
.sidebar-menu li:hover a, .sidebar-menu li.current-menu-item a { color: var(--themeht-white-color); border-color: transparent; }
.sidebar-menu li a:after { position: absolute; top: 0; left: inherit; right: 18px; font-family: flaticon_mycollection !important; content: "\f13d"; font-size: 24px; display: flex; z-index: 99; height: 100%; color: var(--themeht-text-color); justify-content: center; align-items: center; }
.sidebar-menu li a:hover:after, .sidebar-menu li.current-menu-item a:after { color: var(--themeht-white-color); }
.side-widget { background-color: var(--themeht-white-color); border: 1px solid #f0f0f5; box-shadow: 0 0 8px 0 rgba(240, 240, 245, 0.5); border-radius: 8px; padding: 30px; margin-bottom: 30px; }

/* ------------------------
    Price Table
------------------------*/
.price-table.style1 { grid-column-gap: 30px; grid-row-gap: 30px; border: 1px solid var(--themeht-border-light-color); border-radius: 20px; justify-content: space-around; align-items: center; width: 100%; padding: 60px 50px 63px; display: flex; position: relative; }
.price-table.style1 .price-table h3 { margin-bottom: 0; }
.price-table.style1 .price-left { grid-column-gap: 12px; grid-row-gap: 12px; width: 100%; max-width: 230px; flex-direction: column; align-items: flex-start; display: flex; }
.price-table.style1 .price-left p { margin-bottom: 0; }
.price-value { display: flex; align-items: end; margin-bottom: 30px; gap: 5px; }
.price-value h2 { font-size: 50px; line-height: 50px; font-weight: 500; margin-bottom: 0; position: relative; display: inline-block; }
.price-value h2 sup { font-size: 26px; line-height: 24px; margin: 0; font-weight: normal; }
.price-list ul li { position: relative; display: flex; margin-bottom: 15px; align-items: center; }
.price-list ul li:last-child { margin-bottom: 0; }
.price-list li i { color: var(--themeht-primary-color); line-height: 16px; font-size: 16px; margin-right: 10px }
.price-table.style2 { background-color: var(--themeht-bg-light-color); border-radius: 16px; position: relative; padding: 7px; }
.price-table.style2 .themeht-btn { width: 100%; border-radius: 10px; }
.price-table.price-active { background: var(--themeht-white-color); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); }
.price-box-top { background: white; padding: 30px 20px 20px 20px; border-radius: 12px; position: relative; }
.price-list { padding: 30px 10px; }
.price-table.price-active .price-box-top { background: radial-gradient(125% 125% at 50% 90%, var(--themeht-white-color) 50%, var(--themeht-primary-color) 100%); }
.price-label { position: absolute; background: linear-gradient(45deg, #F6F7F9, var(--themeht-white-color)); color: #000; padding: 5px 10px; border-radius: 20px; font-weight: 500; top: 50px; right: 30px; z-index: 2; font-size: 16px; line-height: 1; }
.price-icon { margin-bottom: 15px; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; z-index: 1; margin-bottom: 25px; border-radius: 16px; position: relative; background: linear-gradient(263.57deg, rgba(255, 255, 255, 0.4) 10.17%, rgba(216, 224, 255, 0.4) 60.22%, rgba(255, 255, 255, 0.4) 103.12%); backdrop-filter: blur(9px); -webkit-box-shadow: 0px 20.34px 12.71px 0px rgba(99, 66, 245, 0.0784313725), 0px 36.86px 13.98px 0px rgba(99, 66, 245, 0.0196078431); box-shadow: 0px 20.34px 12.71px 0px rgba(99, 66, 245, 0.0784313725), 0px 36.86px 13.98px 0px rgba(99, 66, 245, 0.0196078431); font-size: 30px; }
.price-icon:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 16px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), color-stop(52.26%, rgba(255, 96, 4, 0.6)), to(rgba(255, 255, 255, 0.6))); background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 96, 4, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%); padding: 2px; z-index: -1; -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))); -webkit-mask: linear-gradient(var(--themeht-white-color) 0 0) content-box, linear-gradient(var(--themeht-white-color) 0 0); mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--themeht-white-color))); mask: linear-gradient(var(--themeht-white-color) 0 0) content-box, linear-gradient(var(--themeht-white-color) 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.price-icon i { color: var(--themeht-primary-color) }


/* ------------------------
    Progress Bar
------------------------*/
body .elementor-widget-progress .elementor-progress-wrapper { background-color: var(--themeht-bg-light-color); border-radius: 50px; }
body .elementor-widget-progress .elementor-title { font-size: 16px; line-height: 1; margin-bottom: 14px; font-weight: 500; color: var(--themeht-text-color); display: inline-block; }
body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar { height: 20px; background: var(--themeht-primary-color); border-radius: 50px; position: relative; }
body .elementor-widget-progress .elementor-progress-percentage { padding-right: 0; position: absolute; right: 10px; top: 4px; font-size: 12px; font-weight: 500; color: var(--themeht-white-color); line-height: 1; }
body .dark-bg .elementor-widget-progress .elementor-title { color: var(--themeht-white-color); }


/* ------------------------
    Portfolio
------------------------*/
.portfolio-filter { margin: 0 auto 40px; display: inline-flex; flex-wrap: wrap; gap: 12px; }
.portfolio-filter button { position: relative; z-index: 1; overflow: hidden; cursor: pointer; line-height: 1; padding: 12px 24px; transition: transform 0.5s ease, color 0.5s ease; background: linear-gradient(180deg, #FCFCFC 0%, #F4F4F4 100%); border: 1px solid var(--themeht-white-color); border-radius: 8px; font-size: 16px; font-weight: 500; color: var(--themeht-text-color); padding: 12px 19px; box-shadow: 4px -2px 6px var(--themeht-white-color), -3px 4px 6px rgba(0, 0, 0, 0.1); }
.portfolio-filter button::before { content: ""; position: absolute; inset: 0; border-radius: 8px; background: linear-gradient(270deg, var(--themeht-primary-color), var(--themeht-secondary-color)); background-size: 200% 200%; z-index: -1; opacity: 0; transform: scale(0); transform-origin: center; transition: transform 0.5s ease, opacity 0.5s ease; will-change: transform, opacity; }
.portfolio-filter button:hover::before, .portfolio-filter button.is-checked::before { opacity: 1; transform: scale(1); animation: gradientMove 3s ease infinite; }
.portfolio-filter button:hover, .portfolio-filter button.is-checked { color: var(--themeht-white-color); }
.isotope .grid-item img { width: 100%; }
.primary-bg .portfolio-filter button.is-checked, .primary-bg .portfolio-filter button:hover { background: var(--themeht-white-color); color: var(--themeht-primary-color); }
.grid.masonry-columns-2 .grid-item { width: 50%; }
.grid.masonry-columns-3 .grid-item { width: 33.333333%; }
.grid.masonry-columns-4 .grid-item { width: 25%; }
@media (max-width:1200px) {
    .grid.masonry-columns-3 .grid-item, .grid.masonry-columns-4 .grid-item { width: 50%; }
}
@media (max-width:767px) {
    .grid.masonry-columns-2 .grid-item, .grid.masonry-columns-3 .grid-item, .grid.masonry-columns-4 .grid-item { width: 100%; }
}
.portfolio-item.style-1 { position: relative; border: 1px solid rgba(0, 0, 0, 0.06); padding: 14px; border-radius: 32px; background: var(--themeht-white-color); transition: 0.3s ease; }
.portfolio-item.style-1 .portfolio-image { position: relative; overflow: hidden; width: 100%; border-radius: 18px; }
.portfolio-item.style-1 .portfolio-image img { border-radius: 18px; width: 100%; }
.portfolio-desc h4 { margin-bottom: 8px }
.portfolio-item.style-1 .portfolio-desc { position: relative; z-index: 9; padding: 25px 20px 10px; justify-content: space-between; align-items: center; width: 100%; display: flex; align-items: center; gap: 15px; }
.portfolio-item .portfolio-category { display: flex; gap: 10px; }
.portfolio-category .portfolio-cat { position: relative; padding-left: 15px; font-size: 14px; font-weight: 500; line-height: 1; color: var(--themeht-body-color); }
.portfolio-category a.portfolio-cat:hover { color: var(--themeht-primary-color); }
.portfolio-category .portfolio-cat:first-child { padding-left: 0; }
.portfolio-category .portfolio-cat:before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border-radius: 100%; margin-top: -3px; background: linear-gradient(270deg, var(--themeht-primary-color), var(--themeht-secondary-color)) }
.portfolio-category .portfolio-cat:first-child:before { display: none; }
.portfolio-item.style-1 .portfolio-image img { position: relative; display: block; transition: all 500ms ease; }
.portfolio-item.style-1 .portfolio-image img:nth-child(2) { display: none; }
.portfolio-item.style-1:hover .portfolio-image img:first-child { transform: scale(1.02); }
.portfolio-item.style-1:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); }
.portfolio-item.style-2 { position: relative; padding: 10px; border-radius: 32px; background: var(--themeht-bg-light-color); transition: 0.3s ease; }
.portfolio-item.style-2 .portfolio-image { overflow: hidden; position: relative; width: 100%; border-radius: 32px; }
.portfolio-item.style-2 .portfolio-category { justify-content: center; }
.portfolio-item.style-2 .portfolio-desc { background-color: var(--themeht-white-color); padding: 30px 14px; border-radius: 32px; text-align: center; }
.portfolio-item.style-2 .portfolio-desc h4 { margin-top: 8px; margin-bottom: 0; }
.portfolio-item.style-2 .portfolio-desc .ht-icon-btn { margin-top: 10px; }
.portfolio-item.style-1 .portfolio-desc .ht-icon-btn { flex-shrink: 0; }
.ht-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: transparent; border: 1px solid rgba(0, 0, 0, 0.1); color: #333; text-decoration: none; transition: all 0.25s ease; }
.ht-icon-btn i { display: inline-block; transition: transform 0.3s ease; }
.ht-icon-btn:hover i { transform: rotate(45deg); }
.ht-icon-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); border-color: transparent; }

/*Portfolio Meta*/
.portfolio-meta-info { background: var(--themeht-white-color); padding: 30px; border-radius: 20px; }
.portfolio-meta-info h4 { margin-bottom: 0; }
.portfolio-meta-info ul { margin-top: 30px; }
.portfolio-meta-info li { display: flex; align-items: flex-start; margin-bottom: 30px; }
.portfolio-meta-info li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.portfolio-meta-info i { font-size: 24px; color: var(--themeht-primary-color); flex-shrink: 0; margin-right: 15px; line-height: 1; }
.portfolio-meta-info .sub-title { display: block; font-weight: 600; text-transform: uppercase; font-size: 12px; line-height: 1; margin-bottom: 5px; color: var(--themeht-body-color); }
.portfolio-meta-info .title { color: var(--themeht-text-color); font-weight: 500; }


/* ------------------------
    Ht Tab
------------------------*/
.ht-tab .tab-menu { display: inline-flex; gap: 20px; border: 1px solid var(--themeht-border-light-color); padding: 10px; border-radius: 12px; margin: 0; }
.ht-tab .tab-menu li { list-style-type: none; }
.ht-tab .tab-menu li a { text-align: center; background: var(--themeht-bg-light-color); border-radius: 8px; padding: 10px 40px; display: block; font-size: 16px; font-weight: 500; }
.ht-tab .tab-menu li a.active-a { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.ht-tab .ht-tab-content { padding-top: 30px; }
.ht-tab-content img { border-radius: 20px !important; }
.ht-tab-pane { display: none; }
.ht-tab-pane.tab-active { display: block; animation: tab-fade ease 1s; -webkit-animation: tab-fade ease 1s; -moz-animation: tab-fade ease 1s; -o-animation: tab-fade ease 1s; -ms-animation: tab-fade ease 1s; }
.tab-list-item ul { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); }
.tab-list-item li { position: relative; list-style-type: none; padding-left: 25px; margin-bottom: 15px; font-weight: 500; }
.tab-list-item li:last-child { margin-bottom: 0; }
.tab-list-item li:before { position: absolute; left: 0; top: 3px; font-family: flaticon_mycollection !important; content: "\f136"; color: var(--themeht-primary-color); font-size: 20px; line-height: 1; }


/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev { left: 0; }
.swiper .swiper-button-next { right: 0; }
.swiper .swiper-button-prev, .swiper .swiper-button-next { background: var(--themeht-bg-dark-color); width: 50px; height: 50px; line-height: 50px; display: inline-block; text-align: center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius: 50%; }
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover { background: var(--themeht-primary-color); }
.swiper .swiper-button-prev:after { content: '\f13d'; font-family: bootstrap-icons !important; transform: rotate(-180deg); display: inline-block; }
.swiper .swiper-button-next:after { content: '\f13d'; font-family: bootstrap-icons !important; }
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after { color: var(--themeht-white-color); font-size: 24px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height: 50px !important; }
.swiper .swiper-button-prev:hover:after, .swiper .swiper-button-next:hover:after { color: var(--themeht-white-color); }
.swiper-nav-white .swiper-button-prev, .swiper-nav-white .swiper-button-next, .swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom-white .swiper-button-next { border: 1px solid var(--themeht-border-light-color); background: var(--themeht-bg-dark-color); }
.swiper-nav-white .swiper-button-prev:hover, .swiper-nav-white .swiper-button-next:hover, .swiper-nav-bottom-white .swiper-button-prev:hover, .swiper-nav-bottom-white .swiper-button-next:hover { background: var(--themeht-white-color); border-color: var(--themeht-white-color); }
.swiper-nav-white .swiper-button-next:after, .swiper-nav-white .swiper-button-prev:after, .swiper-nav-bottom-white .swiper-button-next:after, .swiper-nav-bottom-white .swiper-button-prev:after { color: var(--themeht-white-color); }
.swiper-nav-white .swiper-button-prev:hover:after, .swiper-nav-white .swiper-button-next:hover:after, .swiper-nav-bottom-white .swiper-button-prev:hover:after, .swiper-nav-bottom-white .swiper-button-next:hover:after { color: var(--themeht-text-color); }
.swiper-nav-bottom-white .swiper-button-next, .swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom .swiper-button-next, .swiper-nav-bottom .swiper-button-prev { top: inherit; bottom: 0; }
.swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom .swiper-button-prev { left: 50% !important; margin-left: -60px; }
.swiper-nav-bottom-white .swiper-button-next, .swiper-nav-bottom .swiper-button-next { right: 50% !important; margin-right: -60px; }
.swiper-nav-bottom, .swiper-nav-bottom-white { margin-top: 120px; }


/* ------------------------
  Swiper Dot Pagination
------------------------*/
.swiper-pagination { position: inherit !important; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; margin-top: 60px; }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }
.swiper-pagination-clickable .swiper-pagination-bullet { background-color: #bccfe9; border-radius: 50%; width: 10px; height: 10px; opacity: 1; display: inline-block; vertical-align: middle; }
.swiper-pagination-clickable .swiper-pagination-bullet-active { background: var(--themeht-primary-color); box-shadow: 0 0 8px rgba(0, 86, 210, 0.6); opacity: 1; }
.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--themeht-white-color); }
.swiper-nav-none .swiper-button-prev, .swiper-nav-none .swiper-button-next, .swiper-nav-none .swiper-pagination { display: none; }
.swiper-nav-dots .swiper-button-prev, .swiper-nav-dots .swiper-button-next, .swiper-dots-white .swiper-button-prev, .swiper-dots-white .swiper-button-next { display: none; }
.swiper-nav-arrow .swiper-pagination, .swiper-nav-bottom .swiper-pagination, .swiper-nav-white .swiper-pagination, .swiper-nav-bottom-white .swiper-pagination { display: none; }


/* ------------------------
  Working Hours
------------------------*/
.working-hours-item { display: flex; align-items: baseline; justify-content: space-between; position: relative; }
.working-hours-item:last-child { border-bottom: none !important; padding-bottom: 0 !important; }
.working-hours-item:first-child { padding-top: 0 !important; }


/* ------------------------
  Step Box
------------------------*/
.step-item.style-1 { text-align: center; position: relative; z-index: 9; }
.step-item.style-1 .step-icon { height: 80px; width: 80px; text-align: center; line-height: 1; color: var(--themeht-white-color); border-radius: 100%; font-size: 34px; margin: 0 auto; position: relative; z-index: 1; transition: all 0.35s ease-in-out; margin-top: 30px; background: linear-gradient(95deg, var(--themeht-primary-color), var(--themeht-accent-color), var(--themeht-secondary-color), var(--themeht-accent-color), var(--themeht-primary-color)); display: inline-flex; justify-content: center; align-items: center; background-size: 200% 200%; background-position: left center; transition: background-position 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease; will-change: background-position, transform; }
.text-white.step-item.style-1 h4 { color: var(--themeht-white-color); }
.step-item.style-1 .step-number-wrap { mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 49.865%, rgba(0, 0, 0, 0) 100%); opacity: 1; flex-flow: row; flex: none; place-content: center flex-start; align-items: center; gap: 0; width: 100%; height: min-content; display: flex; position: relative; overflow: hidden; margin-bottom: 20px; }
.step-item.style-1 .step-number-bdr { flex: 1 0 0; width: 1px; height: 1px; position: relative; overflow: hidden; background-color: var(--themeht-white-color); opacity: 1; }
.step-item.style-1 .step-number { flex-flow: row; flex: none; place-content: center; align-items: center; gap: 10px; width: 30px; height: 30px; display: flex; position: relative; overflow: hidden; background-color: var(--themeht-white-color); border-radius: 999px; opacity: 1; font-weight: 500; color: var(--themeht-text-color); font-size: 16px; line-height: 1; }
.step-item.style-1 p { margin-bottom: 0; }
.step-item.style-2 { text-align: center; }
.step-item.style-2 .step-icon { position: relative; display: inline-block; width: 150px; height: 150px; line-height: 1; text-align: center; font-size: 60px; margin-bottom: 24px; transition: all 500ms ease; background-color: var(--themeht-white-color); color: var(--themeht-primary-color); box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.step-item.style-2 .step-icon i { position: relative; display: inline-block; z-index: 1; -webkit-transition: 0.6s ease-out; -moz-transition: 0.6s ease-out; transition: 0.6s ease-out; }
.step-item.style-2:hover .step-icon i { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); transform: rotate(10deg); }
.step-item.style-2 .step-icon .step-number { position: absolute; top: 0; right: 0; font-size: 15px; font-weight: 700; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color)); color: var(--themeht-white-color); transition: all 500ms ease; }

.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="false"] { border-radius: 20px; }
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title, .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>i { color: var(--themeht-primary-color); }