.category-list ul {
  padding: 0;
}

.sec-ptb {
  padding: 60px 0;
}

.category-list ul li {
  list-style: none;
}

.category-list {
  position: sticky;
  top: 0;
  z-index: 9;
}

.category-list .content-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.category-list .content-hidden ul {
  list-style-type: none;
  padding-left: 20px;
}

.category-list .content-hidden li {
  margin-bottom: 5px;
}

.category-list .content-hidden a {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.category-list .content-hidden a i {
  margin-right: 5px;
}

.category-list.sidebar-item ul.cat-list ul {
  padding-left: 10px;
  padding-top: 18px;
}

.category-list.sidebar-item ul.cat-list ul li {
  margin-bottom: 18px;
  padding: 0;
  border-radius: 10px;
  border: none;
  background: #fff;
}

.category-list.sidebar-item ul.cat-list ul li a i {
  position: relative;
  float: left;
  font-size: 7px;
  margin-top: 12px;
  transition: all 0.3s linear;
  margin-right: 7px;
}

.category-list.sidebar-item a.clear_btn {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid rgba(56, 56, 56, 0.12);
  background: #fff;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.app-category-area .list-top {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  align-items: center;
}

.app-category-area .app-search {
  width: 100%;
  border-radius: 0px;
  background: #fff;
  border: 1px solid rgba(128, 128, 128, 0.16);
  height: 50px;
  margin: 0px;
  position: relative;
}

.app-category-area .app-search input {
  height: 100%;
  width: 100%;
  padding: 0 44px 0 16px;
  border: 0;
  margin: 0;
  border-radius: 48px;
  background: #fff;
}

.app-category-area .app-search input::placeholder,
.app-category-area .app-search textarea::placeholder {
  color: #4f647e;
  font-size: clamp(0.875rem, 0.8509rem + 0.1205vw, 1rem);
}

.app-category-area .app-search .btn-search {
  position: absolute;
  right: 15px;
  top: 50%;
  display: flex;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  font-size: 18px;
  transition: all 0.3s;
  color: #000;
  background: transparent;
  border: 0px;
}

.app-category-area .view-toggle {
  text-align: end;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.app-category-area .btn {
  background-color: rgb(0, 170, 233);
  border: 1px solid rgb(0, 170, 233) !important;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  margin: 0 5px;
  border-radius: 0px;
}

.app-category-area .btn.active,
.app-category-area .btn:hover {
  background-color: #fff;
  border-color: rgb(0, 170, 233);
  color: rgb(0, 170, 233);
}

.app-category-area #content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 20px 0;
  gap: 15px;
  overflow: hidden;
  width: 100%;
}
.app-category-area #content-area .portfolio--grid {
  width: 100%;
}
.app-category-area .list-view .main-bd-btn {
  width: fit-content;
}
.app-category-area .item {
  background-color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.16);
  padding: 15px;
  border-radius: 0px;
  box-shadow: none;
}

.app-category-area .item.style-one {
  display: block;
  transition: all 0.3s;
  height: calc(100% - 20px);
  min-height: 240px;
  margin-bottom: 20px;
}

.app-category-area .item.style-one .title {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  min-height: 120px;
}

.app-category-area .item .title {
  position: relative;
  text-align: left;
}

.app-category-area .item.style-one .label {
  position: static;
  display: inline;
  float: left;
  background: transparent;
  border: 1px solid #92be10;
  color: #92be10;
}

.app-category-area .item.style-one .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-category-area .item:hover {
  border-color: var(--main-color);
}

.app-category-area .item:hover .name {
  color:  var(--main-color);
}

.app-category-area .item .description,
.app-category-area .item .description p {
  color: #020202;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: start;
  font-size: 16px;
  line-height: 28px;
  margin-top: auto;
}

.app-category-area .item .description a {
  font-size: 16px;
  line-height: 28px;
  color: #92be10;
  text-align: left;
  margin: 5px auto 0;
  float: left;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.app-category-area .item .description a:hover {
  color: #000;
}

.app-category-area .grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.app-category-area .grid-view .item {
	width: 31.9%;
}

.app-category-area .list-view {
  display: block;
}

.app-category-area .list-view .item {
  width: 97.5%;
  margin-bottom: 10px;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.app-category-area .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: -1px;
  width: 100%;
  height: 200px;
  min-width: 100%;
  min-height: 200px;
  border-radius: 0px;
}
.app-category-area .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-category-area #portfolio-list-view {
	gap: 15px;
	justify-content: start;
	margin-left: auto;
}

.app-category-area .item .name {
  font-weight: 600;
  transition: all 0.3s;
  font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: start;
  color: #020202;
  font-size: 1.1rem;
  margin-top: 0px;
}

.app-category-area .item .label {
  padding: 0px;
  font-size: 15px;
  background: none;
  border-radius: 0px;
  color: #131313;
}
.app-category-area .grid-view .item .main-bd-btn {
  width: fit-content;
}
.pagination {
  margin-top: 40px;
  justify-content: center;
}

.pagination ul {
  display: flex;
  column-gap: 14px;
}

.pagination ul li.pagination-item a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 56, 56, 0.12);
  border-radius: 50%;
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 500;
}

.pagination ul li.pagination-item a.active,
.pagination ul li.pagination-item a:hover {
  color: #fff;
  background:  var(--main-color);
}

.app-category-area .sidebar{
  border: 1px solid rgba(128, 128, 128, 0.16);
  position: sticky;
  top: 0;
}

.app-category-area .sidebar-hd{
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

.sidebar-item {
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: none;
  border-radius: 0px;
}

.sidebar-item h4.stitle {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
}

.sidebar-item ul.cat-list li {
  margin-bottom: 18px;
  padding: 10px 15px 10px 35px;
  border-radius: 0;
  border: 1px solid rgba(128, 128, 128, 0.16);
  background: #fff;
}

.sidebar-item ul.cat-list li a {
  position: relative;
  color: var(--thm-black);
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
}

.sidebar-item ul.cat-list li a i {
  position: relative;
  float: right;
  font-size: 15px;
  margin-top: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-item ul.cat-list li:hover a,
.sidebar-item ul.cat-list li.active a {
  color: #fff;
}

.sidebar-item ul.cat-list li:hover,
.sidebar-item ul.cat-list li.active {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.sidebar-item ul.cat-list li:hover::before,
.sidebar-item ul.cat-list li.active::before {
  filter: brightness(0) invert(100);
}

.sidebar-item ul.cat-list li a:hover i {
  -webkit-animation: GoFB 500ms 1;
  animation: GoFB 500ms 1;
}

.sidebar-item ul.cat-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .app-category-area .grid-view .item {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .app-category-area .grid-view .item {
    width: 100%;
  }
}

/* Detail Page */
.app-category-area .icon_box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  min-height: 60px;
  padding: 5px 15px;
  transition: all 0.3s;
}

.app-category-area .icon_box:hover {
  transform: translateY(-3px);
}

.app-category-area .icon_box.fb_bx {
  background-color: #395498;
  border-radius: 8px;
  color: #395498;
}

.app-category-area .icon_box.fb_bx .icon {
  color: #395498;
}

.app-category-area .icon_box.tw_bx {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
}

.app-category-area .icon_box.tw_bx .icon {
  color: #000;
}

.app-category-area .icon_box.insta_bx {
  background: radial-gradient(
    circle at 30% 110%,
    #ffdb8b 0%,
    #ee653d 25%,
    #d42e81 50%,
    #a237b6 75%,
    #3e5fbc 100%
  );
  border-radius: 8px;
  color: #fff;
}

.app-category-area .icon_box.insta_bx .icon {
  color: #d6249f;
}

.app-category-area .icon_box.wp_bx {
  background: #3bbf26;
  border-radius: 8px;
  color: #fff;
}

.app-category-area .icon_box.wp_bx .icon {
  color: #3bbf26;
}

.app-category-area .icon_box.in_bx {
  background: #0073b1;
  border-radius: 8px;
  color: #fff;
}

.app-category-area .icon_box.in_bx .icon {
  color: #0073b1;
}

.app-category-area .icon_box .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 8px;
  background: #fff;
}

.app-category-area .icon_box .info {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.relate_article .sec-title {
  position: relative;
  display: block;
  padding-bottom: 15px;
  font-size: 32px;
  line-height: 38px;
}

.relate_article .item {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  margin: 0;
  width: 100%;
  text-align: start;
  transition: all 0.3s;
  position: relative;
  display: block;
  height: calc(100% - 20px);
  min-height: 240px;
  margin-bottom: 20px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  padding: 15px;
  border-radius: 0px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.relate_article .item .main-bd-btn {
  margin-top: auto;
  width: fit-content;
}
.relate_article .item .title .name {
  font-weight: 600;
  transition: all 0.3s;
  font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: start;
  color: #131313;
  margin: 0px;
  font-size: 1.1rem;
}

.relate_article .item .label {
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  border-radius: 0;
  color: #131313;
  border: 0px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}

.relate_article .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  min-width: 100%;
  min-height: 180px;
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
  transition: all 0.3s;
  letter-spacing: -1px;
}

.relate_article .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.relate_article .item:hover {
  box-shadow: 0px 4px 24px 0px rgba(30, 43, 58, 0.15) !important;
  transform: translateY(-3px);
}

.relate_article .item:hover .name {
  color: var(--primary-color);
}

.relate_article .item .description {
  color: #4e4e4e;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: start;
  font-size: 1rem;
  line-height: 1.8rem;
}

.relate_article .item .description a:hover {
  color: #000;
}

.detail_main {
  background-color: #f8f8f8;
}

.detail_main .detail_image {
  width: 100%;
  height: inherit;
  overflow: hidden;
  position: relative;
}

.video-wrp {
  z-index: 1;
}

.detail_cont ul {
  padding-left: 12px;
}

.detail_main .detail_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail_cont h3 {
  font-size: 24px;
}
.cta .cta_inner {
  background: #1374f6;
  border-radius: 10px;
  padding: 38px 50px;
  overflow: hidden;
  margin-bottom: -68px;
}

.cta .cta_inner .cta-text {
  font-size: 30px;
  color: #fff;
}

.detail_main .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 18px;
  background-color: #fff;
  color: #fff;
  transition: all 0.3s;
  letter-spacing: -1px;
}

@media (max-width: 1200px) {
  .app-category-area .icon_box {
    margin-bottom: 20px;
  }
}

.actions a {
  padding: 6px 18px;
  border: 1px solid #92be10;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #92be10;
  transition: all 0.2s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pad-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Main wrapper css */
.main-wrapper .sec-title h2 {
  font-size: clamp(1.5rem, 2.4638rem, 2.75rem);
  line-height: 1.2;
  margin: 0 0 24px 0;
  font-weight: 600;
  letter-spacing: -1px;
}

.main-wrapper .sec-title p {
  color: #4f647e;
  margin-bottom: 30px;
}

.main-wrapper .sec-title .compare-list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.main-wrapper .sec-title .compare-list li {
  position: relative;
  color: #1f3e46;
  text-align: left;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.9714rem, 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 56px;
  border: 1px solid #f1f4f8;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(94, 123, 158, 0.05);
}

.main-wrapper .sec-title .compare-list li::before {
  content: "\2714";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  top: 15px;
  left: 16px;
  width: 26px;
  height: 26px;
  background-color: #203e45;
  border-radius: 26px;
  background-size: 60%;
  background-color: #278cff;
}

.main-wrapper .sec-title .compare-list li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: white;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: grey;
}

.main-wrapper .sec-title .compare-list li span:hover {
  border-color: #278cff;
  color: #278cff;
}

.main-wrapper .sec-title .compare-list li [data-tooltip]:hover::after {
  position: absolute;
  content: attr(data-tooltip);
  border-radius: 10px;
  background: #fff;
  color: #666;
  padding: 1em;
  font-size: 12px;
  width: 240px;
  inset: -76px -224px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.137);
  z-index: 999;
  height: max-content;
}

.main-wrapper .sec-title .main-btn {
  border: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  border-radius: 48px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
  text-decoration: none;
  overflow: hidden;
  color: white;
  background: #278cff;
}

.main-wrapper .sec-title .main-btn:hover {
  background: #1664bd;
}

.main-wrapper .img-box {
  display: flex;
  width: 100%;
  position: relative;
}

.main-wrapper .img-box img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0px 0px 30px 0px rgba(42, 112, 132, 0.3);
}
.buy-now-wrap h4 {
  font-size: 22px;
  margin-bottom: 0px;
}
.model-description h1,
.model-description h2,
.model-description h3 {
  margin-top: 15px;
  font-size: 22px;
}
.model-description ul {
  padding-left: 12px;
}
.buy_now_wrp {
  margin: 25px 0px;
}
.buy_bnts {
  display: flex;
  align-items: center;
  margin: 0px 0px 15px;
  flex-direction: column;
  gap: 10px;
}
.buy_bnts h5 {
  margin-bottom: 0px;
  white-space: pre;
}
.buy_bnts a {
  border: 1px solid #ccc;
  padding: 7px 30px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #0000;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  transition: 0.5s;
}
.buy_bnts a:hover {
  color: #fff;
  background: var(--primary-color);
}
.app-category-area .list-view .icon {
  width: 260px;
  height: 200px;
  min-width: 260px;
  min-height: 200px;
}
.app-category-area .item .icon,
.relate_article .item .icon {
  margin-bottom: 5px;
}

.detail_main .contact_box .icon_bx {
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d2f3ff;
  color: var(--primary-color);
  min-height: 40px;
  border-radius: 4px;
}

.detail_main .contact_box a {
  color: var(--primary-color);
}

.detail_main .zoom-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.detail_main .zoom-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
