/* Page Styles */
.hero .page-title {
  color: #000000;
  margin-bottom: 8px;
}

/* Hero content layout - only applies to pages with hero-content class */
section.hero .hero-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 24px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
}

/* Hero content background images */
.hero-content-rezio2 {
  background-image: url('img/rezio_orderlist_hero_bg.png');
}

.hero-content-rezio {
  background-image: url('img/rezio_hero_bg.jpg');
}

.hero-content-goface {
  background-image: url('img/GoFace_hero_bg.png');
}

.hero-content-mydlink {
  background-image: url('img/mydlink_hero_bg.png');
}

.hero-content-dlink {
  background-image: url('img/D-Link_hero_bg.png');
}

/* Ensure about page uses side-by-side layout on larger screens (above 768px) */
@media (min-width: 769px) {
  .hero .hero-content {
    display: grid !important;
    grid-template-columns: 1.4fr 1fr !important;
  }
}

.hero-text {
  display: flex;
  flex-direction: column;
}

.hero-image-wrapper {
  width: 100%;
  overflow: visible;
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1) translateX(40px);
  transform-origin: center center;
}

.image-card {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 32px;
  margin: 0 auto;
  border-radius: 12px;
  width: 360px;
}

.image-card-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}

.image-card p {
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

.image-card .image-subtitle-wrapper {
  font-size: 12px;
  color: #808080;
  margin-top: 24px;
  line-height: 1.6;
}

/* Page Styles Responsive */
@media (max-width: 1024px) {
  section.hero .hero-content {
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: 500px;
  }
  
  .hero-content {
    gap: 30px;
  }
  
  .image-card {
    padding: 20px;
  }
  
  .image-card p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  section.hero .hero-content {
    grid-template-columns: 1fr !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    gap: 20px;
    margin-top: 24px;
    padding: 16px;
    box-sizing: border-box;
  }
  
  .hero-image-wrapper {
    order: 1;
    width: 100%;
  }
  
  .hero-image-wrapper img {
    transform: scale(1.1) translateX(0);
  }
  
  .image-card {
    order: 2;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  
  .image-card p {
    font-size: 0.95rem;
  }
  
  .image-card-logo {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  section.hero .hero-content {
    gap: 16px;
    margin-top: 20px;
    padding: 12px;
  }
  
  .image-card {
    padding: 16px;
    width: 100%;
    max-width: 100%;
  }
  
  .image-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .image-card-logo {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
}

/* Hero Content Variant 2 */
.hero-content2 {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 60px;
}

.hero-image-wrapper2 {
  width: 100%;
}

.hero-image-wrapper2 img {
  width: 100%;
  height: auto;
  display: block;
}

.image-card2 {
  background-color: #CFE6FF;
  padding: 24px;
  margin-top: 0;
}

.image-card2 p {
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

/* Hero Content Variant 2 Responsive */
@media (max-width: 1024px) {
  .hero-content2 {
    gap: 30px;
  }
  
  .image-card2 {
    padding: 20px;
  }
  
  .image-card2 p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-content2 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  
  .image-card2 {
    padding: 20px;
  }
  
  .image-card2 p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .hero-content2 {
    gap: 24px;
    margin-top: 32px;
  }
  
  .image-card2 {
    padding: 16px;
  }
  
  .image-card2 p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

/* Impact Snapshot Section */
.impact-snapshot {
  margin-top: 0px;
  margin-bottom: 40px;
}

.impact-snapshot-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #AAAAAA;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

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

.impact-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

.impact-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
  color: #000000;
}

.impact-card-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
  flex: 1;
  color: #808080;
}

.impact-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
}

.impact-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.impact-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #808080;
}

/* Impact Snapshot Theme: Rezio */
.impact-snapshot.theme-rezio .impact-card .impact-number {
  color: #005ABE;
}

/* Impact Snapshot Theme: GoFace */
.impact-snapshot.theme-goface .impact-card .impact-number {
  color: #FF8901;
}

/* Impact Snapshot Responsive */
@media (max-width: 1024px) {
  .impact-grid {
    gap: 16px;
  }

  .impact-card {
    padding: 24px;
  }

  .impact-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .impact-snapshot {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .impact-card {
    padding: 24px;
  }

  .impact-card-title {
    font-size: 1.1rem;
  }

  .impact-card-description {
    font-size: 0.95rem;
  }

  .impact-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .impact-snapshot {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .impact-snapshot-title {
    margin-bottom: 24px;
  }

  .impact-card {
    padding: 20px;
  }

  .impact-card-title {
    font-size: 1rem;
  }

  .impact-card-description {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .impact-number {
    font-size: 2rem;
  }

  .impact-label {
    font-size: 0.85rem;
  }
}

/* Project Summary Section */
.project-summary {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 0;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Summary Grid - 3 Column Layout (for rezio) */
.summary-grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.summary-grid-3col .summary-column:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.summary-grid-3col .summary-column:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.summary-grid-3col .summary-column:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.summary-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #7F7F7F;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.summary-list li {
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.5;
}

.summary-list .im-here {
  color: #AAAAAA;
}

/* Project Summary Responsive */
@media (max-width: 1024px) {
  .summary-grid {
    gap: 30px;
  }
  
  .summary-grid-3col {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .project-summary {
    padding: 40px 0;
    margin-top: 60px;
  }
  
  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .summary-grid-3col {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .summary-grid-3col .summary-column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
  
  .summary-grid-3col .summary-column:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
  
  .summary-grid-3col .summary-column:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .project-summary {
    padding: 32px 0;
    margin-top: 40px;
  }
  
  .summary-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .summary-title {
    margin-bottom: 12px;
  }
  
  .summary-list li {
    font-size: 0.9rem;
  }
}

/* Block A Section */
.block-a {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}


.block-a-left {
  display: flex;
  flex-direction: column;
}

.block-a-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  color: #000000;
  margin: 0 0 0.5rem 0;
}

.block-a-left img {
  width: 100%;
  height: auto;
  display: block;
}

.block-a-left img.year-end-party-photo {
  width: 300px;
  height: auto;
  max-width: 100%;
}

.block-a-content {
  display: flex;
  flex-direction: column;
}

.block-a p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  margin: 0 0 24px 0;
}

.block-a ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-a ol {
  list-style: decimal;
  padding-left: 0;
  margin: 0 0 16px 0;
  list-style-position: inside;
}

.block-a li {
  color: #333333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 8px;
  position: relative;
  padding-left: 0;
  margin-left: 0;
}

.block-a ul li {
  padding-left: 20px;
}

.block-a ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.block-a ol li {
  padding-left: 0px;
  margin-left: 0;
}

.block-a img {
  width: 100%;
  height: auto;
  display: block;
}

.block-a .full-image {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0px;
  border-radius: 12px;
  background-color: #F7F7F9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.block-a .full-image img {
  width: 80%;
  height: auto;
  display: block;
}


/* Block A Responsive */
@media (max-width: 768px) {
  .block-a {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 60px;
  }
  
  .block-a-title {
    font-size: 2rem;
  }
  
  .block-a p {
    font-size: 0.95rem;
  }
  
  .block-a .full-image {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .block-a {
    margin-top: 40px;
  }
  
  .block-a-title {
    font-size: 1.8rem;
  }
  
  .block-a p {
    font-size: 0.9rem;
  }
  
  .block-a .full-image {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Block B Section */
.block-b {
  margin-top: 80px;
  margin-bottom: 80px;
}

.block-b.about-block-b {
  margin-top: 80px !important;
}

.block-b-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  color: #000000;
  margin: 0rem 0 1.5rem 0;
}

.block-b-content {
  width: 100%;
  margin: 40px 0;
}

.block-b .image-caption-block {
  margin-top: 32px;
}

.block-b .image-caption-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #7F7F7F;
  margin: 0 0 20px 0;
}

.block-b .image-caption-container {
  display: grid;
  gap: 40px;
  width: 100%;
  align-items: stretch;
  margin-bottom: 40px;
}

.block-b .col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.about-block-b .col-2 {
  grid-template-columns: 1.2fr 1fr;
}

.block-b .col-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

.block-b .col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.block-b .image-caption-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Fixed height for p tags only in Competitor Analysis section of luckydraw page */
.competitor-analysis .image-caption-item p {
  font-size: 1rem;
  line-height: 1.7;
  height: calc(1rem * 1.7 * 4); /* Fixed height for 4 lines of text */
  margin: 0 0 24px 0;
  overflow: hidden;
}

.block-b .image-caption-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.block-b .image-caption-item img.goface-icon {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.block-b .image-caption-item img.goface-about-image {
  width: 400px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.block-b .image-caption-item.goface-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.block-b .image-caption-item.goface-icon-item p {
  text-align: center;
}

/* Feedback Text Box */
.block-b .feedback-text-box {
  background-color: #ffffff;
  /* border: 1px solid #e0e0e0; */
  padding: 20px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.block-b .feedback-text-box p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.block-b .yellow-arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #FFD700;
  margin: 16px auto 24px auto;
  display: block;
}

.block-a video,
.block-a-content video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 24px;
}

.block-b .design-x {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  margin-bottom: 16px;
}

.block-b .design-x::after {
  content: "✕";
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.block-b .design-o {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  margin-bottom: 16px;
}

.block-b .design-o::after {
  content: "✓";
  color: #00ff00;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.block-b .full-image {
  width: 100%;
  padding: 60px 0px;
  margin-bottom: 40px;
  border-radius: 12px;
  background-color: #F7F7F9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-b .full-image img {
  width: 90%;
  height: auto;
  display: block;
}

/* Block B Responsive */
@media (max-width: 768px) {
  .block-b {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .block-b.about-block-b {
    margin-top: 80px !important;
  }
  
  .block-b-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .block-b {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .block-b.about-block-b {
    margin-top: 80px !important;
  }
  
  .block-b-title {
    font-size: 1.8rem;
  }
}

/* Col responsive rules based on container width */
/* col-4: 如果每个容器宽度 < 150px (总宽度 < 720px)，变成 col-3 */
/* 4列 × 150px + 3 gaps(40px×3) = 600px + 120px = 720px */
@media (max-width: 720px) {
  .block-b .col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* col-3: 如果每个容器宽度 < 200px (总宽度 < 680px)，变成 col-2 */
/* 3列 × 200px + 2 gaps(40px×2) = 600px + 80px = 680px */
@media (max-width: 680px) {
  .block-b .col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* col-4 已经变成 col-3，如果仍然太窄，再变成 col-2 */
  .block-b .col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Circle Area */
.circle-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px 0;
}

.circle-area .circle {
  background-color: #4AD4FF;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: table;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.circle-area .circle p {
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* Circle Area Responsive */
@media (max-width: 768px) {
  .circle-area .circle {
    width: 160px;
    height: 160px;
  }
  
  .circle-area .circle p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .circle-area .circle {
    width: 140px;
    height: 140px;
    padding: 16px;
  }
  
  .circle-area .circle p {
    font-size: 0.8rem;
  }
}

/* Lucky Draw Refine Goals specific styles */
.luckydraw-refine-goals .circle-area .circle {
  background-color: #FFD8E1;
}

.luckydraw-refine-goals .circle-area .circle p {
  color: #FF3E68;
}

/* Chat Container Styles */
.chat-container {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 24px;
  margin: 16px 0;
  max-width: 100%;
  width: 100%;
}

.chat-message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 12px;
}

.chat-message:last-child {
  margin-bottom: 0;
}

.chat-message-left {
  justify-content: flex-start;
}

.chat-message-right {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.chat-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.chat-bubble {
  position: relative;
  max-width: calc(100% - 80px);
  min-width: 200px;
  padding: 12px 16px;
  border-radius: 18px;
  word-wrap: break-word;
  background-color: #FFFFFF;
}

.chat-bubble-left {
  margin-left: 0;
}

.chat-bubble-left::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #FFFFFF;
}

.chat-bubble-right {
  margin-right: 0;
}

.chat-bubble-right::before {
  content: '';
  position: absolute;
  right: -8px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #FFFFFF;
}

.chat-bubble p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333333;
}

/* Chat Container Responsive */
@media (max-width: 768px) {
  .chat-container {
    padding: 16px;
    margin-top: 16px;
  }
  
  .chat-bubble {
    max-width: calc(100% - 80px);
    padding: 10px 14px;
  }
  
  .chat-bubble p {
    font-size: 0.9rem;
  }
  
  .chat-avatar {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .chat-container {
    padding: 12px;
    margin-top: 12px;
  }
  
  .chat-bubble {
    max-width: calc(100% - 70px);
    padding: 8px 12px;
  }
  
  .chat-bubble p {
    font-size: 0.85rem;
  }
  
  .chat-avatar {
    width: 45px;
    height: 45px;
  }
  
  .chat-message {
    gap: 8px;
    margin-bottom: 12px;
  }
}

/* Share URL Links Styles */
.share_url {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.share_url a {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  width: fit-content;
}

.share_url a::after {
  content: '→';
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.share_url a:hover {
  color: #666666;
}

.share_url a:hover::after {
  transform: translateX(4px);
}

/* YouTube Video Wrapper Styles */
.youtube-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 24px;
}

.youtube-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtuber_area {
  width: 100%;
  margin-top: 0px;
}

/* YouTube Video Wrapper Small - Two videos side by side */
.youtube-video-wrapper-smail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
  width: 100%;
}

.youtube-video-wrapper-smail .youtube-video-item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.youtube-video-wrapper-smail .youtube-video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Facebook Reel responsive styling */
#youtube-video-4 iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

/* YouTube Video Responsive */
@media (max-width: 768px) {
  .youtube-video-wrapper {
    margin-top: 20px;
  }
  
  .youtube-video-wrapper-smail {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .youtube-video-wrapper {
    margin-top: 16px;
  }
  
  .youtube-video-wrapper-smail {
    gap: 12px;
    margin-top: 16px;
  }
}

/* Video Link with Play Button */
.video-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.icon-play-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.icon-play-circle::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 24px solid #000000;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 4px;
}

.video-link:hover .icon-play-circle {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Video Link Responsive */
@media (max-width: 768px) {
  .video-play-button {
    width: 60px;
    height: 60px;
  }

  .icon-play-circle {
    width: 60px;
    height: 60px;
  }

  .icon-play-circle::before {
    border-left: 18px solid #000000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
  }
}

@media (max-width: 480px) {
  .video-play-button {
    width: 50px;
    height: 50px;
  }

  .icon-play-circle {
    width: 50px;
    height: 50px;
  }

  .icon-play-circle::before {
    border-left: 15px solid #000000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 2px;
  }
}

