:root {
  --main-color: #ec0000;
  --white: #ffffff;
  --black: #000000;
  --gray: #444444;
}
/*Header*/
#header {
  z-index: 100;
}
#header .header-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: var(--main-color);
}
#header #logo {
  height: 100%;
  width: 100%;
  max-width: 360px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #logo img {
  width: 200px;
}
#header .header-nav > .menu-item {
  margin: 0;
  padding-right: 40px;
}
#header .nav-dark .nav > li > a {
  color: var(--white);
  padding: 0;
}
#header .nav-dark .nav > li.active > a {
  border-bottom: 1px solid var(--white);
}
#header .hide-for-medium + .hide-for-medium {
  width: 19%;
  max-width: 19%;
  margin-left: 0;
}
#header .hide-for-medium .nav-right {
  justify-content: unset;
}
#header .hide-for-medium .nav-right .header-search {
  padding-right: 30px;
}
#header .call-box,
.mobile-sidebar .call-box {
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 60px;
  padding: 5px 30px 5px 5px;
}
#header .call-box-icon,
.mobile-sidebar .call-box-icon {
  width: 62px;
  height: 62px;
  background: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
#header .call-box-icon svg,
.mobile-sidebar .call-box-icon svg {
  width: 26px;
  height: 26px;
  transition: transform 0.4s ease;
}
#header .call-box-icon:hover svg,
.mobile-sidebar .call-box-icon:hover svg {
  transform: rotateY(180deg);
}
#header .call-box-number p,
.mobile-sidebar .call-box-number p {
  font-size: 13px;
  color: #444444;
  line-height: 1;
  padding-bottom: 3px;
}
#header .call-box-number h5,
.mobile-sidebar .call-box-number h5 {
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  margin-bottom: 0;
}
div.stuck .header-main .nav > li > a {
  line-height: unset;
}
/*Mobile sidebar*/
.mobile-sidebar .call-box {
  width: 100%;
  display: flex;
}
.mobile-sidebar .call-box-icon {
  width: 50px;
  height: 50px;
}
.mobile-sidebar .call-box-icon svg {
  filter: brightness(0) invert(1);
}
/*Footer*/
#footer form input[type="email"] {
  background: var(--white) !important;
  padding: 24px 12px;
  border-radius: unset;
}
#footer form input[type="email"]::placeholder {
  color: #313131 !important;
}
#footer .footer > .row > div:first-child {
  padding-left: 0;
}
#footer .icons-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 120px;
  background: rgba(23, 22, 26, 1);
  padding: 50px;
}
#footer .above-footer .icon-item {
  display: flex;
  gap: 25px;
  align-items: center;
}
#footer .above-footer .icon-item p {
  margin-bottom: 0;
  font-size: 16px;
}
.above-footer > .row > .widget {
  margin-bottom: 0 !important;
}
#footer .footer {
  padding-top: 120px;
}
.above-footer .icon-box {
  width: 75px;
  height: 75px;
  background: var(--white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
.above-footer .icon-box:hover {
  transform: rotateY(180deg);
}
.above-footer svg {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(7481%)
    hue-rotate(354deg) brightness(102%) contrast(119%);
}
.above-footer .icon-info {
  color: var(--white);
}
.above-footer .icon-info h5 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1;
}
#footer .is-divider {
  display: none !important;
}
#footer .row > .widget:first-child img {
  height: 52px;
  width: 100%;
  object-fit: contain;
}
#footer .widget .widget-title ~ div {
  margin-top: 20px;
}
#footer .footer .widget_text p > a {
  font-size: 14px;
  padding: 12px 34px;
  background: var(--main-color);
  border: 2px solid var(--main-color);
  color: var(--white);
  display: inline-block;
  transition: all 0.4s ease;
}
#footer .footer .widget_text p > a:hover {
  background: var(--white);
  color: var(--main-color);
  font-weight: 500;
}
#footer ul.menu .menu-item {
  border-top: unset;
  position: relative;
  padding-left: 20px;
}
#footer ul.menu .menu-item::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/double-right-red.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer ul.menu .menu-item:hover a {
  color: rgb(255, 255, 255, 0.7);
}
#footer .form-flat input:not([type="submit"]) {
  color: var(--black) !important;
}
#footer .form-flat [type="submit"] {
  border-radius: 0;
  width: 100%;
}
#footer .absolute-footer {
  padding: 0;
}
#footer .absolute-footer .container {
  padding: 10px 0;
  border-top: 1px solid #777777;
}
/*Contact Us*/
.pad-0 > .elementor-widget-wrap {
  padding: 0 !important;
}
#contact-01 {
  padding: 90px 0;
}
#contact-01 > .elementor-container {
  gap: 40px;
}
#contact-01 .frm-contact {
  margin-top: 30px;
}
#contact-01 form .half-width {
  display: flex;
  gap: 16px;
}
#contact-01 .half-width > div {
  flex: 1;
}
#contact-01 .frm-contact input:not([type="submit"]),
#contact-01 .frm-contact textarea {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 25px;
  border-radius: unset;
  border: unset;
  color: #686a6f;
  box-shadow: none;
  height: auto;
  background-color: #f8f7fa;
}
#contact-01 .frm-contact textarea {
  height: 200px;
}
#contact-01 .frm-contact input[type="submit"] {
  padding: 8px 24px;
}
#contact-01 .box-info-item .icon-title {
  margin-bottom: unset;
}
#contact-01 .box-info-item .icon-title h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
#contact-01 .box-icon {
  height: 80px;
}
#contact-01 .box-icon > .elementor-widget-wrap {
  display: flex;
  align-items: center;
  align-content: center;
}
#contact-01 .icon-img svg {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  fill: transparent !important;
}
#contact-01 .box-icon-local .icon-img svg {
  fill: var(--white) !important;
}
#contact-01 .icon-img > .elementor-icon-wrapper {
  height: 30px;
}
#contact-01 .box-icon-content > .elementor-widget-wrap {
  padding-left: 20px;
  align-content: center;
}
#contact-01 .box-info-item + .box-info-item {
  margin-top: 30px;
}
/*General*/
.style-heading .sub-title {
  margin-bottom: unset !important;
}
.style-heading .sub-title .elementor-heading-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 3px solid rgb(238, 233, 227);
  display: inline;
  padding: 10px 24px;
  color: var(--main-color) !important;
  position: relative;
}
.style-heading .sub-title .elementor-heading-title::before {
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  background: url(../images/subtitle-before.png);
  background-size: contain;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(55%) sepia(92%) saturate(365%) hue-rotate(44deg)
    brightness(106%) contrast(99%) !important;
}
.style-heading .main-title .elementor-heading-title {
  font-size: 50px;
  color: var(--black);
  margin-top: 36px;
}

/*Home Smart Bussiness*/
#home-smart-business {
  padding: 90px 0;
}
.home .products-list {
  margin-top: 30px;
}
.home .products-list > .elementor-container {
  margin: 0 !important;
  max-width: 100% !important;
  gap: 20px;
}
.home .product-item,
.home-business-training .training-item {
  background: var(--white);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
}
.home .product-item * {
  transition: all 0.5s ease-in-out;
}
.home .product-item .product-thumb img:hover {
  transform: scale(1.2);
}
.home #main .product-thumb {
  margin-bottom: 0;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.products-list .product-item .desc {
  margin: 0;
  border-bottom: 1px solid #16171a1a;
}
.products-list .price .elementor-heading-title,
.home-business-training .product-info .price {
  padding-top: 20px;
  font-size: 20px;
}
.home .product-info {
  padding: 15px 30px 12px;
}
.products-list .box-heading {
  width: 90%;
  margin: -40px auto 0;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 10px;
  border-top: 3px solid var(--main-color);
}
.home .box-heading > .elementor-container {
  align-items: center;
}
.products-list .main-title-product {
  margin-bottom: 6px !important;
  line-height: 1;
}
.home-business-training .main-title-product > a {
  font-size: 22px;
  color: var(--black);
}
.products-list .sub-title {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--main-color);
}
.home .product-icon .elementor-icon,
.home-business-training .product-icon {
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list .product-item:hover .elementor-icon,
.home-business-training .product-item:hover .product-icon {
  background: var(--main-color);
}
.home .product-icon svg {
  width: 30px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(7481%)
    hue-rotate(354deg) brightness(102%) contrast(119%);
}
.home .product-item:hover svg,
.home-business-training .product-item:hover .product-icon img {
  filter: brightness(0) invert(1);
}
/*Home Business Year*/
#home-business-year,
#sec-home-business-training {
  padding: 110px 0;
}
.home-business .sub-title .elementor-heading-title,
.home-business .main-title .elementor-heading-title,
#home-reviews .main-title .elementor-heading-title {
  color: var(--white) !important;
}
/* Home Business training */
.home-business-training .latest-business-training {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.home-business-training .box-heading {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.home-business-training .product-icon {
  flex: 0 0 25%;
  max-width: 60px;
}
.home-business-training .product-icon img {
  width: 30px;
  filter: invert(23%) sepia(93%) saturate(6106%) hue-rotate(356deg)
    brightness(91%) contrast(105%);
}
.home-business-training .product-title {
  flex: 1;
}
.home-business-training .product-info .desc {
  padding-bottom: 20px;
}
.home-business-training .product-info .price {
  margin-bottom: 0;
  color: var(--main-color);
  font-weight: 600;
  line-height: 1;
}
/*Home Blogs*/
.home .sec-blog .latest-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.home .latest-posts .latest-post-item {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
}
.home .latest-posts .thumb-img {
  height: 260px;
  width: 100%;
  overflow: hidden;
}
.home .latest-posts .post-thumb img {
  height: 100% !important;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.home .latest-posts .post-content {
  padding: 35px 30px 30px;
}
.home .latest-posts svg.icon-post {
  width: 12px;
  height: 12px;
  filter: invert(20%) sepia(97%) saturate(7389%) hue-rotate(358deg)
    brightness(93%) contrast(119%);
}
.home .latest-posts .post-meta > span {
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 500;
}
.home .latest-posts .post-title {
  font-size: 22px;
}
.home .latest-post-item:hover .post-thumb img {
  transform: scale(1.2);
}
.home .latest-post-item .post-title:hover a,
.home .latest-posts .read-more-btn:hover {
  color: var(--main-color) !important;
}
.home .latest-posts .read-more-btn {
  font-size: 12px;
  text-transform: uppercase;
}
.home .latest-posts .read-more-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/arrow-right-circle.svg);
  background-size: contain;
  filter: invert(20%) sepia(97%) saturate(7389%) hue-rotate(358deg)
    brightness(93%) contrast(119%);
  margin-left: 5px;
  margin-bottom: -2px;
}
.home .latest-post-item .post-thumb {
  position: relative;
}
.home .latest-posts .post-date {
  position: absolute;
  left: 30px;
  bottom: -22px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 76px;
  text-align: center;
}
.home .latest-posts .post-date .day {
  font-size: 30px;
  padding: 9px 0;
  display: inline-block;
  background: var(--main-color);
  color: var(--white);
}
.home .latest-post-item .month-year {
  font-size: 12px;
  line-height: 22px;
  background: #f8f8f8;
  padding: 0 8px;
}
.products-list .product-item .product-thumb,
.home .latest-posts .post-thumb .thumb-img,
.products-grid .product-item > a,
#single-training .related-product-item .related-thumb,
.gallery-affilate .gallery-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.products-list .product-item .product-thumb img,
.home .latest-posts .post-thumb img,
.products-grid .product-item > a img::after,
#single-training .related-product-item .related-thumb img,
.gallery-affilate .gallery-item a:after {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.products-list .product-item .product-thumb::after,
.home .latest-posts .post-thumb .thumb-img::after,
.products-grid .product-item > a::after,
#single-training .related-product-item .related-thumb::after,
.gallery-affilate .gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}
.products-list .product-item .product-thumb:hover::after,
.home .latest-posts .post-thumb .thumb-img:hover::after,
.products-grid .product-item:hover > a::after,
#single-training .related-product-item:hover .related-thumb::after,
.gallery-affilate .gallery-item:hover a:after {
  animation: shine-move 0.8s ease-in-out;
}
.products-grid .product-item:hover h3 a,
#single-training .related-product-item:hover .related-title a {
  color: red;
}
.products-list .product-item .product-thumb:hover img,
.home .latest-posts .post-thumb .thumb-img:hover img {
  transform: scale(1.05);
}
@keyframes shine-move {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/*Home Reviews*/
#home-reviews {
  padding: 250px 0 115px;
}
#home-reviews .box-content {
  padding-right: 20px;
}
#home-reviews .box-slide {
  width: calc(60% + 375px);
  margin-right: -375px;
}
#home-reviews .review-item {
  position: relative;
  margin-top: 80px;
  padding: 0 40px 45px;
  background-color: var(--white);
  box-shadow: 0 15px 35px rgb(0 0 0 / 0.04);
  text-align: center;
}
#home-reviews .review-item::before {
  background-color: var(--white);
  bottom: 99.92%;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
}
#home-reviews .review-thumbnail {
  position: relative;
  top: -60px;
}
#home-reviews .review-thumbnail img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  border: 6px solid var(--main-color);
}
#home-reviews .review-title {
  line-height: 1;
  margin-bottom: 0;
}
#home-reviews .customer-position {
  color: var(--main-color);
}
#home-reviews .review-content {
  margin-top: -30px;
}
/*Button*/
#sec-03 a.elementor-button,
.btn-file-download a.elementor-button {
  cursor: pointer;
  transition: transform 0.3s ease;
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*Single Zbizworld*/
#single-training {
  max-width: 1185px;
  margin: 0 auto;
}
#single-training .training-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#single-training .training-content {
  margin-top: 70px;
}
#single-training h3.training-cnt-title {
  font-size: 16px;
  background: var(--main-color);
  padding: 10px 30px;
  color: var(--white);
  width: fit-content;
  margin-bottom: 30px;
}
#single-training .training-info .thumb-box {
  display: flex;
  gap: 16px;
}
#single-training .thumb-box > .main-slider {
  flex: 0 0 80%;
  max-width: 80%;
}
#single-training .thumb-box > .thumb-slider {
  flex: 1;
}
/**/
#single-training .related-products {
  margin-top: 50px;
}
#single-training .related-products-title {
  margin-bottom: 20px;
}
#single-training .related-product-item {
  background: var(--white);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
  border: 1px solid #e5e5e5;
}
#single-training .related-star-rating .star {
  font-size: 16px;
  color: #ffc107;
}
#single-training .info-box .related-star-rating .star {
  font-size: 20px;
}
#single-training .related-post-content {
  padding-top: 12px;
}
#single-training .related-post-content .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 0;
}
#single-training .related-products-swiper .swiper-wrapper {
  padding-bottom: 50px;
}
#single-training .related-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
#single-training .related-products-swiper .swiper-pagination-bullet-active {
  background: var(--main-color);
}
#single-training .info-box {
  padding-left: 30px;
}
#single-training .info-box .price {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 20px;
}
#single-training .info-box .desc {
  margin-bottom: 14px;
  color: var(--black);
}
#single-training .info-box .training-categories {
  margin-bottom: 30px;
  color: var(--black);
}
#single-training .thumb-box {
  width: 600px;
  margin: 0 auto;
}
#single-training .main-slider {
  width: 100%;
  height: 465px;
  overflow: hidden;
  position: relative;
}
#single-training .thumb-slider {
  width: 100px;
  height: 470px;
}
#single-training .thumb-slider .swiper-slide {
  height: auto;
  margin-bottom: 10px;
}
#single-training .thumb-slider img {
  width: 100%;
  display: block;
  cursor: pointer;
}
#single-training .btn-view-more .button {
  display: inline-block;
  padding: 2px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--main-color);
  background-color: var(--main-color) !important;
  color: white;
  border-radius: 5px;
  animation: pulse-animation 2s infinite ease-in-out;
  transition: transform 0.5s ease-in-out;
}

#single-training .btn-view-more .button:hover {
  transform: scale(1.2);
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#single-training .training-content ul.wp-block-list {
  margin-left: 20px;
}
/*Tax*/
.business-training-wrapper {
  max-width: 1185px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
}
.business-training-wrapper .w-75 {
  width: 75%;
}
.business-training-wrapper .w-25 {
  width: 25%;
  padding-left: 20px;
}

.business-training-wrapper .products-list .sub-title {
  margin-bottom: 0;
}
.business-training-wrapper .product-info .desc {
  font-size: 14px;
  padding-top: 12px;
}
.business-training-wrapper .product-item .main-title-product > a {
  font-size: 18px;
}
.business-training-wrapper .products-list .sub-title {
  font-size: 12px;
}
.business-training-wrapper .product-thumb {
  overflow: hidden;
}
.business-training-wrapper .products-list .box-heading {
  padding: 10px;
}
/**/

/* #ethical-business .box-left > .elementor-widget-wrap {
  border-radius: 15px;
  padding: 16px !important;
  border: 1px solid #eaeaea;
} */
.sidebar-ethical {
  border-radius: 15px;
  padding: 14px;
  padding: 30px 20px 240px;
  position: relative;
  z-index: 1;
}
/* .sidebar-ethical::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--black);
  z-index: -1;
} */
#ethical-business .box-left .title {
  font-size: 23px;
  line-height: 1.3;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}
#ethical-business .btn-contact {
  text-align: center;
}
#ethical-business .btn-contact > a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--white);
  background: var(--main-color);
  padding: 10px 20px;
  border-radius: 50px;
}
#ethical-business .btn-contact > a::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(../images/arrow-up.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  margin-left: 3px;
}
#ethical-business .box-content {
  padding-left: 16px;
}
.video-ethical-business .elementor-custom-embed-image-overlay img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.btn-file-download {
  margin-top: 12px;
}
.btn-file-download .elementor-button {
  border-radius: 50px;
}
#ethical-business .intro-cources {
  margin-top: 30px;
}
#ethical-business .title-cources .elementor-heading-title {
  font-size: 34px;
  color: var(--black);
  text-transform: capitalize;
}
#ethical-business .video-cources-title .elementor-heading-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--black);
}
#ethical-business .title-cources .elementor-heading-title span,
#ethical-business .video-cources-title .elementor-heading-title span {
  color: var(--main-color);
  font-weight: 700;
}
#ethical-business .images-cources-zbiz {
  margin-top: 30px;
}
#ethical-business .images-cources-zbiz .elementor-heading-title {
  font-size: 26px;
  color: var(--black);
}
#ethical-business .cources-gallery .gallery {
  margin-left: 0;
  margin-right: 0;
}
#ethical-business .cources-gallery .gallery-item {
  padding: 0 8px 16px;
}
#ethical-business .cources-gallery .gallery-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.btn-file-download a.elementor-button {
  cursor: pointer;
  display: inline-block;
  transform: scale(1);
  animation: pulse 1.2s infinite;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(var(--base-scale, 1));
  }
  50% {
    transform: scale(calc(var(--base-scale, 1) + 0.1));
  }
  100% {
    transform: scale(var(--base-scale, 1));
  }
}

.btn-file-download a.elementor-button:hover {
  --base-scale: 1.2;
}
.video-cources-startup {
  margin-bottom: 16px;
}
.video-cources-startup > .elementor-container {
  gap: 16px;
}
.sidebar-startup > .elementor-container {
  flex-direction: column;
}
.sidebar-startup .sidebar-item {
  width: 100% !important;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  border-radius: 15px;
}
#ethical-business .sidebar-item > .elementor-widget-wrap {
  padding: 16px;
}
.sidebar-startup .video-nav-btn:not(:last-child) {
  margin-bottom: 12px !important;
}
.sidebar-startup .video-nav-btn .elementor-button {
  width: 100%;
  padding: 14px 18px;
  border-radius: 8px;
  color: var(--black);
  background: #f6f4f1;
  transition: all 0.3s ease-in-out;
}
.sidebar-startup .elementor-button svg {
  filter: brightness(0) saturate(100%);
}
.sidebar-startup .elementor-button:hover svg,
.video-nav-btn.active .elementor-button svg {
  filter: brightness(0) invert(1);
}
.sidebar-startup .video-nav-btn .elementor-button-content-wrapper {
  justify-content: space-between;
}
.sidebar-startup .sidebar-title .elementor-heading-title {
  font-size: 20px;
  color: var(--black);
  display: flex;
  align-items: center;
}
.sidebar-startup .sidebar-title .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--main-color);
  border-radius: 50px;
  margin-right: 8px;
}
.video-nav-btn .elementor-button:hover,
.video-nav-btn.active .elementor-button {
  color: var(--white);
  background: var(--main-color);
}
