/* ------------------------------------------------
  Project:   Soften - Software & SaaS WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  4. Accordion
  5. Social Icons
  6. Team
  7. Tab
  8. Counter
  9. Blog - Post
  10. Featured Box
  11. Step Box
  12. Testimonials
  13. Featured Box
  14. Service Box
  15. Price Table   
  16. Progress Bar
  17. Portfolio Item
  18. Swiper Arrow
  19. Swiper Dot Pagination


/* ------------------------
    Section Title
------------------------*/
.dark-bg .theme-title h2, .theme-bg .theme-title h2, .dark-bg .theme-title p, .theme-bg .theme-title p { color: var(--themeht-white-color) }
.theme-title h6 { position: relative; display: inline-block; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.theme-title h2 { margin-bottom: 0; }
.theme-title p { margin-bottom: 0; margin-top: 15px }
.theme-bg .theme-title h6, .grediant-bg3 .theme-title h6{background: linear-gradient(115deg, var(--themeht-white-color), var(--themeht-white-color), var(--themeht-white-color)); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}


/* ------------------------
    Theme Button
------------------------*/
.themeht-btn, a.themeht-btn { position: relative; display: inline-block; padding: 10px 25px; border-radius: 50px; border: none; background-image: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); color: var(--themeht-white-color); -webkit-transition: all .3s cubic-bezier(.02, .54, .58, 1); -o-transition: all .3s cubic-bezier(.02, .54, .58, 1); transition: all .3s cubic-bezier(.02, .54, .58, 1); font-family: var(--themeht-typography-secondary-font-family); font-weight: 600; background-size: 150% 100%; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.themeht-btn:hover, .themeht-btn:focus, a.themeht-btn:hover, a.themeht-btn:focus { color: var(--themeht-white-color); background-position: 100% 0; }
.themeht-btn.dark-btn { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); background-size: inherit; }
.themeht-btn.dark-btn:hover, .themeht-btn.dark-btn:focus { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.read-button { color: var(--themeht-text-color); overflow: hidden; position: relative; display: inline-block; font-size: 18px; line-height:1 }
.read-button i { margin-left: 5px; font-size: 20px; vertical-align: middle; }
.read-button::before { content: ''; position: absolute; width: 100%; left: 0; background-color: var(--themeht-primary-color); height: 1px; bottom: 0; transform-origin: 100% 50%; transform: scaleX(0); transition: transform .8s cubic-bezier(0.76, 0, 0.24, 1); }
.read-button:hover::before { transform-origin: 0% 50%; transform: scaleX(1); }
.read-button span { display: inline-block; transition: transform .8s cubic-bezier(0.76, 0, 0.24, 1); }


/* ------------------------
 Accourdion
------------------------*/
.elementor-accordion .elementor-accordion-item { margin-bottom: 30px; padding-bottom: 30px; border: none !important; border-bottom: 1px solid var(--themeht-border-light-color) !important; }
.elementor-accordion .elementor-accordion-item:last-child { margin-bottom: 0; }
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title{font-size: 20px; line-height: 30px; font-weight: 600 !important; text-transform: capitalize; transition: all 0s ease-in-out 0s; color: var(--themeht-text-color); font-family: var(--themeht-typography-secondary-font-family);}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title{color: var(--themeht-primary-color)}
.themeht-accordion.elementor-widget-accordion .elementor-accordion-icon{color: var(--themeht-text-color); font-size: 25px;}
.themeht-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{color: var(--themeht-primary-color)}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color: var(--themeht-body-color); border-top: none !important;}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content p{margin-bottom:0;}


/* ------------------------
    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 {display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; margin:0; border-radius: 50%; border: 1px solid var(--themeht-border-light-color); background: var(--themeht-white-color); color: var(--themeht-text-color); overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-icons li a:hover{border-color:var(--themeht-primary-color); background: var(--themeht-primary-color); color: var(--themeht-white-color);}


/* ------------------------
    Team
------------------------*/
.team-member{position: relative; text-align: center;}
.team-images{overflow: hidden; position: relative; border-radius: 20px;}
.team-member .team-desc {padding: 20px 20px 0; text-align: center; width: 100%; position: relative; z-index: 9;}
.team-member .team-desc span{color: var(--themeht-text-color); font-weight: 400;}
.team-member .team-desc h5{ margin: 0; text-transform: capitalize; font-weight: 500;}
.team-member .team-social-icon {display: inline-block; opacity: 0; visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); position: absolute; top: 1rem; left: 1rem; z-index: 500;}
.team-member:hover .team-social-icon{opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.team-member .team-social-icon ul {display: inline-block;}
.team-member .team-social-icon ul li {list-style-type: none; position: relative;}
.team-member .team-social-icon ul li {margin-bottom: 10px; margin-right: 0; display: block;}
.team-member img{width: 100%;}
.team-meta li{margin-bottom: 20px; display: flex; align-items: center; color: var(--themeht-body-color);}
.team-meta li i { font-size: 24px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; vertical-align: middle; margin-right: 15px; }
.team-meta li span { font-family: var(--themeht-typography-secondary-font-family); margin-right: 10px; font-weight: 600; color: var(--themeht-text-color); }
.team-meta li a { color: var(--themeht-body-color); }
.team-meta li a:hover { color: var(--themeht-primary-color); }
.team-cntct{padding: 10px 30px 30px;}


/* ------------------------
    Tab
------------------------*/
.ht-tab .tab-menu { display: flex; width: 100%; justify-content: center; }
.ht-tab .tab-menu li { list-style-type: none; }
.ht-tab .tab-menu li a { font-family: var(--themeht-typography-secondary-font-family); background: var(--themeht-white-color); border-radius: 50px; margin-right: 20px; font-size: 24px; font-weight: 600; text-transform: capitalize; color: var(--themeht-text-color); position: relative; display: inline-block; border: none; padding: 15px 40px; }
.ht-tab .tab-menu li a.active-a, .ht-tab .tab-menu li a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.ht-tab .ht-tab-content { padding: 30px 30px 0; }
.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; }


/* ------------------------
    Counter
------------------------*/
.counter{position: relative;}
.counter span{font-family: var(--themeht-typography-secondary-font-family); font-size:50px; font-weight: 600; line-height:50px; color:var(--themeht-primary-color); display: inline-block;}
.counter span + span{font-weight: normal; font-size: 30px; color: var(--themeht-text-color)}
.counter h5{display: block; font-weight:normal; color:var(--themeht-text-color); font-size:20px; font-weight: 500; position:relative; margin:0;}
.dark-bg .counter span { color: var(--themeht-white-color); }
.dark-bg .counter h5 { color: var(--themeht-body-color); }
.counter-top { display: flex; align-items: center; justify-content: center }
.counter.style-2 .counter-icon { font-size: 50px; color: var(--themeht-white-color); line-height: 1; display: inline-block; flex-shrink: 0; margin-right: 20px; }
.counter.style-2 span { color: var(--themeht-white-color); }
.counter.style-2 h5 { color: var(--themeht-white-color); display: inline-block; background: rgba(255, 255, 255, 0.05); margin-top: 10px; padding: 0 10px; }


/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; }
.themeht-blogs .post-card { border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 60px; margin-bottom: 60px }
.post-card .post-image { overflow: hidden; position: relative; border-radius: 20px }
.post-card .post-desc h4 { margin: 0; text-transform: capitalize; text-transform: capitalize; word-break: break-word; }
.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-meta li { font-size: 14px; font-weight: normal; display: inline-block; vertical-align: middle; text-transform: uppercase; margin: 0; list-style-type: none; position: relative; }
.post-meta li:last-child { margin-right: 0; }
.post-meta li i { color: var(--themeht-primary-color); }
.post-meta li + li:before { display: inline-block; padding-right: 0.3rem; color: var(--themeht-body-color); font-family: 'bootstrap-icons'; content: "\F309"; padding-left: 0.2rem; font-size: 24px; vertical-align: middle; }
.post-meta .list-inline-item:not(:last-child) { margin-right: 0; }
.post-meta li a { color: var(--themeht-body-color); }
.post-meta li a:hover { color: var(--themeht-primary-color); }
.post-title { position: relative; margin-top: 10px; }
.themeht-blogs .post-title h4 { font-size: 36px; line-height: 46px; margin-bottom: 15px; }
.post-card .post-image img, .post-single-page .post-thumbnail img { width: 100%; border-radius: 20px; }
.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; }
.blog-tag-link{border-radius: 20px; padding: 30px; display: inline-block; margin-top: 40px;}
.tags-links a { background: var(--themeht-bg-light-color); border-radius: 30px; padding: 5px 15px; display: inline-block; text-align: center; font-size: 15px; line-height: 25px; text-transform: capitalize; margin: 5px 0 15px 5px; }
.tags-links a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.blog-share h4 { margin-bottom: 10px !important; }
.post-bottom li i { font-size: 16px; color: var(--themeht-primary-color); margin-right: 5px; vertical-align: middle; }
.post-card .post-bottom li span { display: inline; }
.has-post-thumbnail .post-card .post-desc, .elementor-widget-post-grid .post-card .post-desc { padding-top: 30px; }

/* ---- Sidebar Widget ----*/
.widget h2, .wp-block-archives__label, .wp-block-search__label { padding-bottom: 10px; color: var(--themeht-text-color); display: inline-block; position: relative; width: 100%; margin-bottom: 20px; font-size: 24px; line-height: 34px; font-weight: 600; }
.widget h2:before, .wp-block-archives__label:before, .wp-block-search__label:before { content: ""; border-radius: 30px; position: absolute; left: 0; bottom: 0; width: 100px; height: 2px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); }
.themeht-sidebar { padding: 30px; border-radius: 20px; margin-left: 70px; background: var(--themeht-white-color); }
.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; }
.themeht-sidebar .widget .tagcloud a, .wp-block-tag-cloud a { background: var(--themeht-bg-light-color); border-radius: 30px; padding: 5px 15px; display: inline-block; text-align: center; font-size: 15px !important; line-height: 25px; text-transform: capitalize; margin: 5px 5px 15px 0; }
.themeht-sidebar .widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); border-color: var(--themeht-primary-color); }
.widget_categories li, .wp-block-categories li { color: var(--themeht-body-color); position: relative; padding-left: 30px; color: var(--themeht-text-color); }
.widget.widget_categories ul li:before, .wp-block-categories li:before { content: "\F38B"; font-family: 'bootstrap-icons'; color: var(--themeht-primary-color); font-size: 18px; position: absolute; left: 0; top: 0; }
.widget_categories li a:hover, .wp-block-categories li a:hover { color: var(--themeht-primary-color); }
.themeht-sidebar .widget_recent_entries li, .wp-block-latest-posts li { margin-bottom: 15px; }
.search-form { position: relative }
.search-form label { width: 100%; }
.widget_themeht_recentpost li { display: flex; align-items: flex-start; }
.themeht-post-image { flex-shrink: 0;  width: 100px; height: 100px; margin-right: 20px;}
.themeht-post-image img{border-radius: 10px;}
.themeht-post-date { display: block; font-size: 14px; margin-top: 5px; line-height: 1; }
.search-form button[type="submit"] { background: inherit; color: var(--themeht-text-color); font-size: 20px; line-height: 50px; text-align: center; cursor: pointer; position: absolute; right: 15px; padding: 0; border: none; top: 0; z-index: 1; }
.search-form button[type="submit"]:hover { color: var(--themeht-primary-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: 15px; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before { position: absolute; content: "\f52a"; font-family: 'bootstrap-icons'; color: var(--themeht-text-color); font-weight: normal; font-size: 20px; line-height: 50px; text-align: center; cursor: pointer; right: 0; padding: 0; border: none; top: 0; z-index: 1; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover:before { color: var(--themeht-primary-color); }

.themeht-sidebar .widget li a, .themeht-sidebar .widget a{text-transform: capitalize;}
.themeht-sidebar .widget li a{ font-size: 15px; line-height: 25px; color: var(--themeht-text-color);}
.themeht-sidebar .widget li a:hover{color: var(--themeht-primary-color);}


/* ---- Post Comments ----*/
.post-comment { margin-top: 50px; }
.post-comment .comments-title, .post-comment .comment-reply-title { font-size: 34px; line-height: 44px; margin-bottom: 40px; }
.post-comment .comment-reply-title { margin-bottom: 15px; }
.comments-box { box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%); padding: 50px; margin-top: 50px; }
.comment-author img { width: 100px; height: 100px; display: inline-block; position: absolute; left: 0; top: 0; border-radius: 20px; }
.post-comment li.comment, .post-comment li.trackback, .post-comment li.pingback { list-style-type: none; }
.post-comment li.comment .comment-body, .post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body { position: relative; padding-left: 130px; list-style-type: none; margin-bottom: 50px; border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 50px; }
.post-comment .comment-meta { margin-bottom: 20px; }
.post-comment .comment-metadata { font-size: 14px; }
.comment-respond { padding: 30px; background: var(--themeht-white-color); box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08); border-radius: 20px; }
.says { display: none; }
.comment-author.vcard b, .comment-author.vcard a { text-transform: capitalize; font-size: 24px; line-height: 34px; font-weight: 600; font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-text-color); }
.comment-author.vcard a:hover { color: var(--themeht-primary-color); }
.post-comment .comment-metadata a { 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: 50px; }
.comment-form-comment { margin-top: 30px; margin-bottom: 0; }
.comment-content p { margin-bottom: 0; }
.reply { position: absolute; top: 0; right: 0; }
.comment-reply-link, .comment-reply-link:focus, .comment-reply-link:visited, .comment-reply-link:active { position: relative; line-height: 25px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); color: var(--themeht-white-color); padding: 6px 15px 6px 40px; border-radius: 30px; font-family: var(--themeht-typography-secondary-font-family); font-weight: 600; background-size: 150% 100%; display: inline-block; font-size: 15px; }
.comment-reply-link:hover { background-position: 100% 0; color: var(--themeht-white-color); }
.comment-reply-link:before { content: '\f520'; font-family: 'bootstrap-icons'; font-size: 20px; position: absolute; left: 14px; top: 5px; }

#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: 50px; 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: 18px; font-family: var(--themeht-typography-secondary-font-family); font-weight: 500; line-height: 24px; }

.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: 30px; display: inline-block; margin-bottom: 7px; text-transform: uppercase; font-size: 15px;}

.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: 30px; }

.site-main .comment-navigation .nav-links .nav-subtitle:after,
.site-main .posts-navigation .nav-links .nav-subtitle:after,
.site-main .post-navigation .nav-links .nav-subtitle:after { position: absolute; top: 0; left: -8px; font-family: 'bootstrap-icons'; content: "\f12c"; font-size: 35px; display: inline-block; z-index: 99; color: var(--themeht-text-color); }

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle:after,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle:after,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle:after { content: "\F135"; left: inherit; right: 0; }

.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;}


.post.sticky .post-card { background: var(--themeht-white-color); padding: 30px; box-shadow: none; border: 5px solid var(--themeht-primary-color); }


/* ------------------------
    Testimonials
------------------------*/
.testimonial { position: relative; padding: 30px; border-radius: 20px; background: var(--themeht-white-color); margin-left: 20px; }
.testimonial p { font-size: 17px; line-height: 30px; font-weight: 400; margin: 30px 0; position: relative; }
.testimonial .testimonial-caption { z-index: 9; position: relative; }
.testimonial .testimonial-caption label { margin-bottom: 0; font-weight: 500; color: var(--themeht-text-color); display: block; }
.testimonial .testimonial-caption h5 { color: var(--themeht-primary-color); display: inline-block; margin-bottom: 10px; }
.testimonial .testimonial-quote i { position: relative; display: inline-block; z-index: 9; color: var(--themeht-primary-color); font-size: 70px; line-height: 1; opacity: 0.2 }
.testimonial.style-1 .testimonial-img { border-radius: 20px; position: relative; display: inline-block; width: 80px; height: 80px; margin-left: -50px; }
.testimonial.style-1 .testimonial-img::before { content: ""; background: var(--themeht-text-color); width: 140px; height: 1px; position: absolute; top: 50%; margin-top: -1px; z-index: 99; left: 60px; }
.testimonial-img img { border-radius: 20px !important; position: relative; z-index: 9; width: 100%; }
.testimonial-media { display: flex; align-items: center; justify-content: space-between; }
.testimonial.style-2 { margin-left: 0; box-shadow: none; margin: 50px 30px; }
.testimonial.style-2 .testimonial-img { border-radius: 20px; position: relative; display: inline-block; width: 80px; height: 80px; margin-right: 20px }
.testimonial.style-2 .testimonial-media { justify-content: inherit; }
.testimonial.style-2 p { margin-top: 0; }
.testimonial-center .swiper-slide-active .testimonial.style-2{transform: scale(1.1); z-index: 99;}


/* ------------------------
    Featured Box
------------------------*/
.featured-item { padding: 40px 30px; position: relative; border-radius: 50px; overflow: hidden; z-index: 9; background: var(--themeht-white-color); }
.featured-item .featured-icon { display: inline-block; position: relative; margin-bottom: 30px }
.featured-desc p { margin-bottom: 0; }
.featured-title h5 { margin-bottom: 15px; }
.featured-item .featured-icon i { background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; font-size: 50px; line-height: 50px; }
.featured-item.style-3 .featured-icon i { -webkit-text-fill-color: inherit; border-radius: 50%; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); color: var(--themeht-white-color); width: 80px; height: 80px; line-height: 80px; font-size: 40px; text-align: center; background-size: 150% 100%; -webkit-transition: all .3s cubic-bezier(.02, .54, .58, 1); -o-transition: all .3s cubic-bezier(.02, .54, .58, 1); transition: all .3s cubic-bezier(.02, .54, .58, 1); moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.featured-item.style-3:hover .featured-icon i { border-radius: 20px; background-position: 100% 0; }
.featured-item.style-2 { padding: 0; background: none; box-shadow: none; border-radius: 0; display: flex; align-items: flex-start; }
.featured-item.style-2 .featured-title h5 { margin: 0 0 10px; }
.dark-bg .featured-item.style-2 .featured-title h5 { color: var(--themeht-white-color) }
.featured-item.style-2 .featured-icon i { -webkit-text-fill-color: inherit; border-radius: 20px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); color: var(--themeht-white-color); width: 80px; height: 80px; line-height: 80px; font-size: 40px; text-align: center; margin-right: 20px; flex-shrink: 0; background-size: 150% 100%; -webkit-transition: all .3s cubic-bezier(.02, .54, .58, 1); -o-transition: all .3s cubic-bezier(.02, .54, .58, 1); transition: all .3s cubic-bezier(.02, .54, .58, 1); moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }


/* ------------------------
    Service Item
------------------------*/
.service-sec:before { content: ""; position: absolute; top: 5%; left: -15%; width: 130%; height: 100%; transform: rotate(3deg); background-image: radial-gradient(var(--gradient_spot1_w) var(--gradient_spot1_h) at left var(--gradient_spot1_x) top var(--gradient_spot1_y), var(--gradient_spot1_color), transparent), radial-gradient(var(--gradient_spot2_w) var(--gradient_spot2_h) at left var(--gradient_spot2_x) top var(--gradient_spot2_y), var(--gradient_spot2_color), transparent), radial-gradient(var(--gradient_spot3_w) var(--gradient_spot3_h) at left var(--gradient_spot3_x) top var(--gradient_spot3_y), var(--gradient_spot3_color), transparent), radial-gradient(var(--gradient_spot4_w) var(--gradient_spot4_h) at left var(--gradient_spot4_x) top var(--gradient_spot4_y), var(--gradient_spot4_color), transparent); }
.service-item.style-1 { text-align: center; position: relative; z-index: 9; padding: 50px; margin-top: 100px; margin-bottom: 40px;}
.swiper-slide .service-item.style-1{margin-left: 30px; margin-right: 30px;}
.service-item.style-1:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--themeht-white-color); z-index: -9; transform: skewY(10deg); border-radius: 30px; box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08) }
.service-item.style-1:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); z-index: -9; transform: scale(0) skewY(10deg); border-radius: 30px; }
.service-item.style-1 .service-images { width: 200px; margin: 0 auto; margin-top: -150px; }
.service-item.style-1 .service-desc { padding-top: 30px }
.service-item .service-btn { width: 80px; height: 80px; display: flex; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); border-radius: 100%; justify-content: center; align-items: center; color: var(--themeht-white-color); font-size: 30px; position: absolute; left: 50%; margin-left: -40px; bottom: -40px; border: 10px solid var(--themeht-white-color); background-size: 150% 100%; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.service-item .service-btn:hover, .service-item .service-btn:focus { color: var(--themeht-white-color); background-position: 100% 0; }
.service-item.style-1:hover:before { transform: skewY(-10deg) }
.service-item.style-1:hover:after { transform: scale(1) skewY(-10deg) }
.service-item.style-1:hover h4, .service-item.style-1:hover p { color: var(--themeht-white-color) }

.service-item.style-2 { position: relative; z-index: 9; padding: 40px; background: var(--themeht-white-color); border-radius: 20px }
.service-top { display: flex; align-items: center; }
.service-item.style-2 .service-images { flex-shrink: 0; width: 100px; margin-right: 15px; }
.service-item.style-2 .service-desc p { margin: 20px 0 }
.service-item.style-2 h4 { margin-bottom: 0 }
.service-item.style-2 .service-btn, .service-item.style-3 .service-btn { position: relative; bottom: inherit; left: inherit; margin-left: 0; border: none; width: 40px; height: 40px }
.service-item.style-3 { position: relative; text-align: center; padding: 40px 30px; border-radius: 20px; z-index: 9; }
.service-item.style-3 .service-icon { display: inline-block; margin-bottom: 20px }
.service-item.style-3 .service-icon i { background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; font-size: 70px; display: inline-block; }
.service-item.style-3 p{margin-bottom: 30px;}

.service-item.style-3:hover{background: transparent;}
.service-item.style-3:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--themeht-white-color); z-index: -9; transform: skewY(-10deg); border-radius: 30px; box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08) }
.service-item.style-3:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); z-index: -9; transform: scale(0) skewY(10deg); border-radius: 30px; }
.service-item.style-3:hover:after { transform: scale(1) skewY(-10deg) }
.service-item.style-3:hover h4, .service-item.style-3:hover p, .service-item.style-3:hover .read-button { color: var(--themeht-white-color) }
.service-item.style-3:hover .service-icon i { color: var(--themeht-white-color); background: inherit; -webkit-text-fill-color: inherit; }
.service-item.style-3:hover .read-button::before{background: var(--themeht-white-color)}

/*Service Sidebar*/
.service-sidebar { background: var(--themeht-white-color); padding: 30px; border-radius: 20px; margin-right: 30px;}
.service-widget.widget { margin-bottom: 30px; }
.service-widget ul { padding-left: 0; }
.service-widget li { list-style-type: none; }
.service-widget li:last-child { margin-bottom: 0; }
.service-widget.widget.widget_nav_menu li a { color: var(--themeht-text-color); display: block; font-size: 16px; padding: 15px 0; font-weight: 400; position: relative; border-bottom: 1px dashed var(--themeht-border-light-color); }
.service-widget.widget.widget_nav_menu li.current-menu-item a, .service-widget.widget.widget_nav_menu li:hover a { color: var(--themeht-primary-color);}
.service-widget.widget.widget_nav_menu li a:before { position: absolute; top: 15px; left: inherit; right: 0; font-family: 'bootstrap-icons'; content: "\F135"; font-size: 22px; font-weight: normal; z-index: 99; color: var(--themeht-primary-color); }
.service-widget.widget.widget_nav_menu li a:hover:before{right: 10px;}
.contact-widget{padding: 30px 30px 200px;}


/* ------------------------
    Price Table
------------------------*/
.price-table { padding: 50px 30px; border-radius: 20px; overflow: hidden; position: relative; background: var(--themeht-white-color); }
.price-title { font-weight: 700; color: var(--themeht-primary-color); margin-bottom: 10px }
.price-header { position: relative; z-index: 9; display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--themeht-border-light-color); }
.price-icon { max-width: 40%; }
.price-value { display: flex; align-items: end; }
.price-value h2 { font-size: 50px; line-height: 50px; font-weight: 600; color: var(--themeht-text-color); margin-bottom: 0; position: relative; display: inline-block; }
.price-value h2 sup { font-size: 26px; line-height: 24px; margin: 0; color: var(--themeht-body-color); font-weight: normal; }
.price-list ul li { position: relative; display: flex; margin-bottom: 20px; align-items: center; }
.price-list ul li:last-child { margin-bottom: 0; }
.price-list li i { color: var(--themeht-primary-color); line-height: 20px; font-size: 20px; margin-right: 10px }

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar.elementor-widget-progress .elementor-progress-wrapper { background-color: var(--themeht-bg-light-color) !important; border-radius: 30px; }
.ht-progress-bar.elementor-widget-progress .elementor-title { font-size: 16px; margin-bottom: 5px; font-weight: 600; font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-text-color) !important; display: inline-block; }
.ht-progress-bar.elementor-widget-progress .elementor-progress-bar { height: 3px; position: relative; background-color: var(--themeht-primary-color) !important; border-radius: 30px; }
.ht-progress-bar.elementor-widget-progress .elementor-progress-percentage { padding-right: 0; position: absolute; right: 0; left: auto; top: -37px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 16px; font-weight: 600 }

/* ------------------------
    Portfolio
------------------------*/
.portfolio-img { border-radius: 50px; overflow: hidden; border: 10px solid var(--themeht-white-color); }
.portfolio-desc { text-align: center; padding-top: 30px; }
.portfolio-desc h4 { margin-bottom: 0; }

/*Portfolio Meta*/
.portfolio-meta-list { display: flex; align-items: flex-start; }
.portfolio-meta-icon { font-size: 30px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; flex-shrink: 0; margin-right: 20px; line-height: 1; }
.portfolio-meta-title { display: block; text-transform: uppercase; font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-primary-color); }
.portfolio-meta-sub-title { color: var(--themeht-text-color); }

/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev { left: 0; }
.swiper .swiper-button-next { right: 0; }
.swiper .swiper-button-prev, .swiper .swiper-button-next { width: 50px; height: 50px; line-height: 50px; border: 1px solid var(--themeht-border-dark-color); 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%; background: var(--themeht-white-color); }
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover { background: var(--themeht-bg-dark-color); border-color: var(--themeht-bg-dark-color); }
.swiper .swiper-button-prev:after { content: '\F12F'; font-family: bootstrap-icons !important; }
.swiper .swiper-button-next:after { content: '\F138'; font-family: bootstrap-icons !important; }
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after { color: var(--themeht-text-color); font-size: 30px; -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-white-color); background: var(--themeht-white-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-primary-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-text-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-white-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: 80px;}


/* ------------------------
  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: var(--themeht-bg-dark-color); border-radius: 50%; width: 6px; height: 6px; opacity: 1; display: inline-block; vertical-align: middle; }
.swiper-pagination-clickable .swiper-pagination-bullet-active { opacity: 1; width: 8px; height: 8px; background-color: var(--themeht-primary-color); }
.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;}