@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.simple-section {
  padding: 50px 0;
  position: relative;
}

.bg-grey {
  background-color: #f2f3f3;
}

.section-title.text-center {
  max-width: 600px;
  margin: auto;
}

.section-title h1 {
  font-weight: 500;
  font-size: 46px;
  text-align: center;
}

.section-title h1 span {
  color: #1976d2 !important;
}

.section-title p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 46px;
  color: #121c30;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 47px;
  margin-bottom: 20px;
}

.section-title h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 40px;
}

.section-title h3 span {
  color: #1976d2 !important;
}

.section-title h5 {
  font-size: 36px;
  color: #121c30;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 47px;
  margin-bottom: 20px;
}

.section-title h5 span {
  color: #1976d2;
}

.section-title h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #121c30;
}

.section-title h4 span {
  color: #1976d2;
}

.section-title h6 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #5a616e;
}

.section-title h6 span {
  color: #1976d2 !important;
}

.divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-title h1 {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
  }
}

.button {
  display: inline-block;
  padding: 8px 18px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s ease;
}

.button.button-primary {
  background-color: #004747;
  color: #fff;
}

.button.button-primary:hover,
.button.button-primary:focus {
  border-color: #004747;
  background-color: transparent;
  color: #004747;
}

.button.button-secondary {
  background-color: #ff9d00;
  color: #1a1c1e;
}

.button.button-outline-primary {
  border-color: #004747;
  color: #004747;
}

.button.button-outline-primary:hover,
.button.button-outline-primary:focus {
  border-color: #004747;
  background-color: #004747;
  color: #fff;
}

.button.button-outline-secondary {
  border-color: #ff9d00;
  color: #ff9d00;
}

.button.button-round {
  border-radius: 10px;
}

.button.button-capsule {
  border-radius: 50px;
  background-color: #ffffff;
}

.button.button-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.button.button-icon i {
  font-size: 20px;
}

.button {
  position: relative;
  overflow: hidden;
}

.button::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 10%;
  height: 25%;
  border-radius: 50%;
  z-index: 1;
  top: 35%;
  left: 45%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.button:hover::before {
  -webkit-transform: scale(12);
  transform: scale(12);
  -webkit-transition: border-radius 0.5s 0.5s, -webkit-transform 0.5s;
  transition: border-radius 0.5s 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-radius 0.5s 0.5s;
  transition: transform 0.5s, border-radius 0.5s 0.5s, -webkit-transform 0.5s;
}

.button:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .button.button-capsule {
    font-size: 12px;
  }
}

.hero-section {
  padding: 70px 0;
}

.hero-section h1 {
  color: #ffffff;
}

.hero-section p {
  color: #ffffff;
}

#model-scroll {
  max-height: 350px;
  overflow-y: scroll;
}

.search-classified {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 40px auto 0;
}

.search-classified>input,
.search-classified>select,
.search-classified>.dropdown {
  flex: 1;
  min-width: 200px;
  border: none;
  outline: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  border-radius: 0;
}

.search-classified .dropdown #priceDropdownBtn {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  text-align: left;
}

.search-classified .search-icon {
  background-color: #ff9d00;
  color: #1a1c1e;
  padding: 10px 16px;
  border-radius: 0 10px 10px 0;
  border: 1px solid transparent;
}

.download-section {
  background-color: #ff9d00;
  padding: 70px 0;
}

.download-section a {
  text-decoration: none;
  font-weight: 400;
  font-size: 47.48px;
  line-height: 67.84px;
  color: #1a1c1e;
}

.heading-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .hero-section {
    padding: 20px 0;
  }

  .heading-button {
    flex-wrap: wrap;
    gap: 20px;
  }

  .search-classified {
    padding-top: 20px;
  }

  .search-classified>input,
  .search-classified>select,
  .search-classified>.dropdown {
    flex: 1;
    min-width: 200px;
    border: none;
    outline: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 0;
  }

  .search-classified .dropdown #priceDropdownBtn {
    padding: 0;
  }

  .search-classified .search-button {
    display: flex;
    width: 100%;
  }

  .search-classified .search-button .search-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 10px;
  }
}

.features-card {
  background-color: #ffffff;
  border-radius: 10px;
}

.features-card img {
  border-radius: 10px 10px 0px 0px;
}

.features-card .card-body {
  border: solid rgba(0, 0, 0, 0.3019607843);
  border-width: 0px 1px 1px 1px;
  padding: 10px 20px;
  border-radius: 0px 0px 10px 10px;
}

.features-card .card-body h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1a1c1e;
  margin: 0;
}

.features-card .card-body h5 span {
  font-weight: 500;
  margin: 10px 0;
}

.features-card .card-body p {
  margin: 0;
}

.features-card .card-body p span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6980392157);
}

.cmp-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.cmp-card .hd-card {
  display: flex;
  gap: 30px;
  position: relative;
}

.cmp-card .hd-card .text {
  width: 185px;
}

.cmp-card .hd-card .text .border-box {
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
}

.cmp-card .hd-card .text .border-box img {
  width: 100%;
  border-radius: 10px;
}

.cmp-card .hd-card .text .mb-name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

.cmp-card .hd-card .cmp-vs {
  background: #004747;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmp-card .ft-card a {
  width: 100%;
}

.video-card {
  border-radius: 10px !important;
}

.video-card img {
  width: 100%;
  border-radius: 10px !important;
  display: block;
}

.blog-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.blog-card .card-body {
  display: flex;
  gap: 20px;
}

.blog-card .card-body .avatar {
  display: flex;
  width: 100%;
}

.blog-card .card-body .avatar img {
  width: 100%;
}

.blog-card .card-body .text h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
}

.blog-card .card-body .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .features-card img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }

  .blog-card .card-body {
    flex-wrap: wrap;
    gap: 10px;
  }

  .blog-card .card-body .avatar {
    display: unset;
    width: unset;
  }

  .blog-card .card-body .avatar img {
    width: 100%;
  }
}

#mobileTab .nav-item .nav-link,
#newMobileTab .nav-item .nav-link,
#videoTab .nav-item .nav-link {
  color: #004747 !important;
}

.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #004747 !important;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}

.brand-list li {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.brand-list li a {
  text-align: center;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .brand-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.filter-section summary {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  padding-right: 1.2em;
}

.filter-section summary i {
  font-size: 21px;
}

.filter-section a {
  font-size: 11px;
  color: #008080;
}

.filter-section a:hover {
  text-decoration: underline;
}

.filter-section .filters-dropdown {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
}

.filter-section .filters-dropdown details {
  border: none;
}

.filter-section .filters-dropdown details summary {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

.filter-section .filters-dropdown details .filters-item {
  padding: 15px 20px;
}

.filter-section .filters-dropdown details .filters-item.scroll-item {
  max-height: 200px;
  overflow-y: scroll;
}

.filter-section .filters-dropdown details .filters-item a {
  margin-top: 5px;
  display: block;
}

.filter-section .filters-dropdown details .filters-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1a1c1e;
}

.sortby {
  display: flex;
  align-items: center;
  background: white;
  padding: 8px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sortby #sort {
  font-size: 12px;
  color: #666;
  padding: 4px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  width: 220px;
}

.sortby label {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #1a1c1e;
}

body {
  font-family: "$font-primary";
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #858585;
}

img {
  max-width: 100%;
}

.header-hero-wrapper {
  background: linear-gradient(180deg, #000000 0%, #004747 100%);
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.top-bar .bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.top-bar .bar-left i {
  color: #ff9d00;
  font-size: 18px;
}

.top-bar .bar-left span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.top-bar .sign-link a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  text-decoration: none;
}

.top-bar .sign-link a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}

header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 10px 16px;
  font-size: 18px;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

@media screen and (max-width: 768px) {
  .navbar .navbar-collapse {
    padding: 20px 0px 30px 0px !important;
  }

  .navbar .navbrand-menu {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .navbar .menu {
    display: flex;
    width: 40px;
  }
}

footer {
  padding: 70px 0;
  background: linear-gradient(0deg, #000000 -2.56%, #004747 100%);
}

footer .footer-links li {
  margin-bottom: 6px;
}

footer .footer-links li h3 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

footer .footer-links li P {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer ul li a {
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  transition: color 0.3s ease;
}

footer ul li a:hover {
  color: #ffffff;
}

footer .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 40px 0;
}

footer .footer-bottom {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-bottom p {
  margin-bottom: 8px;
}

footer .footer-bottom p a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

footer .footer-bottom p a:hover {
  color: #ffffff;
}

footer .footer-bottom p span {
  margin: 0 6px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 20px;
  }
}

.mobile-form {
  background: #ffffff;
  padding: 40px 100px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.mobile-form h2 {
  margin-bottom: 5px;
}

.mobile-form small {
  color: gray;
  display: block;
  margin-bottom: 20px;
}

.mobile-form .form-margin {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 20px;
}

.mobile-form .form-margin label {
  width: 110px;
  font-weight: 400;
  margin-top: 8px;
  flex-shrink: 0;
  text-align: end;
  font-size: 16px;
}

.mobile-form .form-margin label.required::after {
  content: " *";
  color: #ff0000;
}

.mobile-form .form-margin .tags-button {
  display: flex;
  gap: 20px;
}

.mobile-form .form-margin .form-control,
.mobile-form .form-margin .form-select {
  padding: 7px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  width: 400px;
}

.mobile-form .form-margin textarea {
  resize: vertical;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  outline: none;
}

.mobile-form .form-margin .form-check-inline {
  margin-right: 20px;
}

.mobile-form .form-margin .form-check-inline label {
  width: unset;
  margin-left: 5px;
}

.mobile-form .form-margin .text-muted {
  font-size: 12px;
  margin-left: 10px;
  color: #777;
  margin-top: 10px;
}

.mobile-form .position-relative {
  position: relative;
}

.mobile-form .position-relative img {
  position: absolute;
  top: 8px;
  right: 10px;
}

.upload-box {
  border: 1px dotted #d1d5db;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.3s ease;
}

.upload-box:hover {
  border-color: #6c757d;
}

.upload-label {
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0.5rem;
  display: block;
}

.upload-label .required {
  color: #dc3545;
}

.upload-icon {
  font-size: 2rem;
  color: #9ca3af;
}

input[type=file] {
  display: none;
}

.upload-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.breadcrumb .breadcrumb-item a {
  color: #333333;
}

@media screen and (max-width: 768px) {
  .mobile-form {
    padding: 40px 20px;
  }

  .mobile-form .form-margin {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
  }

  .mobile-form .form-margin label {
    width: 100%;
    text-align: start;
  }

  .mobile-form .form-margin .tags-button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mobile-form .form-margin .form-select {
    width: 100%;
  }

  .mobile-form .form-margin .form-control {
    width: 100%;
  }

  .mobile-form .form-margin .form-check-inline {
    margin-right: 10px;
    line-height: 0px;
  }

  .mobile-form .form-margin .position-relative {
    position: relative !important;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
.brand-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 25px;
  text-align: center;
}

.brand-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 10px;
  transition: all 0.3s ease;
}

.brand-list li:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.brand-list li img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.brand-list li p {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.custom-pager .pagination {
  gap: 6px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-pager .page-item {
  display: inline-block;
}

.custom-pager .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e7e7ee;
  background: #fff;
  color: #333;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(18, 24, 40, 0.03);
  transition: all .12s ease-in-out;
  font-weight: 500;
}

.custom-pager .page-link:hover:not(.disabled):not(.active) {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(18, 24, 40, 0.06);
}

.custom-pager .page-item.active .page-link {
  background: linear-gradient(135deg, #014343, #014343);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.18);
}

.custom-pager .page-item.disabled .page-link,
.custom-pager .page-link.disabled {
  opacity: 0.55;
  pointer-events: none;
  background: #f8f9fb;
  color: #9aa0a6;
}

.custom-pager .page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #666;
  font-size: 14px;
  margin: 0 3px;
}

@media (max-width:576px) {
  .custom-pager .page-link {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
  }
}

.brand1-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brand1-list li {
  flex: 0 0 calc(20% - 20px);
  /* 5 items per row */
  background: #f7f7f7;
  /* light grey background */
  padding: 12px 16px;
  border-radius: 8px;
  /* smooth corners */
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  border: 1px solid #e6e6e6;
}

/* Hover effect */
.brand1-list li:hover {
  background: #eaeaea;
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.video-card-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.thumb-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  transition: 0.2s ease-in-out;
}

.play-btn:hover {
  background: red;
}

.duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 8px;
  color: white;
  border-radius: 5px;
  font-size: 12px;
}

.video-title {
  font-weight: bold;
}

.video-desc {
  color: #666;
  margin-bottom: 6px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

/* White triangle icon */
.play-btn::before {
  content: '';
  margin-left: 4px;
  /* centers triangle visually */
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.play-btn:hover {
  background: red;
}

/* Wrapper */
.video-card-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Thumbnail fixed height */
.video-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  /* FIXED height */
  border-radius: 12px;
  overflow: hidden;
}

/* Thumbnail image fits the box */
.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* keeps perfect scaling */
}

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* WHITE play icon (triangle) using CSS, no font awesome required) */
.play-btn::before {
  content: '';
  margin-left: 4px;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.play-btn:hover {
  background: red;
}

/* Duration bottom-right */
.duration {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}

/* Info area expands to fill remaining space */
.video-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Title — multi-line clamp */
.video-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Description — clamp to 2 lines */
.video-desc {
  font-size: 14px;
  color: #555;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}