@charset "UTF-8";
.bannervideo {
  position: relative;
}
.bannervideo .video {
  margin-bottom: 0px !important;
}
@media (max-width: 849px) {
  .bannervideo .bannervideo__video {
    padding-top: 500px !important;
  }
}
.bannervideo .bannervideo__button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 700;
}
.bannervideo .bannervideo__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(144, 15, 15, 0.7);
  z-index: 2;
}
.bannervideo .bannervideo__box h2 {
  font-size: 55px;
  line-height: 1.3 !important;
}
@media (max-width: 849px) {
  .bannervideo .bannervideo__box h2 {
    font-size: 30px;
  }
}

.intro-doanhdoanh {
  position: relative;
  overflow: hidden;
}
.intro-doanhdoanh::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.intro-doanhdoanh {
  /* Mobile padding fix */
}
@media (max-width: 849px) {
  .intro-doanhdoanh .col-inner {
    padding-left: 0 !important;
  }
}
.intro-doanhdoanh {
  /* Social Icons Row */
}
.intro-doanhdoanh .social-icons-row {
  margin-top: 20px;
}
.intro-doanhdoanh .social-icons-row .follow-icons a {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.intro-doanhdoanh .social-icons-row .follow-icons a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.intro-doanhdoanh {
  /* Header Text */
}
.intro-doanhdoanh .intro-header p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.intro-doanhdoanh {
  /* Title */
}
.intro-doanhdoanh .intro-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #1a1a1a !important;
}
@media (max-width: 849px) {
  .intro-doanhdoanh .intro-title h2 {
    font-size: 32px;
  }
}
.intro-doanhdoanh .intro-title .highlight-text {
  color: #dc2626;
  position: relative;
}
.intro-doanhdoanh {
  /* Content Text */
}
.intro-doanhdoanh .intro-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  .intro-doanhdoanh .intro-content p {
    font-size: 15px;
  }
}
.intro-doanhdoanh {
  /* Benefits List */
}
.intro-doanhdoanh .intro-benefits p {
  font-size: 16px;
  line-height: 1.8;
  color: #2d3748;
  margin-bottom: 12px;
  padding-left: 5px;
}
@media (max-width: 849px) {
  .intro-doanhdoanh .intro-benefits p {
    font-size: 15px;
  }
}
.intro-doanhdoanh .intro-benefits i {
  color: #dc2626;
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}
.intro-doanhdoanh {
  /* Quote */
}
.intro-doanhdoanh .intro-quote {
  margin: 25px 0;
}
.intro-doanhdoanh .intro-quote p {
  font-size: 15px;
  font-style: italic;
  color: #4a5568;
  margin: 0;
  line-height: 1.7;
}
.intro-doanhdoanh {
  /* CTA Button */
}
.intro-doanhdoanh .intro-cta-button {
  margin-top: 30px;
  background-color: #EC0000;
  -webkit-box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57) !important;
          box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57) !important;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: rgba(13, 8, 8, 0.5294117647);
  border-radius: 30px 30px 30px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: autoZoom 1.8s ease-in-out infinite;
          animation: autoZoom 1.8s ease-in-out infinite;
  will-change: transform;
  padding: 0px 24px !important;
}
.intro-doanhdoanh .intro-cta-button span {
  font-size: 16px;
  font-weight: 600;
}
@-webkit-keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.intro-doanhdoanh .intro-cta-button {
  -webkit-animation: autoZoomSoft 2.5s ease-in-out infinite;
          animation: autoZoomSoft 2.5s ease-in-out infinite;
}

.cta-discover-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 50%, #7f1d1d 100%);
}
.cta-discover-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.03)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,849,139,864,144C960,149,1056,139,1152,128C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C849,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  opacity: 0.5;
}
.cta-discover-section::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  -webkit-animation: pulse-glow 3s ease-in-out infinite;
          animation: pulse-glow 3s ease-in-out infinite;
}
.cta-discover-section {
  /* Responsive – section */
}
@media (max-width: 849px) {
  .cta-discover-section {
    padding: 60px 20px !important;
  }
  .cta-discover-section::after {
    width: 250px;
    height: 250px;
    right: -50px;
  }
}
.cta-discover-section {
  /* Animation */
}
@-webkit-keyframes pulse-glow {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}
@keyframes pulse-glow {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}
.cta-discover-section {
  /* Title */
}
.cta-discover-section .cta-discover-title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
@media (max-width: 849px) {
  .cta-discover-section .cta-discover-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .cta-discover-section .cta-discover-title h2 {
    font-size: 28px;
  }
}
.cta-discover-section {
  /* Subtitle */
}
.cta-discover-section .cta-discover-subtitle p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media (max-width: 849px) {
  .cta-discover-section .cta-discover-subtitle p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .cta-discover-section .cta-discover-subtitle p {
    font-size: 15px;
  }
}
.cta-discover-section {
  /* Button */
}
.cta-discover-section .cta-discover-button {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-weight: 600;
  font-size: 16px;
  padding: 10px 38px !important;
}
.cta-discover-section .cta-discover-button:hover {
  -webkit-transform: translateY(-5px) scale(1.05);
          transform: translateY(-5px) scale(1.05);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  background: #d80000 !important;
}
.cta-discover-section .cta-discover-button:hover .button-icon {
  -webkit-transform: rotate(15deg) scale(1.1);
          transform: rotate(15deg) scale(1.1);
}
.cta-discover-section .cta-discover-button .button-icon {
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 849px) {
  .cta-discover-section .cta-discover-button {
    font-size: 15px;
    padding: 16px 35px !important;
  }
}

.video-zbizworld-section {
  background: #f9fafb;
  position: relative;
}
.video-zbizworld-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #e5e7eb), to(transparent));
  background: linear-gradient(90deg, transparent, #e5e7eb 50%, transparent);
}
.video-zbizworld-section {
  /* Section Label */
}
.video-zbizworld-section .video-section-label p {
  font-size: 30px;
  font-weight: 600;
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.video-zbizworld-section {
  /* Section Title */
}
.video-zbizworld-section .video-section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0px;
  line-height: 1.3;
}
.video-zbizworld-section .video-section-title .highlight-blue {
  color: #2563eb;
  position: relative;
}
.video-zbizworld-section .video-section-title .highlight-blue::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#2563eb), to(#3b82f6));
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 2px;
}
.video-zbizworld-section {
  /* Video Gallery */
}
.video-zbizworld-section .video-gallery-row {
  margin-top: 20px;
}
.video-zbizworld-section .video-gallery-row .col {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.video-zbizworld-section .video-gallery-row .col-inner {
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.video-zbizworld-section .video-gallery-row .col-inner:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.video-zbizworld-section .video-gallery-row .col-inner:hover .video-play-button {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-box-shadow: 0 8px 20px rgba(220, 38, 38, 0.4);
          box-shadow: 0 8px 20px rgba(220, 38, 38, 0.4);
}
.video-zbizworld-section .video-gallery-row {
  /* Video Container */
}
.video-zbizworld-section .video-gallery-row .ux_video {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.video-zbizworld-section .video-gallery-row .ux_video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
}
.video-zbizworld-section .video-gallery-row iframe {
  border-radius: 8px;
}
.video-zbizworld-section .video-gallery-row .video-play-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-zbizworld-section {
  /* Video Title */
}
.video-zbizworld-section .video-title {
  padding: 20px 20px 8px;
}
.video-zbizworld-section .video-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}
.video-zbizworld-section {
  /* Video Description */
}
.video-zbizworld-section .video-desc {
  padding: 0 20px 20px;
}
.video-zbizworld-section .video-desc p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}
.video-zbizworld-section {
  /* Responsive */
}
@media (max-width: 849px) {
  .video-zbizworld-section .video-section-title h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .video-zbizworld-section .video-gallery-row .col-inner {
    margin-bottom: 20px;
  }
  .video-zbizworld-section .video-title h4 {
    font-size: 16px;
  }
  .video-zbizworld-section .video-desc p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .video-zbizworld-section {
    padding: 50px 15px !important;
  }
  .video-zbizworld-section .video-section-title h2 {
    font-size: 26px;
  }
  .video-zbizworld-section .video-section-label p {
    font-size: 12px;
  }
}
.video-zbizworld-section {
  /* Animation */
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.blog-carousel-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.blog-carousel-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.blog-carousel-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.blog-carousel-section {
  /* Section Badge */
}
.blog-carousel-section .blog-section-badge p {
  display: inline-block;
  background: #dc2626;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
          box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}
.blog-carousel-section {
  /* Section Title */
}
.blog-carousel-section .blog-section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}
.blog-carousel-section {
  /* Section Subtitle */
}
.blog-carousel-section .blog-section-subtitle {
  margin-bottom: 50px;
}
.blog-carousel-section .blog-section-subtitle p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}
.blog-carousel-section {
  /* Blog Posts Carousel */
}
.blog-carousel-section .blog-carousel-posts .post-item > div {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.blog-carousel-section .blog-carousel-posts .post-item > div:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  border-color: #e5e7eb;
}
.blog-carousel-section .blog-carousel-posts .post-item > div:hover .post-title {
  color: #dc2626;
}
.blog-carousel-section .blog-carousel-posts .post-item > div:hover .box-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-carousel-section .blog-carousel-posts .post-item > div:hover .button::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.blog-carousel-section .blog-carousel-posts .post-item > div:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.blog-carousel-section .blog-carousel-posts .post-item > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.blog-carousel-section .blog-carousel-posts .post-item > div:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer > div {
  margin-right: 8px;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footercomments {
  margin-right: 5px;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footercomments,
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footerlike {
  padding-top: 0px;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footercomments a,
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footerlike a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footerright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footericon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer .blogpost__footernumber,
.blog-carousel-section .blog-carousel-posts .blogpost__footer .odometer-value {
  color: black;
}
.blog-carousel-section .blog-carousel-posts .blogpost__footer .pixfort-likes-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-carousel-section .blog-carousel-posts .box-text {
  padding: 20px 0px 0px 0px !important;
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner .cat-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 83, 83, 0.1490196078);
  color: #ec0000;
  font-weight: 700;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 13px;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 5px 10px;
  opacity: 1;
  margin-left: 15px;
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner {
  /* post title */
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner .post-title {
  padding-left: 15px;
  margin: 12px 0;
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner .post-title a {
  font-size: 24px;
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner {
  /* post meta (date) */
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner .post-meta {
  opacity: 1;
  color: black;
  font-size: 14px;
  margin: 0;
  margin-bottom: 12px !important;
  padding-left: 15px;
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner {
  /* divider */
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner .is-divider {
  display: none;
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner {
  /* read more button */
}
.blog-carousel-section .blog-carousel-posts .blog-post-inner .button {
  background: #f8f9fa !important;
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: black;
  text-transform: none;
  line-height: 1;
  padding: 20px;
}
.blog-carousel-section .blog-carousel-posts {
  /* Blog Post Image */
}
.blog-carousel-section .blog-carousel-posts .box-image {
  position: relative;
  overflow: hidden;
}
.blog-carousel-section .blog-carousel-posts .box-image img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.blog-carousel-section .blog-carousel-posts {
  /* Category Badge */
}
.blog-carousel-section .blog-carousel-posts .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  background: #dc2626 !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.blog-carousel-section .blog-carousel-posts {
  /* Blog Post Content */
}
.blog-carousel-section .blog-carousel-posts .box-text {
  padding: 25px;
}
.blog-carousel-section .blog-carousel-posts {
  /* Post Title */
}
.blog-carousel-section .blog-carousel-posts .post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #1a1a1a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-carousel-section .blog-carousel-posts {
  /* Post Meta */
}
.blog-carousel-section .blog-carousel-posts .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #9ca3af;
}
.blog-carousel-section .blog-carousel-posts .post-meta .post-date,
.blog-carousel-section .blog-carousel-posts .post-meta .post-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.blog-carousel-section .blog-carousel-posts .post-meta .post-date::before {
  content: "🕒";
  font-size: 14px;
}
.blog-carousel-section .blog-carousel-posts .post-meta .post-comments::before {
  content: "💬";
  font-size: 14px;
}
.blog-carousel-section .blog-carousel-posts {
  /* Read More Link */
}
.blog-carousel-section .blog-carousel-posts .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #dc2626;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.blog-carousel-section .blog-carousel-posts .button::after {
  content: "→";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-carousel-section .blog-carousel-posts .flickity-button {
  opacity: 1 !important;
}
.blog-carousel-section .blog-carousel-posts .flickity-button.previous {
  left: -80px !important;
}
.blog-carousel-section .blog-carousel-posts .flickity-button.next {
  right: -50px !important;
}
.blog-carousel-section .blog-carousel-posts .flickity-button:hover svg {
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #adaeaf;
  fill: #adaeaf;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog-carousel-section .blog-carousel-posts .flickity-button:hover svg path {
  fill: #adaeaf;
}
.blog-carousel-section .blog-carousel-posts .flickity-button:hover svg::after {
  content: "→";
  color: #adaeaf;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-carousel-section .blog-carousel-posts .flickity-button svg {
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #adaeaf;
  fill: #adaeaf;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog-carousel-section .blog-carousel-posts .flickity-button svg path {
  fill: #adaeaf;
}
.blog-carousel-section .blog-carousel-posts .flickity-button svg::after {
  content: "→";
  color: #adaeaf;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-carousel-section .blog-carousel-posts .flickity-page-dots {
  bottom: -40px;
}
.blog-carousel-section .blog-carousel-posts .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  background: #d1d5db;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.blog-carousel-section .blog-carousel-posts .flickity-page-dots .dot.is-selected {
  background: #495057;
  width: 20px;
  opacity: 0.4;
  border-radius: 5px;
}
.blog-carousel-section {
  /* Responsive */
}
@media (max-width: 849px) {
  .blog-carousel-section .blog-section-title h2 {
    font-size: 32px;
  }
  .blog-carousel-section .blog-section-subtitle p {
    font-size: 15px;
  }
  .blog-carousel-section .blog-carousel-posts .box-text {
    padding: 20px;
  }
  .blog-carousel-section .blog-carousel-posts .post-title {
    font-size: 16px;
  }
  .blog-carousel-section .blog-carousel-posts .flickity-button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .blog-carousel-section {
    padding: 50px 15px !important;
  }
  .blog-carousel-section .blog-section-title h2 {
    font-size: 26px;
  }
  .blog-carousel-section .blog-section-badge p {
    font-size: 12px;
    padding: 6px 16px;
  }
}
.blog-carousel-section {
  /* Animation */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==============================
   YouTube CEO Section
================================ */
.youtube-ceo-section {
  background: #fafafa;
  position: relative;
  /* Section Label */
}
.youtube-ceo-section .youtube-section-label p {
  font-size: 36px;
  font-weight: 700;
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.youtube-ceo-section {
  /* Section Title */
}
.youtube-ceo-section .youtube-section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
  line-height: 1.3;
}
.youtube-ceo-section .youtube-section-title .highlight-blue {
  color: #2563eb;
  position: relative;
}
.youtube-ceo-section .youtube-video-grid {
  margin-bottom: 20px;
}
.youtube-ceo-section .youtube-video-grid .video,
.youtube-ceo-section .youtube-video-grid .video-meta {
  margin: 0px;
}
.youtube-ceo-section .youtube-video-grid .col {
  margin-bottom: 0px;
}
.youtube-ceo-section .youtube-video-grid .col-inner {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  border: 1px solid #f0f0f0;
}
.youtube-ceo-section .youtube-video-grid .col-inner:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  border-color: #e0e0e0;
}
.youtube-ceo-section .youtube-video-grid .col-inner:hover .video-info h4 {
  color: #dc2626;
}
.youtube-ceo-section .youtube-video-grid .col-inner:hover .video-play-button {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: rgb(220, 38, 38);
  -webkit-box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5);
          box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5);
}
.youtube-ceo-section .youtube-video-grid .col-inner:hover .ux_video img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.youtube-ceo-section .youtube-video-grid .ux_video {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: #000;
}
.youtube-ceo-section .youtube-video-grid .ux_video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
  z-index: 1;
  pointer-events: none;
}
.youtube-ceo-section .youtube-video-grid .ux_video::after {
  content: attr(data-duration);
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 2;
}
.youtube-ceo-section .youtube-video-grid .ux_video img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.youtube-ceo-section .youtube-video-grid .ux_video .video-overlay::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 80px;
  height: 25px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'><text x='5' y='20' font-family='Arial' font-size='16' font-weight='bold' fill='%23dc2626'>ZBIZWORLD</text></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.9;
}
.youtube-ceo-section .youtube-video-grid {
  /* Video Info */
}
.youtube-ceo-section .youtube-video-grid .video-info {
  padding: 18px;
}
.youtube-ceo-section .youtube-video-grid .video-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.youtube-ceo-section .youtube-video-grid {
  /* Video Meta */
}
.youtube-ceo-section .youtube-video-grid .video-meta {
  font-size: 13px;
  color: black;
  line-height: 1.5;
  text-align: center;
}
.youtube-ceo-section .youtube-video-grid .video-meta .channel {
  font-weight: 500;
  color: #ec0000;
}
.youtube-ceo-section .youtube-video-grid .video-meta .date {
  color: black;
}
.youtube-ceo-section .youtube-video-grid {
  /* Play Button */
}
.youtube-ceo-section .youtube-video-grid .video-play-button {
  width: 70px;
  height: 70px;
  background: rgba(220, 38, 38, 0.95);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.youtube-ceo-section .youtube-video-grid {
  /* ==============================
     Buttons
  ================================ */
}
.youtube-ceo-section .youtube-video-grid .youtube-see-more {
  margin-right: 15px;
  border: 2px solid #e5e7eb;
  color: #4b5563;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.youtube-ceo-section .youtube-video-grid .youtube-see-more:hover {
  border-color: #dc2626;
  color: #dc2626;
  background: #fef2f2;
}
.youtube-ceo-section .youtube-video-grid .youtube-subscribe {
  -webkit-box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
          box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.youtube-ceo-section .youtube-video-grid .youtube-subscribe:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 30px rgba(220, 38, 38, 0.4);
          box-shadow: 0 12px 30px rgba(220, 38, 38, 0.4);
}
@media (max-width: 849px) {
  .youtube-ceo-section .youtube-video-grid .youtube-section-title h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .youtube-ceo-section .youtube-video-grid .youtube-video-grid .col {
    margin-bottom: 20px;
  }
  .youtube-ceo-section .youtube-video-grid .youtube-video-grid .video-info {
    padding: 15px;
  }
  .youtube-ceo-section .youtube-video-grid .youtube-video-grid .video-info h4 {
    font-size: 15px;
  }
  .youtube-ceo-section .youtube-video-grid .youtube-video-grid .video-meta {
    font-size: 12px;
  }
  .youtube-ceo-section .youtube-video-grid .youtube-see-more,
  .youtube-ceo-section .youtube-video-grid .youtube-subscribe {
    display: block;
    width: 100%;
    margin: 0 0 10px !important;
  }
}
@media (max-width: 480px) {
  .youtube-ceo-section .youtube-video-grid {
    padding: 50px 15px !important;
  }
  .youtube-ceo-section .youtube-video-grid .youtube-section-title h2 {
    font-size: 26px;
  }
  .youtube-ceo-section .youtube-video-grid .youtube-section-label p {
    font-size: 12px;
  }
  .youtube-ceo-section .youtube-video-grid .video-play-button {
    width: 60px;
    height: 60px;
  }
}

/* ==============================
   Brand Store Section
================================ */
.brand-store-section {
  background: #ffffff;
  position: relative;
  /* ==============================
     Brand Box
  ================================ */
}
.brand-store-section .brand-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
  background: #ffffff;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(236, 0, 0, 0.5019607843);
          box-shadow: 10px 10px 10px 0px rgba(236, 0, 0, 0.5019607843);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.brand-store-section .brand-box:hover {
  -webkit-transform: translateY(-10px) scale(1.02);
          transform: translateY(-10px) scale(1.02);
  -webkit-box-shadow: 10px 10px 10px 0px rgba(236, 0, 0, 0.5019607843);
          box-shadow: 10px 10px 10px 0px rgba(236, 0, 0, 0.5019607843);
}
.brand-store-section .brand-box:hover .box-image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.brand-store-section .brand-box:hover .box-image::before {
  opacity: 0.7;
}
.brand-store-section .brand-box:hover .brand-title h3 {
  color: #991b1b;
}
.brand-store-section .brand-box:hover .brand-title .arrow-icon {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  color: #991b1b;
}
.brand-store-section .brand-box:hover::before {
  opacity: 1;
  -webkit-animation: shine 0.8s ease;
          animation: shine 0.8s ease;
}
.brand-store-section .brand-box:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.brand-store-section .brand-box {
  /* Shine Effect */
}
.brand-store-section .brand-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.brand-store-section .brand-box {
  /* Optional Ribbon */
}
.brand-store-section .brand-box::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -40px;
  width: 150px;
  height: 30px;
  background: rgba(220, 38, 38, 0.9);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.brand-store-section .brand-box {
  /* Loading State */
}
.brand-store-section .brand-box.loading {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: loading 1.5s ease-in-out infinite;
          animation: loading 1.5s ease-in-out infinite;
}
.brand-store-section {
  /* ==============================
     Image Box
  ================================ */
}
.brand-store-section .box-image {
  position: relative;
  overflow: hidden;
}
.brand-store-section .box-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.brand-store-section .box-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.brand-store-section {
  /* ==============================
     Brand Gradients
  ================================ */
}
.brand-store-section .brand-amazon .box-image::before {
  background: linear-gradient(135deg, rgba(123, 97, 255, 0.3), rgba(16, 185, 129, 0.3));
}
.brand-store-section .brand-shopee .box-image::before {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.3), rgba(37, 99, 235, 0.3));
}
.brand-store-section .brand-tiktok .box-image::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(37, 99, 235, 0.4));
}
.brand-store-section .brand-zbizworld .box-image::before {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.3), rgba(168, 85, 247, 0.3));
}
.brand-store-section {
  /* ==============================
     Title Overlay
  ================================ */
}
.brand-store-section .brand-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}
.brand-store-section .brand-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #dc2626;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-store-section .brand-title .arrow-icon {
  font-size: 32px;
  font-weight: 300;
  color: #dc2626;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.brand-store-section {
  /* ==============================
     Border Gradient Effects
  ================================ */
}
.brand-store-section .brand-amazon {
  background-clip: padding-box;
  position: relative;
}
.brand-store-section .brand-amazon::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #7b61ff, #10b981);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand-store-section .brand-amazon:hover::before {
  opacity: 0.5;
}
.brand-store-section .brand-shopee {
  background-clip: padding-box;
  position: relative;
}
.brand-store-section .brand-shopee::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand-store-section .brand-shopee:hover::before {
  opacity: 0.5;
}
.brand-store-section .brand-tiktok {
  background-clip: padding-box;
  position: relative;
}
.brand-store-section .brand-tiktok::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #000000, #2563eb);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand-store-section .brand-tiktok:hover::before {
  opacity: 0.5;
}
.brand-store-section .brand-zbizworld {
  background-clip: padding-box;
  position: relative;
}
.brand-store-section .brand-zbizworld::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #2563eb, #a855f7);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand-store-section .brand-zbizworld:hover::before {
  opacity: 0.5;
}
.brand-store-section {
  /* ==============================
     Responsive
  ================================ */
}
@media (max-width: 849px) {
  .brand-store-section .brand-store-grid {
    gap: 20px;
  }
  .brand-store-section .brand-store-grid .col {
    margin-bottom: 20px;
  }
  .brand-store-section .brand-title {
    padding: 16px 20px;
  }
  .brand-store-section .brand-title h3 {
    font-size: 18px;
  }
  .brand-store-section .brand-title .arrow-icon {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .brand-store-section {
    padding: 50px 15px !important;
  }
  .brand-store-section .brand-title {
    padding: 14px 18px;
  }
  .brand-store-section .brand-title h3 {
    font-size: 16px;
  }
  .brand-store-section .brand-box {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
}
.brand-store-section {
  /* ==============================
     Animations
  ================================ */
}
@-webkit-keyframes shine {
  from {
    left: -50%;
  }
  to {
    left: 150%;
  }
}
@keyframes shine {
  from {
    left: -50%;
  }
  to {
    left: 150%;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes loading {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

/* ===============================
   Earn Money CTA Section
================================ */
.earn-money-cta-section {
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  position: relative;
}
@media (max-width: 480px) {
  .earn-money-cta-section {
    padding: 50px 15px !important;
  }
}
.earn-money-cta-section {
  /* ===============================
     CTA Box
  ================================ */
}
.earn-money-cta-section .earn-cta-box {
  border: 1px solid #1a1a1a;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}
.earn-money-cta-section .earn-cta-box {
  /* Background Pattern */
  /* Decorative Icon */
}
@media (max-width: 849px) {
  .earn-money-cta-section .earn-cta-box {
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.8);
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.8);
  }
  .earn-money-cta-section .earn-cta-box:hover {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.8);
            box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 480px) {
  .earn-money-cta-section .earn-cta-box {
    border-width: 2px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
            box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  }
}
.earn-money-cta-section .earn-cta-box {
  /* ===============================
     Text Box
  ================================ */
}
.earn-money-cta-section .earn-cta-box .text-box {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
}
@media (max-width: 849px) {
  .earn-money-cta-section .earn-cta-box .text-box {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .earn-money-cta-section .earn-cta-box .text-box {
    padding: 30px 20px;
  }
  .earn-money-cta-section .earn-cta-box .text-box::before, .earn-money-cta-section .earn-cta-box .text-box::after {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
}
.earn-money-cta-section .earn-cta-box .text-box-content {
  position: relative;
  overflow: hidden;
}
.earn-money-cta-section .earn-cta-box .text-box-content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: shine 3s ease-in-out infinite;
          animation: shine 3s ease-in-out infinite;
}
.earn-money-cta-section .earn-cta-box {
  /* ===============================
     Image
  ================================ */
}
.earn-money-cta-section .earn-cta-box .ux_image {
  display: block;
  margin: 0 auto 30px;
  position: relative;
}
.earn-money-cta-section .earn-cta-box .ux_image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
}
.earn-money-cta-section {
  /* ===============================
     CTA Title
  ================================ */
}
.earn-money-cta-section .cta-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 849px) {
  .earn-money-cta-section .cta-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .earn-money-cta-section .cta-title h2 {
    font-size: 24px;
  }
}
.earn-money-cta-section .cta-title .highlight-red {
  color: #dc2626;
  position: relative;
  display: inline-block;
}
.earn-money-cta-section .cta-title .highlight-red::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#dc2626), to(#f59e0b));
  background: linear-gradient(90deg, #dc2626, #f59e0b);
  border-radius: 2px;
}
.earn-money-cta-section {
  /* ===============================
     Description
  ================================ */
}
.earn-money-cta-section .cta-description {
  text-align: center;
  margin-bottom: 40px;
}
.earn-money-cta-section .cta-description p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 849px) {
  .earn-money-cta-section .cta-description p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .earn-money-cta-section .cta-description p {
    font-size: 14px;
  }
}
.earn-money-cta-section .cta-description a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.earn-money-cta-section .cta-description a:hover {
  color: #1d4ed8;
  border-bottom-color: #2563eb;
}
.earn-money-cta-section {
  /* ===============================
     CTA Button
  ================================ */
}
.earn-money-cta-section .cta-earn-button {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 500;
  background-color: #EC0000;
  -webkit-box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57);
          box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57);
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: rgba(13, 8, 8, 0.5294117647);
  border-radius: 30px 30px 30px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: autoZoomSoft 2.5s ease-in-out infinite;
          animation: autoZoomSoft 2.5s ease-in-out infinite;
}
@keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.earn-money-cta-section .cta-earn-button span {
  font-size: 18px;
}
.earn-money-cta-section .cta-earn-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, height 0.6s;
  transition: width 0.6s, height 0.6s;
}
.earn-money-cta-section .cta-earn-button:hover {
  -webkit-transform: translateY(-4px) scale(1.05);
          transform: translateY(-4px) scale(1.05);
  -webkit-box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5);
          box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5);
}
.earn-money-cta-section .cta-earn-button:hover::before {
  width: 300px;
  height: 300px;
}
.earn-money-cta-section .cta-earn-button .button-icon {
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width: 849px) {
  .earn-money-cta-section .cta-earn-button {
    font-size: 15px;
    padding: 16px 40px;
  }
}
@media (max-width: 480px) {
  .earn-money-cta-section .cta-earn-button {
    width: 100%;
    font-size: 14px;
    padding: 14px 30px;
  }
}
.earn-money-cta-section {
  /* ===============================
     Animations
  ================================ */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes float-icon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(5deg);
            transform: translateY(-10px) rotate(5deg);
  }
}
@keyframes float-icon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(5deg);
            transform: translateY(-10px) rotate(5deg);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 10px 30px rgba(220, 38, 38, 0.6);
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.6);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 10px 30px rgba(220, 38, 38, 0.6);
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.6);
  }
}
@keyframes shine {
  0% {
    left: -50%;
  }
  50%, 100% {
    left: 150%;
  }
}

.business-system-section {
  position: relative;
}
@media (max-width: 480px) {
  .business-system-section {
    padding: 50px 15px !important;
  }
}
.business-system-section {
  /* ===============================
     System Label
  ================================ */
}
.business-system-section .system-label p {
  font-size: 16px;
  font-weight: 600;
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 849px) {
  .business-system-section .system-label p {
    font-size: 14px;
  }
}
.business-system-section {
  /* ===============================
     System Title
  ================================ */
}
.business-system-section .system-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
  line-height: 1.3;
}
@media (max-width: 849px) {
  .business-system-section .system-title h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .business-system-section .system-title h2 {
    font-size: 24px;
  }
}
.business-system-section .system-title .brand-highlight {
  color: #2563eb;
  position: relative;
}
.business-system-section .system-title .brand-highlight::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#2563eb), to(#3b82f6));
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 2px;
}
.business-system-section {
  /* ===============================
     Cards Row
  ================================ */
}
.business-system-section .system-cards-row .col {
  margin-bottom: 30px;
}
@media (max-width: 849px) {
  .business-system-section .system-cards-row {
    gap: 20px;
  }
  .business-system-section .system-cards-row .col {
    margin-bottom: 20px;
  }
}
.business-system-section {
  /* ===============================
     System Card
  ================================ */
}
.business-system-section .system-card {
  background: #ffffff;
  border: 1px solid #1a1a1a;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: subtle-float 3s ease-in-out infinite;
          animation: subtle-float 3s ease-in-out infinite;
}
.business-system-section .system-card:hover {
  -webkit-animation: none;
          animation: none;
}
.business-system-section .system-card:hover .box-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.business-system-section .system-card:hover .box-image::before {
  opacity: 1;
  -webkit-animation: card-shine 0.8s ease;
          animation: card-shine 0.8s ease;
}
.business-system-section .system-card:hover .card-content h3 {
  color: #dc2626;
}
.business-system-section .system-card {
  /* Pattern background */
}
.business-system-section .system-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 849px) {
  .business-system-section .system-card {
    border-width: 2px;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.9);
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.9);
  }
  .business-system-section .system-card:hover {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
            box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
  }
}
.business-system-section .system-card {
  /* ===============================
     Image
  ================================ */
}
.business-system-section .system-card .box-image {
  position: relative;
  overflow: hidden;
  margin: 0px !important;
}
.business-system-section .system-card .box-image img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.business-system-section .system-card {
  /* ===============================
     Card Content
  ================================ */
}
.business-system-section .system-card .box-text {
  position: relative;
  z-index: 1;
}
.business-system-section .system-card .box-text::before, .business-system-section .system-card .box-text::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}
@media (max-width: 480px) {
  .business-system-section .system-card .box-text::before, .business-system-section .system-card .box-text::after {
    width: 30px;
    height: 30px;
    border-width: 3px;
  }
}
.business-system-section .system-card .card-content {
  padding: 30px 28px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.business-system-section .system-card .card-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.business-system-section .system-card .card-content p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 849px) {
  .business-system-section .system-card .card-content {
    padding: 25px 22px;
  }
  .business-system-section .system-card .card-content h3 {
    font-size: 19px;
  }
  .business-system-section .system-card .card-content p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .business-system-section .system-card .card-content {
    padding: 20px 18px;
  }
  .business-system-section .system-card .card-content h3 {
    font-size: 18px;
  }
  .business-system-section .system-card .card-content p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.business-system-section .system-card {
  /* ===============================
     Card Button
  ================================ */
}
.business-system-section .system-card .card-button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px 24px !important;
  font-size: 16px;
  font-weight: 700;
  background-color: #EC0000;
  -webkit-box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57);
          box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57);
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: rgba(13, 8, 8, 0.5294117647);
  border-radius: 30px 30px 30px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: autoZoomSoft 2.5s ease-in-out infinite;
          animation: autoZoomSoft 2.5s ease-in-out infinite;
}
@keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.business-system-section .system-card .card-button .button-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.business-system-section .system-card .card-button:hover {
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  -webkit-box-shadow: 0 12px 28px rgba(220, 38, 38, 0.5);
          box-shadow: 0 12px 28px rgba(220, 38, 38, 0.5);
}
.business-system-section .system-card .card-button:hover .button-icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 849px) {
  .business-system-section .system-card .card-button {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .business-system-section .system-card .card-button {
    width: 100%;
    font-size: 13px;
  }
}
.business-system-section {
  /* ===============================
     Special Cards
  ================================ */
}
.business-system-section .card-training,
.business-system-section .card-management {
  position: relative;
}

/* ======================
     BRAND SHOWCASE
  ====================== */
.brand-showcase-section {
  position: relative;
}
.brand-showcase-section .brand-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.brand-showcase-section .brand-section-header .col {
  margin-left: 0px !important;
}
.brand-showcase-section .brand-section-header .button {
  padding: 0px 24px !important;
  margin: 0px !important;
}
.brand-showcase-section .brand-section-header .button span {
  font-size: 16px;
}
.brand-showcase-section .brand-section-header .button {
  -webkit-animation: autoZoomSoft 2.5s ease-in-out infinite;
          animation: autoZoomSoft 2.5s ease-in-out infinite;
}
@keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media (max-width: 849px) {
  .brand-showcase-section .brand-section-header .button {
    padding: 0px !important;
  }
}
@media (max-width: 849px) {
  .brand-showcase-section .brand-section-header .gallery-row {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .brand-showcase-section .brand-section-header .gallery-row .gallery-col {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 849px) {
  .brand-showcase-section .brand-section-header .gallery-row > .col:nth-child(1),
  .brand-showcase-section .brand-section-header .gallery-row > .col:nth-child(2),
  .brand-showcase-section .brand-section-header .gallery-row > .col:nth-child(3) {
    margin-right: -65px;
  }
}
.brand-showcase-section .brand-section-header .brand-section-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  text-align: left;
}
.brand-showcase-section .brand-section-header .box {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.brand-showcase-section .brand-section-header .gallery-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.brand-showcase-section .brand-section-header .gallery-col {
  padding-bottom: 0px !important;
}
.brand-showcase-section .brand-section-header .gallery-col .box,
.brand-showcase-section .brand-section-header .gallery-col .box-image {
  min-width: 100% !important;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
.brand-showcase-section .brand-section-header .box-image {
  margin: 0px !important;
}
.brand-showcase-section .brand-section-header .brand-section-subtitle p {
  font-size: 17px;
  color: black;
  margin: 0;
  text-align: left;
  line-height: 1.6;
}
.brand-showcase-section .brand-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brand-showcase-section .brand-card-overlay .brand-card-name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.brand-showcase-section .brand-card-overlay .brand-card-arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-showcase-section .brand-card-overlay .brand-card-arrow::after {
  content: "→";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.brand-showcase-section .banner:hover .brand-card-arrow {
  background: #dc2626;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.brand-showcase-section .brand-cards-grid .banner {
  background: transparent;
}
.brand-showcase-section .brand-cards-grid {
  /* banner background */
}
.brand-showcase-section .brand-cards-grid .banner-bg {
  background: transparent;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border-radius: 10px;
}
.brand-showcase-section .brand-cards-grid {
  /* riêng card Amazon có thêm inline */
}
.brand-showcase-section .brand-cards-grid .brand-card-name.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 20px 20px !important;
  min-height: auto;
  font-size: 18px;
  line-height: 1;
  opacity: 0;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1) !important;
}
.brand-showcase-section .brand-cards-grid .banner:hover .brand-card-name {
  opacity: 1;
}
.brand-showcase-section .brand-cards-grid .banner:hover .banner-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.brand-showcase-section .brand-cta-button-wrapper {
  text-align: center;
  margin-top: 20px;
}
.brand-showcase-section .brand-cta-button-wrapper .brand-cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: #dc2626;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
          box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
}
.brand-showcase-section .brand-cta-button-wrapper .brand-cta-button:hover {
  background: #b91c1c;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 32px rgba(220, 38, 38, 0.4);
          box-shadow: 0 12px 32px rgba(220, 38, 38, 0.4);
}
.brand-showcase-section .brand-cta-button-wrapper .brand-cta-button .cta-icon-cart::before {
  content: "🛒";
  font-size: 18px;
}
.brand-showcase-section .brand-cta-button-wrapper .brand-cta-button .cta-button-text {
  display: inline-block;
}

.category-search-section {
  position: relative;
  /* ======================
     TEXT CONTENT
  ====================== */
}
.category-search-section .category-text-content {
  padding: 40px 0;
}
.category-search-section .category-text-content .category-main-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.category-search-section .category-text-content .category-main-desc {
  font-size: 17px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 520px;
}
.category-search-section .category-text-content .category-primary-btn {
  background: #dc2626;
  color: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
          box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
  padding-left: 50px !important;
  -webkit-animation: autoZoomSoft 2.5s ease-in-out infinite;
          animation: autoZoomSoft 2.5s ease-in-out infinite;
}
.category-search-section .category-text-content .category-primary-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  fill: white;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  Transform: translate(0%, -50%);
  left: 15px;
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'>    <path fill='none' stroke='currentColor'  color='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'     d='M12,18 C15.3137085,18 18.3137085,16 21,12 C18.3137085,8 15.3137085,6 12,6 C8.6862915,6 5.6862915,8 3,12 C5.6862915,16 8.6862915,18 12,18 Z M12,15 C13.6568542,15 15,13.6568542 15,12 C15,10.3431458 13.6568542,9 12,9 C10.3431458,9 9,10.3431458 9,12 C9,13.6568542 10.3431458,15 12,15 Z'/>    </svg>");
}
@keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.category-search-section .category-text-content .category-primary-btn:hover {
  background: #b91c1c;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 28px rgba(220, 38, 38, 0.4);
          box-shadow: 0 12px 28px rgba(220, 38, 38, 0.4);
}
.category-search-section .category-text-content .category-secondary-btn {
  border-radius: 99px;
  padding-left: 50px !important;
  background-color: #e9ecef !important;
  border: unset !important;
  color: #ec0000 !important;
}
.category-search-section .category-text-content .category-secondary-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  Transform: translate(0%, -50%);
  left: 15px;
  margin-right: 8px;
  display: inline-block;
  fill: #ec0000;
  color: #ec0000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'><path fill='none' stroke='%23ec0000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.13278222,7 L18.4384472,7 C19.5430167,7 20.4384472,7.8954305 20.4384472,9 C20.4384472,9.16352361 20.4183925,9.32643004 20.3787322,9.48507125 L19.3787322,13.4850713 C19.1561487,14.3754053 18.3561825,15 17.4384472,15 L8.76556444,15 C7.7569179,15 6.90611589,14.2489271 6.78100868,13.2480695 L6.14050434,8.12403473 C6.07200185,7.5760148 6.46072755,7.07622462 7.00874748,7.00772212 C7.04989231,7.00257902 7.09131719,7 7.13278222,7 Z M6.1309595,7.99167118 L5.80461604,5.01080519 L3,4 M9,20 C9.55228475,20 10,19.5522847 10,19 C10,18.4477153 9.55228475,18 9,18 C8.44771525,18 8,18.4477153 8,19 C8,19.5522847 8.44771525,20 9,20 Z M17,20 C17.5522847,20 18,19.5522847 18,19 C18,18.4477153 17.5522847,18 17,18 C16.4477153,18 16,18.4477153 16,19 C16,19.5522847 16.4477153,20 17,20 Z'/></svg>");
}
.category-search-section .category-text-content .category-secondary-btn:hover {
  background: #e5e7eb;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.category-search-section .category-text-content .category-secondary-btn {
  -webkit-animation: autoZoomSoft 2.5s ease-in-out infinite;
          animation: autoZoomSoft 2.5s ease-in-out infinite;
}
@keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.category-search-section .category-text-content .category-buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-search-section .category-text-content .category-buttons-group .category-primary-btn,
.category-search-section .category-text-content .category-buttons-group .category-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-search-section .category-text-content .category-buttons-group .category-primary-btn .btn-text,
.category-search-section .category-text-content .category-buttons-group .category-secondary-btn .btn-text {
  display: inline-block;
}
.category-search-section {
  /* ======================
     ICONS
  ====================== */
}
.category-search-section .btn-icon-eye::before {
  content: "👁️";
  font-size: 18px;
}
.category-search-section .btn-icon-cart::before {
  content: "🛒";
  font-size: 18px;
}
.category-search-section {
  /* ======================
     BANNER CATEGORY
  ====================== */
}
.category-search-section .banner-bg {
  border-radius: 10px;
}
.category-search-section .banner-category-overlay {
  position: absolute;
  padding-left: 30px;
}
.category-search-section .banner-category-overlay .banner-items-count {
  display: inline-block;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
  padding: 0px 0px;
  border-radius: 5px;
}
.category-search-section .banner-category-overlay .banner-items-count p {
  margin: 0px;
  padding: 5px 10px;
}
.category-search-section .banner-category-overlay .banner-category-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.3;
  margin: 5px 0px;
}
.category-search-section .banner-category-overlay .banner-explore-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0px !important;
  color: #dc2626;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: gap 0.3s ease;
  transition: gap 0.3s ease;
}
.category-search-section .banner-category-overlay .banner-explore-link .explore-link-text {
  display: inline-block;
}
.category-search-section .banner-category-overlay .banner-explore-link .explore-link-arrow::after {
  content: "→";
  font-size: 16px;
}

.product-search-section {
  position: relative;
  /* ======================
     SECTION HEADER
  ====================== */
}
.product-search-section .search-section-header {
  text-align: center;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.product-search-section .search-section-header .search-section-title h2 {
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}
.product-search-section .search-section-header .search-section-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #1a1a1a;
}
.product-search-section .search-section-header .search-section-subtitle p {
  font-size: 18px;
  margin: 0;
  color: #1a1a1a;
}
.product-search-section {
  /* ======================
     SEARCH FORM
  ====================== */
}
.product-search-section .search-form-wrapper {
  width: 100% !important;
  background: #fff;
}
.product-search-section .search-form-wrapper .searchform {
  width: 100% !important;
}
.product-search-section .search-form-wrapper .product-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 100% !important;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-search-section .search-form-wrapper .product-search-form i {
  color: #9ca3af;
}
.product-search-section .search-form-wrapper .product-search-form {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
}
.product-search-section .search-form-wrapper .product-search-form .search-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 28px 18px;
  border: none;
  font-size: 16px;
  color: #1a1a1a;
  outline: none;
}
.product-search-section .search-form-wrapper .product-search-form .search-field::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: bold;
}
.product-search-section .search-form-wrapper .product-search-form .search-field::-moz-placeholder {
  color: #9ca3af;
  font-weight: bold;
}
.product-search-section .search-form-wrapper .product-search-form .search-field:-ms-input-placeholder {
  color: #9ca3af;
  font-weight: bold;
}
.product-search-section .search-form-wrapper .product-search-form .search-field::-ms-input-placeholder {
  color: #9ca3af;
  font-weight: bold;
}
.product-search-section .search-form-wrapper .product-search-form .search-field::placeholder {
  color: #9ca3af;
  font-weight: bold;
}
.product-search-section .search-form-wrapper .product-search-form .search-submit-button {
  background: white;
  border: none;
  padding: 18px 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-search-section .search-form-wrapper .product-search-form .search-submit-button:hover {
  background: white !important;
}

.featured-cta-section {
  position: relative;
}
.featured-cta-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'>    <path fill='%23ffffff' d='M1000,4.3V0H0v4.3C0.9,23.1,126.7,99.2,500,100S1000,22.7,1000,4.3z'/>    </svg>");
}
.featured-cta-section {
  /* ======================
     TEXT WRAPPER
  ====================== */
}
.featured-cta-section .featured-text-wrapper {
  padding: 40px 0;
}
.featured-cta-section .featured-text-wrapper .featured-badge-label {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.featured-cta-section .featured-text-wrapper .featured-badge-label * {
  color: #dc2626 !important;
  opacity: 1;
  line-height: 1;
  font-weight: 700 !important;
  margin: 5px 0px;
}
.featured-cta-section .featured-text-wrapper .featured-main-heading {
  font-size: 36px;
  font-weight: 800;
  color: #dc2626;
  margin: 0 0 16px;
  line-height: 1.2;
}
.featured-cta-section .featured-text-wrapper .featured-main-description {
  font-size: 16px;
  color: #dc2626;
  line-height: 1.7;
  margin: 0 0 32px;
}
.featured-cta-section .featured-text-wrapper .action-btn-text {
  display: inline-block;
  padding: 5px 24px;
  font-size: 16px !important;
}
.featured-cta-section .featured-text-wrapper .featured-action-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #dc2626;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
          box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}
.featured-cta-section .featured-text-wrapper .featured-action-button:hover {
  background: #b91c1c;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 28px rgba(220, 38, 38, 0.4);
          box-shadow: 0 12px 28px rgba(220, 38, 38, 0.4);
}

.faq-section {
  position: relative;
  /* ======================
     HEADER
  ====================== */
}
.faq-section .faq-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.faq-section .faq-section-header .faq-badge-tag {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.faq-section .faq-section-header .faq-main-title {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}
.faq-section .faq-section-header .faq-main-title .faq-title-highlight {
  color: #2563eb;
}
.faq-section {
  /* ======================
     CONTENT
  ====================== */
}
.faq-section .faq-content-wrapper {
  padding: 20px 0;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-title.active {
  border-color: white !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
  background-color: transparent;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-title {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: white !important;
  margin-bottom: 16px;
  border: unset !important;
  padding: 15px 20px;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-1 .accordion-title,
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-2 .accordion-title,
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-3 .accordion-title {
  position: relative;
  padding-left: 40px !important;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-1 .accordion-title::before,
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-2 .accordion-title::before,
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-3 .accordion-title::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-1 .accordion-title::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'><g fill='none' fill-rule='evenodd'><path fill='%23fabfbf' fill-opacity='1' d='M7.12599558,4.0000851 C7.04374524,4.3196794 7,4.65473108 7,5 C7,7.209139 8.790861,9 11,9 L13,9 C15.209139,9 17,7.209139 17,5 C17,4.65473108 16.9562548,4.3196794 16.8740044,4.0000851 L17,4 C18.6568542,4 20,5.34314575 20,7 L20,19 C20,20.6568542 18.6568542,22 17,22 L7,22 C5.34314575,22 4,20.6568542 4,19 L4,7 C4,5.34314575 5.34314575,4 7,4 Z'/><path fill='%23ec0000' d='M13,2 L11,2 C9.34314575,2 8,3.34314575 8,5 C8,6.65685425 9.34314575,8 11,8 L13,8 C14.6568542,8 16,6.65685425 16,5 C16,3.34314575 14.6568542,2 13,2 Z M14.2928932,11.2928932 L11,14.585 L9.70710678,13.2928932 L8.29289322,14.7071068 L11,17.4142136 L15.7071068,12.7071068 Z'/></g></svg>");
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-2 .accordion-title::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'><g fill='none' fill-rule='evenodd'><path fill='%23fabfbf' fill-opacity='.25' d='M14,5 C18.6217603,5 22,8.72093463 22,13.5 C22,18.1944204 18.1944204,22 13.5,22 C8.72093463,22 5,18.6217603 5,14 C5,13.4477153 5.44771525,13 6,13 L12,13 C12.5522847,13 13,12.5522847 13,12 L13,6 C13,5.44771525 13.4477153,5 14,5 Z'/><path fill='%23ec0000' d='M10.1,2 C5.62649353,2 2,5.62649353 2,10.1 C2,10.5970563 2.40294373,11 2.9,11 L10.1,11 C10.5970563,11 11,10.5970563 11,10.1 L11,2.9 C11,2.40294373 10.5970563,2 10.1,2 Z'/></g></svg>");
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item-3 .accordion-title::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'><g fill='none' fill-rule='evenodd'><path fill='%23fabfbf' fill-opacity='.25' d='M19,7 C20.6568542,7 22,8.34314575 22,10 L22,19.1442718 C22,19.535222 21.8854192,19.9176 21.670425,20.2441265 C21.062992,21.1666849 19.8226955,21.4221298 18.9001453,20.8146968 L15.8950653,18.8360678 C15.7318021,18.7285707 15.5406131,18.6712803 15.345138,18.6712803 L10,18.6712803 C8.74256597,18.6712803 7.66581944,17.8976652 7.21975011,16.8004246 L8.55396793,16 L13.9555247,16 C15.0557576,16 16.052686,15.5556634 16.7760843,14.8362729 C17.4994825,14.1168823 17.9493507,13.1224378 17.955463,12.0222219 L17.9827501,7 Z'/><path fill='%23ec0000' d='M13.988858,3 C15.6457123,3 16.9888542,4.34314575 16.9888542,6.00277775 L16.9554784,12.0166664 C16.9463099,13.6669903 15.605874,15 13.9555247,15 L8.55396793,15 C8.37272398,15 8.19488758,15.0492578 8.03947217,15.1425071 L5.02899151,16.9487955 C4.08183098,17.5170918 2.85331047,17.2099617 2.28501415,16.2628011 C2.09851567,15.9519703 2,15.5962975 2,15.2338096 L2,6 C2,4.34314575 3.34314575,3 5,3 Z M12,8 L7,8 C6.44771525,8 6,8.44771525 6,9 C6,9.55228475 6.44771525,10 7,10 L12,10 C12.5522847,10 13,9.55228475 13,9 C13,8.44771525 12.5522847,8 12,8 Z'/></g></svg>");
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item .icon-angle-down {
  display: none;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item .accordion-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 20px 24px;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item .accordion-inner {
  padding: 20px;
  padding-top: 0px;
  font-size: 15px;
  color: black;
  line-height: 1.7;
  opacity: 1;
  padding-bottom: 0px;
}
.faq-section .faq-content-wrapper .faq-accordion-list .accordion-item .accordion-inner p {
  color: black;
}
.faq-section {
  /* ======================
     CTA
  ====================== */
}
.faq-section .faq-cta-wrapper {
  margin-top: 32px;
}
.faq-section .faq-cta-wrapper .faq-cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #dc2626;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
          box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}
.faq-section .faq-cta-wrapper .faq-cta-button:hover {
  background: #b91c1c;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 28px rgba(220, 38, 38, 0.4);
          box-shadow: 0 12px 28px rgba(220, 38, 38, 0.4);
}
.faq-section .faq-cta-wrapper .faq-cta-button .faq-cta-icon::before {
  content: "🛒";
  font-size: 18px;
}
.faq-section .faq-cta-wrapper .faq-cta-button .faq-cta-text {
  display: inline-block;
}

/* =========================
   BLOG PRODUCT BOX – INLINE ONLY
   WITH OUTER WRAPPER
========================= */
.products__price .boxtext__heading,
.products__price .boxtext__linkonline {
  display: none;
}
.products__price .boxtext__sale, .products__price .boxtext__original, .products__price .box-text-bottom .box-text-bottom {
  display: none !important;
}
@media (max-width: 849px) and (min-width: 598px) {
  .products__price .col {
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
.products__price .flickity-button {
  display: none !important;
}
.products__price .dot.is-selected {
  border-radius: 5px;
  width: 25px;
  background-color: #495057 !important;
}
.products__price .box-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
}
.products__price .box-blog-post:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.products__price .box-blog-post {
  /* text block - header */
}
.products__price .box-blog-post .box-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #fff !important;
  padding: 15px 15px 10px 15px;
  text-align: left !important;
}
.products__price .box-blog-post {
  /* image block */
}
.products__price .box-blog-post .box-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
  min-height: 100%;
  margin: 0;
  margin-bottom: 0;
  background: #fafafa;
  padding: 15px;
}
.products__price .box-blog-post .box-image .image-cover {
  padding-top: 75% !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.products__price .box-blog-post .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.products__price .box-blog-post .box-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products__price .box-blog-post {
  /* divider */
}
.products__price .box-blog-post .is-divider {
  display: none;
}
.products__price .box-blog-post {
  /* title section */
}
.products__price .box-blog-post .boxtext__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products__price .box-blog-post .blog-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products__price .box-blog-post .boxtext__titletop {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__price .box-blog-post .boxtext__titletop .cat-label {
  font-size: 12px;
  background: #f2f2f2;
  opacity: 1;
  color: #adb5bd;
  padding: 5px 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
}
.products__price .box-blog-post .boxtext__titletop .sale-badge {
  color: #ff6c5f;
  background: #fff7f6;
  font-size: 12px !important;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-left: 10px;
}
.products__price .box-blog-post {
  /* product title */
}
.products__price .box-blog-post .post-title {
  margin: 0;
  margin-bottom: 10px;
}
.products__price .box-blog-post .post-title a {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.products__price .box-blog-post .post-title a:hover {
  color: #e74c3c;
}
.products__price .box-blog-post {
  /* bottom section */
}
.products__price .box-blog-post .box-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 12px 15px 15px 15px;
  background: #fff;
  border-top: 1px solid #f5f5f5;
}
.products__price .box-blog-post {
  /* price wrapper */
}
.products__price .box-blog-post .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.products__price .box-blog-post {
  /* price */
}
.products__price .box-blog-post .price-sale {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #495057 !important;
  margin: 0;
}
.products__price .box-blog-post .price-original {
  text-decoration: line-through !important;
  color: #a4a7ab !important;
  margin: 0 !important;
  font-size: 13px;
  font-weight: bold;
}
.products__price .box-blog-post {
  /* cart icon link */
}
.products__price .box-blog-post .boxtext__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products__price .box-blog-post .boxtext__link:hover {
  background: #e74c3c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.products__price .box-blog-post .boxtext__link:hover svg path {
  stroke: #fff;
}
.products__price .box-blog-post .boxtext__link .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__price .box-blog-post .boxtext__link .btn-icon svg {
  width: 20px;
  height: 20px;
}
.products__price .box-blog-post .boxtext__link .btn-icon svg path {
  stroke: #333;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
@media (max-width: 849px) {
  .products__price .box-blog-post .box-image .image-cover {
    padding-top: 65% !important;
  }
  .products__price .box-blog-post .post-title a {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
  .products__price .box-blog-post .price-sale {
    font-size: 16px !important;
  }
  .products__price .box-blog-post .price-original {
    font-size: 12px;
  }
  .products__price .box-blog-post .boxtext__link {
    width: 36px;
    height: 36px;
  }
  .products__price .box-blog-post .boxtext__link svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .products__price .col {
    margin-bottom: 20px;
  }
  .products__price .box-blog-post .box-text {
    padding: 12px;
  }
  .products__price .box-blog-post .box-image {
    padding: 12px;
  }
  .products__price .box-blog-post .box-text-bottom {
    padding: 10px 12px 12px 12px;
  }
}

/* =========================
   BLOG PRODUCT BOX – INLINE ONLY
   WITH OUTER WRAPPER
========================= */
.products__365 .post-title,
.products__365 .sale-badge,
.products__365 .boxtext__link,
.products__365 .boxtext__sale {
  display: none;
}
.products__365 .box-blog-post {
  padding: 10px;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: 1px solid black;
}
.products__365 .box-blog-post:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.products__365 .box-image {
  margin-bottom: 20px;
  overflow: hidden;
}
.products__365 .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.products__365 .box-image .image-cover {
  padding-top: 280px !important;
}
.products__365 .box-text {
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
}
.products__365 .boxtext__titletop {
  margin-bottom: 0px;
}
.products__365 .boxtext__titletop .cat-label {
  padding: 10px 30px 5px 30px;
  border-radius: 4px 4px 4px 4px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #EC0000;
  opacity: 1;
  line-height: 1;
  margin: 0px;
  min-width: 100%;
}
@media (max-width: 849px) {
  .products__365 .boxtext__titletop .cat-label {
    font-size: 20px;
  }
}
.products__365 .is-divider {
  display: none;
}
.products__365 .boxtext__heading {
  color: black;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.products__365 .boxtext__heading .boxtext__headingtop {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.products__365 .boxtext__heading .boxtext__headingbottom {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.products__365 .price-wrapper {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
}
.products__365 .price-wrapper .boxtext__original {
  display: block;
  font-size: 36px !important;
  font-weight: bold !important;
  color: #ec0000 !important;
  text-decoration: none !important;
  margin-bottom: 5px;
}
.products__365 .boxtext__linkonline {
  text-align: center;
}
.products__365 .boxtext__linkonline .button {
  background: #dc3545;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  background-color: #EC0000;
  -webkit-box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57);
          box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.57);
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: rgba(13, 8, 8, 0.5294117647);
  border-radius: 30px 30px 30px 30px;
  border: none;
  -webkit-animation: autoZoom 1.8s ease-in-out infinite;
          animation: autoZoom 1.8s ease-in-out infinite;
}
.products__365 .boxtext__linkonline .button:hover {
  background: #c82333;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 8px 20px rgba(220, 53, 69, 0.6);
          box-shadow: 0 8px 20px rgba(220, 53, 69, 0.6);
}
.products__365 .boxtext__linkonline .button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.products__365 .boxtext__linkonline .button span {
  font-weight: bold;
}
@keyframes autoZoomSoft {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.products__365 .boxtext__linkonline .button {
  -webkit-animation: autoZoomSoft 2.5s ease-in-out infinite;
          animation: autoZoomSoft 2.5s ease-in-out infinite;
}
@media (max-width: 849px) and (min-width: 598px) {
  .products__365 .col {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 849px) {
  .products__365 .box-image .image-cover {
    padding-top: 250px !important;
  }
  .products__365 .price-wrapper .price-sale {
    font-size: 22px !important;
  }
  .products__365 .boxtext__heading .boxtext__headingtop {
    font-size: 14px;
  }
  .products__365 .boxtext__linkonline .button {
    padding: 12px 25px;
    font-size: 12px;
  }
}

/* =========================
   BLOG PRODUCT BOX – INLINE ONLY
   WITH OUTER WRAPPER
========================= */
.hero-heading-section {
  position: relative;
}
.hero-heading-section .hero-heading-wrapper {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.hero-heading-section .hero-badge-text {
  margin: 0 0 20px 0 !important;
}
.hero-heading-section .badge-text-inner {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  color: #DC2626;
  letter-spacing: 0.5px;
}
.hero-heading-section .hero-main-title {
  margin: 0 !important;
}
.hero-heading-section .main-title-text {
  font-size: 50px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.hero-heading-section .title-highlight {
  color: #0605EE;
  position: relative;
  display: inline-block;
}
.hero-heading-section .title-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: black;
  z-index: -1;
}
@media (max-width: 849px) {
  .hero-heading-section .main-title-text {
    font-size: 42px;
  }
  .hero-heading-section .badge-text-inner {
    font-size: 16px;
  }
}
@media (max-width: 549px) {
  .hero-heading-section {
    padding: 60px 0 !important;
  }
  .hero-heading-section .main-title-text {
    font-size: 32px;
  }
  .hero-heading-section .badge-text-inner {
    font-size: 15px;
  }
  .hero-heading-section .title-highlight::after {
    bottom: 4px;
    height: 3px;
  }
}