/* <style id="wp-custom-css"> */
@import url("https://fonts.googleapis.com/css?family=Outfit");

body {
  background: #fff !important;
}

.single_post_content h1,
.single_post_content h2,
.single_post_content h3,
.single_post_content h4,
.single_post_content h5,
.single_post_content h6 {
  margin-top: 1em;
}

body:not(.elementor-template-canvas) .site > div li,
body:not(.elementor-template-canvas) .site > div pre,
body:not(.elementor-template-canvas) .site > div p {
  font-family: "Helvetica";
  letter-spacing: 0.15px;
}

body:not(.elementor-template-canvas) .content-area figure,
body:not(.elementor-template-canvas) .content-area pre {
  margin-top: 2em !important;
  margin-bottom: 2rem !important;
}

body.single-post
  :not(.elementor-template-canvas)
  .content-area
  .wp-element-button,
body.single-post :not(.elementor-template-canvas) .content-area .gb-button,
body:not(.elementor-template-canvas) .wp-block-button {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

body:not(.elementor-template-canvas) .content-area p.has-text-align-center {
  margin-bottom: 1.75rem !important;
}

body:not(.elementor-template-canvas) .content-area figcaption {
  text-align: center;
}

/* Primary Button */
.btn_primary:not(.white) .elementor-button {
  display: inline-flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
  background: #f66;
  box-shadow: 0px 10px 10px 0px rgba(255, 85, 85, 0.1);
}

.btn_transparent:not(.white) .elementor-button:hover,
.btn_primary:not(.white) .elementor-button:hover {
  background: #735e3b !important;
  box-shadow: 0px 20px 20px 0px #735e3b33 !important;
  border-color: transparent !important;
}

.btn_transparent:not(.white) .elementor-button:hover .elementor-button-text {
  color: #fff !important;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.btn_primary .elementor-button svg,
.btn_primary .elementor-button svg path {
  fill: #f55 !important;
}

.btn_primary:not(.white) .elementor-button:hover svg,
.btn_primary:not(.white) .elementor-button:hover svg path {
  fill: #fff !important;
}

/* CTA Button */
.btn_transparent .elementor-button:hover path,
.sf_cta_btn .elementor-button:hover svg,
.sf_cta_btn .elementor-button:hover path,
.sf_cta_btn .elementor-button:hover path {
  fill: #fff !important;
}

.sf_cta_rocket img {
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.2)) !important;
  -webkit-filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.2));
}

/* Primary Gradient Border Button */
.btn_gradient_border .elementor-button {
  padding: 20px 60px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  background: linear-gradient(to right, #ff5555, #f66);
  cursor: pointer;
}

.btn_gradient_border .elementor-button::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 1.5px;
  top: 1.5px;
  bottom: 2px;
  border-radius: 4px;
  background-color: white;
  z-index: -1;
  transition: 200ms;
}

.btn_gradient_border .elementor-button::after {
  content: "";
  background: linear-gradient(to left, #ff5555, #f66);
  -webkit-background-clip: text;
  color: transparent;
  transition: 200ms;
}

.btn_gradient_border .elementor-button:hover::before {
  opacity: 0%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.btn_gradient_border .elementor-button:focus {
  color: #f66 !important;
}

.btn_gradient_border .elementor-button:hover {
  color: #fff;
}

/* Primary Chip */
@media screen and (min-width: 1025px) {
  .sf_chip span.elementor-heading-title {
    color: #f66;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat";
    line-height: 30px;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    border-radius: 5px;
    background: #dcfbed;
  }
}

@media screen and (max-width: 1024px) {
  .sf_chip span.elementor-heading-title {
    color: #f66;
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 5px;
    background: #dcfbed;
  }
}

/* Primary Button */
.single.single-post .wp-block-button a.wp-element-button,
.primary_btn .elementor-button {
  border-radius: 10px;
  padding: 15px 25px;
  background: #f66;
  transform: scale(1);
  transition: 0.3s all ease;
}

.single.single-post .wp-block-button a.wp-element-button:hover,
.primary_btn .elementor-button:hover {
  border-radius: 10px;
  padding: 15px 25px;
  background: #f55;
  box-shadow: 0px 10px 20px rgba(0, 53, 28, 0.15);
  transform: scale(1.06);
}

/* Font Styles */
.p_one .elementor-heading-title {
  color: #758599;
}

/* Desktop */
@media screen and (min-width: 1367px) {
  /* 	H1 */
  .heading_one .advanced_text *,
  .heading_one .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 40px !important;
    font-weight: 500;
    line-height: 58px !important;
    color: #ffffff;
  }

  /* 	H2 */
  .heading_two .advanced_text *,
  .heading_two .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 36px !important;
    font-weight: 500;
    line-height: 54px !important;
    color: #ffffff;
  }

  /* 	H3 */
  .heading_three .advanced_text *,
  .heading_three .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 46px !important;
    color: #ffffff;
  }

  /* 	H4 */
  .heading_four .elementor-heading-title,
  .heading_four .elementor-heading-title *,
  .heading_four .advanced_text *,
  .heading_four .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 36px !important;
    color: #ffffff;
  }

  /* 	H5 */
  .heading_five .elementor-heading-title,
  .heading_five .advanced_text *,
  .heading_five .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 28px !important;
    color: #ffffff;
  }

  /* 	Paragraph type 1 */
  .p_one .elementor-heading-title {
    font-family: "Helvetica" !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
    color: #758599;
  }

  /* 	Paragraph type 2 */
  .p_two .elementor-heading-title,
  .p_two .elementor-image-box-title {
    font-family: "Helvetica" !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #2b2727;
  }

  /* 	Primary Button */
  .primary_btn .elementor-button {
    font-family: "Outfit" !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 24px !important;
    color: #ffffff;
  }
}

/* Laptop */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  /* 	H1 */
  .heading_one .advanced_text *,
  .heading_one .elementor-heading-title {
    font-family: "Outfit";
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    color: #ffffff;
  }

  /* 	H2 */
  .heading_two .advanced_text *,
  .heading_two .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 30px !important;
    font-weight: 500;
    line-height: 54px !important;
    color: #ffffff;
  }

  /* 	H3 */
  .heading_three .advanced_text *,
  .heading_three .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 38px !important;
    color: #ffffff;
  }

  /* 	H4 */
  .heading_four .advanced_text *,
  .heading_four .elementor-heading-title,
  .heading_four .elementor-heading-title *,
  .heading_four .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 26px !important;
    font-weight: 500;
    line-height: 36px !important;
    color: #ffffff;
  }

  .heading_five .advanced_text *,
  .heading_five .elementor-heading-title,
  .heading_five .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 28px !important;
    color: #ffffff;
  }

  /* 	Paragraph type 1 */
  .p_one .elementor-heading-title {
    font-family: "Helvetica" !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
    color: #758599;
  }

  /* 	Paragraph type 2 */
  .p_two .elementor-heading-title,
  .p_two .elementor-image-box-title {
    font-family: "Helvetica" !important;
    font-size: 20px;
    font-family: "Outfit";
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #2b2727;
  }

  /* 	Primary Button */
  .primary_btn .elementor-button {
    font-family: "Outfit" !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 24px !important;
    color: #ffffff;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* 	H1 */
  .heading_one .advanced_text *,
  .heading_one .elementor-heading-title {
    font-family: "Outfit";
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
  }

  /* 	H2 */
  .heading_two .advanced_text *,
  .heading_two .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 36px !important;
    color: #ffffff;
  }

  /* 	H3 */
  .heading_three .advanced_text *,
  .heading_three .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 21px !important;
    font-weight: 500;
    line-height: 30px !important;
    color: #ffffff;
  }

  /* 	H4 */
  .heading_four .advanced_text *,
  .heading_four .elementor-heading-title,
  .heading_four .elementor-heading-title *,
  .heading_four .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 21px !important;
    font-weight: 500;
    line-height: 36px !important;
    color: #ffffff;
  }

  .heading_five .advanced_text *,
  .heading_five .elementor-heading-title,
  .heading_five .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 28px !important;
    color: #ffffff;
  }

  /* 	Paragraph type 1 */
  .p_one .elementor-heading-title {
    font-family: "Helvetica" !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px !important;
    color: #758599;
  }

  /* 	Paragraph type 2 */
  .p_two .elementor-heading-title,
  .p_two .elementor-image-box-title {
    font-family: "Helvetica" !important;
    font-size: 18px;
    font-family: "Outfit";
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #2b2727;
  }

  /* 	Primary Button */
  .primary_btn .elementor-button {
    font-family: "Outfit" !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 16px !important;
    color: #ffffff;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  /* 	H1 */
  .heading_one .advanced_text *,
  .heading_one .elementor-heading-title {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #ffffff;
  }

  /* 	H2 */
  .heading_two .advanced_text *,
  .heading_two .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 21px !important;
    font-weight: 500;
    line-height: 30px !important;
    color: #ffffff;
  }

  /* 	H3 */
  .heading_three .advanced_text *,
  .heading_three .elementor-heading-title {
    font-family: "Outfit" !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 30px !important;
    color: #ffffff;
  }

  /* 	H4 */
  .heading_four .advanced_text *,
  .heading_four .elementor-heading-title,
  .heading_four .elementor-heading-title *,
  .heading_four .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 32px !important;
    color: #ffffff;
  }

  .heading_five .advanced_text *,
  .heading_five .elementor-heading-title,
  .heading_five .elementor-image-box-title {
    font-family: "Outfit" !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 28px !important;
    color: #ffffff;
  }

  /* 	Paragraph type 1 */
  .p_one .elementor-heading-title {
    font-family: "Montserrat" !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px !important;
    color: #758599;
  }

  /* 	Paragraph type 2 */
  .p_two .elementor-heading-title,
  .p_two .elementor-image-box-title {
    font-family: "Montserrat" !important;
    font-size: 16px;
    font-family: Outfit;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #2b2727;
  }

  /* 	Primary Button */
  .primary_btn .elementor-button {
    font-family: "Outfit" !important;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 16px !important;
    color: #ffffff;
  }
}

/* Demo Page */
/* Version tag animation */
@media screen and (min-width: 768px) {
  #sv_demo .demo_card_list .elementor-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  #sv_demo .demo_card_list .elementor-column {
    width: 25% !important;
  }
}

#sf_latest_v_tag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(250, 250, 250, 0) 0%,
    rgba(250, 250, 250, 0.3) 60%,
    rgba(250, 250, 250, 0) 100%
  );
  -webkit-animation: animation 3s ease-in-out infinite;
}

@-webkit-keyframes animation {
  from {
    left: -150px;
  }

  to {
    left: 150px;
  }
}

/* Pricing Page */
.sm_pricing_sec .advanced_text h3 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1025px) {
  #sf_pricing_tbl {
    width: 95% !important;
  }
}

@media screen and (max-width: 767px) {
  .sm_pricing_sec .sm_pricing_tbl {
    box-shadow: 0 10px 24px rgba(138, 105, 5, 0.15);
    border-radius: 10px;
    margin-top: 24px;
  }
}

.center_middle .advanced_text p {
  display: flex;
  justify-content: start;
  align-items: center;
}

#most_popular_tbl
  .elementor-element-populated
  .elementor-button
  .elementor-button-text {
  z-index: 1;
}

#most_popular_tbl .elementor-element-populated .elementor-button {
  background-color: white;
  color: #f66;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 1s ease-out;
}

#most_popular_tbl .elementor-element-populated:hover .elementor-button::before {
  left: 0;
}

#most_popular_tbl .elementor-element-populated:hover .elementor-button:hover {
  background: #735e3b;
  color: #fff;
  transition: 0.3s ease-out;
}

/* Installation Page pricing list item */
@media screen and (max-width: 767px) {
  #bg_circle img {
    opacity: 0.25 !important;
  }
}

@media screen and (min-width: 1025px) {
  .sf_installation_list_item .elementor-heading-title {
    font-family: "Helvetica" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: #1a2e35;
  }

  #installation_packages {
    overflow: unset !important;
  }
}

@media screen and (max-width: 1024px) {
  .sf_installation_list_item .elementor-heading-title {
    font-family: "Helvetica" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    color: #1a2e35;
  }
}

/* End Font Styles */
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  font-size: 14px;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  font-size: 14px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-size: 14px;
}

/* Button svg color change on Hover */
.sf_white_button .elementor-button-link:hover svg path {
  fill: #fff;
}

/* Installation page */
/* sticky packages */
#installation_packages .advanced-text-wrapper .advanced_text > h4 {
  margin-bottom: 0 !important;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.fixed .sf_package_reco .elementor-widget-wrap {
  margin-top: 0 !important;
  padding: 20px !important;
  transition: transform 0.3s ease-in-out;
}

.fixed .elementor-widget-container {
  margin: 0px !important;
}

.fixed .package_description {
  display: none;
  transform: 0.3s ease-out;
}

/* Data table */
@media (max-width: 1024px) {
  .fixed .elementor-widget-wrap {
    margin-top: 10px !important;
  }

  .sf_data_table_container .elementor-container {
    flex-wrap: nowrap;
    min-width: 1264px !important;
  }

  .sf_data_table_container {
    overflow-x: auto !important;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .sf_data_table_container::-webkit-scrollbar,
  .table-responsive::-webkit-scrollbar {
    display: none;
  }

  .sf_data_table_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sf_data_table_container .scroll_table {
    padding-left: 20px !important;
  }
}

/* Footer Menu */
@media screen and (min-width: 2280px) {
  section.sf_footer_section {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 1025px) {
  .sf_footer_menu_item .elementor-heading-title {
    color: rgba(248, 248, 248, 1) !important;
    font-family: "Helvetica" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sf_footer_menu_item .elementor-heading-title {
    color: rgba(248, 248, 248, 1) !important;
    font-family: "Helvetica" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .sf_footer_menu_item .elementor-heading-title {
    color: rgba(248, 248, 248, 1) !important;
    font-family: "Helvetica" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: left;
  }
}

/* Footer contact icon list */
@media screen and (max-width: 767px) {
  .sf_footer_icon_list .elementor-icon-list-item a {
    display: block !important;
  }

  .sf_footer_icon_list .elementor-icon-list-item .elementor-icon-list-icon {
    margin: 20px auto;
    width: 24px;
  }
}

/* Header Menu */
.nav_black .nav-menu-wrapper .menu-inner li a.nav-link.last_item {
  color: #fff !important;
  background: #f66 !important;
  transform: scale(1);
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

.nav_black .nav-menu-wrapper .menu-inner li a.nav-link.last_item:hover {
  color: #fff !important;
  background: #735e3b !important;
  transform: scale(1.06);
  box-shadow: 0 10px 20px #ff555547;
  text-shadow: 0 5px 10px #ff555547;
}

.nav-menu-wrapper .header-section {
  background: #ffffff00 !important;
}

@media screen and (min-width: 1025px) {
  .nav-menu-wrapper .hori_item_between_wrapper .__submenu_child li:hover,
  .nav-menu-wrapper .hori_item_between_wrapper .single_menu li:hover {
    background-color: rgb(185, 167, 135, 0.2) !important;
    border-radius: 10px;
  }

  .nav-menu-wrapper
    .hori_item_between_wrapper
    .__submenu
    a.submenu-link.caret--icon {
    padding-top: 20px !important;
  }

  .hori_item_between_wrapper .__submenu.separate-menu > ul > li:last-of-type {
    background-color: #f6f8fc !important;
  }

  .hori_item_between_wrapper
    .__submenu.separate-menu
    > ul
    > li:last-of-type
    ul
    li {
    width: 50% !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(3, 157, 139, 0.06);
  }

  .hori_item_between_wrapper
    .__submenu.separate-menu
    > ul
    > li:last-of-type
    ul
    li:hover {
    background: #fff !important;
    box-shadow: 0px 12px 20px 0px rgba(157, 77, 3, 0.05);
  }

  .hori_item_between_wrapper
    .__submenu.separate-menu
    > ul
    > li:last-of-type
    ul {
    justify-content: space-between;
    gap: 20px;
  }

  .hori_item_between_wrapper
    .__submenu.separate-menu
    > ul
    > li:last-of-type
    li
    a {
    flex-direction: row;
    align-items: center;
    gap: 15px !important;
  }

  .hori_item_between_wrapper
    .__submenu.separate-menu
    > ul
    > li:last-of-type
    li
    a
    .subtitle {
    font-family: "Outfit" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 16px;
    margin-bottom: 0px;
  }

  .hori_item_between_wrapper
    .__submenu.separate-menu
    > ul
    > li:last-of-type
    li
    .icon
    img {
    width: 30px !important;
  }

  .hori_item_between_wrapper
    .__submenu.separate-menu
    > ul
    > li:last-of-type
    li
    .info {
    margin-left: 0 !important;
    width: auto !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .hori_item_between_wrapper .__submenu.separate-menu {
    max-width: 600px !important;
    width: 600px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 1366px) {
  .nav-menu-wrapper .hori_item_between_wrapper .__submenu {
    max-height: 480px;
    overflow: scroll;
  }
}

@media (min-width: 1367px) {
  .nav-menu-wrapper .hori_item_between_wrapper .__submenu {
    max-height: 600px;
    overflow: scroll;
  }
}

.nav-menu-wrapper
  .hori_item_between_wrapper
  .submenu-link.caret--icon.open
  .caret_icon::after {
  transform: rotate(45deg);
  border-color: #2486f2 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nav-menu-wrapper .hori_item_between_wrapper .__submenu::-webkit-scrollbar {
  display: none;
}

.nav-menu-wrapper .hori_item_between_wrapper .__submenu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav_white .nav-menu-wrapper .hori_item_between_wrapper .last_item {
  color: #967a4b !important;
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 30px;
  background: #fff;
  /* box-shadow: 0px 20px 20px 0px rgba(255, 85, 85, 0.2); */
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

.nav-menu-wrapper .hori_item_between_wrapper li:hover > .last_item {
  color: #967a4b !important;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.nav-menu-wrapper .hori_item_between_wrapper .sf_icon i {
  color: rgba(36, 134, 242, 0.44);
  fill: rgba(36, 134, 242, 0.44);
}

.nav-menu-wrapper .__submenu ul li a:hover .subtitle {
  color: #2486f2 !important;
}

.nav-menu-wrapper
  .hori_item_between_wrapper
  .__submenu
  ul
  li
  a.active_item
  .info
  .subtitle {
  color: #212121 !important;
  font-weight: 700 !important;
}

.nav-menu-wrapper
  .hori_item_between_wrapper
  .submenu-link.active_item
  .subtitle {
  font-weight: 700 !important;
  color: #212121 !important;
  letter-spacing: 5%;
}

.nav-menu-wrapper .hori_item_between_wrapper a.nav-link.active_item {
  color: #212121 !important;
  font-weight: 700 !important;
  letter-spacing: 5%;
}

@media screen and (min-width: 1025px) {
  .nav-menu-wrapper li:hover .caret--icon::before {
    display: block;
  }

  .nav_white .nav-menu-wrapper .header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .nav-menu-wrapper .header-section .containerrr {
    position: relative;
  }
}

.nav-menu-wrapper .header-section {
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-menu-wrapper .header-section .containerrr {
    max-width: 1024px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  .nav-menu-wrapper .header-section {
    background: #ffffff00 !important;
    box-shadow: none !important;
  }
}

@media screen and (min-width: 1120px) {
  .nav-menu-wrapper .header-section .containerrr {
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1360px) {
  .nav-menu-wrapper .header-section .containerrr {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
  }
}

.nav-menu-wrapper .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu-wrapper .header-wrapper .logo {
  width: 150px !important;
  display: block;
}

.nav-menu-wrapper .header-wrapper .logo img {
  width: 100% !important;
  height: 50px !important;
  object-fit: contain !important;
}

@media screen and (max-width: 575px) {
  .nav-menu-wrapper .header-wrapper .logo {
    width: 140px !important;
  }

  .nav-menu-wrapper .header-wrapper .logo img {
    height: 30px !important;
  }
}

.nav-menu-wrapper a {
  display: inline-block;
  transition: all ease 0.3s;
}

.nav-menu-wrapper a:hover {
  text-decoration: none;
  color: inherit;
}

.nav-menu-wrapper ul {
  margin: 0;
  padding: 0;
}

.nav-menu-wrapper ul li {
  list-style: none;
}

.nav-menu-wrapper li {
  text-decoration: none;
  list-style: none;
}

.nav-menu-wrapper .nav-toggle {
  position: relative;
  cursor: po "Montserrat";
  width: 25px;
  height: 20px;
  display: none;
}

.nav-menu-wrapper .nav-toggle span {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #ffffff;
  left: 0;
}

.nav_black .nav-menu-wrapper .nav-toggle span {
  background: #000000;
}

.nav-menu-wrapper .nav-toggle span:first-child {
  top: 0;
}

.nav-menu-wrapper .nav-toggle span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.nav-menu-wrapper .nav-toggle span:last-child {
  bottom: 0;
}

.nav-menu-wrapper .nav-toggle.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 10px);
  -ms-transform: rotate(45deg) translate(3px, 10px);
  transform: rotate(45deg) translate(3px, 10px);
}

.nav-menu-wrapper .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-menu-wrapper .nav-toggle.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -10px);
  -ms-transform: rotate(-45deg) translate(3px, -10px);
  transform: rotate(-45deg) translate(3px, -10px);
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .__product-wrapper .item .subtitle {
    margin: 0;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .menu-inner > li {
    border-bottom: 1px solid rgba(64, 123, 255, 0.17);
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-menu-wrapper li:hover .caret--icon .caret_icon::before {
    display: block;
  }

  .nav-menu-wrapper
    .hori_item_between_wrapper
    .menu-inner
    li
    .nav-link:not(.last_item) {
    padding: 33px 15px !important;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu {
    position: absolute;
    width: 100%;
    right: -30%;
    top: 100%;
    transform: translateX(50%);
  }

  .nav-menu-wrapper .hori_item_between_wrapper .menu {
    display: flex;
    flex-grow: 1;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu {
    width: 320px;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu .__submenu_child {
    padding: 10px 0px !important;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu li a {
    gap: 0 !important;
    align-items: center;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .last_item {
    font-size: 16px !important;
    font-family: "Outfit" !important;
    line-height: 21px !important;
    letter-spacing: 5% !important;
    border-radius: 30px !important;
    padding: 11px 20px !important;
    margin-left: 20px;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu .title {
    color: #2b2727;
    font-family: poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .single_menu li a {
    padding: 12px;
    margin: 0px !important;
    gap: o !important;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .single_menu ul {
    gap: 0 !important;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu_child li:hover,
  .nav-menu-wrapper .hori_item_between_wrapper .single_menu li:hover {
    background-color: #f8fbff;
    border-radius: 10px;
  }
}

.nav-menu-wrapper .hori_item_between_wrapper li:hover > .icon img {
  border-radius: 50% !important;
  box-shadow: 0px 5px 10px 0 rgba(0, 136, 255, 0.26) !important;
}

.nav-menu-wrapper #right_side_menu {
  margin: 0 25px 0 15px;
}

.nav-menu-wrapper .header-wrapper .menu-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.nav-menu-wrapper .hori_menu_wrapper .header-wrapper .menu-inner li {
  padding: 0 15px;
}

.nav-menu-wrapper .header-wrapper .menu-inner li .nav-link {
  padding: 33px 8px;
  color: var(--title);
  font-size: 18px;
  line-height: 22px;
}

.nav-menu-wrapper .header-wrapper .menu-inner li .nav-link.btn {
  border-radius: 25px;
  background: var(--base);
  color: #fff !important;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  padding: 9px 23px;
  margin-left: 8px;
  border: 2px solid var(--base);
  transition: all ease 0.3s;
}

.nav-menu-wrapper .mega-menu .view-all-products a:hover {
  color: rgb(3, 36, 85) !important;
}

.nav-menu-wrapper .header-wrapper .menu-inner li .nav-link.btn:hover {
  background: transparent;
  color: rgb(0, 0, 0) !important;
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .header-wrapper .menu-inner li .nav-link {
    font-size: 14px;
    line-height: 21px;
  }
}

.nav-menu-wrapper .header-wrapper .menu-inner li .nav-link:focus {
  color: #f55;
}

@media screen and (min-width: 1024px) {
  .nav_white .nav-menu-wrapper .header-wrapper .menu-inner li .nav-link:focus {
    color: #fff !important;
  }
}

.nav-menu-wrapper .header-wrapper .menu-inner li:hover .nav-link {
  color: var(--base);
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .header-wrapper .menu-inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu-wrapper .header-wrapper .menu-inner {
    max-width: 540px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-menu-wrapper li:not(:hover) .__submenu {
    display: none !important;
  }

  .nav-menu-wrapper li:not(:hover) .mega-menu .container {
    display: none !important;
  }

  .nav-menu-wrapper li:not(:hover) .mega-menu {
    opacity: 0 !important;
    visibility: hidden;
    z-index: 99;
  }
}

.nav-menu-wrapper
  .hori_item_between_wrapper
  .submenu-link.caret--icon.open::after {
  display: none !important;
}

.nav-menu-wrapper .__submenu {
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1024px) {
  .nav-menu-wrapper .__submenu {
    min-width: 320px;
    position: absolute;
    width: 100%;
    right: 50%;
    top: 100%;
    transform: translateX(50%);
  }

  li:hover .mega-menu {
    animation: fadeInDown 0.3s;
    -webkit-animation: fadeInDown 0.3s;
    -moz-animation: fadeInDown 0.3s;
    z-index: 999;
  }

  li:hover .__submenu {
    animation: fadeInDown2 0.3s;
    -webkit-animation: fadeInDown2 0.3s;
    -moz-animation: fadeInDown2 0.3s;
  }

  .mega-menu::before {
    content: "";
    bottom: 100%;
    left: 0;
    right: 0;
    top: -32px;
    position: absolute;
  }

  .hori_item_between_wrapper .nav-link.caret--icon:after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: 15px;
    transform: rotate(45deg);
    position: relative;
    top: 8px;
  }

  .nav_black .hori_item_between_wrapper .nav-link.caret--icon:after {
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }

  .nav-menu-wrapper .menu-inner li a.nav-link {
    display: flex;
  }
}

.nav-menu-wrapper .hori_item_between_wrapper .__submenu .title {
  line-height: 28px;
  color: #2b2727;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
}

.nav-menu-wrapper .__submenu .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #2b2727;
  font-family: "Poppins", sans-serif;
  margin-bottom: 33px;
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .mega-menu .mega-menu-inner .title {
    position: relative;
    display: flex;
    align-items: center;
  }

  .nav-menu-wrapper .mega-menu .mega-menu-inner .title::after,
  .nav-menu-wrapper .__submenu .title::after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--title);
    border-bottom: 1px solid var(--title);
    margin-left: 15px;
    transform: translateY(-3px) rotate(45deg);
    transition: all ease 0.3s;
  }

  .nav-menu-wrapper li.open > .caret--icon .caret_icon::after {
    transform: rotate(-135deg);
    border-color: var(--base);
  }

  .nav-menu-wrapper .mega-menu-inner .title.open::after {
    transform: rotate(-135deg);
    border-color: var(--base);
  }

  .nav-menu-wrapper .mega-menu .mega-menu-inner .content-menu {
    margin-top: 8px;
    padding: 12px 12px;
    background: #fafbfd;
    border-radius: 8px;
  }

  .nav-menu-wrapper .mega-menu .mega-menu-inner .mega-menu-left .content-menu {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .__submenu {
    display: none;
    padding: 10px 20px;
  }

  .nav-menu-wrapper .__submenu .title {
    display: none;
  }

  .nav-menu-wrapper .__submenu ul {
    gap: 0 !important;
  }

  .nav-menu-wrapper .__submenu ul li {
    margin: 0;
  }

  .nav-menu-wrapper .__submenu ul li a {
    padding: 10px 0;
    gap: 18px;
  }

  .nav-menu-wrapper .__submenu ul li a img {
    width: 30px !important;
  }

  .nav-menu-wrapper .__submenu ul li a {
    margin-left: 15px;
  }

  .nav-menu-wrapper .__submenu ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(64, 123, 255, 0.17);
  }

  .nav-menu-wrapper .__submenu ul .info {
    align-self: center;
  }

  .nav-menu-wrapper .__submenu ul .info .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }

  .nav-menu-wrapper .__submenu ul .info .text {
    display: none;
  }
}

.nav-menu-wrapper .__submenu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nav-menu-wrapper .__submenu ul li a {
  display: flex;
  color: rgba(26, 46, 53, 1);
  gap: 24px;
  transition: all ease 0.3s;
  text-decoration: none;
}

.nav-menu-wrapper .__submenu_child ul li a .info .subtitle,
.nav-menu-wrapper .__submenu > ul > li > a .info .subtitle {
  color: rgba(26, 46, 53, 0.7) !important;
}

@media screen and (min-width: 1367px) {
  .nav-menu-wrapper .__submenu ul li a img {
    width: 40px !important;
    height: unset !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .nav-menu-wrapper .__submenu ul li a img {
    width: 36px !important;
    height: unset !important;
  }
}

.nav-menu-wrapper .__submenu ul li a .info {
  width: 0;
  flex-grow: 1;
  color: rgba(33, 44, 79, 0.7);
  font-size: 14px;
  line-height: 148.98%;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .__submenu ul li a .info .subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}

span.caret_icon {
  padding: 5px;
}

.nav-menu-wrapper .__submenu ul li a .info .text {
  margin-top: 8px;
}

.nav-menu-wrapper .__submenu ul li a:hover .subtitle {
  color: #1a2e35 !important;
}

.nav-menu-wrapper .hori_item_between_wrapper .__submenu li {
  padding: 0;
}

@media screen and (min-width: 1367px) {
  .hori_item_between_wrapper .__submenu.separate-menu {
    max-width: 600px !important;
    width: 600px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hori_item_between_wrapper .__submenu.separate-menu li {
    max-width: 100% !important;
    width: auto !important;
    padding: 0px !important;
    border-radius: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .hori_item_between_wrapper .__submenu.separate-menu > ul {
    display: flex;
    flex-direction: column !important;
    justify-content: start;
    gap: 0 !important;
  }

  .hori_item_between_wrapper .__submenu.separate-menu .__submenu_child ul {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0 30px !important;
  }

  .hori_item_between_wrapper .__submenu.separate-menu .__submenu_child li {
    max-width: 233px !important;
    width: 233px !important;
  }

  .nav-menu-wrapper
    .hori_item_between_wrapper
    .__submenu
    > ul
    > li:hover
    > a
    > .icon
    img,
  .nav-menu-wrapper
    .hori_item_between_wrapper
    .__submenu_child
    li:hover
    .icon
    img {
    filter: drop-shadow(0 5px 10px rgba(0, 136, 255, 0.26)) !important;
    box-shadow: none !important;
  }

  .nav-menu-wrapper .__submenu ul li a .info .subtitle {
    font-family: "poppins" !important;
    font-weight: 600 !important;
  }

  .hori_item_between_wrapper .__submenu.separate-menu ul {
    padding: 0 20px 20px !important;
  }

  .hori_item_between_wrapper .__submenu.separate-menu li {
    max-width: 100% !important;
    width: auto !important;
    padding: 0px !important;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .header-section {
    padding: 15px 0;
  }

  .nav-menu-wrapper .nav-toggle {
    display: block;
  }

  .nav-menu-wrapper .menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 30px 30px;
    z-index: 99;
    transition: all ease 0.5s;
  }

  .nav-menu-wrapper .menu:not(.active) {
    transform: translateY(-10px) scaleY(0.9);
    visibility: hidden;
    opacity: 0;
  }

  .nav-menu-wrapper .menu .menu-inner {
    padding: 13px 22px 0;
    flex-direction: column;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    gap: 0;
  }

  .nav-menu-wrapper .menu .menu-inner li {
    width: 100%;
  }

  .nav-menu-wrapper .menu .menu-inner > li:not(:last-child) {
    border-bottom: 1px solid rgba(64, 123, 255, 0.17);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper .menu .menu-inner > li.open {
    border: none;
  }

  .nav-menu-wrapper .menu .menu-inner > li.open .nav-link {
    color: var(--base);
  }

  .nav-menu-wrapper .menu .menu-inner > li .nav-link:not(.btn) {
    padding: 12px 0;
  }

  .nav-menu-wrapper .menu .menu-inner > li:last-child {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 0 0 8px 8px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
  .nav-menu-wrapper .menu .menu-inner {
    padding: 13px 18px 0;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper .caret--icon {
    position: relative;
    display: flex;
    align-items: center;
  }

  .nav-menu-wrapper .caret--icon .caret_icon::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--title);
    border-bottom: 1px solid var(--title);
    margin-left: 15px;
    transform: rotate(45deg);
    transition: all ease 0.3s;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .nav-link.caret--icon::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--title);
    border-bottom: 1px solid var(--title);
    margin-left: 15px;
    transform: rotate(-45deg);
    transition: all ease 0.3s;
  }
}

@media screen and (min-width: 1025px) {
  .nav_white .nav-menu-wrapper .menu-inner li a.nav-link,
  .nav-menu-wrapper .__submenu ul li a .info .subtitle {
    color: #ffffff;
  }

  .nav_white
    .nav-menu-wrapper
    .menu-inner
    > li:hover
    > a.nav-link:not(.last_item) {
    color: hsl(0, 0%, 100%) !important;
  }

  .nav_white .nav-menu-wrapper .menu-inner > li:hover > a.nav-link.last_item {
    font-weight: 600 !important;
  }

  .nav_white
    .nav-menu-wrapper
    .hori_item_between_wrapper
    a.nav-link.active_item {
    color: #fff !important;
  }

  .nav_white .hori_item_between_wrapper .nav-link.caret--icon:after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}

.nav_black .nav-menu-wrapper .menu-inner li a.nav-link {
  color: #848889 !important;
}

.nav-menu-wrapper
  .hori_item_between_wrapper
  .__submenu
  ul
  li
  a
  .info
  .subtitle {
  margin-top: 7px;
}

.nav-menu-wrapper .hori_item_between_wrapper .__submenu_child ul {
  gap: 0px;
}

.nav-menu-wrapper .hori_item_between_wrapper .caret--icon .caret_icon {
  position: relative;
  display: none;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .nav-menu-wrapper .hori_item_between_wrapper .caret--icon .caret_icon {
    position: relative;
    display: flex;
    align-items: center;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu {
    padding: 0px !important;
    box-shadow: none !important;
  }

  .nav-menu-wrapper .hori_item_between_wrapper .__submenu_child li {
    padding-left: 40px !important;
  }

  .nav-menu-wrapper
    .hori_item_between_wrapper
    li.open
    .nav-link.caret--icon::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--title);
    border-bottom: 1px solid var(--title);
    margin-left: 15px;
    transform: rotate(45deg) !important;
    transition: all ease 0.3s;
  }
}

.pointer:hover {
  cursor: pointer;
}

/* 404 Page */
@media screen and (min-width: 1337px) {
  .error404 .site-content {
    padding: 120px 80px 20px;
  }

  .error404 .content-area .image svg {
    width: 40% !important;
    height: 40% !important;
  }

  .error404 .content-area .content {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .error404 .site-content {
    padding: 100px 80px 0px;
  }

  .error404 .content-area .image svg {
    width: 30% !important;
    height: 30% !important;
  }

  .error404 .content-area .content {
    padding: 26px;
  }
}

@media screen and (min-width: 1025px) {
  .error404 .site-content {
    justify-content: center;
    align-items: center;
  }

  .error404 .content-area .heading_three {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
  }

  .error404 .content-area .p_one {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .error404 .site-content {
    padding: 80px 20px 30px;
    justify-content: center;
    align-items: center;
  }

  .error404 .content-area .image svg {
    width: 60% !important;
    height: 60% !important;
  }

  .error404 .content-area .content {
    padding: 20px 0px;
  }

  .error404 .content-area .heading_three {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
  }

  .error404 .content-area .p_one {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
  }

  .error404 .content-area .elementor-button-wrapper.primary_btn.mt-5 {
    margin-top: 40px !important;
  }
}

.error404 .site-footer .sf_cta {
  display: none;
}

.error404 .site-footer .sf_footer_section {
  background-size: cover !important;
}

.error404 .nav-menu-wrapper .nav-toggle span {
  background: rgba(26, 46, 53, 1) !important;
}

.error404 .primary_btn .elementor-button {
  text-decoration: none !important;
}

@media screen and (min-width: 2560px) {
  .sf_footer_section {
    background-size: cover !important;
  }
}

/* Compare page tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-text {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.tooltip_container .tooltip-box {
  display: none;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1024px) {
  .tooltip_container:hover > .elementor-widget-wrap .tooltip-box {
    display: block;
    transition: 0.3s ease-out;
  }
}

/* Demo Page */
/* Version tag animation */
#sf_latest_v_tag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(250, 250, 250, 0) 0%,
    rgba(250, 250, 250, 0.3) 60%,
    rgba(250, 250, 250, 0) 100%
  );
  -webkit-animation: animation 3s ease-in-out infinite;
}

@-webkit-keyframes animation {
  from {
    left: -150px;
  }

  to {
    left: 150px;
  }
}

/* Single page */
@media screen and (min-width: 1025px) {
  .page-template-default .site.grid-container {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-template-default .site.grid-container {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-default .site.grid-container {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1679) {
  .modal-dialog.modal-dialog-centered {
    width: 1000px !important;
    max-width: 1000px !important;
  }
}

@media screen and (min-width: 1680px) {
  .modal-dialog.modal-dialog-centered {
    width: 1200px !important;
    max-width: 1200px !important;
  }
}

/* Admin Earning Icon Box */
.sf_earning_icon_box img {
  width: 60px !important;
  filter: drop-shadow(0 35px 65px rgba(0, 0, 0, 0.09));
  -webkit-filter: drop-shadow(0 35px 65px rgba(0, 0, 0, 0.09));
}

/* card */
.sf_card .elementor-element-populated:hover {
  border: none !important;
  box-shadow: 0px 30px 30px 0px rgba(115, 94, 59, 0.08);
}

.sf_card .elementor-element-populated {
  border-radius: 10px;
  border: 1px solid rgba(229, 93, 40, 0.2);
}

.sf_card_demo .elementor-element-populated:hover {
  border-color: transparent !important;
  background: #fff;
  box-shadow: 0px 50px 50px 0px rgba(229, 93, 40, 0.15);
  -webkit-box-shadow: 0px 50px 50px 0px rgba(229, 93, 40, 0.15);
}

.sf_card_demo .elementor-element-populated:hover img {
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
}

.sf_card_demo .elementor-element-populated {
  border-radius: 10px;
  border: 1px solid rgba(229, 93, 40, 0.2);
}

.sf_card_demo .sf_card_btn_white_demo .elementor-button {
  display: inline-flex;
  padding: 11px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid var(--primary-color, #ff4444);
  background: #fff;
}

.sf_card_demo:hover .sf_card_btn_white_demo .elementor-button svg path {
  fill: #fff;
}

.sf_card_demo
  .elementor-element-populated:hover
  .sf_card_btn_white_demo
  .elementor-button {
  border: none;
  border-radius: 30px;
  background: #735e3b;
  box-shadow: 0px 20px 20px 0px rgba(255, 87, 34, 0.08);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(255, 87, 34, 0.08);
}

.sf_card_demo
  .elementor-element-populated
  .sf_card_btn_white_demo
  .elementor-button-text {
  color: #f66;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sf_card_demo
  .elementor-element-populated:hover
  .sf_card_btn_white_demo
  .elementor-button-text {
  color: #fff;
  text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

/* Help & Support */
.sf_support_img_box .elementor-widget-container .elementor-image-box-title {
  color: #251e1c;
  margin: auto 20px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  color: #212121;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  border: 1px solid rgba(252, 120, 57, 0.2);
  transform: translate(0px, -28px);
}

.sf_support_img_box:hover
  > .elementor-widget-container
  .elementor-image-box-title {
  color: #735e3b !important;
  font-weight: 700;
  border-color: transparent !important;
}

@media screen and (min-width: 1025px) {
  .sf_support_img_box:hover
    > .elementor-widget-container
    .elementor-image-box-title {
    box-shadow: 0px 10px 32px 0px rgba(211, 116, 0, 0.1);
    text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  }

  .sf_support_img_box:hover
    > .elementor-widget-container
    .elementor-image-box-title
    a {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sf_support_img_box .elementor-widget-container .elementor-image-box-title {
    font-size: 14px;
    margin: auto 10px;
    padding: 2px 10px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sf_support_img_box .elementor-widget-container .elementor-image-box-content {
    margin-top: -10px;
  }

  .sf_support_img_box .elementor-image-box-img img {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto;
  }

  .sf_support_img_box .elementor-widget-container .elementor-image-box-title {
    font-size: 14px;
    margin: auto 10px;
    padding: 12px 10px;
    border-radius: 5px;
  }

  .sf_support_img_box:hover
    > .elementor-widget-container
    .elementor-image-box-title {
    box-shadow: 0px 10px 20px 0px rgba(211, 116, 0, 0.1);
    text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  }
}

/* Home Page   */

.banner_img_shadow img {
  filter: drop-shadow(10px 14px 46px rgba(200, 24, 0, 0.14));
}

.order_model_tab .dynamic_tab_wrapper a.tab_link_item {
  color: #735e3b;
  border-radius: 30px;
  border: 1px solid rgba(185, 167, 135, 0.2) !important;
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgba(50, 35, 20, 0.05) !important;

  transition: 0.3s all ease;
}

.order_model_tab .dynamic_tab_wrapper a.tab_link_item.active {
  color: #fff;
  border-radius: 30px;
  background: hsl(38, 32%, 34%) !important;
  box-shadow: 0px 10px 20px 0px rgba(50, 35, 20, 0.3) !important;
}

@media screen and (max-width: 767px) {
  .order_model_tab .dynamic_tab_wrapper a.tab_link_item.active {
    box-shadow: 0px 10px 20px 0px rgba(50, 35, 20, 0.3) !important;
  }
}

@media screen and (min-width: 1900px) and (max-width: 2400px) {
  #home_banner {
    background-position: 45vw -26vh !important;
  }
}

@media screen and (min-width: 2401px) and (max-width: 3000px) {
  #home_banner {
    background-position: 45vw -545px !important;
  }
}

@media screen and (min-width: 1025px) {
  #sf_home_banner .elementor-widget-wrap.elementor-element-populated {
    filter: drop-shadow(30px 30px 40px rgba(0, 0, 0, 0.15));
  }
}

@media screen and (max-width: 1024px) {
  #sf_home_banner .elementor-widget-wrap.elementor-element-populated {
    filter: drop-shadow(10px 20px 20px rgba(0, 0, 0, 0.1));
  }
}

.btn_primary .elementor-button .elementor-button-text,
.btn_primary .elementor-button:hover .elementor-button-text {
  color: #ffffff;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.btn_primary:not(.white) .elementor-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
}

.btn_transparent .elementor-button:hover path,
.btn_transparent.white .elementor-button path {
  fill: #fff !important;
}

.btn_transparent .elementor-button path {
  fill: #735e3b !important;
}

.btn_transparent.white .elementor-button {
  background: transparent !important;
  border-color: #ffffff !important;
}

.btn_transparent .elementor-button {
  background: transparent !important;
  border-color: #735e3b !important;
  border: 1px solid;
  border-radius: 30px;
}

.btn_transparent:not(.white) .elementor-button-text {
  color: #735e3b;
}

.btn_transparent.white .elementor-button-text {
  color: #ffffff !important;
}

.btn_primary.white .elementor-button-text {
  color: #967a4b !important;
}

.btn_dark_shadow .elementor-button:hover {
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
}

.btn_primary.white .elementor-button {
  background-color: #fff !important;
  border-radius: 30px;
}

.btn_color_shadow .elementor-button:hover {
  filter: drop-shadow(0px 10px 16px rgba(255, 44, 44, 0.15));
  -webkit-filter: drop-shadow(0px 10px 16px rgba(255, 44, 44, 0.15));
}

.btn_transparent.white .elementor-button:hover,
.btn_primary.white .elementor-button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.btn_primary.white .elementor-button:hover .elementor-button-text {
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

/* Home Page Benifits section icon shadow */
.icon_list_shadow img {
  filter: drop-shadow(0 12px 35px #de4e4e29);
}

.icon_list_dots_shadow svg {
  filter: drop-shadow(0 4px 4px #b705053d);
}

.order_model {
  display: none;
}

.dynamic_tab_wrapper a.tab_link_item,
.dynamic_tab_wrapper a.tab_link_item.active {
  font-family: "Outfit" !important;
  /* 	letter-spacing: 1.2px !important; */
}

.order_model.active {
  display: block;
  position: relative;
}

.sf_to_right svg,
.sf_to_down svg,
.sf_to_up svg {
  stroke: grey;
  stroke-width: 1px;
  fill: none;
}

.order_model .sf_order_elips_one svg {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.order_model.animate .sf_to_down svg path {
  stroke-width: 1;
  stroke-dasharray: 6 6 !important;
  animation: dashSvg 30s linear infinite;
}

.order_model.animate .sf_to_up svg path {
  stroke-width: 1;
  stroke-dasharray: 6 6 !important;
  animation: dashSvgUp 30s linear infinite;
}

@keyframes dashSvgUp {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes dashSvg {
  to {
    stroke-dashoffset: -1000;
  }
}

/* Installation Page pricing list item */
@media screen and (min-width: 1025px) {
  .sm_installation_list_item .elementor-heading-title {
    font-family: "Helvetica" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: #1a2e35;
  }

  #installation_packages {
    overflow: unset !important;
  }
}

@media screen and (max-width: 1024px) {
  .sm_installation_list_item .elementor-heading-title {
    font-family: "Helvetica" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    color: #1a2e35;
  }
}

/* Why Choose Section */
#sf_installation_plan_sec .sf_installation_icon_box svg {
  -webkit-filter: drop-shadow(0px 20px 10px #a3140025);
  filter: drop-shadow(0px 20px 10px #fca89d25);
}

/* Customization Page 
* 
* Why Choose US section column flex */
@media screen and (min-width: 1025px) {
  #sf_choose_us .elementor-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  #sf_choose_us .elementor-column {
    flex: 0 0 33.33%;
    break-inside: avoid;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #sf_choose_us .elementor-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  #sf_choose_us .elementor-column {
    flex: 0 0 33.33%;
    break-inside: avoid;
  }
}

.animation_item img {
  filter: drop-shadow(0px 12px 20px rgb(115, 94, 59, 0.2));
  -webkit-filter: drop-shadow(0px 12px 20px rgb(115, 94, 59, 0.2));
}

.accordion-wrapper .accordion-item:has(.accordion-header) {
  border: 1px solid rgba(3, 157, 85, 0.2) !important;
  box-shadow: 0px 10px 16px rgba(36, 134, 242, 0.1);
}

.accordion-wrapper
  .accordion-item:has(.accordion-header[aria-expanded="true"]) {
  border: 2px solid #b9a78766 !important;
  box-shadow: 0px 10px 16px rgba(36, 134, 242, 0.1);
}

.accordion-wrapper
  .accordion-item:has(.accordion-header[aria-expanded="false"]) {
  border-width: 1.5px !important;
  border-color: #b9a78766 !important;
}

@media screen and (min-width: 1200px) {
  .sf_footer_section {
    background-size: cover !important;
  }
}

/* Cookies */
.cky-title {
  display: none;
}

.cky-btn.cky-btn-accept {
  border-radius: 10px !important;
}

.cky-btn.cky-btn-accept:hover {
  background-color: #fff !important;
  color: #f55 !important;
}

.cky-notice-des {
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}

.page-id-17482 header .power_deals_banner,
.page-id-17482 header .score_big_banner,
.page-id-11348 header#masthead {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tibrr-cookie-consent-text,
  .tibrr-cookie-consent-text > * {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 28px !important;
  }

  .page-template .site-content {
    margin-top: 30px;
    padding: 10px 20px;
  }

  .cky-consent-bar {
    padding: 5px 18px !important;
  }

  .tibrr-cookie-consent-text {
    text-align: center !important;
  }

  .cky-notice {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1025px) {
  .tibrr-cookie-consent-text,
  .tibrr-cookie-consent-text > * {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px !important;
  }

  .page-template .site-content {
    margin-top: 80px;
    padding: 20px;
  }

  .cky-consent-bar {
    padding: 8px 30px !important;
  }
}

/* Pricing table */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.fixed .sf_package_reco .elementor-widget-button {
  margin-top: -2px !important;
}

.fixed .sf_package_reco .reco_title .elementor-widget-container {
  padding: 07px 0px !important;
  transition: 0.3s ease-out;
}

.fixed .sf_package_reco .elementor-widget-wrap {
  margin-top: 0 !important;
  padding: 36px 20px 20px !important;
  transition: transform 0.3s ease-in-out;
}

.fixed .elementor-widget-container {
  margin: 0px !important;
}

@media screen and (min-width: 1367px) {
  .fixed
    .elementor-element.elementor-element-3b20e4c0
    > .elementor-widget-container {
    padding: 7px 0 7px 0 !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .fixed
    .elementor-element.elementor-element-3b20e4c0
    > .elementor-widget-container {
    padding: 5px 0 5px 0 !important;
  }

  .elementor-13818
    .elementor-element.elementor-element-39e9c1d0
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(
      .elementor-widget__width-initial
    ):not(:last-child):not(.elementor-absolute) {
    margin-top: 5px !important;
  }
}

/* Data table */
@media (max-width: 1024px) {
  .fixed .elementor-widget-wrap {
    margin-top: 10px !important;
  }

  .sa_data_table_container .elementor-container {
    flex-wrap: nowrap;
    min-width: 1264px !important;
  }

  .sa_data_table_container {
    overflow-x: auto !important;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .sa_data_table_container::-webkit-scrollbar,
  .table-responsive::-webkit-scrollbar {
    display: none;
  }

  .sa_data_table_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sa_data_table_container .scroll_table {
    padding-left: 20px !important;
  }

  .sa_data_table_container .fixed.scroll_table {
    padding-top: 0px !important;
  }
}

/* Tab Faqs */
.sf_solution_tab .template-tab-wrapper .nav-tabs li a .title,
#sf_faq_tab .template-tab-wrapper .nav-tabs li a .title {
  color: #212121 !important;
  font-family: "Outfit" !important;
  font-weight: 500 !important;
  letter-spacing: 0.36px !important;
}

@media screen and (min-width: 1025px) {
  .sf_solution_tab .template-tab-wrapper .nav-tabs li a.active .title,
  #sf_faq_tab .template-tab-wrapper .nav-tabs li a.active .title {
    box-shadow: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sf_solution_tab .template-tab-wrapper .nav-tabs li a.active .title {
    background: linear-gradient(90deg, #fff 0%, #fff3ef 100%) !important;
  }
}

#sf_faq_tab .template-tab-wrapper .nav-tabs li a.active .title {
  color: #f55 !important;
  background: linear-gradient(90deg, #fff 0%, #ffd9d9 100.01%) !important;
}

.sf_solution_tab .template-tab-wrapper .nav-tabs li a.active .title {
  color: #f55 !important;
  background: transparent !important;
}

@media screen and (min-width: 1025px) {
  .sf_solution_tab .template-tab-wrapper .tab-content,
  #sf_faq_tab .template-tab-wrapper .tab-content {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sf_solution_tab .template-tab-wrapper .tab-content,
  #sf_faq_tab .template-tab-wrapper .tab-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sf_solution_tab .template-tab-wrapper .tab-menu,
  #sf_faq_tab .template-tab-wrapper .tab-menu {
    width: 21% !important;
    max-width: 21% !important;
    padding-right: 15px;
    padding-left: 8px;
    padding-bottom: 20px;
    margin-top: 10px;
  }

  .sf_solution_tab .template-tab-wrapper .nav-tabs li,
  #sf_faq_tab .template-tab-wrapper .nav-tabs li {
    padding-right: 0px !important;
    margin-bottom: 10px !important;
  }

  .sf_solution_tab .template-tab-wrapper .nav {
    padding-bottom: 10px;
    background: #fff !important;
    padding-top: 10px;
    border-radius: 10px !important;
    box-shadow: 5px 10px 20px 0px rgba(200, 203, 208, 0.16) !important;
  }

  #sf_faq_tab .template-tab-wrapper .nav {
    padding-bottom: 10px;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 1px 10px 20px 0px rgba(200, 203, 208, 0.2) !important;
  }

  .sf_solution_tab .template-tab-wrapper .nav-tabs li a .title,
  #sf_faq_tab .template-tab-wrapper .nav-tabs li a .title {
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 17px 0px 17px 20px !important;
    border-radius: 2px !important;
  }

  .sf_solution_tab .template-tab-wrapper .nav-tabs li a.active .title,
  #sf_faq_tab .template-tab-wrapper .nav-tabs li a.active .title {
    padding: 17px 0px 17px 20px !important;
    line-height: 28px !important;
    border-radius: 2px !important;
    border-left: 2px solid #f55 !important;
  }
}

.tab-content .accordion-item .icon.expanded-icon svg rect {
  fill: #b9a787 !important;
}

.template-tab-wrapper .tab-content::-webkit-scrollbar-thumb {
  background-color: #b9a787 !important;
  border-radius: 50px;
}

.template-tab-wrapper .tab-content::-webkit-scrollbar-track {
  background-color: transparent !important;
}

/* About US page */
.sf_testimonial_bg.item_two {
  left: auto !important;
}

@media screen and (min-width: 768px) {
  .sf_testimonial_bg img {
    -webkit-filter: drop-shadow(20px 20px 83px rgba(133, 37, 0, 0.06));
    filter: drop-shadow(20px 20px 83px rgba(133, 37, 0, 0.06));
  }
}

@media screen and (max-width: 767px) {
  .sf_testimonial_bg img {
    -webkit-filter: drop-shadow(20px 10px 30px rgba(133, 37, 0, 0.06));
    filter: drop-shadow(20px 10px 30px rgba(133, 37, 0, 0.06));
  }

  .sm_home_icon_box {
    max-width: 340px !important;
    margin: 20px auto !important;
    box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.08) !important;
  }

  .sm_home_icon_box .elementor-image-box-img,
  .elementor
    .elementor-widget:not(.elementor-widget-text-editor):not(
      .elementor-widget-theme-post-content
    )
    figure {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .sm_home_icon_box .elementor-counter-number-prefix {
    display: none;
  }
}

.advanced-image-box-card .popup_modal_img .pop_content {
  width: 100%;
}

.sf_gradient_text {
  background: linear-gradient(to right, #f66, #f55, #f66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.modal.show .pop_content {
  width: 100%;
}

.modal.show
  .inspect_panels--contentProperty--McE5j.text--fontPos11--rO47d.text--_fontBase--VaHfk.ellipsis--ellipsisAfter8Lines--2JTeB.ellipsis--_ellipsisAfterNLines--5f-ox {
  text-align: center !important;
}

/* Features Page */
/* Solution Section */
.sm_solution_template
  .advanced-image-box-card
  .img_box_content
  .advanced-image-description
  p {
  margin-bottom: 0 !important;
}

.sm_solution_template
  .advanced-image-box-card
  .img_box_content
  .advanced-image-description
  span {
  display: -webkit-box;
  /*     max-width: 200px; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* HOme Page Easy to use Section */
@media screen and (max-width: 767px) {
  .dynamic_tab_wrapper a.tab_link_item {
    text-align: center;
  }

  .sm_ecommerce_tab .dynamic_tab_wrapper .tabs-items > ul {
    justify-content: center !important;
  }

  #sf_home_mobile_bg_img img {
    opacity: 0.4 !important;
  }
}

/* pointer */
.sf_pointer:hover,
.sv_pointer .card_animate:hover {
  cursor: pointer !important;
}

/* Gif Video */
/* .sm_gif_vdo video{
background: transparent !important;
} */

/* Home page any industry tab */
@media screen and (min-width: 1441px) {
  #any_industry_tab .nav-tabs.nav--tabs li:nth-child(1) {
    margin-top: 68px !important;
  }

  #any_industry_tab .nav-tabs.nav--tabs li:nth-child(4) {
    margin-top: -68px;
  }

  #any_industry_tab .nav-tabs.nav--tabs li:nth-child(5) {
    margin-top: -68px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  #any_industry_tab .nav-tabs.nav--tabs li:nth-child(1) {
    margin-top: 65px !important;
  }

  #any_industry_tab .nav-tabs.nav--tabs li:nth-child(4) {
    margin-top: -65px;
  }

  #any_industry_tab .nav-tabs.nav--tabs li:nth-child(5) {
    margin-top: -65px;
  }
}

#any_industry_tab .tab-wrapper .card_tab_wrapper .tab-pane {
  transform: scale(1) !important;
}

/* Cross Platfor section  animation */
#sf_cross_platform #sf_cp_second {
  opacity: 0;
  transform: rotate(26deg) translate(-150px, -95px);
}

#sf_cross_platform #sf_cp_third {
  opacity: 0;
  transform: rotate(40deg) translate(-180px, 70px);
}

#sf_cross_platform #sf_cp_fourth {
  opacity: 0;
  transform: rotate(0deg) translate(-185px, 80px) rotate(44deg);
}

#sf_cross_platform #sf_cp_fifth {
  opacity: 0;
  transform: rotate(31deg) translate(0px, 170px) rotate(0deg);
}

@media screen and (max-width: 767px) {
  #sf_cross_platform #sf_cp_second {
    opacity: 0;
    transform: rotate(33deg) translate(-74px, -22px);
  }

  #sf_cross_platform #sf_cp_third {
    opacity: 0;
    transform: rotate(56deg) translate(-148px, 55px);
  }

  #sf_cross_platform #sf_cp_fourth {
    opacity: 0;
    transform: rotate(35deg) translate(-48px, 78px) rotate(0deg);
  }

  #sf_cross_platform #sf_cp_fifth {
    opacity: 0;
    transform: rotate(30deg) translate(2px, 70px) rotate(0deg);
  }
}

#sf_cross_platform .sf_cp_center_img {
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.06));
  -webkit-filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.06));
}

.page.page-id-17740 header,
.page.page-id-17740 .site-footer {
  display: none !important;
}

/* Home page Testimonials */

#ef_testimonials .slick_item {
  padding: 0 10px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

#ef_testimonials .slick_item:focus-visible {
  border: none !important;
}

@media screen and (min-width: 1025px) {
  #ef_testimonials .slick-track {
    margin-bottom: 80px;
  }

  #ef_testimonials .slick_item.slick-active:not(.slick-center) {
    transform: rotate(-5deg) translateY(50px) scale(0.9);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .slick_item.slick-active.slick-center .sec_ts_item {
    box-shadow: 0px 30px 30px 0px #b9a7874d;
    border: none;
  }

  #ef_testimonials .slick_item.slick-active.slick-center {
    transform: rotate(0deg) scale(1);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials
    .slick_item.slick-active.slick-center
    + div.slick_item.slick-active {
    transform: rotate(5deg) translateY(50px) scale(0.9) !important;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .sec_ts_item {
    padding: 30px;
    border-radius: 40px;
    border: 3px solid #b9a7874d;
    background: #fff;
  }

  #ef_testimonials .slick_item {
    padding: 0 10px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }
}

@media screen and (min-width: 1025px) {
  .border_line svg {
    width: unset !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ef_testimonials .slick-track {
    margin-bottom: 40px;
  }

  #ef_testimonials .slick_item:has(+ .slick-current) {
    transform: rotate(-5deg) translateY(50px) scale(0.9);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .slick_item.slick-active.slick-current .sec_ts_item {
    box-shadow: 0px 30px 30px 0px rgba(115, 94, 59, 0.08);
    border: none;
  }

  #ef_testimonials .slick_item.slick-active.slick-current {
    transform: rotate(0deg) scale(1);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .slick_item.slick-active.slick-current + div.slick_item {
    transform: rotate(5deg) translateY(50px) scale(0.9) !important;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .sec_ts_item {
    padding: 20px;
    border-radius: 30px;
    border: 2px solid rgba(255, 85, 85, 0.1);
    background: #fff;
  }

  #ef_testimonials .slick_item {
    padding: 0 8px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }
}

@media screen and (max-width: 767px) {
  #ef_testimonials .slick-track {
    margin-bottom: 40px;
  }

  #ef_testimonials .slick_item:has(+ .slick-current) {
    transform: rotate(-2deg) translateY(20px) scale(0.9);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .slick_item.slick-active.slick-current .sec_ts_item {
    box-shadow: 0px 20px 20px 0px #735e3b0d;
    border: none;
  }

  #ef_testimonials .slick_item.slick-active.slick-current {
    transform: rotate(0deg) scale(1);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .slick_item.slick-active.slick-current + div.slick_item {
    transform: rotate(2deg) translateY(20px) scale(0.9) !important;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .sec_ts_item {
    padding: 16px;
    border-radius: 14px;
    border: 2px solid hsla(38, 32%, 34%, 0.102);
    background: #fff;
  }

  #ef_testimonials .slick_item {
    padding: 0 5px;
    border-radius: 14px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
  }

  #ef_testimonials .slick-dots {
    bottom: 0px !important;
  }
}

#ef_testimonials .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 5px;
}

#ef_testimonials .slick-dots li {
  width: unset !important;
  height: unset !important;
}

#ef_testimonials .slick-dots li button::before {
  display: none;
}

#ef_testimonials .slick-dots li button {
  height: 10px;
  width: 10px;
  color: #b9a7874d;
  background: #b9a7874d;
  border-radius: 20px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

#ef_testimonials .slick-dots li.slick-active button {
  width: 20px;
  color: #735e3b;
  background: #735e3b;
}

#ef_testimonials .sec_ts_item .rating {
  margin-top: -12px;
}

li.slick-nav-prev:hover,
li.slick-nav-next:hover {
  cursor: pointer;
}

.demo_card_list .elementor-button:focus {
  color: #fff !important;
}

/* Pricing Page */
.sm_pricing_sec .ct_wrapper .tab-menu .nav-tabs li:first-of-type {
  margin-left: -1px !important;
}

.sm_pricing_sec .ct_wrapper .tab-menu .nav-tabs li:last-of-type {
  margin-right: -1px !important;
}

#ef_testimonials .ts_wrapper .name {
  margin-bottom: 0 !important;
}

/* Blog page */
.single .sv_cta,
.archive .sv_cta,
.blog .sv_cta,
.author .sv_cta,
.search .sv_cta {
  display: none;
}

.inside-right-sidebar .widget_search {
  background-color: transparent;
}

.inside-right-sidebar aside:not(.widget_search) {
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.03);
}

.inside-right-sidebar .widget_search form > label {
  display: none;
}

.inside-right-sidebar .widget_search form input {
  border-color: #f66 !important;
  height: 45px;
}

.inside-right-sidebar .widget_search form button {
  background: #f66 !important;
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

.inside-right-sidebar .widget_search form button:hover {
  background: #f55 !important;
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

.single .site-content article.post,
.archive .site-content article.post,
.search .site-content article.post,
.author .site-content article.post,
.blog .site-content article.post {
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}

.single .site-content .inside-article {
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}

.archive .site-content .inside-article,
.search .site-content .inside-article,
.author .site-content .inside-article,
.blog .site-content .inside-article {
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0px !important;
}

@media screen and (max-width: 767px) {
  .single .site .site-content h1,
  .search .site .site-content h1,
  .archive .site .site-content h1,
  .author .site .site-content h1,
  .blog .site .site-content h1 {
    color: #091e42 !important;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 32px;
  }

  .single .site .site-content h2,
  .search .site .site-content h2,
  .archive .site .site-content h2,
  .author .site .site-content h2,
  .blog .site .site-content h2 {
    color: #091e42 !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px;
  }

  .single .site .site-content h3,
  .search .site .site-content h3,
  .archive .site .site-content h3,
  .author .site .site-content h3,
  .blog .site .site-content h3 {
    color: #091e42 !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 26px;
  }

  .single .site .site-content h4,
  .search .site .site-content h4,
  .archive .site .site-content h4,
  .author .site .site-content h4,
  .blog .site .site-content h4 {
    color: #091e42 !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px;
  }

  .single .site-main .wp-block-group__inner-container {
    padding: 16px !important;
  }
}

.archive .site-content .inside-article .post-image,
.search .site-content .inside-article .post-image,
.author .site-content .inside-article .post-image,
.blog .site-content .inside-article .post-image {
  margin: 0 auto !important;
}

.archive .site-content .inside-article .post-image img,
.search .site-content .inside-article .post-image img,
.author .site-content .inside-article .post-image img,
.blog .site-content .inside-article .post-image img {
  border-radius: 5px 5px 0 0 !important;
}

.archive .site-content .inside-article .entry-header,
.search .site-content .inside-article .entry-header,
.author .site-content .inside-article .entry-header,
.blog .site-content .inside-article .entry-header,
.archive .site-content .inside-article .entry-summary,
.search .site-content .inside-article .entry-summary,
.author .site-content .inside-article .entry-summary,
.blog .site-content .inside-article .entry-summary,
.archive .site-content .inside-article footer.entry-meta,
.search .site-content .inside-article footer.entry-meta,
.author .site-content .inside-article footer.entry-meta,
.blog .site-content .inside-article footer.entry-meta {
  margin: 0px 24px;
}

.archive .site-content .inside-article .entry-summary,
.search .site-content .inside-article .entry-summary,
.author .site-content .inside-article .entry-summary,
.blog .site-content .inside-article .entry-summary {
  margin-bottom: 28px !important;
}

.archive .site-content .inside-article .post-image,
.search .site-content .inside-article .post-image,
.author .site-content .inside-article .post-image,
.blog .site-content .inside-article .post-image {
  order: 1;
}

.archive .site-content .inside-article footer.entry-meta,
.search .site-content .inside-article footer.entry-meta,
.author .site-content .inside-article footer.entry-meta,
.blog .site-content .inside-article footer.entry-meta {
  order: 2;
  margin-top: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.archive .site-content .inside-article header.entry-header,
.search .site-content .inside-article header.entry-header,
.author .site-content .inside-article header.entry-header,
.blog .site-content .inside-article header.entry-header {
  order: 3;
}

.archive .site-content .inside-article .entry-summary,
.search .site-content .inside-article .entry-summary,
.author .site-content .inside-article .entry-summary,
.blog .site-content .inside-article .entry-summary {
  order: 4;
  margin-top: 0px !important;
}

.archive
  .site-content
  .inside-article
  footer.entry-meta
  span.gp-icon.icon-categories,
.search
  .site-content
  .inside-article
  footer.entry-meta
  span.gp-icon.icon-categories,
.author
  .site-content
  .inside-article
  footer.entry-meta
  span.gp-icon.icon-categories,
.blog
  .site-content
  .inside-article
  footer.entry-meta
  span.gp-icon.icon-categories,
.archive .site-content .inside-article footer.entry-meta .comments-link,
.author .site-content .inside-article footer.entry-meta .comments-link,
.blog .site-content .inside-article footer.entry-meta .comments-link {
  display: none;
}

.archive .site-content .inside-article footer.entry-meta .cat-links a,
.search .site-content .inside-article footer.entry-meta .cat-links a,
.author .site-content .inside-article footer.entry-meta .cat-links a,
.blog .site-content .inside-article footer.entry-meta .cat-links a {
  color: #1d248a;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter";
  line-height: 21px;
  letter-spacing: 0.5px;
  background-color: rgba(29, 36, 138, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: capitalize;
  text-decoration: none;
}

.archive .site-content .inside-article footer.entry-meta .cat-links a:hover,
.search .site-content .inside-article footer.entry-meta .cat-links a:hover,
.author .site-content .inside-article footer.entry-meta .cat-links a:hover,
.blog .site-content .inside-article footer.entry-meta .cat-links a:hover {
  color: #1d248a;
  background-color: rgba(29, 36, 138, 0.1);
}

.archive .site-content .inside-article header.entry-header .entry-title,
.search .site-content .inside-article header.entry-header .entry-title,
.author .site-content .inside-article header.entry-header .entry-title,
.blog .site-content .inside-article header.entry-header .entry-title {
  color: #091e42;
  font-weight: 600;
  font-family: "Inter";
}

.archive .site-content .inside-article div.entry-meta,
.search .site-content .inside-article div.entry-meta,
.author .site-content .inside-article div.entry-meta,
.blog .site-content .inside-article div.entry-meta {
  display: flex;
  justify-content: start;
  gap: 50px;
}

.archive .site-content .inside-article div.entry-meta .posted-on,
.search .site-content .inside-article div.entry-meta .posted-on,
.author .site-content .inside-article div.entry-meta .posted-on,
.blog .site-content .inside-article div.entry-meta .posted-on {
  order: 2;
  text-transform: capitalize;
}

.archive .site-content .inside-article div.entry-meta .byline,
.search .site-content .inside-article div.entry-meta .byline,
.author .site-content .inside-article div.entry-meta .byline,
.blog .site-content .inside-article div.entry-meta .byline {
  order: 1;
}

.archive .site-content .inside-article div.entry-meta .byline .author-name,
.search .site-content .inside-article div.entry-meta .byline .author-name,
.author .site-content .inside-article div.entry-meta .byline .author-name,
.blog .site-content .inside-article div.entry-meta .byline .author-name {
  color: #091e42 !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
}

.archive .site-content .paging-navigation,
.search .site-content .paging-navigation,
.author .site-content .paging-navigation,
.blog .site-content .paging-navigation {
  padding-left: 0 !important;
}

.archive .site-content .paging-navigation .nav-links > *,
.search .site-content .paging-navigation .nav-links > *,
.author .site-content .paging-navigation .nav-links > *,
.blog .site-content .paging-navigation .nav-links > * {
  font-weight: 500;
  color: #000;
  border-color: #f66;
  text-decoration: none;
}

.archive .site-content .paging-navigation .nav-links .page-numbers.current,
.search .site-content .paging-navigation .nav-links .page-numbers.current,
.author .site-content .paging-navigation .nav-links .page-numbers.current,
.blog .site-content .paging-navigation .nav-links .page-numbers.current {
  font-weight: 700 !important;
  color: #f66 !important;
  border-color: #f66 !important;
  border-radius: 4px !important;
}

.archive .site-content .paging-navigation .nav-links .prev span,
.search .site-content .paging-navigation .nav-links .prev span,
.author .site-content .paging-navigation .nav-links .prev span,
.blog .site-content .paging-navigation .nav-links .prev span,
.archive .site-content .paging-navigation .nav-links .next span,
.search .site-content .paging-navigation .nav-links .next span,
.author .site-content .paging-navigation .nav-links .next span,
.blog .site-content .paging-navigation .nav-links .next span {
  display: none;
}

.inside-right-sidebar .wp-block-search input.wp-block-search__input,
.inside-right-sidebar
  .wp-block-search
  input.wp-block-search__input:focus-visible {
  outline: none !important;
}

.inside-right-sidebar form .wp-block-search__label {
  display: none !important;
  margin-bottom: 0px !important;
}

.inside-right-sidebar aside:nth-child(1) {
  margin-bottom: 0px !important;
}

.inside-right-sidebar aside:not(:nth-child(1)) {
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.04) !important;
}

.inside-right-sidebar
  aside
  ul.wp-block-latest-posts__list.wp-block-latest-posts {
  padding-left: 0px;
}

.inside-right-sidebar
  aside
  ul.wp-block-latest-posts__list.wp-block-latest-posts
  li {
  margin-bottom: 1rem !important;
  list-style: none;
}

.inside-right-sidebar h2 {
  color: #091e42 !important;
  font-family: "Inter" !important;
  font-style: normal;
}

.inside-right-sidebar a.wp-block-latest-posts__post-title {
  color: #091e42 !important;
  font-family: "Inter" !important;
  font-style: normal;
  text-decoration: none !important;
}

.inside-right-sidebar a.wp-block-latest-posts__post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single.single-post .inside-article .entry-content ul li ul,
.single.single-post .inside-article .entry-content li li ul {
  padding-left: 0 !important;
  margin-left: 0.5em !important;
}

.single.single-post .inside-article .entry-content ol,
.single.single-post .inside-article .entry-content ul,
.single.single-post .inside-article .entry-content li {
  padding-left: 0 !important;
  margin-left: 1.5em !important;
}

.single.single-post .inside-article .entry-content li {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .single.single-post .inside-article .entry-content ol,
  .single.single-post .inside-article .entry-content ul,
  .single.single-post .inside-article .entry-content li {
    padding-left: 0 !important;
    margin-left: 0.75em !important;
  }
}

.inside-right-sidebar
  aside
  ul.wp-block-latest-posts__list.wp-block-latest-posts
  li:hover
  a {
  text-decoration: underline !important;
}

.inside-right-sidebar
  aside:nth-child(3)
  ul.wp-block-categories-list.wp-block-categories {
  padding: 0 !important;
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
}

.inside-right-sidebar aside .cat-item a {
  color: #393b41 !important;
  font-family: "Inter";
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: normal;
  text-decoration: none !important;
  border: 1px solid rgba(255, 102, 102, 0.333);
  background: #fff;
}

.inside-right-sidebar aside .cat-item a:hover {
  border: 1px solid #f66;
  background: rgba(255, 102, 102, 0.138);
  color: #f66 !important;
}

.inside-right-sidebar aside .wp-block-latest-posts__featured-image img {
  border-radius: 4px !important;
}

.site .entry-meta span.tags-links {
  display: none;
}

@media screen and (max-width: 1024px) {
  .blog .site-content .page-header,
  .archive .site-content .page-header,
  .search .site-content .page-header {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .archive .site-content,
  .search .site-content,
  .author .site-content,
  .blog .site-content {
    gap: 24px;
    padding-bottom: 60px;
  }

  .single:not(.single-docs) .site,
  .archive:not(.post-type-archive-docs) .site,
  .blog .site,
  .search .site,
  .author .site {
    padding-top: 160px !important;
  }

  .inside-right-sidebar button {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 26px !important;
    border-radius: 10px;
  }

  .inside-right-sidebar .wp-block-search input.wp-block-search__input {
    border-radius: 10px;
  }

  .single .site-content .inside-article {
    margin-bottom: 60px;
  }

  .inside-right-sidebar aside:nth-child(1) {
    padding: 0 0px 40px 0px !important;
  }

  .inside-right-sidebar aside:not(:nth-child(1)) {
    border-radius: 10px;
  }

  .inside-right-sidebar aside:not(:nth-child(1)) {
    padding: 20px 30px !important;
  }

  .single .site .site-content h1,
  .search .site .site-content h1,
  .archive .site .site-content h1,
  .author .site .site-content h1,
  .blog .site .site-content h1 {
    color: #091e42 !important;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 44px;
  }

  .single .site .site-content h2,
  .search .site .site-content h2,
  .archive .site .site-content h2,
  .author .site .site-content h2,
  .blog .site .site-content h2 {
    color: #091e42 !important;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 38px;
  }

  .single .site .site-content h3,
  .search .site .site-content h3,
  .archive .site .site-content h3,
  .author .site .site-content h3,
  .blog .site .site-content h3 {
    color: #091e42 !important;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 32px;
  }

  .single .site .site-content h4,
  .search .site .site-content h4,
  .archive .site .site-content h4,
  .author .site .site-content h4,
  .blog .site .site-content h4 {
    color: #091e42 !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px;
  }

  .inside-right-sidebar h2 {
    font-size: 22px !important;
    font-weight: 600;
    line-height: 48px;
  }

  .inside-right-sidebar a.wp-block-latest-posts__post-title {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 18px;
  }

  .inside-right-sidebar aside .cat-item a {
    font-size: 14px !important;
    font-weight: 500;
    padding: 8px 15px !important;
    border-radius: 10px;
  }

  .inside-right-sidebar
    aside:nth-child(3)
    ul.wp-block-categories-list.wp-block-categories {
    margin-top: 22px !important;
  }

  .archive .site-content .inside-article,
  .search .site-content .inside-article,
  .author .site-content .inside-article,
  .blog .site-content .inside-article {
    gap: 24px;
  }

  .archive .site-content .inside-article header.entry-header .entry-title,
  .search .site-content .inside-article header.entry-header .entry-title,
  .author .site-content .inside-article header.entry-header .entry-title,
  .blog .site-content .inside-article header.entry-header .entry-title {
    font-size: 24px;
    line-height: 30px;
  }

  .archive .site-content .inside-article header.entry-header .entry-meta,
  .search .site-content .inside-article header.entry-header .entry-meta,
  .author .site-content .inside-article header.entry-header .entry-meta,
  .blog .site-content .inside-article header.entry-header .entry-meta {
    font-size: 14px;
    line-height: 20px;
  }

  .archive .site-content .inside-article .entry-summary,
  .search .site-content .inside-article .entry-summary,
  .author .site-content .inside-article .entry-summary,
  .blog .site-content .inside-article .entry-summary {
    font-size: 16px !important;
    line-height: 20px;
  }

  .archive .site-content .paging-navigation .nav-links > *,
  .search .site-content .paging-navigation .nav-links > *,
  .author .site-content .paging-navigation .nav-links > *,
  .blog .site-content .paging-navigation .nav-links > * {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 21px;
  }

  .archive .site-content .paging-navigation .nav-links .page-numbers.current,
  .search .site-content .paging-navigation .nav-links .page-numbers.current,
  .author .site-content .paging-navigation .nav-links .page-numbers.current,
  .blog .site-content .paging-navigation .nav-links .page-numbers.current {
    border: 3px solid !important;
  }

  .blog .site-content .page-header,
  .archive .site-content .page-header,
  .search .site-content .page-header {
    padding: 0 !important;
    margin-bottom: 48px !important;
  }

  .author .site-content .page-header {
    padding: 0 !important;
    margin-bottom: 38px !important;
  }
}

/* @media screen and (min-width: 1440px) {

.single .site .site-content .widget-area.sidebar,
.search .site .site-content .widget-area.sidebar,
.archive .site .site-content .widget-area.sidebar,
.author .site .site-content .widget-area.sidebar,
.blog .site .site-content .widget-area.sidebar{
position: sticky;
-webkit-position: sticky;
top: -720px;
height: 160vh;
}

} */

/* @media screen and (min-width:1025px) and (max-width: 1399px) {

.single .site .site-content .widget-area.sidebar,
.search .site .site-content .widget-area.sidebar,
.archive .site .site-content .widget-area.sidebar,
.author .site .site-content .widget-area.sidebar,
.blog .site .site-content .widget-area.sidebar{
position: sticky;
-webkit-position: sticky;
top: -740px;
height: 290vh;
}	

} */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* .archive .site .site-content .widget-area.sidebar,
.single .site .site-content .widget-area.sidebar,
.search .site .site-content .widget-area.sidebar,
.author .site .site-content .widget-area.sidebar,
.blog .site .site-content .widget-area.sidebar{
position: sticky;
-webkit-position: sticky;
top: -690px;
height: 215vh;
} */

  .footer-widgets .widget :last-child,
  .sidebar .widget :last-child .wpcf7-email {
    width: 188px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single .site .site-content h1,
  .search .site .site-content h1,
  .archive .site .site-content h1,
  .author .site .site-content h1,
  .blog .site .site-content h1 {
    color: #091e42 !important;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 38px;
  }

  .single .site .site-content h2,
  .search .site .site-content h2,
  .archive .site .site-content h2,
  .author .site .site-content h2,
  .blog .site .site-content h2 {
    color: #091e42 !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 30px;
  }

  .single .site .site-content h3,
  .search .site .site-content h3,
  .archive .site .site-content h3,
  .author .site .site-content h3,
  .blog .site .site-content h3 {
    color: #091e42 !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 26px;
  }

  .single .site .site-content h4,
  .search .site .site-content h4,
  .archive .site .site-content h4,
  .author .site .site-content h4,
  .blog .site .site-content h4 {
    color: #091e42 !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px;
  }

  .single .site .site-content,
  .search .site .site-content,
  .archive .site .site-content,
  .author .site .site-content,
  .blog .site .site-content {
    flex-direction: row !important;
    gap: 2%;
  }

  .single .site .site-content .content-area,
  .search .site .site-content .content-area,
  .archive .site .site-content .content-area,
  .author .site .site-content .content-area,
  .blog .site .site-content .content-area {
    width: 65% !important;
  }

  .single .site .site-content .widget-area.sidebar,
  .search .site .site-content .widget-area.sidebar,
  .archive .site .site-content .widget-area.sidebar,
  .author .site .site-content .widget-area.sidebar,
  .blog .site .site-content .widget-area.sidebar {
    width: 33% !important;
  }
}

@media screen and (max-width: 767px) {
  .single:not(.single-docs) .site,
  .archive:not(.post-type-archive-docs) .site,
  .blog .site,
  .search .site,
  .author .site {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single:not(.single-docs) .site,
  .archive:not(.post-type-archive-docs) .site,
  .blog .site,
  .search .site,
  .author .site {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .archive .site-content,
  .search .site-content,
  .author .site-content,
  .blog .site-content {
    gap: 16px;
    padding-bottom: 30px;
  }

  .inside-right-sidebar button {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 7px !important;
    border-radius: 5px;
  }

  .inside-right-sidebar .wp-block-search input.wp-block-search__input {
    height: 30px !important;
    border-radius: 5px;
  }

  .single .site-content .inside-article {
    margin-bottom: 30px;
  }

  .inside-right-sidebar aside:nth-child(1) {
    padding: 0 0px 20px 0px !important;
  }

  .inside-right-sidebar aside:not(:nth-child(1)) {
    border-radius: 5px;
  }

  .inside-right-sidebar aside:not(:nth-child(1)) {
    padding: 10px 20px !important;
  }

  .inside-right-sidebar h2 {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 32px;
  }

  .inside-right-sidebar a.wp-block-latest-posts__post-title {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 16px;
  }

  .inside-right-sidebar aside .cat-item a {
    font-size: 12px !important;
    font-weight: 500;
    padding: 5px !important;
    border-radius: 5px;
  }

  .inside-right-sidebar
    aside:nth-child(3)
    ul.wp-block-categories-list.wp-block-categories {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .search .site-content .inside-article,
  .archive .site-content .inside-article,
  .author .site-content .inside-article,
  .blog .site-content .inside-article {
    gap: 12px;
  }

  .archive .site-content .inside-article header.entry-header .entry-title,
  .search .site-content .inside-article header.entry-header .entry-title,
  .author .site-content .inside-article header.entry-header .entry-title,
  .blog .site-content .inside-article header.entry-header .entry-title {
    font-size: 18px;
    line-height: 26px !important;
  }

  .archive .site-content .inside-article header.entry-header .entry-meta,
  .search .site-content .inside-article header.entry-header .entry-meta,
  .author .site-content .inside-article header.entry-header .entry-meta,
  .blog .site-content .inside-article header.entry-header .entry-meta {
    font-size: 12px;
    line-height: 20px;
  }

  .search .site-content .inside-article .entry-summary,
  .archive .site-content .inside-article .entry-summary,
  .author .site-content .inside-article .entry-summary,
  .blog .site-content .inside-article .entry-summary {
    font-size: 14px !important;
    line-height: 20px;
  }

  .search .site-content .paging-navigation .nav-links > *,
  .archive .site-content .paging-navigation .nav-links > *,
  .author .site-content .paging-navigation .nav-links > *,
  .blog .site-content .paging-navigation .nav-links > * {
    padding: 5px 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .search .site-content .paging-navigation .nav-links .page-numbers.current,
  .archive .site-content .paging-navigation .nav-links .page-numbers.current,
  .author .site-content .paging-navigation .nav-links .page-numbers.current,
  .blog .site-content .paging-navigation .nav-links .page-numbers.current {
    border: 2px solid !important;
  }

  .search .site-content .paging-navigation,
  .archivesearch .site-content .paging-navigation,
  .author .site-content .paging-navigation,
  .blog .site-content .paging-navigation {
    text-align: center !important;
  }

  .grofresh_works_shapes.elementor-absolute,
  .hexacom_works_shapes.elementor-absolute {
    position: static !important;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form-control.wpcf7-email {
    width: 295px;
  }
}

/* Contact Form */

.wpcf7 form p {
  margin-bottom: 0 !important;
}

.wpcf7 form p label {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 1025px) {
  .wpcf7-form-control:not(.g-recaptcha),
  .wpcf7-form-control:not(.g-recaptcha):focus,
  .wpcf7-form-control:not(.g-recaptcha):focus-visible {
    background-color: #ffffff;
    border: 1px solid !important;
    border-color: rgba(255, 102, 102, 0.295) !important;
    border-radius: 5px !important;
  }

  .wpcf7-form-control {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
  }

  .wpcf7 form p {
    color: #1a2e35;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .wpcf7 input.wpcf7-form-control {
    height: 40px;
  }

  .wpcf7 textarea {
    height: 96px;
  }

  .wpcf7 .wpcf7-form-control.wpcf7-submit {
    height: 50px !important;
    /* width: 134px !important; */
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #f66;
    border-radius: 10px 10px 10px 10px;
  }

  .wpcf7 .wpcf7-submit:hover {
    background-color: #f55;
  }

  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form-control:focus,
  .wpcf7 .wpcf7-form-control:focus-visible {
    background-color: #ffffff;
    border: 1px solid !important;
    border-color: #f66 !important;
    border-radius: 10px;
  }

  .wpcf7 .wpcf7-form-control {
    background-color: #ffffff;
    border-color: rgba(255, 102, 102, 0.27);
    border-radius: 0px;
    font-size: 12px;
  }

  .wpcf7 form > p:not(:last-of-type) {
    color: #1a2e35;
    font-family: "Mulish";
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
  }

  #ef_quote_form > div {
    margin-bottom: 0px !important;
  }

  .wpcf7 input.wpcf7-form-control {
    height: 36px;
  }

  .wpcf7 textarea {
    height: 86px;
  }

  .wpcf7 .recaptcha > .wpcf7-not-valid-tip {
    text-align: center;
  }

  .wpcf7-form p:last-of-type {
    text-align: left;
  }

  .wpcf7 .wpcf7-spinner {
    position: absolute;
    bottom: -24px;
    left: 40%;
  }

  .wpcf7 .wpcf7-form-control.wpcf7-submit {
    height: 36px !important;
    /* width: 128px !important; */
    font-family: "Mulish";
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #f66;
    border-radius: 10px 10px 10px 10px;
  }

  .wpcf7 .wpcf7-submit:hover {
    background-color: #f55;
  }

  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .wpcf7 .wpcf7-response-output {
    font-size: 10px;
    width: 195px;
    margin: 20px auto !important;
  }
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 21px;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 21px;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 21px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-size: 14px;
}

#ef_quote_form > div {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #ef_quote_form > div {
    transform: scale(0.9) !important;
    position: relative;
    left: -15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #ef_quote_form > div {
    transform: scale(0.7) !important;
    position: relative;
    left: -55px;
  }

  .wpcf7 .wpcf7-form-control {
    width: 99% !important;
  }
}

@media screen and (max-width: 767px) {
  form.wpcf7-form #ef_quote_form > div {
    transform: scale(0.9) !important;
    margin-left: -12px;
    margin-bottom: 12px !important;
  }

  .wpcf7 .wpcf7-form-control {
    width: 90% !important;
    border-radius: 6px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 200px;
    margin-bottom: 12px !important;
  }
}

.contact_us_icon_list ul.elementor-icon-list-items {
  gap: 10px !important;
}

.single.single-post .saboxplugin-wrap .sab-edit-settings {
  display: none !important;
}

.single.single-post .saboxplugin-wrap {
  border-radius: 8px;
  box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}

@media screen and (max-width: 767px) {
  .single .wp-block-table table td {
    font-size: 15px;
  }
}

.close_form {
  cursor: pointer;
}

.demo_items .demo_form,
#demo_items .demo_form {
  height: 100%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bundle_banner .sct_countdown_wrapper .count .digit {
  color: #7a57ea !important;
  font-family: "Roboto";
}

.bundle_banner .sct_countdown_wrapper .count .label {
  color: #7a57ea !important;
  font-family: "Inter";
}

@media screen and (min-width: 1025px) {
  .bundle_banner .sct_countdown_wrapper .count .digit {
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .bundle_banner .sct_countdown_wrapper .count .label {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bundle_banner .sct_countdown_wrapper .count .digit {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .bundle_banner .sct_countdown_wrapper .count .label {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .bundle_banner .sct_countdown_wrapper .timer_style.square_timer .count {
    width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .bundle_banner .sct_countdown_wrapper .count .digit {
    line-height: 14px !important;
  }

  .bundle_banner .sct_countdown_wrapper .count .label {
    line-height: 10px !important;
  }
}

.bundle_banner {
  display: none;
}

.bundle_popup_modal {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close_bundle_popup {
  cursor: pointer;
}

.optional_view {
  display: none;
}

.bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .count {
  background: #f2d963;
  border: none !important;
}

.bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .label,
.bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .digit {
  font-family: "Plus Jakarta Sans" !important;
  color: #6a2200 !important;
}

@media screen and (min-width: 1401px) {
  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .count {
    width: 68px;
  }

  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .digit {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
  }

  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .count {
    width: 56px;
  }

  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .digit {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
  }

  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }

  .bundle_popup_modal .close_bundle_popup.mobile {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .bundle_popup_modal .sct_countdown_wrapper .timer_style {
    justify-content: start !important;
  }
}

@media screen and (max-width: 1024px) {
  .bundle_popup_modal .sct_countdown_wrapper .timer_style {
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .count {
    width: 50px !important;
  }

  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .digit {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .bundle_popup_modal .sct_countdown_wrapper .timer_style.square_timer .label {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .bundle_popup_modal .close_bundle_popup:not(.mobile) {
    display: none;
  }
}

.bundle_popup_modal .elementor-container:has(.vertical_middle) {
  height: 100vh;
}

.bundle_popup_modal .vertical_middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-image .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .label,
.power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .digit {
  font-family: "Plus Jakarta Sans" !important;
  color: #ff0000 !important;
}

@media screen and (min-width: 1401px) {
  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .count {
    width: 68px;
  }

  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .digit {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
  }

  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .count {
    width: 56px;
  }

  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .digit {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
  }

  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .count {
    width: 28px !important;
    padding: 2px 0 0 0 !important;
  }

  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .digit {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .power_deals_banner .sct_countdown_wrapper .timer_style.square_timer .label {
    font-size: 8px !important;
    line-height: 10px !important;
    margin-bottom: 2px !important;
  }
}

.whatapp_icon svg {
  filter: drop-shadow(0 4px 12px #00000020);
  -webkit-filter: drop-shadow(0 4px 12px #00000020);
}

body.single-post .saboxplugin-wrap .saboxplugin-gravatar img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

.betterdocs-credit {
  display: none !important;
}

.betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-1
  .betterdocs-content-area {
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .betterdocs-wrapper.betterdocs-single-wrapper:not(.betterdocs-fluid-wrapper)
    .betterdocs-content-wrapper
    .betterdocs-sidebar {
    max-width: 380px !important;
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .betterdocs-wrapper.betterdocs-single-wrapper:not(.betterdocs-fluid-wrapper)
    .betterdocs-content-wrapper
    .betterdocs-sidebar {
    position: sticky;
    top: 8vh;
    height: 80vh;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .betterdocs-wrapper.betterdocs-single-wrapper:not(.betterdocs-fluid-wrapper)
    .betterdocs-content-wrapper
    .betterdocs-sidebar {
    position: sticky;
    top: 0vh;
    height: 105vh;
  }
}

@media screen and (min-width: 1401px) {
  .betterdocs-wrapper.betterdocs-single-wrapper:not(.betterdocs-fluid-wrapper)
    .betterdocs-content-wrapper
    .betterdocs-sidebar {
    position: sticky;
    top: 12vh;
    height: 88vh;
  }
}

body.docs-template-default .betterdocs-content-area {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

body.docs-template-default .betterdocs-entry-content {
  width: 100%;
}

body.docs-template-default .docs-navigation {
  order: 0;
  width: 100%;
}

body.docs-template-default .betterdocs-entry-footer {
  order: 1;
  width: 100%;
}

body.docs-template-default
  .betterdocs-content-wrapper
  .docs-navigation
  a[rel="next"]:first-child {
  margin-left: auto !important;
}

body.docs-template-default
  .betterdocs-entry-content
  figure:not(.wp-block-table)
  img,
body.docs-template-default
  .betterdocs-entry-content
  figure:not(.wp-block-table)
  iframe {
  border-radius: 10px;
}

body.docs-template-default
  .betterdocs-entry-content
  figure:not(.wp-block-table) {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  body.docs-template-default
    .betterdocs-entry-content
    figure:not(.wp-block-table) {
    border: 10px solid #fff;
  }
}

@media screen and (max-width: 1024px) {
  body.docs-template-default
    .betterdocs-entry-content
    figure:not(.wp-block-table) {
    border: 4px solid #fff;
  }
}

body.single-docs .betterdocs-entry-content .doc-tip,
body.single-docs .betterdocs-entry-content .doc-info,
body.single-docs .betterdocs-entry-content .doc-warning {
  padding: 20px 20px 10px !important;
}

body.single-docs .betterdocs-entry-content .doc-tip p,
body.single-docs .betterdocs-entry-content .doc-info p,
body.single-docs .betterdocs-entry-content .doc-warning p {
  margin-bottom: 0.75rem !important;
}

body.single-docs .betterdocs-entry-content .doc-tip p:not(:has(strong)),
body.single-docs .betterdocs-entry-content .doc-info p:not(:has(strong)),
body.single-docs .betterdocs-entry-content .doc-warning p:not(:has(strong)) {
  color: black !important;
}

body.docs-template-default .wp-block-kevinbatdorf-code-block-pro,
body.docs-template-default .wp-block-group,
body.docs-template-default .betterdocs-entry-content figure {
  margin-bottom: 1.75em;
}

@media screen and (min-width: 1025px) {
  body.post-type-archive-docs .site,
  body.single-docs .site {
    margin-top: 120px;
  }

  body.post-type-archive-docs
    .betterdocs-wrapper
    .betterdocs-search-heading
    p.heading,
  body.single-docs .betterdocs-wrapper .betterdocs-search-heading p.heading {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.post-type-archive-docs .site,
  body.single-docs .site {
    margin-top: 100px;
  }

  body.post-type-archive-docs
    .betterdocs-wrapper
    .betterdocs-search-heading
    p.heading,
  body.single-docs .betterdocs-wrapper .betterdocs-search-heading p.heading {
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-docs .site,
  body.single-docs .site {
    margin-top: 80px;
  }

  body.post-type-archive-docs
    .betterdocs-wrapper
    .betterdocs-search-heading
    p.heading,
  body.single-docs .betterdocs-wrapper .betterdocs-search-heading p.heading {
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
  }
}

body.single-docs
  .betterdocs-wrapper
  .betterdocs-category-grid-wrapper
  .betterdocs-category-title {
  margin-bottom: 0 !important;
  font-weight: 600;
}

body.post-type-archive-docs .betterdocs-wrapper .betterdocs-articles-list li a,
body.single-docs
  .betterdocs-wrapper
  .betterdocs-category-grid-wrapper
  .betterdocs-articles-list
  a {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}

body.single-docs
  .betterdocs-wrapper
  .betterdocs-entry-footer
  .betterdocs-shortcode.betterdocs-article-reactions {
  display: none !important;
}

body.single-docs
  .betterdocs-wrapper
  .betterdocs-content
  .wp-block-kevinbatdorf-code-block-pro {
  margin-bottom: 1.75em;
  border-radius: 8px !important;
  overflow-y: hidden;
  box-shadow: 0 4px 12px #00000010;
}

body.single-docs .betterdocs-entry-content .doc-info {
  background: #eff9fd;
  border-left: 6px solid #4cb3d4;
  border-radius: 10px;
}

body.single-docs .betterdocs-entry-content .doc-tip {
  background: #e6f6e6;
  border-left: 6px solid #009400;
  border-radius: 10px;
}

body.single-docs .betterdocs-entry-content .doc-warning {
  background: #feebec;
  border-left: 6px solid #e13238;
  border-radius: 10px;
}

.betterdocs-single-wrapper
  .betterdocs-content-area
  ul:not(.kt-tabs-title-list, .toc-list)
  li {
  margin-bottom: 0.5em !important;
}

kbd {
  padding: 0.05rem 0.4rem !important;
  border: 0.1rem solid rgba(0, 0, 0, 0.1) !important;
  color: #212529 !important;
  background: #f6f7f8 !important;
}

@media screen and (min-width: 1024px) and (max-width: 1099px) {
  .aniversary-deals-banner-title {
    display: none;
  }

  .anniversary-deals-banner-section {
    background-position: -1232px center !important;
  }

  .anniversary-deals-banner-section > .elementor-container {
    max-width: 960px !important;
  }

  .anniversary-deals-banner-section .time-section {
    width: 220px !important;
    max-width: 220px !important;
  }

  .anniversary-deals-banner-section
    .time-section
    > .elementor-widget-container {
    margin: 0px 36px 0px 0px !important;
  }

  .anniversary-deals-banner-section .all-product-sticker {
    margin-right: 80px;
  }
}

body.page-id-17482 .anniversary-deals-banner-section {
  display: none !important;
}

.anniversary-deals-banner-section
  .sct_countdown_wrapper
  .timer_style.square_timer
  .count {
  width: 48px;
  padding: 4px;
  border-radius: 4px !important;
  box-shadow: 0px 0px 6.974px 0px rgba(0, 0, 0, 0.25);
}

.anniversary-deals-banner-section
  .sct_countdown_wrapper
  .timer_style.square_timer
  .digit {
  color: #007bff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.anniversary-deals-banner-section
  .sct_countdown_wrapper
  .timer_style.square_timer
  .label {
  color: #007bff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .anniversary-deals-banner-section
    .sct_countdown_wrapper
    .timer_style.square_timer
    .count {
    width: 40px;
  }

  .anniversary-deals-banner-section
    .sct_countdown_wrapper
    .timer_style.square_timer
    .digit {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .anniversary-deals-banner-section
    .sct_countdown_wrapper
    .timer_style.square_timer
    .count {
    width: 28px;
    padding: 2px;
  }

  .anniversary-deals-banner-section
    .sct_countdown_wrapper
    .timer_style.square_timer
    .digit {
    font-size: 14px;
    line-height: 16px;
  }
}
/* </style> */
