@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body.custom-freshmeetu {
  --font-primary: "Raleway", sans-serif;
  --font-secondary: "Lato", sans-serif;
  --clr-primary: #111827;
  --clr-green-200: #98ee6e;
  --clr-green-500: #346e17;
  --clr-green-600: #1e410c;
  --clr-green-700: #1a380b;
  --clr-green-800: #081202;
  --black: #000000;
  --white: #ffffff;
  --clr-bodyBG: #f6f6f6;
  --clr-grayBG: #ededed;
  --clr-grayText: #696969;
  --clr-grayBorder: #d1d1d1;
  --clr-inputLabel: #2a2a2a;
  --clr-user-page-wrapper-space: 24px;
}

body.custom-freshmeetu {
  background-color: var(--clr-bodyBG);
  color: var(--black);
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

body.custom-freshmeetu a {
  text-decoration: none;
  font-family: var(--font-primary);
}

body.custom-freshmeetu h1,
body.custom-freshmeetu h2,
body.custom-freshmeetu h3,
body.custom-freshmeetu h4,
body.custom-freshmeetu h5,
body.custom-freshmeetu h6 {
  font-family: var(--black);
  color: var(--clr-primary);
  margin-bottom: 0;
}

body.custom-freshmeetu h1 {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}

body.custom-freshmeetu h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

body.custom-freshmeetu h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

body.custom-freshmeetu h4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--clr-green-700);
}

body.custom-freshmeetu h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

body.custom-freshmeetu h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

body.custom-freshmeetu p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Reset and pre-flights */

body.custom-freshmeetu main {
  padding: 0;
}

body.custom-freshmeetu main>* {
  min-height: auto;
}

body.custom-freshmeetu main ul,
body.custom-freshmeetu main li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Custom container */

body.custom-freshmeetu .block-system-main-block {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.custom-container,
body.custom-freshmeetu .pager {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}

@media (min-width: 576px) {

  .custom-container,
  body.custom-freshmeetu .pager {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .custom-container,
  body.custom-freshmeetu .pager {
    max-width: 720px;
    padding: 0 18px;
  }
}

@media (min-width: 992px) {

  .custom-container,
  body.custom-freshmeetu .pager {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .custom-container,
  body.custom-freshmeetu .pager {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .custom-container,
  body.custom-freshmeetu .pager {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {

  .custom-container,
  body.custom-freshmeetu header .container,
  body.custom-freshmeetu .pager {
    max-width: 1738px;
  }

  .custom-container-md {
    max-width: 1460px;
  }
}

.row-custom {
  display: flex;
}

/* Global Styling */

.fivestar-basic div.fivestar-widget-static .star span.off {
  background-image: url("../images/star-off.svg");
  background-position: center;
  background-size: contain;
}

.fivestar-basic div.fivestar-widget-static .star span.on {
  background-image: url("../images/star-on.svg");
  background-position: center;
  background-size: contain;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.no-background {
  background-color: var(--clr-bodyBG) !important;
}

.bg-gray {
  background-color: var(--clr-grayBG);
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.arrow-link:hover {
  color: var(--clr-green-500);
}

.custom-freshmeetu .btn-primary {
  background-color: var(--clr-green-500);
}

.custom-freshmeetu .btn-primary:hover {
  background-color: var(--clr-green-600);
}

.custom-freshmeetu .btn-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--clr-grayText);
  padding: 0;
}

.primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background-color: transparent;
  color: var(--clr-green-600);
  font-weight: 600;
  line-height: 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.1s ease-out;
}

.btn-inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.primary-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: var(--clr-green-200);
  border-radius: 100px;
  transition: all 0.3s ease-out;
}

.primary-button:hover {
  color: var(--white);
}

.primary-button:hover::before {
  background-color: var(--clr-green-600);
  width: 100%;
}

.right-action {
  flex-shrink: 0;
}

.button-green {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 16px 20px;
  background-color: var(--clr-green-500);
  color: var(--white);
  border-radius: 8px;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.button-green:hover {
  background-color: var(--clr-green-600);
}

.heading-inline {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.decoration {
  position: relative;
}

.decoration::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -36px;
  left: 0;
  width: 150px;
  height: 150px;
  background: url("../images/decoration-green-light.svg") no-repeat center center;
  background-size: contain;
}

.decoration.decoration-double::before {
  background: url("../images/decoration-red-and-green-light.svg") no-repeat center center;
  top: -88px;
  left: auto;
  right: 0;
}

.section-seperator {
  border-top: 1px solid #d1d5da;
}

.clamped-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  -webkit-line-clamp: 3;
}

.clamp-4 {
  -webkit-line-clamp: 4;
}

.clamp-5 {
  -webkit-line-clamp: 5;
}

.clamp-6 {
  -webkit-line-clamp: 6;
}

.logo-fixed {
  position: absolute;
  top: 24px;
  left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo-fixed img {
  width: 100%;
  max-width: 185px;
}

.logo-fixed .logo-line {
  flex: 1;
  background: #fff;
  height: 1px;
  display: block;
  width: 150px;
}

body.custom-freshmeetu .pager {
  margin-bottom: 50px;
}

body.custom-freshmeetu .pager .pagination {
  justify-content: center;
}

/* Header */

.custom-freshmeetu .navbar .nav-link {
  font-weight: 600;
  font-family: var(--font-primary);
}

.custom-freshmeetu header .dropdown-toggle::after {
  background-image: url("../images/arrow-pointed-bottom-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 16px;
  height: 19px;
  margin-left: 0.5em;
  border: none;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.custom-freshmeetu header .nav-link.show.dropdown-toggle::after {
  background-image: url("../images/arrow-pointed-bottom-green.svg");
  transform: rotate(180deg);
}

.custom-freshmeetu header .nav-link.dropdown-toggle:hover::after {
  background-image: url("../images/arrow-pointed-bottom-green.svg");
}

.custom-freshmeetu .nav-link:hover,
.custom-freshmeetu .nav-link:focus {
  color: var(--clr-green-200);
}

.custom-freshmeetu .navbar-nav .nav-item .nav-item {
  margin-right: 0;
}

.custom-freshmeetu .dropdown-item:hover,
.custom-freshmeetu .dropdown-item:focus {
  background-color: var(--clr-grayBG);
}


/* Inner template banner */

.template-banner {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-banner-image {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

.template-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--black);
  opacity: 0.5;
}

.template-banner-image .field--type-image {
  display: flex;
  width: 100%;
}

.template-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-banner-content {
  position: relative;
  z-index: 1;
  color: var(--white);
  text-align: center;
}

.template-banner-title {
  max-width: 1200px;
  margin: 0 auto;
}

.template-banner-title h1 {
  color: var(--white) !important;
}

/* Form global styling */

.custom-freshmeetu form:not(.footer-newsletter-form) {
  display: flex;
  flex-direction: column;
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-item {
  margin: 0;
  margin-bottom: 20px;
}

.custom-freshmeetu form .form-radios,
.custom-freshmeetu form .form-checkboxes {
  gap: 20px 16px;
}

.custom-freshmeetu form .form-radios .form-type-radio,
.custom-freshmeetu form .form-checkboxes .form-type-checkbox {
  margin-bottom: 0;
}

.custom-freshmeetu .webform-options-display-two-columns {
  column-count: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.custom-freshmeetu .webform-options-display-three-columns {
  column-count: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.custom-freshmeetu .webform-options-display-four-columns {
  column-count: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.custom-freshmeetu .webform-options-display-five-columns {
  column-count: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.custom-freshmeetu form .form-type-radio,
.custom-freshmeetu form .form-type-checkbox {
  display: flex;
}

.custom-freshmeetu form .form-type-radio label,
.custom-freshmeetu form .form-type-checkbox label {
  margin: 0;
}

.custom-freshmeetu form:not(.footer-newsletter-form) label,
.custom-freshmeetu form .fieldset-legend {
  display: inline-block;
  color: var(--clr-inputLabel);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.custom-freshmeetu form:not(.footer-newsletter-form) input[type="text"],
.custom-freshmeetu form:not(.footer-newsletter-form) input[type="email"],
.custom-freshmeetu form input[type="tel"],
.custom-freshmeetu form input[type="url"],
.custom-freshmeetu form input[type="number"],
.custom-freshmeetu form input[type="password"],
.custom-freshmeetu form input[type="search"],
.custom-freshmeetu form textarea,
.custom-freshmeetu form select {
  width: 100%;
  padding: 17px 16px;
  margin-top: 0;
  border: 1px solid var(--clr-grayBorder);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  background-color: var(--clr-bodyBG);
  transition: all 0.3s ease-in-out;
}

.custom-freshmeetu form select {
  background-color: #fff;
  background-image: url("../images/arrow-pointed-bottom.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.custom-freshmeetu .custom-filter form select {
  background-color: #fff;
  background-image: url("../images/filter.svg");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  padding-right: 64px;
  background-size: 32px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  padding-block: 22px;
  box-shadow: 0px 2px 22px -11px #00000000;
  border: none;
}

.filter-bar {
  margin-bottom: 50px;
}

.custom-freshmeetu form input[type="checkbox"],
.custom-freshmeetu form input[type="radio"] {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
  margin-top: 4px;
  accent-color: var(--clr-green-500);
}

.custom-freshmeetu form input::placeholder,
.custom-freshmeetu form textarea::placeholder {
  color: var(--clr-grayText);
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--clr-green-500);
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-actions {
  display: flex;
  gap: 16px;
  margin: 10px 0 0;
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-actions .ajax-progress {
  display: none;
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-actions>* {
  flex: 1;
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-actions .button {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  border-radius: 8px;
  padding: 18px 24px;
}

.custom-freshmeetu .form-item--error-message::before {
  vertical-align: middle;
}

.custom-freshmeetu .progress-title {
  font-size: 14px;
  line-height: 1.25;
}

.custom-freshmeetu .form-type-processed-text {
  font-size: 14px;
  line-height: 1.5;
}

.custom-freshmeetu .form-type-processed-text ul {
  padding-left: 20px;
  margin-top: 10px;
}

.custom-freshmeetu .form-type-processed-text ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.custom-freshmeetu .webform-progress {
  margin-bottom: 24px;
}

.custom-freshmeetu .progress-step.is-active .progress-marker::before,
.custom-freshmeetu .webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
  background-color: var(--clr-green-500);
}

.custom-freshmeetu .webform-progress-tracker.progress-step:not(.is-active) .progress-marker::before,
.custom-freshmeetu .webform-progress-tracker .progress-step:hover .progress-marker::before,
.custom-freshmeetu .webform-progress-tracker .progress-step .progress-marker::after {
  background-color: #a4a4a4;
}

.custom-freshmeetu .progress-step.is-complete .progress-marker::before,
.custom-freshmeetu .progress-step.is-complete:hover .progress-marker::before,
.custom-freshmeetu .webform-progress-tracker .progress-step.is-complete .progress-marker::after {
  background-color: var(--clr-green-500);
}

.custom-freshmeetu .view-filters {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-freshmeetu .view-filters .form-item {
  flex-grow: 1;
  margin: 0 !important;
}

.custom-freshmeetu .view-filters .form--inline {
  margin: 0 !important;
  gap: 20px;
}

.custom-freshmeetu .view-filters .form--inline::after {
  display: none;
}

/* Homepage */

/* Hero slider */

.main-hero {
  padding-top: 20px;
  background-color: var(--clr-grayBG);
}

.hero-slider .swiper-slide {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: var(--clr-grayBG);
  height: auto;
}

.hero-slider .hero-slide-content {
  max-width: 500px;
  width: 100%;
}

.hero-slider .hero-slide-img-wrapper {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.hero-slider .hero-slide-img-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hero-slider .hero-slide-title {
  font-size: clamp(32px, 3.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-slider .hero-slide-title span {
  font-weight: 800;
  color: var(--clr-green-500);
}

.hero-slider .hero-slide-text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Categories section */

.categories-section {
  padding-top: 50px;
  background-color: var(--clr-bodyBG);
}

.categories-grid.grid-cols-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.categories-section .top-categories-slider {
  position: static;
}

.top-categories-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.swiper-container {
  position: relative;
}

.category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-card .category-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.category-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(187.01deg,
      rgba(0, 0, 0, 0) -6.94%,
      rgba(52, 110, 23, 0.7) 108.3%);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.category-image:hover::before {
  opacity: 1;
}

.category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card .category-card-content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.category-card-content a {
  margin-top: auto;
}

.category-card-content .category-card-title {
  margin-bottom: 10px;
}

.custom-freshmeetu .swiper-pagination {
  position: static;
  margin-top: 10px;
}

.custom-freshmeetu .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--clr-green-600);
}

.custom-freshmeetu .swiper-button-next,
.custom-freshmeetu .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: var(--clr-green-500);
  border-radius: 32px;
}

.custom-freshmeetu .swiper-button-next {
  right: -16px;
}

.custom-freshmeetu .swiper-button-prev {
  left: -16px;
}

.custom-freshmeetu .swiper-button-next:after,
.custom-freshmeetu .swiper-button-prev:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/arrow-pointed-right-white.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.custom-freshmeetu .swiper-button-prev:after {
  transform: rotate(180deg);
}

.custom-freshmeetu .swiper-button-next.swiper-button-disabled,
.custom-freshmeetu .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/* Video section */

.products-section {
  padding: 50px 0;
}

.latest-videos {
  background-color: var(--clr-grayBG);
}

.additional-info-wrapper {
  position: relative;
}

.additional-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 30%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in;
}

.additional-info-wrapper:hover .additional-info {
  opacity: 1;
}

.meta-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 16px;
  background: #1e410c70;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}

.like-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.play-icon {
  background: transparent;
  border: none;
  padding: 0;
}

.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-image {
  width: 100%;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}

.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-card-content {
  margin-top: 12px;
}

.product-card .product-rating {
  margin-bottom: 6px;
}

.product-rating ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.product-rating ul li {
  color: var(--clr-green-700);
}

.product-rating ul li.disabled {
  color: #9e9e9e;
}

.product-card .product-card-title {
  margin-bottom: 6px;
}

.product-actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-action-button {
  background: #dedfde;
  color: var(--clr-green-600);
  border: 0;
  padding: 6px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.product-action-button:hover {
  background: var(--clr-green-600);
  color: var(--white);
}

/* Events */

.events-section .decoration.decoration-double::before {
  top: -70px;
}

.events-section {
  padding: 50px 0;
}

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

.event-card .event-image {
  border-radius: 8px;
  overflow: hidden;
}

.event-card .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card .event-tag {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background: #ebebeb;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  color: var(--clr-green-600);
  margin-bottom: 12px;
}

.event-card .event-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.event-card .event-card-title {
  margin-bottom: 8px;
}

.event-card .event-card-title a {
  color: var(--clr-green-700);
}

.event-card .event-card-description {
  margin-bottom: 12px;
}

.event-card .event-date {
  color: #6c727f;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* Large Grid items */

.large-grid-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.large-grid-item .large-grid-item-image .large-grid-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.large-grid-item:hover .large-grid-item-image .large-grid-img {
  transform: scale(1.05);
  filter: brightness(70%);
}

.large-grid-item .large-grid-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 50px 20px 30px;
  height: 40%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.large-grid-item .large-grid-item-content h3 {
  color: #fff;
  text-transform: capitalize;
}

.large-grid-item .large-grid-item-content h3 span {
  transition: all 0.3s ease-out;
}

.large-grid-item:hover .large-grid-item-content h3 span {
  color: var(--clr-green-200);
  transition: all 0.3s ease-out;
}

/* Mentor section */

.mentors-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mentors-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.mentors-card:hover .mentors-image img {
  transform: scale(1.05);
}

.mentors-card-content {
  background: #1e410cb2;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px 16px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mentors-card .mentors-card-title {
  color: var(--white);
}

.mentors-card:hover .mentors-card-content {
  opacity: 1;
}

/* Footer */

.footer-custom-freshmeetu {
  background: var(--clr-green-800);
  padding-top: 110px;
  color: #fff;
  position: relative;
  z-index: 1;
}

footer.footer-custom-freshmeetu::before {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("../images/footer-shape.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top-content {
  padding: 64px;
  background: var(--clr-green-700);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

.footer-logo img {
  max-width: 272px;
}

.footer-newsletter {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-grow: 1;
}

.footer-newsletter h2.footer-newsletter-title {
  color: var(--white);
}

.footer-newsletter-form {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

.footer-newsletter-input {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  color: #2b3d51;
  padding: 24px 0;
  flex-grow: 1;
}

.footer-newsletter-form button.primary-button {
  border: none;
  flex-shrink: 0;
}

.footer-links {
  margin-block: 45px;
}

.footer-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 70px;
}

.footer-links ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-links ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  display: block;
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-block: 24px 36px;
  border-top: 1px solid #394135;
}

.footer-copyright {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.footer-bottom .watermark {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links ul li a:hover {
  color: var(--clr-green-200);
}

/* Login/register page */

.user-page-wrapper {
  width: 100%;
  padding: var(--clr-user-page-wrapper-space);
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
}

.user-page-inner {
  width: 100%;
  display: flex;
  gap: 32px;
}

.user-page-inner>* {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-card-wrapper {
  max-width: 670px;
  width: 100%;
  padding: 42px 32px;
  margin: 0 auto;
}

.registration-section-inner {
  max-width: 800px;
}

.login-section {
  background-image: url("../images/login-fluid-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  padding: 32px;
}

.user-card-title {
  font-weight: 800 !important;
  text-align: center;
}

.user-card-sub-title {
  color: var(--clr-grayText) !important;
  text-align: center;
  margin-bottom: 32px !important;
}

.login-section-inner {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: rgb(255 255 255 / 65%);
  border-radius: 36px;
}

.login-section-inner .user-card-sub-title {
  margin-bottom: 80px !important;
}

.registration-section {
  display: block;
  padding: 0 32px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}

/* User profile page */

.user-profile {
  padding: 100px 0;
}

.user-profile-wrapper {
  box-shadow: 0px 4px 69px -11px #00000014;
  background-color: var(--white);
}

.profile-header {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  background: #346e1712;
  padding: 30px 80px 80px 30px;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.avatar-inner {
  width: 248px;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
}

.avatar-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-avatar {
  position: relative;
}

.avatar-edit-button {
  background: var(--white);
  color: var(--black);
  box-shadow: 0px 1px 6px 0px #00000026;
  border: 0;
  padding: 13px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  position: absolute;
  bottom: 0;
  right: 24px;
  transition: all 0.15s ease-in-out;
}

.avatar-edit-button:hover {
  background-color: var(--clr-green-500);
  color: var(--white);
}

.user-information {
  font-family: Lato;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.81px;
  vertical-align: middle;
  text-transform: capitalize;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-grow: 1;
  gap: 40px;
}

.user-information .profile-username {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.88px;
}

.info-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-score {
  color: var(--clr-green-600);
  font-family: Lato;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 900;
}

.profile-tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 24px;
  line-height: 1.25;
}

.profile-tags-title {
  font-weight: 900;
}

.profile-main .profile-tags {
  gap: 16px;
}

.profile-main .profile-tags-title {
  font-weight: 700;
}

.profile-main .profile-tags-list {
  font-weight: 600;
  font-size: 20px;
}

.profile-tags-list ul {
  margin-left: 24px !important;
}

.profile-tags-list ul li {
  list-style-type: disc !important;
}

.profile-tags-list ul li:not(:last-child) {
  margin-bottom: 10px !important;
}

.profile-main {
  padding: 60px 40px;
}

.line-through-title {
  font-size: 32px !important;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px !important;
}

.line-through-title::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--clr-green-600);
  border-radius: 3px;
}

.line-through-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--clr-green-600);
  border-radius: 3px;
}

.profile-main-content-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-main-content+.profile-main-content {
  margin-top: 32px;
}

.profile-tags-list.inline-tags ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}

.portfolio-item {
  width: calc(20% - 16px);
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.portfolio-item img {
  width: 100%;
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
}

/* User story */

.user-story {
  padding-bottom: 50px;
}

.user-story ul {
  display: flex;
  gap: 12px;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.scroll-section::-webkit-scrollbar {
  display: none;
}

.user-story ul li a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 3px solid var(--clr-green-500);
  padding: 3px;
}

.user-story ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

/* SNP Template */

.snap-category-page-wrapper {
  padding: 100px 0;
}

.dual-tone-page-title h1 span {
  color: var(--clr-green-500);
}

.page-sub-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  margin-top: 8px;
}

.dual-tone-page-title {
  margin-bottom: 50px;
}

.snp-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  position: relative;
}

.snp-listing a {
  color: var(--white);
}

.single-snp {
  position: relative;
  width: calc(25% - 15px);
  border-radius: 8px;
  overflow: hidden;
}

.single-snp .snp-image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1.3;
}

.snp-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.single-snp .snp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.single-snp:hover .snp-image img {
  transform: scale(1.05);
}

.snp-author {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}

.snp-avatar {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 12px;
  border: 2px solid var(--white);
}

.snp-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snp-author-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.snp-details {
  padding: 54px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(6.97deg,
      #000000 6.59%,
      rgba(52, 110, 23, 0.74) 151.39%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.single-snp:hover .snp-details {
  opacity: 1;
}

.snp-details h4 {
  color: var(--white) !important;
}

.snp-tag-desc {
  color: var(--clr-green-200);
}

/*  */

.custom-message-box {
  position: relative;
  margin: 50px auto;
  padding: 25px 30px;
  max-width: 500px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: 2px solid #007bff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1rem;
  color: #333;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.2);
}

.custom-message-box a {
  color: #007bff;
  font-weight: 600;
  text-decoration: none;
}

.custom-message-box a:hover {
  text-decoration: underline;
}

/* Evalution templates */

.evaluation-inner {
  background: var(--clr-grayBG);
  padding: 58px 48px;
  border-radius: 40px;
}

.evaluation-title {
  margin-bottom: 42px !important;
}

.custom-freshmeetu .evaluation-page .webform-progress {
  margin-bottom: 50px;
}

.evaluation-page form {
  width: 100%;
}

.custom-freshmeetu .evaluation-page form fieldset {
  margin-bottom: 32px !important;
}

.evaluation-page form .fieldset-legend {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.evaluation-page form fieldset .fieldset-wrapper label {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}

.evaluation-page form fieldset .fieldset-wrapper input[type="checkbox"],
.evaluation-page form fieldset .fieldset-wrapper input[type="radio"] {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  margin-top: 8px;
  flex-shrink: 0;
}

.evaluation-page form fieldset .fieldset-wrapper .form-item {
  margin-bottom: 14px;
}

.custom-freshmeetu .evaluation-page form .form-actions {
  gap: 30px;
  max-width: 500px;
}

.custom-freshmeetu .evaluation-page form:not(.footer-newsletter-form) .form-actions .button {
  max-width: 234px;
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-actions .button.webform-button--previous {
  background: transparent;
  color: #000;
  border-color: #d1d1d1;
}

.custom-freshmeetu form:not(.footer-newsletter-form) .form-actions .button.webform-button--previous:hover {
  background: #d1d1d1;
}

/* Evaluation success */

.user-page-wrapper.evaluation-success {
  min-height: 0;
}

.evaluation-success .user-page-inner {
  gap: 50px;
}

.evaluation-success .left-panel {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}

.evaluation-success .success-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evaluation-success .text-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 100px;
}

.evaluation-success .text-overlay h2 {
  color: #fff;
  margin-bottom: 16px;
}

.evaluation-success .text-overlay p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
}

.evaluation-success .right-panel {
  padding: 100px 0;
}

.evaluation-success .right-panel-inner {
  background: var(--clr-grayBG);
  padding: 112px 50px;
  width: 100%;
  max-width: 694px;
  border-radius: 32px;
}

.evaluation-success .right-panel-inner .nav {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.evaluation-success .right-panel-inner .nav .nav-item {
  margin: 0;
}

.evaluation-success .right-panel-inner .nav .nav-item a {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--white);
  background-color: var(--clr-green-500);
  padding: 22px 24px;
  border-radius: 8px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.evaluation-success .right-panel-inner .nav .nav-item a:hover {
  background-color: var(--clr-green-600);
}

.path-quiz-submitted footer.footer-custom-freshmeetu,
.path-quiz-submitted .region-breadcrumb {
  display: none;
}

.evaluation-inner-banner {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 4;
}

.evaluation-inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evaluation-main-content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}

.evaluation-main-content .dual-tone-page-title {
  margin-bottom: 16px;
}

.evaluation-main-content p {
  font-weight: 400;
  font-size: 32px !important;
  line-height: 1.4 !important;
}

.evaluation-main-content .button-green {
  margin-top: 50px;
  max-width: 336px;
  width: 100%;
}

/* About page */

.about-section-inner {
  display: flex;
  align-items: center;
  gap: 120px;
  justify-content: space-between;
}

.about-section-left {
  width: 100%;
  max-width: 900px;
}

.about-section-right {
  width: 100%;
  max-width: 630px;
  padding: 38px 42px 38px 0;
  position: relative;
}

.about-section-right::before {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: 100%;
  background: var(--clr-green-500);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.about-section-video {
  width: 100%;
  aspect-ratio: 16 / 9.2;
  border: 5px solid var(--white);
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.about-section-video .play-icon {
  z-index: 1;
}

.about-section-right img {
  width: 100%;
  height: 100%;
}

.about-section-title {
  margin-bottom: 20px !important;
}

.about-section-desc {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.about-section-title span {
  color: var(--clr-green-500);
}

.vendors-section {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0;
}

.vendors-section .vendor-title {
  color: #fff !important;
  text-align: center;
  margin-bottom: 75px;
}

.vendors-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.vendors-list .vendor-item {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendors-list .vendor-item img {
  max-width: 100%;
}

.mentor-list .category-card .category-image a{
  display: flex;
  width: 100%;
}
.mentor-list .category-card .category-image a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(187.01deg,
      rgba(0, 0, 0, 0) -6.94%,
      rgba(52, 110, 23, 0.7) 108.3%);
    opacity: 0;
    transition: all 0.5s ease-out;
}

.mentor-list .category-card .category-image:hover a::before{
  opacity: 1;
}

.mentor-list .category-card .category-image{
  display: flex;
}
.mentor-list .category-card .category-image::before{
  content: none;
}

section.quick-stats {
    background: var(--clr-grayBG);
    padding: 50px 0;
}

.stats-title {
    text-align: center;
    margin-bottom: 50px;
}

/* Platform works section */

.platform-grid-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.platform-grid-image {
  width: 100%;
  height: 100%;
}

.platform-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.platform-grid-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(25.41deg,
      #000000 -4.82%,
      rgba(52, 110, 23, 0.54) 127.48%);
  color: var(--white);
  left: 0;
  right: 0;
  padding: 40px;
  text-align: center;
}

.platform-grid-content h3 {
  color: var(--white) !important;
  margin-bottom: 6px !important;
}

.platform-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  height: 864px;
}

.platform-grid-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.platform-grid-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.platform-grid-item:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.service-showcase {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service-showcase .service-showcase-title {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.service-showcase .service-box-grid {
  display: flex;
  gap: 20px;
}

.service-showcase .service-box {
  flex: 1;
  background: #000000b0;
  padding: 32px;
  border-radius: 12px;
}

.service-box h3 {
  margin-bottom: 12px !important;
  color: var(--white) !important;
}

.service-box ul {
  padding-left: 20px;
  margin: 0;
}

.service-box ul li {
  list-style-type: disc;
  color: var(--white);
  margin-bottom: 10px;
}

.service-box ul li a {
  color: var(--white);
}

.custom-product-update {}

.custom-product-update .node_teaser__media {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.custom-product-update .node_teaser__media img {
  transition: all 0.3s ease-in-out;
}

.custom-product-update .node_teaser__media:hover img {
  filter: brightness(70%);
}

.custom-product-update .node_teaser__title h3 {
  color: var(--clr-green-700);
  margin-bottom: 6px;
}

.custom-product-update .node_teaser__description {
  margin-bottom: 0;
}

.custom-product-update .fivestar-static-form-item>.form-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-product-update .fivestar-static-form-item .form-item,
.custom-product-update .fivestar-form-item .form-item {
  margin-bottom: 0 !important;
}

/* Video Detail page */

.video_content-updated .video_content__meta .form-item {
  margin-bottom: 0 !important;
}

.video_content-updated .fivestar-static-form-item>.form-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video_content-updated .field--label-inline {
  margin-top: 3px;
}

.video_content-updated .video_content__meta .field__label {
  font-weight: 600;
}

.video_content-updated .video_content__meta {
  font-size: 20px;
}

.video_content-updated p {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.video_content-updated p+p {
  margin-top: 8px;
}

/* community page */

.community-page-wrapper .profile_user__username {
  font-weight: 600;
  color: var(--clr-green-700);
  margin-bottom: 10px;
}

.community-page-wrapper .profile_user__image {
  margin-bottom: 14px !important;
  border-radius: 8px;
  overflow: hidden;
}


/* Homepage parallax */

.path-frontpage .node__content .layout-full-width:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
}

.path-frontpage .node__content .layout-full-width {
  position: relative;
  z-index: 2;
}

/* Mentor detail */

article.mentor-detail-wrapper {
  padding: 50px 0;
  margin-bottom: 50px;
  background: var(--clr-grayBG);
}

.mentor-detail-inner {
  display: flex;
  align-items: flex-start;
  gap: 124px;
}

.mentor-detail-image {
  width: 40%;
  padding-left: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 4px;
}

.mentor-detail-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--clr-green-500);
  width: 230px;
  height: 230px;
}

.mentor-detail-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mentor-detail-content {
  width: 60%;
}

.mentor-detail-content .mentor-detail-title {
  margin-bottom: 20px;
}

.video-showcase-banner {
  position: relative;
}

.video-showcase-banner .thumb {
  width: 100%;
  object-fit: cover;
}

.play-button {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-showcase-banner .play-button img {
  width: 75px;
  aspect-ratio: 1;
}

.video-grid-wrapper {
  background: var(--clr-grayBG);
  padding: 75px 0;
}

.video-grid-wrapper .video-box {
  position: relative;
  flex: 1;
}

.video-grid-inner {
  display: flex;
  gap: 24px;
}

.video-grid-wrapper .video-box::before {
  content: "";
  position: absolute;
  left: -32px;
  top: -32px;
  background: var(--clr-green-500);
  width: 228px;
  height: 208px;
}

.video-grid-wrapper .video-box:nth-child(2):before {
  left: auto;
  top: auto;
  right: -32px;
  bottom: -32px;  
}


.video-box-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 5px solid var(--white);
  background-color: var(--clr-grayBG);
}

.video-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  cursor: pointer;
}


.video-box-inner .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-box-inner::before,
.video-box-inner::after {
  content: none;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
}

.video-box-inner::before {
  bottom: 40px;
  left: 30px;
  border-left: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
}

.video-box-inner::after {
  top: 40px;
  right: 30px;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
}

.video-box-inner:hover::before,
.video-box-inner:hover::after{
  width: 32px;
  height: 32px;
}

.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
