/*----------------------------------------------
 * Global
 * ---------------------------------------------*/
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------------
 * Animated Text
 * --------------------------------------------- */
.primekit-elementor-anim-text-area .primekit-anim-text-headline {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #333;
}

/*----------------------------------------------
 * Archive Title 
 * ---------------------------------------------*/
.primekit-archive-title-tag {
  margin-top: 0;
  margin-bottom: 0;
}

/*----------------------------------------------
 * Back to Top
 * ---------------------------------------------*/
#primekit-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0349e7;
  color: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  display: none;
  border-radius: 6px;
  z-index: 789;
  text-align: center;
  font-size: 16px;
  transition: background 0.4s, color 0.4s;
}

#primekit-back-to-top:hover {
  background-color: #a03bf4;
}

#primekit-back-to-top svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.primekit-backtop-hidden {
  display: none;
}

.primekit-show-always {
  display: inline-block !important;
}

/* ---------------------------------------------
* Before After Image
* --------------------------------------------- */
#primekit-before-after-container .twentytwenty-handle:before,
#primekit-before-after-container .twentytwenty-handle:after {
  box-shadow: none;
}

/*----------------------------------------------
 * Blockquote
 * ---------------------------------------------*/
.primekit-elementor-block-quote-area {
  width: 100%;
  position: relative;
  padding-left: 50px;
}

.primekit-elementor-block-quote-area blockquote {
  width: 90%;
  margin: 0;
  font-size: 21px;
  border-left: 3px solid #59a818;
  padding-left: 15px;
  font-weight: 300;
  position: relative;
  word-wrap: break-word;
}

.primekit-elementor-block-quote-area blockquote:before {
  content: "";
  width: 0;
  height: 0;
}

.primekit-elementor-block-quote-area .primekit-quote-icon {
  position: absolute;
  top: -15px;
  left: 0px;
}

.primekit-elementor-block-quote-area .primekit-quote-icon svg {
  width: 40px;
  height: 40px;
}

/*----------------------------------------------
 * Blog Fancy
 * ---------------------------------------------*/

.primekit-ele-blogs {
  display: flex;
  gap: 30px;
}

.primekit-ele-single-first {
  flex-basis: 50%;
}

.primekit-ele-single-blog-rem-posts {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  gap: 25px;
}

.primekit-ele-single-blog-area:not(.primekit-ele-single-first) {
  display: flex;
  /* flex-basis: 100%; */
}

.primekit-ele-single-blog-area {
  position: relative;
}

.primekit-ele-single-first .primekit-ele-single-blog-thumbnail {
  max-width: 100%;
}

.primekit-ele-single-blog-thumbnail {
  max-width: 240px;
}

.primekit-ele-single-blog-thumbnail img {
  max-width: 100%;
  border-radius: 10px !important;
}

.primekit-ele-single-blog-rem-posts .primekit-ele-single-blog-thumbnail img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.primekit-ele-single-blog-rem-posts .primekit-ele-single-blog-thumbnail {
  height: 176px;
}

.primekit-ele-single-blog-content-area {
  width: 470px;
  border-radius: 5px;
  background: #f9f9f9;
  box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.25);
  padding: 20px 30px;
  position: absolute;
  left: 155px;
  top: 15px;
}

.primekit-ele-single-first .primekit-ele-single-blog-content-area {
  width: 90%;
  margin: 0 auto;
  margin-top: -100px;
  z-index: 9;
  position: relative;
  padding: 35px 40px;
  left: unset;
  top: unset;
}

.primekit-ele-single-first .primekit-ele-single-blog-info {
  margin-bottom: 15px;
}

.primekit-ele-single-blog-info {
  margin-bottom: 5px;
  display: flex;
  gap: 20px;
}

.primekit-ele-single-blog-info a {
  color: #777;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.primekit-ele-single-blog-info i {
  color: #448e08;
  font-size: 16px;
}

.primekit-ele-single-blog-title h2 {
  line-height: 1.5rem !important;
}

.primekit-ele-single-blog-title a {
  color: #181818;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
}

.primekit-ele-single-blog-button a {
  color: #448e08;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
}

/*----------------------------------------------
 * Post/page Title 
 * ---------------------------------------------*/
.primekit-post-title-tag {
  margin-top: 0;
  margin-bottom: 0;
}

.primekit-page-title-tag {
  margin-top: 0;
  margin-bottom: 0;
}

/*----------------------------------------------
 * Blog Grid
 * ---------------------------------------------*/

.primekit-ele-four-column-blog,
.primekit-ele-four-column-blog .primekit-ele-blog-item,
.primekit-ele-three-column-blog,
.primekit-ele-two-column-blog {
  box-sizing: border-box;
}

.primekit-ele-four-column-blog {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.primekit-ele-four-column-blog .primekit-ele-blog-item {
  box-sizing: border-box;
}

/* Three column blog area */
.primekit-ele-three-column-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

/* Blog item styling */
.primekit-ele-blog-item {
  box-sizing: border-box;
}

.primekit-ele-three-column-blog {
  width: 100%;
}

.primekit-ele-two-column-blog {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.primekit-ele-blog-thumb figure img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.primekit-ele-blog-thumb figure img:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.primekit-ele-blog-title {
  margin: 10px 0 7px 0;
  font-size: 18px;
  font-weight: bold;
}

.primekit-ele-blog-meta {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.primekit-ele-blog-meta .posted-on {
  margin-right: 10px;
}

.primekit-ele-blog-excerpt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.primekit-ele-blog-more {
  margin-top: 10px;
}

.primekit-ele-blog-more a {
  position: relative;
}

.primekit-ele-blog-more a:after {
  width: 20px;
  border-bottom: 1px dashed #a0ce4e;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primekit-ele-blog-more a:hover:after {
  left: 2%;
  margin-left: 0;
  width: 80%;
}

.primekit-ele-pagination-container {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
}

.primekit-ele-blog-grid .primekit-ele-pagination-container {
  text-align: center;
}

.primekit-ele-pagination-container a {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
  background-color: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primekit-ele-pagination-container .current,
.primekit-ele-pagination-container a:hover {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  background-color: #59a818;
  border-radius: 5px;
}

/*----------------------------------------------
 * Blog List
 * ---------------------------------------------*/
.primekit-ele-blog-list-item {
  clear: both;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.primekit-ele-blog-list-thumb {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.primekit-ele-blog-list-content {
  overflow: hidden;
}

.primekit-ele-blog-list-thumb figure img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.primekit-ele-blog-list-thumb figure img:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.primekit-ele-blog-list-title {
  margin: 0 0 7px 0;
  font-size: 18px;
  font-weight: bold;
}

.primekit-ele-blog-list-meta {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.primekit-ele-blog-list-meta .posted-on {
  margin-right: 10px;
}

.primekit-ele-blog-list-excerpt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.primekit-ele-blog-list-more {
  margin-top: 10px;
}

.primekit-ele-blog-list-more a {
  position: relative;
}

.primekit-ele-blog-list-more a:after {
  width: 20px;
  border-bottom: 1px dashed #a0ce4e;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primekit-ele-blog-list-more a:hover:after {
  left: 2%;
  margin-left: 0;
  width: 80%;
}

.primekit-ele-blog-list-pagi-container {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
}

.primekit-ele-blog-list-pagi-container a {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
  background-color: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primekit-ele-blog-list-pagi-container .current,
.primekit-ele-blog-list-pagi-container a:hover {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  background-color: #59a818;
  border-radius: 5px;
}


/*----------------------------------------------
 * Author Bio
 * ---------------------------------------------*/

.primekit-ele-author-bio {
  display: flex;
  padding: 10px;
  column-gap: 20px;
}

.primekit-ele-authorleft {
  flex: 0 0 150px;
}

.primekit-ele-authorright {
  flex: 1;
}

.primekit-author-bio-title {
  margin-bottom: 7px;
}

/*----------------------------------------------
 * Business Hours
 * ---------------------------------------------*/
.primekit-business-hours-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  list-style: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.primekit-business-hours-area ul .primekit-business-hour-title {
  display: flex;
  align-items: center;
  border: 0;
  background: #302eff;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  padding: 30px;
  color: #fff;
  font-size: 20px;
}

.primekit-business-hours-area ul li.primekit-business-hour-item {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  margin-left: 15px;
  margin-right: 15px;
}

.primekit-business-hours-area ul li.primekit-business-hour-item span {
  color: #272727;
  font-size: 15px;
}

.primekit-business-hours-area ul li.primekit-business-hour-item:last-child {
  border-bottom: 0;
}

/* ---------------------------------------------
 * Card Info box
 * --------------------------------------------- */
.primekit-card-info-wrap {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.primekit-card-style-two-area .primekit-card-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primekit-card-image {
  position: relative;
  width: 100%;
}

.primekit-card-image img {
  width: 100%;
  height: 100% !important;
  vertical-align: bottom;
  object-fit: cover;
}

.primekit-card-style-two-area figure.primekit-card-image {
  margin-bottom: 0 !important;
}

.primekit-card-icon {
  position: relative;
  width: 100%;
}

.primekit-card-icon i {
  font-size: 100px;
}

.primekit-card-icon svg {
  width: 100px;
  height: 100px;
}

.primekit-badge {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 15px;
  z-index: 67;
  font-size: 12px;
}

.primekit-card-content {
  padding: 0 20px 20px 20px;
  flex: 1;
}

h3.primekit-card-title {
  font-size: 22px;
  line-height: 1.2;
}

.primekit-card-text p {
  margin: 0;
}

.primekit-card-button {
  display: flex;
}

.primekit-card-button a {
  display: inline-block;
  border: 1px solid #2f44eb;
  transition: all 0.4s;
}

.primekit-card-button i {
  font-size: 16px;
}

.primekit-card-button svg {
  width: 16px;
  height: 16px;
}

span.primekit-btn-icon {
  position: relative;
}

/*----------------------------------------------
 * Post Category List
 * ---------------------------------------------*/
.primekit-ele-post-cat.cat-list-view {
  list-style-type: none;
  padding: 0;
}

.primekit-ele-post-cat.cat-list-view div.primekit-ele-category-item {
  padding: 5px 0;
}

.primekit-ele-post-cat.cat-list-view a {
  display: inline;
  text-decoration: none;
  color: inherit;
}

.primekit-ele-post-cat.cat-list-view i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.primekit-ele-post-cat.cat-list-view i.eicon-chevron-double-right {
  font-size: 16px;
}

/* ---------------------------------------------
 * Circular Skill
 * --------------------------------------------- */

.primekit-ele-skill-circle {
  width: 100%;
  min-height: 170px;
  margin: 0;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

.primekit-ele-skill-circle canvas {
  vertical-align: top;
}

.primekit-ele-skill-circle strong {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
}

.primekit-ele-skill-circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.primekit-ele-skill-circle span {
  display: block;
  color: #fff;
  margin-top: 12px;
}

/* ---------------------------------------------
 * WP Menu
 * --------------------------------------------- */
.primekit-responsive-menu,
.primekit-mob-menu-icon-wrap {
  display: none;
  outline: none;
}

.primekit-mobilemenu {
  display: none;
}

.primekit-wp-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  background: transparent;
  transition: all 0.5s ease;
}

.primekit-wp-menu-container ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primekit-wp-menu-container ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.primekit-wp-menu-container ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  border-top: 1px solid #c4c4c1;
  width: 16px;
  transform: rotate(115deg);
  transform-origin: 0% 0%;
  margin-top: -8px;
}

.primekit-wp-menu-container ul li:last-child:after {
  display: none;
}

.primekit-wp-menu-container ul ul li:after {
  display: none;
}

.primekit-wp-menu-container ul li:last-child a {
  padding-right: 0;
}

.primekit-wp-menu-container ul li.hover,
.primekit-wp-menu-container ul li:hover {
  position: relative;
}

.primekit-wp-menu-container ul ul {
  z-index: 99999;
  background: #efeeef;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  transition: all 0.5s ease;
  border-top: 2px solid #813eee;
  display: block;
}

.primekit-wp-menu-container ul ul li {
  background: #efeeef;
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.primekit-wp-menu-container ul ul li:last-child {
  border-bottom: 0;
}

.primekit-wp-menu-container>ul>li>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.5s ease;
}

.primekit-wp-menu-container ul ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 1.5;
  width: 100%;
}

.primekit-wp-menu-container ul ul li.hover,
.primekit-wp-menu-container ul ul li:hover {
  background: #efeeef;
  position: relative;
}

.primekit-wp-menu-container ul ul ul {
  left: 100%;
  top: 20%;
  border-top: 1px solid #dadada;
}

.primekit-wp-menu-container ul li:hover>ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.primekit-wp-menu-container ul ul li:hover>ul {
  visibility: visible;
  top: 0;
  opacity: 1;
}

.primekit-wp-menu-container ul li .primekit-submenu-icon {
  vertical-align: middle;
  margin-left: -10px;
  margin-right: 15px;
  margin-top: 3px;
}

.primekit-wp-menu-container ul li .primekit-submenu-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.primekit-wp-menu-container ul ul li .primekit-submenu-icon svg {
  width: 16px !important;
  height: 16px !important;
  display: block;
}

/* ---------------------------------------------
 * Icon Box
 * --------------------------------------------- */
.primekit-elementor-icon-box-area {
  background: #f9f9f9;
  text-align: center;
  padding: 40px 30px;
  padding-top: 30px;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.primekit-elementor-icon-box-icon {
  position: relative;
  margin-bottom: 20px;
}

.primekit-elementor-icon-box {
  display: flex;
  flex-direction: column;
}

.primekit-ele-icon-box-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.primekit-elementor-icon-box-title {
  margin-top: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.primekit-elementor-icon-box-content p {
  margin-top: 10px;
  color: #717171;
  /*leading-trim: both;
  text-edge: cap;*/
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.primekit-elementor-icon-box-button a {
  margin-top: 10px;
  background-color: #448e08;
  padding: 15px 5px;
  border-style: solid;
  border-width: 0px 0 0 5px;
  border-color: #fe4d05;
  display: inline-block;
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.primekit-elementor-icon-box-button a i {
  margin-left: 10px;
}

.primekit-elementor-icon-box-area:hover {
  background-color: #448e08;
  border-radius: 100px 0px;
}

.primekit-elementor-icon-box-area:hover .primekit-elementor-icon-box-title,
.primekit-elementor-icon-box-area:hover .primekit-elementor-icon-box-content p {
  color: white;
}

.primekit-elementor-icon-box-area:hover .primekit-elementor-icon-box-button a {
  color: #448e08;
  background-color: #fff;
}

.primekit-single-icon-box-three-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.primekit-single-icon-box-three-area .primekit-single-icon-box-icons {
  position: relative;
}

/*----------------------------------------------
 * Testimonial
 * ---------------------------------------------*/

.primekit-testimonial-single-item {
  background-color: #e6ebf2;
  padding: 30px;
  border-radius: 5px;
  position: relative;
}

.primekit-testimonial-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

#primekit-testimonial-client-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  max-width: 100% !important;
  object-fit: cover;
  object-position: top;
}

.primekit-testimonial-client-info h3 {
  color: #ffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.primekit-testimonial-client-info p {
  color: #448e08;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0;
}

.primekit-testimonial-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3rem;
  margin-top: 20px;
}

.primekit-testimonial-rating {
  margin-top: 20px;
}

.primekit-testimonial-rating i {
  color: #d3a500;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}

.primekit-testimonial-quote {
  position: absolute;
  top: 40px;
  right: 65px;
}

.swiper.primekit-testimonial-slider {
  padding-bottom: 65px;
}

.primekit-testimonial-slider-nav-bar button.primekit-testimonial-arrow {
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 40%;
  z-index: 1;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primekit-testimonial-slider-nav-bar button.primekit-testimonial-arrow.primekit-testimonial-arrow-right {
  right: -60px;
  outline: none;
}

.primekit-testimonial-slider-nav-bar button.primekit-testimonial-arrow svg {
  width: 40px;
  height: 40px;
  background-color: #6247ed;
  border-radius: 50%;
  fill: #fff;
  padding: 8px;
}

.primekit-testimonial-slider-nav-bar button.primekit-testimonial-arrow.primekit-testimonial-arrow-right svg {
  transform: rotate(180deg);
}

.primekit-testimonial-slider-nav-bar button.primekit-testimonial-arrow.primekit-testimonial-arrow-left {
  left: -60px;
  outline: none;
}

.primekit-testimonial-slider .primekit-testimonial-arrow.slick-disabled,
.primekit-testimonial-slider .primekit-testimonial-arrow.slick-disabled {
  opacity: 0.25;
}

.primekit-testimonial-slider-nav-bar .primekit-testimonial-arrow:hover svg {
  background-color: #ffab01;
  color: #fff;
  fill: #fff;
  transition: 0.3s ease;
}

.swiper-pagination.primekit-testimonial-slider-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination.primekit-testimonial-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.swiper-pagination.primekit-testimonial-slider-pagination .swiper-pagination-bullet-active {
  background-color: #448e08;
}

/*---------------------------
* Testimonial grids
-----------------------------*/
.primekit-testimonial-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.primekit-testimonial-grids .primekit-testimonial-single-item {
  margin-right: 0;
  margin-left: 0;
}

.primekit-elementor-pagination {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.primekit-elementor-pagination * {
  display: inline-block;
}

/*-----------------------------
 * Animated Shape
 * ----------------------------*/
.primekit-shape-area .primekit-shape-image img {
  height: auto;
}

.primekit-shape-area .primekit-ele-shape {
  background: #1e46e8;
}

.primekit-shape-circle {
  border-radius: 50%;
}


/*----------------------------------------------
 * PrimeKit Posts Slider
 * ---------------------------------------------*/

.primekit-posts-slider-area {
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.primekit-posts-slider-container {
  width: 100%;
  overflow: hidden;
}

.primekit-posts-slider-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.primekit-posts-slider-single-item {
  display: block;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}

.primekit-posts-slider-thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.primekit-posts-slider-thumbnail {
  position: relative;
}

.primekit-posts-slider-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.primekit-posts-slider-contents {
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  flex-direction: column;
  height: 100%;
}

.primekit-posts-slider-date {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.primekit-posts-slider-date svg {
  width: 15px;
  height: auto;
  margin-right: 5px;
  fill: white;
}

.primekit-posts-slider-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.primekit-posts-slider-title a {
  color: #fff;
  text-decoration: none;
}

.primekit-posts-slider-title a:hover {
  color: #cfcfcf;
}

/* Pagination */
.primekit-posts-slider-pagination .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.primekit-posts-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  margin: 0 5px;
  opacity: 1;
}

.primekit-posts-slider-pagination .swiper-pagination-bullet-active {
  background-color: #5A49F8;
}

/* Navigation */
.primekit-posts-slider-navigation .swiper-button-next::after,
.primekit-posts-slider-navigation .swiper-button-prev::after {
  display: none;
}

.primekit-posts-slider-navigation .swiper-button-next svg,
.primekit-posts-slider-navigation .swiper-button-prev svg {
  width: 40px;
  height: 40px;
  background-color: #5A49F8;
  border-radius: 50%;
  fill: #fff;
  padding: 8px;
}

.primekit-posts-slider-navigation .swiper-button-next,
.primekit-posts-slider-navigation .swiper-button-prev {
  width: auto;
  height: auto;
}

.primekit-posts-slider-navigation .swiper-button-next:hover,
.primekit-posts-slider-navigation .swiper-button-prev:hover {
  color: #010218;
}

/* Thumbnail Styling */
.primekit-posts-slider-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.primekit-posts-slider-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1.4;
}


/*----------------------------------------------
 * PrimeKit Template Slider
 * ---------------------------------------------*/

.primekit-addons-template-slider-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #072e48;
  opacity: 1;
}

.primekit-addons-template-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0190ef;
}

.primekit-addons-template-slider-wrapper .swiper-button-prev,
.primekit-addons-template-slider-wrapper .swiper-button-next {
  color: #000;
}

.primekit-addons-template-slider-wrapper .swiper-button-prev::after,
.primekit-addons-template-slider-wrapper .swiper-button-next::after {
  font-size: 20px;
}

.primekit-template-swiper-container {
  position: relative;
  overflow: hidden;
}

.primekit-template-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.primekit-template-swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  will-change: transform;
  border-style: solid;
  border-width: 0;
  transition-duration: .5s;
  transition-property: border, background, transform;
  overflow: hidden;
}

.swiper-backface-hidden .primekit-template-swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.primekit-template-slider-pagination .swiper-pagination {
  bottom: 0;
}

.primekit-template-slider-nav>div {
  width: 40px;
  height: 40px;
  background-color: #1178f5;
  border-radius: 50%;
  fill: #fff;
  padding: 8px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  cursor: pointer;
  color: #fff;
}

.primekit-template-slider-nav .swiper-button-next,
.primekit-template-slider-nav .swiper-button-prev {
  color: #fff;
}

.primekit-template-slider-nav .swiper-button-next:hover,
.primekit-template-slider-nav .swiper-button-prev:hover {
  background-color: #045ecc;
  color: #fff;
}


/*----------------------------------------------
 * Primekit Modren Post Grid
 * ---------------------------------------------*/
.primekit-modren-posts-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 20px;
  height: 100%;
  align-items: stretch;
}

.primekit-modren-single-post {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Style for the first post to span the full height */
.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  height: 100%;
}

/* Style for the second and third posts */
.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(2),
.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: auto;
  height: 100%;
}

.primekit-modren-single-post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.primekit-modren-single-post-contents {
  padding: 15px;
  flex-grow: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, #010218 0%, rgba(1, 24, 11, 0) 100%);
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 25px;
  min-height: 200px;
}

.primekit-modren-single-post-title h3 {
  margin: 0 0 10px;
  font-size: 27px;
}

.primekit-modren-single-post-title h3 a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.primekit-modren-single-post-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.primekit-modren-single-post-info li {
  font-size: 0.9rem;
  color: #777;
  gap: 5px;
  display: flex;
  align-items: center;
}

.primekit-modren-single-post-info li a {
  text-decoration: none;
  color: #ffffff;
}

.primekit-modren-single-post-info li span {
  color: #fff;
}

.primekit-modren-single-post:first-child .primekit-modren-single-post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.primekit-modren-single-post:not(:first-child) .primekit-modren-single-post-thumbnail img {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.primekit-modren-single-post-info {
  margin-bottom: 16px;
}

.primekit-modren-single-post-thumbnail {
  height: 100%;
}

.primekit-modern-one-post {
  flex-basis: 100% !important;
}

/*----------------------------------------------
 * Primekit Modren Post Style 2
 * ---------------------------------------------*/
.primekit-modren-posts-styl2-wrapper {
  display: flex;
  gap: 20px;
}

.primekit-modren-last-three-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-basis: 50%;
  background-color: #010218;
  padding: 20px;
  border-radius: 10px;
  justify-content: center;
}

.primekit-modren-last-three-posts-wrapper .primekit-modren-style2-single-post {
  display: flex;
  gap: 15px;
}

.primekit-modren-last-three-posts-wrapper .primekit-modren-style2-single-post-content {
  flex-basis: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


.primekit-modren-last-three-posts-wrapper .primekit-modren-style2-post-thumbnail {
  flex-basis: 25%;
}

.primekit-modren-style2-post-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 6px !important;
}

.primekit-modren-style2-post-info ul {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: flex-start;
  padding: 0;
}

.primekit-modren-style2-post-info ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
}

.primekit-modren-posts-styl2-wrapper>.primekit-modren-style2-single-post .primekit-modren-style2-single-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(3600deg, #010218 30.91%, rgba(1, 2, 24, 0) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px !important;
}

.primekit-modren-posts-styl2-wrapper>.primekit-modren-style2-single-post {
  flex-basis: 50%;
  position: relative;
}

.primekit-modren-style2-single-post {
  overflow: hidden;
}

.primekit-modren-last-three-posts-wrapper * {
  color: #fff;
}

.primekit-modren-style2-post-title h3 {
  margin: 0;
  line-height: 1;
  font-size: 22px;
  line-height: 1.3em;
}

.primekit-modren-style2-post-title a {
  color: #fff;
}

.primekit-modren-style2-post-info a,
.primekit-modren-style2-post-info span {
  color: #fff;
  font-size: 13px;
}

.primekit-modren-style2-post-info a:hover {
  color: #fff;
}

.primekit-modren-style2-post-cat a {
  color: #fff;
  background-color: blue;
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.primekit-modren-style2-post-cat a:hover {
  color: #fff;
}

.primekit-modren-style2-post-cat {
  margin-bottom: 10px;
}

.primekit-modren-style2-post-title {
  margin-bottom: 10px;
}

.primekit-modren-posts-styl2-wrapper>.primekit-modren-style2-single-post .primekit-modren-style2-post-thumbnail {
  height: 100%;
}

.primekit-modren-style2-post-title a:hover {
  color: #fff;
}

/*----------------------------------------------
 * Primekit Modren Post Style 3
 * ---------------------------------------------*/
.primekit-modren-posts-grid-style3 {
  grid-template-columns: repeat(3, 1fr);
}

.primekit-modren-posts-grid-style3.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:first-child {
  grid-column: span 2;
}

.primekit-modren-posts-grid-style3.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(2),
.primekit-modren-posts-grid-style3.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(3) {
  grid-column: inherit;
}

.primekit-modren-posts-grid-style3 .primekit-modren-single-post-title h3 {
  font-size: 22px;
  line-height: 1.2em;
}

/*----------------------------------------------
 * Primekit Modren Post Style 4
 * ---------------------------------------------*/
.primekit-modern-post-style4-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.primekit-modern-post-style4-wrapper .primekit-modern-single-post-style4:first-child {
  grid-column: span 2;
}

.primekit-modern-single-post-style4 {
  border: 1px solid #E8EAF1;
  border-radius: 20px;
}

.primekit-modern-post-style4-wrapper .primekit-modren-sps4-thumbnail img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 1;
}

.primekit-modern-post-style4-wrapper .primekit-modern-single-post-style4:first-child .primekit-modren-sps4-thumbnail img {
  border-radius: 20px 20px 0 0;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.primekit-modern-sps4-content {
  padding: 20px;
}

.primekit-modern-sps4-category a {
  color: #fff;
  background-color: blue;
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.primekit-modern-sps4-category {
  margin-bottom: 10px;
}

.primekit-modern-sps4-category a:hover {
  color: #fff;
}

.primekit-modern-sps4-title {
  margin-bottom: 10px;
}

.primekit-modern-sps4-title.primekit-modren-single-post-title a {
  font-size: 26px;
  line-height: 1.3em;
  color: #000000;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.primekit-modern-sps4-title.primekit-modren-single-post-title a:hover {
  color: #434343;
}

.primekit-modern-post-style4-wrapper .primekit-modren-single-post-info a {
  color: #010218;
  font-size: 13px;
}

.primekit-modern-post-style4-wrapper .primekit-modren-single-post-info span {
  color: #155DFF;
}

.primekit-modern-post-style4-wrapper .primekit-modren-single-post-info a:hover {
  color: #434343;
}

.primekit-modern-post-style4-wrapper .primekit-modren-single-post-info {
  margin-bottom: 0;
}

/*----------------------------------------------
 * Primekit Modren Post Style 5
 * ---------------------------------------------*/
.primekit-modern-post-style5-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.primekit-modern-post-style5-wrapper .primekit-modern-single-post-style4 {
  display: flex;
  gap: 20px;
  padding: 15px;
}

.primekit-modern-post-style5-wrapper .primekit-modren-sps4-thumbnail {
  flex-basis: 30%;
}

.primekit-modern-post-style5-wrapper .primekit-modern-sps4-content {
  flex-basis: 70%;
}

.primekit-modern-post-style5-wrapper .primekit-modren-sps4-thumbnail img {
  width: 100%;
  object-fit: cover;
  max-height: 230px;
  border-radius: 10px;
  height: 100%;
}

.primekit-modern-post-style5-wrapper .primekit-modren-single-post-info span {
  color: #155DFF;
  font-size: 13px;
}

.primekit-modern-post-style5-wrapper .primekit-modren-single-post-info a {
  color: #111111;
  font-size: 13px;
  font-weight: 400;
}

.primekit-modern-post-style5-wrapper .primekit-modren-single-post-info {
  margin-bottom: 0;
}

/*----------------------------------------------
 * Primekit Modren Post Style 6
 * ---------------------------------------------*/
.primekit-modren-posts-grid-style6.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:first-child {
  grid-row: 1 / 4;
}


/*----------------------------------------------
 * Primekit Modren Post Style 7
 * ---------------------------------------------*/

.primekit-modren-posts-grid-style7.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:first-child {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  height: 100%;
}

.primekit-modren-posts-grid-style7.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(2),
.primekit-modren-posts-grid-style7.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  height: 100%;
}

/*----------------------------------------------
 * Primekit Modren Post Style 8
 * ---------------------------------------------*/

.primekit-modren-posts-grid-style8.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:first-child {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  height: 100%;
}

.primekit-modren-posts-grid-style8.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(2),
.primekit-modren-posts-grid-style8.primekit-modren-posts-grid-wrapper>.primekit-modren-single-post:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: auto;
  height: 100%;
}

/*-----------------------------
 * Comment Form
 * ----------------------------*/
.primekit-ele-comment-form .reply a {
  padding: 7px 12px;
  border-radius: 4px;
}

.primekit-ele-comment-form .form-submit input[type="submit"] {
  padding: 10px 20px;
  border-radius: 4px;
}


/*----------------------------------------------
 * Contact Info & Social Icons
 * ---------------------------------------------*/
.primekit-contact-info-address,
.primekit-contact-info-mobile,
.primekit-contact-info-email {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.primekit-contact-info-area svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.primekit-contact-info-inline .primekit-contact-info-area svg {
  margin-right: 6px;
}

.primekit-contact-info-address span,
.primekit-contact-info-mobile span,
.primekit-contact-info-email span {
  display: block;
}

.primekit-contact-info-mobile a,
.primekit-contact-info-email a {
  text-decoration: none;
  color: black;
  transition: all 0.4s;
}

.primekit-contact-info-social-icons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.primekit-contact-info-social-icons ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.primekit-contact-info-inline .primekit-contact-info-social-icons ul li {
  margin-bottom: 0;
}

.primekit-contact-info-social-icons ul li svg {
  width: 20px;
  height: 20px;
  transition: all 0.4s;
}

.primekit-contact-info-social-icons ul li:last-child {
  margin-right: 0;
}

.primekit-contact-info-social-icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  text-decoration: none;
  transition: all 0.4s;
}

.primekit-contact-info-social-icons ul li a:hover {
  background-color: #ddd;
}

.primekit-contact-info-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.primekit-contact-info-inline .primekit-contact-info-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.primekit-contact-info-inline .primekit-contact-info-address,
.primekit-contact-info-inline .primekit-contact-info-mobile,
.primekit-contact-info-inline .primekit-contact-info-email {
  display: flex;
  align-items: center;
}


/*----------------------------------------------
 * PrimeKit Mailchimp
 * ---------------------------------------------*/
.primekit-mailchimp-single-form {
  display: flex;
  gap: 15px;
}

#primekit-mailchimp-form input {
  padding: 15px;
}

#primekit-mailchimp-form #primekit-mailchimp-email {
  width: 75%;
}

#primekit-mailchimp-form #primekit-mailchimp-submit {
  width: 25%;
  background-color: crimson;
  color: #fff;
}

#primekit-mailchimp-form #primekit-mailchimp-submit:hover {
  cursor: pointer;
  background-color: #a03bf4;
}

#primekit-mailchimp-inline-submit svg {
  width: 45px;
  height: 45px;
  fill: #fff;
  background-color: #c36;
  padding: 10px;
  border-radius: 100%;
}

#primekit-mailchimp-inline-submit svg:hover {
  cursor: pointer;
  background-color: #a03bf4;
}

#primekit-mailchimp-inline-submit svg path {
  fill: #fff;
}

button#primekit-mailchimp-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

button#primekit-mailchimp-inline-submit {
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

button#primekit-mailchimp-inline-submit.primekit-mailchimp-inline-submit-text {
  right: 6px;
}

button#primekit-mailchimp-inline-submit:hover {
  background-color: transparent;
}

#primekit-mailchimp-form.primekit-mailchimp-single-form.primekit-mailchimp-inline-form {
  position: relative;
}

#primekit-mailchimp-form.primekit-mailchimp-single-form.primekit-mailchimp-inline-form #primekit-mailchimp-email {
  width: 100%;
  border-radius: 50px;
}

button#primekit-mailchimp-inline-submit.primekit-mailchimp-inline-submit-text {
  background-color: #c36;
  color: #fff;
  border-radius: 50px;
  padding: 11px;
  width: 110px;
}

button#primekit-mailchimp-inline-submit.primekit-mailchimp-inline-submit-text:hover {
  background-color: #a03bf4;
  color: #fff;
  cursor: pointer;
}


/*----------------------------------------------
* PrimeKit Cost Estimation
* ---------------------------------------------*/
.primekit-pricing-calculator {
  background-color: #F9F9F9;
  border-radius: 16px 16px 16px 16px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #2C7973;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 40px 40px 40px;
}

.primekit-pricing-cal-heading h2 {
  color: #666666;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.primekit-pricing-label {
  display: flex;
  gap: 15px;
}

.primekit-pricing-label label {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  font-family: 'Poppins';
  font-style: normal;
  cursor: pointer;
}

.primekit-pricing-label label:first-child {
  margin-left: -5px;
}

.primekit-pricing-cal-pages-top {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.primekit-pricing-cal-pages-top h2 {
  color: #666666;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.primekit-pricing-cal-pages-top {
  color: #666666;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.primekit-pricing-cal-range-slider input {
  width: 100%;
  cursor: pointer;
}

.primekit-pricing-cal-range-bottom {
  display: flex;
  justify-content: space-between;
}

.primekit-pricing-cal-range-bottom p {
  margin-top: 6px;
}

.primekit-pricing-cal-total-price {
  border-top: 1px solid #6666661A;
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primekit-pricing-cal-total-price p {
  color: #666;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  width: inherit;
  margin: 0;
}

.primekit-pricing-cal-total-price #cb-total-price {
  white-space: pre;
  word-break: break-all;
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
  color: #021C1E;
  text-transform: capitalize;
  margin: 0;
}

.primekit-pricing-cal-submit-button {
  margin-top: 30px;
  display: flex;
}

.primekit-pricing-cal-submit-button a {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  background-color: #c634f7;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
}

.primekit-pricing-cal-submit-button a:hover {
  background-color: #0649e7;
  color: #fff;
}

.primekit-pricing-option input[type="radio"] {
  display: none;
}

.primekit-pricing-options {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.primekit-cost-est-pack-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4CAF50;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}


.primekit-pricing-option input[type="radio"]:checked+.primekit-cost-est-pack-radio {
  background-color: #4CAF50;
  border-color: #4CAF50;
}


.primekit-pricing-option input[type="radio"]:checked+.primekit-cost-est-pack-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


.primekit-pricing-label-text {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

label.primekit-pricing-option {
  display: flex;
  gap: 3px;
  align-items: center;
}

.primekit-pricing-option:hover .primekit-cost-est-pack-radio {
  border-color: #45a049;/
}

.primekit-pricing-option:hover .primekit-pricing-label-text {
  color: #45a049;
}

/* Style for the range slider wrapper */
.primekit-pricing-cal-range-slider {
  position: relative;
  padding: 20px 0;
}

/* Style for the range input slider */
.primekit-range-slider {
  --active-color: #0f4fff; /* Default active color */
  --inactive-color: #300bff; /* Default inactive color */
  --thumb-color: #ffee00; /* Default thumb color */
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, var(--active-color) 50%, var(--inactive-color) 50%); /* Initial fill */
  border-radius: 5px;
  outline: none;
  transition: background 0.3s ease;
}

.primekit-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--thumb-color); /* Thumb color from variable */
  border-radius: 50%;
  cursor: pointer;
}

.primekit-range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--thumb-color); /* Thumb color from variable */
  border-radius: 50%;
  cursor: pointer;
}



/* ---------------------------------------------
 * Count Down
 * --------------------------------------------- */
#primekitcountdisplay {
  margin: 20px;
  text-align: center;
}

#primekitcountdisplay #primekitcounttime {
  font-size: 24px;
  margin-top: 10px;
}

#primekitcounttime {
  display: flex;
  align-items: center;
}

#primekitcountexpired {
  display: none;
}

.primekit-count-down-single {
  display: flex;
  flex: 1;
  background: #f1f1f1;
  color: #000;
}

.primekit-expired-btn {
  margin-top: 10px;
}

.primekit-expired-btn a {
  display: inline-block;
}

/*----------------------------------------------
 * Counter
 * ---------------------------------------------*/
.primekit-ele-countdown-wrap .primekit-ele-counter {
  font-size: 40px;
  font-weight: 300;
}

.primekit-ele-countdown-wrap .primekit-ele-count-title {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.primekit-ele-countdown-wrap .counticon {
  font-size: 25px;
  color: #59a818;
}

/*----------------------------------------------
 * CTA
 * ---------------------------------------------*/
.primekit-cta-area {
  padding: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.primekit-cta-area:before {
  background-color: #F8FAFF;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease-in-out;
  z-index: -1;
}

.primekit-cta-area:hover:before {
  transform: scale(1.1);
}

.primekit-cta-zoom-effect-disabled.primekit-cta-area:hover:before {
  transform: scale(1);
}

.primekit-cta-content-area .primekit-cta-heading {
  text-align: center;
}

.primekit-cta-content-area .primekit-cta-heading h2,
.primekit-cta-content-area .primekit-cta-heading h4 {
  color: #000000;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.primekit-cta-content-area .primekit-cta-heading h4 {
  font-size: 30px;
}

.primekit-cta-description {
  text-align: center;
}

.primekit-cta-description p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}

.primekit-cta-button-area {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 25px;
  align-items: center;
}

.primekit-cta-button-area .primekit-cta-button {
  border-radius: 5px;
  background-color: #0349e7;
  color: #fff;
  padding: 10px;
  display: inline-flex;
  width: 150px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

.primekit-cta-button-area .primekit-cta-button:hover {
  background-color: #a03bf4;
  color: #ffffff;
}

.primekit-cta-ribbon-area {
  position: absolute;
  padding: 10px 15px;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}

.primekit-cta-ribbon-area.primekit-left-rabbon {
  left: 0;
  right: auto;
  transform: rotate(0deg);
}

.primekit-cta-ribbon-area .primekit-cta-ribbon-text {
  text-align: center;
  left: 0;
  width: 200%;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #0349e7;
  color: #fff;
}

.primekit-cta-ribbon-area .primekit-cta-ribbon-text p {
  color: #fff;
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}


/*----------------------------------------------
 * Dual Button
 * ---------------------------------------------*/
.primekit-dual-button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.primekit-dual-button {
  position: relative;
}

.primekit-dual-button a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  background-color: rgb(98, 71, 237);
  padding: 15px 30px;
}

.primekit-dual-button-area .primekit-dual-button-one a {
  background-color: #1e73be;
  border-radius: 50px 0 0 50px;
}

.primekit-dual-button-area .primekit-dual-button-one a:hover {
  background-color: #302eff;
  color: #fff;
}

.primekit-dual-button-area .primekit-dual-button-two a {
  border-radius: 0 50px 50px 0;
}

.primekit-dual-button-area .primekit-dual-button-two a:hover {
  background-color: #8224e3;
  color: #fff;
}

.primekit-dual-button-area .primekit-dual-button a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.primekit-dual-button-middle-text {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 40%);
  box-shadow: 0 0 0 5px rgb(255 255 255 / 40%);
  color: #284162;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*-----------------------------------------
* Fetch Posts
*-----------------------------------------*/
.primekit-fetch-posts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.primekit-fetch-posts-grid.primekit-fetch-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.primekit-fetch-single-post {
  display: flex;
  gap: 15px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}

.primekit-fetch-single-post-thumb {
  flex-basis: 30%;
}

.primekit-fetch-posts-grid.primekit-fetch-posts-list .primekit-fetch-single-post {
  flex-direction: column;
}

.primekit-fetch-single-post-contents {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.primekit-fetch-single-post .primekit-fetch-single-post-thumb>img {
  border-radius: 8px;
  /* box-shadow: 0 0 1px #666666d6; */
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  /* aspect-ratio: 1.5; */
}

.primekit-fetch-posts-grid.primekit-fetch-posts-list .primekit-fetch-single-post .primekit-fetch-single-post-thumb>img {
  width: 100%;
  height: auto;
}

.primekit-fetch-single-post-cat>p {
  margin: 0;
  background-color: #5A49F8;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.primekit-fetch-single-post-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.primekit-fetch-single-post-title h2 a {
  color: #333;
}

.primekit-fetch-single-post-cat {
  display: flex;
  gap: 20px;
  align-items: center;
}

.primekit-fetch-single-post-info {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}

.primekit-fetch-single-post-info span {
  line-height: 1;
}

.primekit-fetch-single-post-info span svg {
  width: 17px;
  height: auto;
}

.primekit-fetch-single-post-info p {
  margin: 0;
  font-size: 15px;
}

.primekit-fetch-single-post-content p {
  color: #010218;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0
}

.primekit-fetch-single-post-btn a {
  display: inline-block;
  background-color: #5A49F8;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 14px;
}

.primekit-fetch-single-post-btn a:hover {
  color: #fff;
  background-color: #2811f3;
}

.primekit-fetch-single-post-btn {
  margin-bottom: 5px;
  margin-top: 8px;
}

.primekit-fetch-posts-pagination {
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.primekit-fetch-posts-pagination a,
.primekit-fetch-posts-pagination .fetch-posts-current-page,
.primekit-fetch-posts-pagination .fetch-posts-dots {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #777;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
}

.primekit-fetch-posts-pagination .fetch-posts-current-page {
  font-weight: bold;
  color: #fff;
  background-color: #5A49F8;
  border-color: #5A49F8;
}

.primekit-fetch-posts-pagination a:hover {
  background-color: #5A49F8;
  color: #fff;
  border-color: #5A49F8;
}

.primekit-fetch-posts-pagination .fetch-posts-dots {
  padding: 10px 15px;
  background-color: transparent;
  border: none;
  color: #999;
}


/*----------------------------------------------
 * Gravity Form
 * ---------------------------------------------*/
.gravity-forms-missing-notice {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #d39e00;
  color: #684e00;
  background-color: #ffe799;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.primekit-gravity-form-label-hide .gfield_label {
  display: none !important;
}

.primekit-gravity-form-sub-label-hide .gform-field-label:not(.gfield_label) {
  display: none !important;
}


/*----------------------------------------------
 * Image Gallery
 * ---------------------------------------------*/
.primekit-photos-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.primekit-photos-gallery span {
  cursor: pointer;
}

.primekit-photos-gallery span img {
  max-width: 100%;
}

.primekit-photos-gallery-popup button.mfp-close:hover {
  background-color: transparent;
}

.primekit-photos-gallery-popup button.mfp-arrow,
.primekit-photos-gallery-popup button.mfp-arrow:hover {
  background-color: transparent;
}

.primekit-photos-gallery-popup .mfp-arrow-left::before,
.primekit-photos-gallery-popup .mfp-arrow-right::before,
.primekit-photos-gallery-popup .mfp-arrow-left::after,
.primekit-photos-gallery-popup .mfp-arrow-right::after,
.primekit-photos-gallery-popup .mfp-figure::after {
  display: none;
}

.mfp-close:focus {
  outline: none;
  background-color: transparent;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close svg {
  transform: rotate(180deg);
}

.primekit-photos-gallery-popup .mfp-arrow svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.primekit-photos-gallery-item {
  position: relative;
  display: inline-block;
}

.primekit-image-gallery-container {
  position: relative;
  display: inline-block;
  width: auto;
}

.primekit-image-gallery-container img {
  width: 100%;
  height: auto;
  display: block;
}

.primekit-photos-gallery-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.primekit-image-gallery-container:hover .primekit-photos-gallery-caption {
  opacity: 1;
}


/*----------------------------------------------
 * Image Hover
 * ---------------------------------------------*/
.primekit-elementor-img-hover-area {
  position: relative;
}

.primekit-elementor-img-hover-item {
  position: relative;
  overflow: hidden;
}

.primekit-elementor-img-hover-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.primekit-elementor-img-hover-item:hover img {
  transform: scale(1.1);
}

.primekit-img-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.primekit-elementor-img-hover-item:hover .primekit-img-hover-overlay {
  opacity: 1;
}

.primekit-img-hover-title,
.primekit-img-hover-subtitle {
  text-align: left;
  color: #fff;
  margin: 5px 0;
}

.primekit-img-hover-title {
  font-size: 1.5em;
  position: relative;
}

.primekit-img-hover-subtitle {
  font-size: 1em;
  color: #ccc;
  position: relative;
}

/* ---------------------------------------------
 * Image & Text Scroll
 * --------------------------------------------- */

@keyframes primekitltrscroll {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes primekitrtlscroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.primekit-elementor-img-scroll-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.primekit-scroll-contents {
  display: flex;
}

.primekit-img-scroll-item {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #ccc;
}

.primekit-img-scroll-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.primekit-img-scroll-title {
  word-wrap: break-word;
  font-size: 20px;
  line-height: 1.01;
}


/*----------------------------------------------
 * Popular Post
 * ---------------------------------------------*/
.primekit-popular-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.primekit-popular-posts-single-post {
  display: flex;
  gap: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  align-items: center;
}

.primekit-popular-post-thumbanil {
  flex-basis: 40%;
}

.primekit-popular-post-contents {
  flex-basis: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.primekit-popular-post-thumbanil img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.primekit-popular-post-cat a {
  display: inline-block;
  background-color: #5A49F8;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.primekit-popular-post-cat a:hover {
  color: #fff;
}

h3.primekit-popular-post-title {
  margin: 8px 0;
  color: #010218;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

h3.primekit-popular-post-title a {
  color: #010218;
}

.primekit-popular-post-meta {
  display: flex;
  gap: 10px;
}

.primekit-popular-post-meta span {
  color: #686868;
  font-size: 14px;
  font-weight: 300;
}


.primekit-template-swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.primekit-template-swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.primekit-template-swiper-slide {
  display: block;
  flex-shrink: 0;
  width: 100%;
}


/*---------------------------------------------
* PopUp
* --------------------------------------------- */
.primekit-popup-trigger {
  cursor: pointer;
}

.primekit-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.primekit-popup {
  position: relative;
  border-radius: 5px;
  border: 10px solid #fff;
  max-width: 90%;
  width: 900px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.primekit-popup-close {
  position: absolute;
  top: -25px;
  right: -20px;
  cursor: pointer;
  font-size: 24px;
  color: #333;
}

.primekit-popup iframe {
  width: 900;
  height: 506px;
}

.primekit-popup-close i {
  font-size: 24px;
  color: #333;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------------
 * Portfolio
 * ---------------------------------------------*/
.primekit-elementor-portfolio-area {
  position: relative;
}

.primekit-elementor-portfolio-item {
  position: relative;
  overflow: hidden;
}

.primekit-elementor-portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.primekit-elementor-portfolio-item:hover img {
  transform: scale(1.1);
}

.primekit-portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.primekit-elementor-portfolio-item:hover .primekit-portfolio-overlay {
  opacity: 1;
}

.primekit-portfolio-title,
.primekit-portfolio-subtitle {
  text-align: left;
  color: #fff;
  margin: 5px 0;
}

.primekit-portfolio-title {
  font-size: 1.5em;
  position: relative;
}

.primekit-portfolio-subtitle {
  font-size: 1em;
  color: #ccc;
  position: relative;
}

/*----------------------------------------------
 * Post info Title 
 * ---------------------------------------------*/
.primekit-ele-posted-on,
.primekit-ele-posted-by {
  padding-right: 7px;
}

.primekit-ele-post-tag ul {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------
 * Pricing Table
 * ---------------------------------------------*/
.primekit-ele-pricing-table-area {
  border-bottom: 5px solid #448e08;
  border-radius: 4px;
  border-top: 0;
  background: #f6f6f6;
}

.primekit-ele-pricing-table-header-area {
  position: relative;
}

.primekit-ele-pricing-table-header {
  position: relative;
}

.primekit-ele-pricing-table-header svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.primekit-ele-pricing-header-strock {
  margin-top: -124px;
}

.primekit-ele-pricing-header-strock svg {
  fill: #fd5009;
}

.primekit-ele-pricing-pack-name {
  background-color: #f7f7f7;
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  width: 235px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.primekit-ele-pricing-pack-name h3 {
  color: #448e08;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.primekit-ele-pricing-pack-preiod {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}

.primekit-ele-pricing-pack-preiod h3 {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.primekit-ele-pricing-pack-preiod h3 sub {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.primekit-ele-pricing-table-body {
  display: flex;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.primekit-ele-pricing-table-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.primekit-ele-pricing-table-body ul li {
  color: #181818;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.primekit-ele-pricing-table-body ul i {
  color: #448e08;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.primekit-ele-pricing-table-body ul svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}

.primekit-ele-pricing-table-footer {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.primekit-ele-pricing-table-footer a {
  background-color: #448e08;
  display: inline-flex;
  align-items: center;
  padding: 20px 10px;
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
  border-radius: 3px;
  margin-bottom: 50px;
  width: 100%;
  justify-content: center;
}

.primekit-ele-pricing-table-footer a {
  gap: 10px;
}

.primekit-ele-pricing-table-area:hover .primekit-ele-pricing-table-footer a {
  background-color: #fe4d05;
}

.primekit-ele-pricing-table-area:hover .primekit-ele-pricing-header-bg svg path {
  fill: #fe4d05;
}

.primekit-ele-pricing-table-area:hover .primekit-ele-pricing-header-strock svg path {
  fill: #448e08;
}

.primekit-ele-pricing-table-area:hover .primekit-ele-pricing-pack-name h3 {
  color: #fe4d05;
}

.primekit-ele-pricing-table-area:hover {
  border-color: #fe4d05;
}

.primekit-ele-pricing-table-footer a,
.primekit-ele-pricing-header-bg svg path,
.primekit-ele-pricing-header-strock svg path,
.primekit-ele-pricing-pack-name h3,
.primekit-ele-pricing-table-area {
  transition: all 0.3s ease;
}

.primekit-ele-pricing-recommended {
  position: absolute;
  top: -36px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.primekit-ele-pricing-recommended:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 13px;
  border-color: transparent transparent #448e08 transparent;
}

.primekit-ele-pricing-recommended span {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
  background-color: #fe4d05;
  border-radius: 0 3px 0 0;
}

.primekit-ep-recommended-left.primekit-ele-pricing-recommended {
  position: absolute;
  top: 35px;
  left: -29px;
  border-radius: 0 0 0 0;
  transform: rotate(270deg);
  z-index: 9;
  right: inherit;
}

.primekit-ep-recommended-left.primekit-ele-pricing-recommended:after {
  content: "";
  position: absolute;
  top: -10.51px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0px 0px 15px;
  border-color: transparent transparent transparent #448e08;
}

.primekit-ep-recommended-left.primekit-ele-pricing-recommended::before {
  display: none;
}

.primekit-ele-pricing-table-area:hover .primekit-ele-pricing-recommended span {
  background-color: #448e08;
}

.primekit-ele-pricing-table-area:hover .primekit-ep-recommended-left.primekit-ele-pricing-recommended:after {
  border-color: transparent transparent transparent #448e08;
}

/*-----------------------------
 * Pricing Standard
 * ----------------------------*/
.primekit-ele-pricing-table-type-standard .primekit-ele-pricing-table-header-area {
  background-color: #448e08;
  border-bottom: 10px solid #fe4d05;
}

.primekit-ele-pricing-table-type-standard .primekit-ele-pricing-pack-name {
  position: unset;
}

.primekit-ele-pricing-table-type-standard .primekit-ele-pricing-pack-preiod {
  position: unset;
  padding-top: 30px;
  padding-bottom: 40px;
}

.primekit-ele-pricing-table-type-standard .primekit-ele-pricing-table-body {
  margin-top: 40px;
}

/*----------------------------------------------
 * Recent Posts
 * ---------------------------------------------*/
.primekit-ele-recent-post-item {
  margin-bottom: 18px;
}

.primekit-ele-recent-post-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.primekit-ele-recent-post-meta {
  font-size: 12px;
  color: #666;
  font-style: italic;
  margin-bottom: 5px;
}

.primekit-ele-recent-post-meta .posted-on {
  margin-right: 10px;
}

.primekit-ele-recent-post-more {
  font-size: 15px;
}

/*----------------------------------------------
 * Related Post
 * ---------------------------------------------*/
.primekit-ele-related-post ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.primekit-ele-related-post ul li {
  box-sizing: border-box;
  text-align: left;
  padding-right: 15px;
  padding-bottom: 15px;
}

.primekit-ele-related-post ul li:last-child {
  padding-right: 0;
}

.primekit-ele-related-post .primekit-ele-related-post-heading {
  margin-top: 10px;
  margin-bottom: 0;
}

.primekit-ele-related-post figure img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.primekit-ele-related-post figure img:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}


/*----------------------------------------------
 * Search Form
 * ---------------------------------------------*/
.primekit-ele-search-form {
  overflow: hidden;
  box-sizing: border-box;
}

.primekit-ele-search-form form {
  width: 100%;
}

.primekit-ele-search-form input[type="text"] {
  width: 70%;
  padding: 0 10px;
  border: 1px solid #053d58;
  box-sizing: border-box;
  float: left;
  outline: none !important;
  background: #fff;
  color: #3d3d3d;
  height: 40px;
}

.primekit-ele-search-form input[type="submit"] {
  width: 29%;
  padding: 0 10px;
  border: none;
  cursor: pointer;
  float: right;
  font-size: 13px;
  height: 40px;
}

.primekit-ele-search-form input[type="submit"]:hover {
  background-color: #054f6d;
}


/*----------------------------------------------
 * Search Icon
 * ---------------------------------------------*/
.primekit-ele-search-icon .primekit-search-icon-container {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
}

.primekit-ele-search-icon .s {
  width: 0;
  padding: 0;
  border: none;
  transition: width 0.5s ease-out;
  opacity: 0;
  outline: none;
}

.primekit-ele-search-icon .primekit-search-icon {
  cursor: pointer;
  padding: 2px;
}

.primekit-ele-search-icon .s.active {
  width: 200px;
  opacity: 1;
  border: 1px solid #3f14db;
  padding: 5px 10px;
}

.primekit-search-icon svg {
  width: 30px;
  height: 30px;
}

/*----------------------------------------------
 * Section Title 
 * ---------------------------------------------*/
.primekit-elementor-sec-title-divider {
  background: #458f0c;
  display: inline-block;
  position: relative;
  width: 50px;
}

.primekit-elementor-sec-title {
  margin-bottom: 0;
  margin-top: 0;
}

/*----------------------------------------------
 * Single Image Scroll
 * ---------------------------------------------*/

.primekit-elementor-single-img-scroll-area {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.primekit-elementor-single-img-scroll-wrap {
  overflow: hidden;
}

.primekit-elementor-single-img-scroll-area .primekit-img-scroller-container {
  transition: transform 2s ease-in-out;
  height: 400px;
}

.primekit-elementor-single-img-scroll-area .primekit-img-scroller-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.primekit-elementor-single-img-scroll-area .primekit-img-scroller-badge {
  position: absolute;
}


/*---------------------------------------------
 * Skill Bar
 * --------------------------------------------- */
.primekit-ele-skill-bar-percent {
  position: relative;
}

.primekit-ele-progress-bar-text span {
  float: right;
}

.primekit-ele-progress-bar-text {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

.primekit-ele-progress-bar {
  box-shadow: 0 0 0;
  height: 3px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

.primekit-ele-progress-bar>span {
  background: #59a818 none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 0;
}

.primekit_skills_bar_percent_tooltip {
  position: absolute;
  top: -50px;
  right: -20px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  background-color: #2b35ff;
  color: #fff;
  padding: 5px 7px;
  border-radius: 4px;
}

.primekit_skills_bar_percent_tooltip:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19px 11.5px 0 11.5px;
  border-color: #2b35ff transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  content: "";
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*----------------------------------------------
 * Social Share Icon
 * ---------------------------------------------*/
.primekit-elementor-social-share-area ul {
  margin: 0;
  padding: 0;
}

.primekit-elementor-social-share-area ul li {
  display: inline-block;
  margin: 0 5px 8px 0;
  text-align: center;
  position: relative;
}

.primekit-elementor-social-share-area ul li svg {
  position: relative;
}

.primekit-elementor-social-share-area ul li a {
  border-radius: 50%;
  display: inline-block;
}

/*---------------------------------------------
 * Sticker Text
 * --------------------------------------------- */
.primekit-elementor-sticker-text-area {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.primekit-sticker-contents-area {
  display: flex;
  width: 100%;
  align-items: center;
}

.primekit-sticker-close-icon {
  position: absolute;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  z-index: 31;
}

.primekit-sticker-text {
  font-size: 18px;
}

.primekit-sticker-btn {
  white-space: nowrap;
  font-size: 18px;
}

.primekit-sticker-btn a {
  transition: all 0.4s;
}

.primekit-sticker-close-icon svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}


/*----------------------------------------------
 * Team Member
 * ---------------------------------------------*/
.primekit-elementor-team-member-area {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.primekit-elementor-teammember-single-item-area {
  transition: 0.3s ease-out;
  position: relative;
}

.primekit-elementor-teammember-single-item-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 5px);
  background: rgba(0, 0, 0, 0.574);
  transform: scale(0);
  transition: 0.3s ease-out;
  border-radius: 5px;
  z-index: 1;
  top: 0;
  left: 0;
}

.primekit-elementor-teammember-single-item-area:hover::before {
  transform: scale(1);
  transition: 0.3s;
}

.primekit-ele-team-social {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 5;
}

.primekit-ele-team-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.primekit-ele-team-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  border: 5px solid #448e08 !important;
  border-radius: 5px !important;
}

.primekit-ele-team-footer {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -30px;
  left: 20px;
  right: 20px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: bottom 0.3s ease;
  z-index: 3;
}

.primekit-elementor-teammember-single-item-area:hover .primekit-ele-team-footer {
  bottom: 30px;
}

.primekit-ele-team-link svg {
  width: 40px;
  height: 40px;
}

h4.primekit-ele-team-name {
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: color 0.3s ease;
  list-style: 1;
}

h4.primekit-ele-team-name a {
  color: #181818;
  display: inline-block;
}

.primekit-ele-team-designation {
  color: #448e08;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.primekit-ele-team-social {
  text-align: center;
}

.primekit-ele-team-social svg {
  cursor: pointer;
}

ul.primekit-team-member-social-links li svg {
  width: 20px;
  height: 20px;
}

.primekit-ele-team-social-overlay {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  margin-top: 15px;
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease, transform 0.3s ease;
  visibility: hidden;
  height: 0;
  transform: scale(0);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.primekit-ele-team-social:hover .primekit-ele-team-social-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transform: scale(1);
}

.primekit-ele-team-social-overlay::before {
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
}

.primekit-ele-team-social-overlay ul {
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}

.primekit-ele-team-social-overlay ul li {
  list-style: none;
  margin-bottom: 5px;
}

.primekit-ele-team-social-overlay ul li:last-child {
  margin-bottom: 0;
}

.primekit-ele-team-social-overlay ul li a i,
.primekit-ele-team-social-overlay ul li a svg {
  color: #448e08;
  fill: #448e08;
}

/*---------------------------
    Team Member Style Two
-----------------------------*/
.primekit-team-single-item-style-two {
  overflow: hidden;
  position: relative;
}

.primekit-team-single-item-style-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 98%;
  background: rgba(0, 0, 0, 0.574);
  transform: scale(0);
  transition: 0.3s ease-out;
  border-radius: 5px;
  z-index: 1;
}

.primekit-team-single-item-style-two:hover::before {
  transform: scale(1);
  transition: 0.3s;
}

.primekit-ele-team-style-two-info {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}

#primekit-elementor-team-name.primekit-elementor-team-name {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease;
}

.primekit-team-single-item-style-two:hover h3.primekit-ele-team-name {
  bottom: 35px;
  transition: 0.3s ease;
  position: relative;
}

h3.primekit-ele-team-name {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}

h3.primekit-ele-team-name a {
  color: transparent;
  margin-bottom: 0;
}

.primekit-ele-team-style-two-info p.primekit-ele-team-designation {
  color: #448e08;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.primekit-ele-team-social-overlay.primekit-team-style-two-social {
  background-color: transparent;
  position: relative;
}

.primekit-ele-team-social-overlay.primekit-team-style-two-social::before {
  display: none;
}

.primekit-team-single-item-style-two:hover .primekit-ele-team-social-overlay.primekit-team-style-two-social {
  opacity: 1;
  height: auto;
  transform: scale(1);
  visibility: visible;
}

.primekit-team-style-two-social.primekit-ele-team-social-overlay ul {
  margin: 0;
  text-align: center;
  display: flex;
  gap: 13px;
  padding: 0;
}

.primekit-team-style-two-social.primekit-ele-team-social-overlay ul li {
  margin-bottom: 0;
}

.primekit-team-style-two-social.primekit-ele-team-social-overlay ul li a {
  padding: 5px;
}

.primekit-team-style-two-social ul li a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.primekit-ele-team-style-two-info .primekit-ele-team-designation {
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
  transform: translateY(20px);
  transform: scale(0);
  bottom: 70px;
  position: absolute;
}

.primekit-team-single-item-style-two:hover .primekit-ele-team-designation {
  opacity: 1;
  transition: 0.3s ease;
  visibility: visible;
  transform: translateY(0px);
  transform: scale(1);
}

/*---------------------------
 * Team Member Style Three
-----------------------------*/

.primekit-team-member-style-three-area {
  width: 100%;
  max-width: 700px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  transition: box-shadow 0.4s;
  box-sizing: border-box;
}

.primekit-team-member-style-three-area:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.primekit-style-three-team-image img {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.primekit-style-three-team-contents {
  box-sizing: border-box;
  padding: 25px 20px;
}

h4.primekit-style-three-team-designation {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 500;
}

h3.primekit-style-three-team-name {
  margin: 0 0 15px 0;
  font-size: 25px;
  font-weight: 700;
}

.primekit-style-three-team-ontact-info {
  margin-bottom: 15px;
}

.primekit-style-three-team-phone,
.primekit-style-three-team-email {
  font-size: 16px;
}

.primekit-style-three-team-phone svg,
.primekit-style-three-team-email svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
}

.primekit-style-three-team-icons ul {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}

.primekit-style-three-team-icons ul li {
  display: inline-block;
  margin: 0 7px 7px 0;
}

.primekit-style-three-team-button svg {
  width: 20px;
  height: 20px;
  margin-left: 1px;
  position: relative;
}

/*---------------------------
 * Loading Screen Styles
-----------------------------*/
#primekit-loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, #E0EEF8 0%, #D1CFFA 100%);
  z-index: 999999;
}

.primekit-loading-image {
  width: 180px;
  height: auto;
}

.primekit-loading-text {
  font-size: 18px;
  color: #333;
}

/* Loading Bar Styles */
.primekit-loading-bar {
  overflow: hidden;
  position: relative;
}

.primekit-buffering {
  display: flex;
  align-items: center;
  height: 100%;
  animation: primekit-buffering-animation 1.5s infinite linear;
}

.primekit-buffer-circle {
  border-radius: 50%;
  opacity: 0;
  animation: primekit-buffer-fade 0.8s infinite ease-in-out;
}

.primekit-buffer-circle:nth-child(1) {
  animation-delay: 0s;
}

.primekit-buffer-circle:nth-child(2) {
  animation-delay: 0.2s;
}

.primekit-buffer-circle:nth-child(3) {
  animation-delay: 0.4s;
}

.primekit-buffer-circle:nth-child(4) {
  animation-delay: 0.6s;
}

.primekit-buffer-circle:nth-child(5) {
  animation-delay: 0.8s;
}

.elementor-editor-active #primekit-loading-screen.primekit-test-mode {
  display: none;
}

@keyframes primekit-buffer-fade {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes primekit-buffering-animation {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/*----------------------------------------------
 * CSS Transform
 * ---------------------------------------------*/
.primekit-css-transform-yes {
  transform: translateX(var(--primekit-tfx-translate-x, 0)) 
  translateY(var(--primekit-tfx-translate-y, 0)) 
  rotateX(var(--primekit-tfx-rotate-x, 0)) 
  rotateY(var(--primekit-tfx-rotate-y, 0)) 
  rotateZ(var(--primekit-tfx-rotate-z, 0)) 
  scaleX(var(--primekit-tfx-scale-x, 1)) 
  scaleY(var(--primekit-tfx-scale-y, 1)) 
  skewX(var(--primekit-tfx-skew-x, 0)) 
  skewY(var(--primekit-tfx-skew-y, 0));
}

.primekit-css-transform-yes:hover {
  transform: translateX(var(--primekit-tfx-translate-x-hover, 0)) 
  translateY(var(--primekit-tfx-translate-y-hover, 0)) 
  rotateX(var(--primekit-tfx-rotate-x-hover, 0)) 
  rotateY(var(--primekit-tfx-rotate-y-hover, 0)) 
  rotateZ(var(--primekit-tfx-rotate-z-hover, 0)) 
  scaleX(var(--primekit-tfx-scale-x-hover, 1)) 
  scaleY(var(--primekit-tfx-scale-y-hover, 1)) 
  skewX(var(--primekit-tfx-skew-x-hover, 0)) 
  skewY(var(--primekit-tfx-skew-y-hover, 0));
}

/*----------------
Sticky Call Button
--------------------*/
.primekit-sticky-call-button-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.primekit-sticky-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e49e7;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.primekit-sticky-call-button:hover {
  background-color: #973af5;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.primekit-call-button-icon {
  margin-right: 0;
  display: flex;
  align-items: center;
}

.primekit-call-button-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: transform 0.2s ease;
}

.primekit-sticky-call-button:hover .primekit-call-button-icon svg {
  transform: scale(1.1);
}

.primekit-call-button-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

/* --------------------------------
Advanced list with icon 
-------------------------------- */

.primekit-advanced-list-wrapper .primekit-advanced-list-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}



ul.primekit-advanced-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  list-style-type: none;
}


.primekit-advanced-list-item .primekit-advanced-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primekit-advanced-list-wrapper .primekit-advanced-list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Advanced list with counter  */
.primekit-advanced-list-wrapper .primekit-advanced-list-item-count span {
  width: 1em;
  height: 1em;
  line-height: 1;
  position: relative;
  display: block;
}

.primekit-advanced-list-wrapper .primekit-advanced-list-item-count {
  text-align: center;
}