.nav-link.active,
.nav-link:hover,
.nav-link.dropdown-toggle:hover,
.navbar-brand {
  color: var(--secondary) !important;
}

.hero,
.nav-link {
  position: relative;
}

.hero-slide,
.lightbox,
.nav-link.active::after,
.nav-link:hover::after {
  width: 100%;
}

.blog-meta i,
.fa-regular,
.far,
.post-date i,
.post-read-time i {
  margin-right: 5px;
}

.about-img,
.blog-card,
.gallery-item,
.hero,
.package-card,
.service-card {
  overflow: hidden;
}

#blogmore,
.blog-detail-hero,
.copyright,
.filter-buttons,
.hero-content,
.hero-fashion,
.hero-wedding,
.image-caption,
.lookbook-slide,
.package-header,
.section-title,
.social-links a,
.stat-box,
.testimonial-card {
  text-align: center;
}

.copyright-links a,
.footer-links a,
.nav-next a,
.nav-previous a,
.post-tags .tag,
.read-more,
.related-post-card .read-more,
.reply-link,
.share-btn {
  text-decoration: none;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/en/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/en/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/en/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/en/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #1a1a1a;
  --secondary: #E60000;
  --light: #f8f9fa;
  --dark: #0d0d0d;
  --light-color: #f9f6f3;
  --accent-color: #c89f9c;
}

/* ===== 按语言应用字体 ===== */

html.lang-en {
  --site-font-family: 'Montserrat', 'Microsoft YaHei', sans-serif;
}
html.lang-zh-cn {
  --site-font-family: 'Microsoft YaHei', sans-serif;
}
html.lang-ja {
  --site-font-family: 'Microsoft YaHei', sans-serif;
}

html.lang-en body,
html.lang-en body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: 'Montserrat', 'Microsoft YaHei', sans-serif !important;
}

html.lang-zh-cn body,
html.lang-zh-cn body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: 'Microsoft YaHei', sans-serif !important;
}

html.lang-ja body,
html.lang-ja body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: 'Microsoft YaHei', sans-serif !important;
}

/* Font Awesome 图标强制使用图标字体，不受语言字体影响 */
.fa, .fas, .far, .fab, .fal, .fad,
[class^="fa-"], [class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--site-font-family, Nunito, sans-serif);
  color: var(--primary);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  background: rgba(26, 26, 26, 0.95) !important;
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  transition: 0.3s;
}

.navbar > .container {
  position: relative;
}

.navbar.scrolled {
  padding: 0.5rem 0;
  background: rgba(13, 13, 13, 0.98) !important;
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.nav-link {
  color: #fff !important;
  margin: 0 0.9rem;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary);
  transition: width 0.3s;
}

.lang-switch {
  position: absolute;
  left: calc(50% - 250px);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.lang-toggle:hover,
.lang-toggle:focus {
  color: var(--secondary);
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

.lang-globe {
  font-size: 0.95rem;
}

.lang-label {
  letter-spacing: 0.5px;
}

.lang-arrow {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.lang-switch:hover .lang-arrow,
.lang-switch.show .lang-arrow {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  min-width: 140px;
  background: rgba(13, 13, 13, 0.98);
  border-radius: 12px;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lang-switch:hover .lang-dropdown,
.lang-switch.show .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.lang-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.lang-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--secondary);
}

.lang-item.active {
  color: var(--secondary);
  background: rgba(230, 0, 0, 0.1);
}

.lang-item.active::before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  font-size: 0.8rem;
  color: var(--secondary);
}

.lang-name {
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

/* 移动端：语言切换器放回菜单里，避免与汉堡按钮重叠 */
@media (max-width: 991.98px) {
  .lang-switch {
    position: static;
    transform: none;
    margin: 0.5rem auto 0;
    display: flex;
    justify-content: center;
  }
}

.hero {
  height: 100vh;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  z-index: 1;
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  background-size: cover;
  background-position: center;
}

.gallery-item:hover .gallery-overlay,
.hero-slide.active,
.product-gallery-item:hover .lightbox-control {
  opacity: 1;
}

.hero-slide:first-child {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("../images/photo-1606216794074-735e91aa2c92.jpeg");
  background-size: cover;
  background-position: center;
}

.hero-slide:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("../images/photo-1519741497674-611481863552.jpeg");
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  animation: 1s fadeInUp;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  animation: 1.2s fadeInUp;
}

.btn-primary-custom {
  background: var(--secondary);
  color: #fff;
  padding: 15px 40px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
  animation: 1.4s fadeInUp;
  border-radius: 50px;
}

.blog-card .card-body,
.service-card .card-body,
.stat-box {
  padding: 1.4rem;
}

.btn-primary-custom:hover {
  background: #c95a5a;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(232, 122, 122, 0.3);
}

.btn:hover,
.nav-next a:hover .nav-label,
.nav-previous a:hover .nav-label,
.studio-feature:hover i {
  color: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section {
  padding: 40px 0;
}

.section-title h2 {
  font-size: 3rem;
}

.ba-subtitle-large {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.carousel-arrows-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  margin-top: 1rem;
}

.carousel-arrows-row .carousel-control-prev,
.carousel-arrows-row .carousel-control-next {
  position: static;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: none;
}

.carousel-arrows-row .carousel-subtitle {
  flex: 1;
  text-align: center;
  margin: 0;
  padding: 0 1rem;
}

.section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--secondary);
}

.about-img:hover img,
.highlight-package,
.product-type-card:hover .product-type-img img {
  transform: scale(1.05);
}

.section-title p {
  color: #666;
}

#about,
#contact,
#portfolio {
  background: var(--light);
}

.about-img {
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    min-height: 430px;
}

.studio-section .row.align-items-stretch > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.studio-section .row.align-items-stretch > .col-lg-6 .about-img {
    flex: 1 1 auto;
    min-height: 0;
}

/* story-section 专用 */
.story-section .about-img {
    height: 100%;
    min-height: 430px;
}

.story-section .row.align-items-stretch > .col-lg-6,
.studio-section .row.align-items-stretch > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.story-section .row.align-items-stretch > .col-lg-6 .about-img {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
}

.story-section .row.align-items-stretch > .col-lg-6 .about-img img,
.studio-section .row.align-items-stretch > .col-lg-6 .about-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    display: block;
}

.stat-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.blog-card,
.contact-form,
.service-card,
.testimonial-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.equipment-card:hover,
.faq-card:hover,
.related-post-card:hover,
.stat-box:hover {
  transform: translateY(-10px);
}

.stat-box h3 {
  color: var(--secondary);
  font-size: 2.5rem;
  font-weight: 700;
}

.stat-box p {
  white-space: nowrap;
}

.service-card {
  border: none;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
}

.blog-card:hover,
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}

.service-card-link {
  display: block;
  border-radius: 10px 10px 0 0;
}

.service-card .service-card-link img {
  width: 100% !important;
  display: block !important;
  vertical-align: top;
}

.blog-card:hover img,
.commercial-service-card:hover .commercial-service-img img,
.event-type-card:hover .event-type-img img,
.fashion-service-card:hover .fashion-service-img img,
.gallery-item:hover img,
.portrait-category-card:hover .portrait-category-img img,
.product-gallery-item:hover img,
.service-card:hover img,
.team-card:hover .team-img img {
  transform: scale(1.1);
}

.price-tag {
  display: none;
  
}

.filter-buttons {
  margin-bottom: 3rem;
}

.filter-btn {
  background: 0 0;
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 10px 30px;
  margin: 5px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

#gallery {
  margin-left: auto;
  margin-right: auto;
}

.gallery-item {
  margin-bottom: 8px;
  cursor: pointer;
}

.gallery-item-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.fashion-service-link,
.event-type-link,
.portrait-category-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (min-width: 768px) {
  #services .service-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  #services .service-card .service-card-media {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  #services .service-card .service-card-media img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center;
  }

  #services .service-card .service-card-media .service-card-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }

  #services .service-card .card-body {
    min-height: 0;
    padding: 1.15rem 1.35rem 1.25rem;
  }

  #services .service-card .card-body p {
    display: block;
  }

  #services .service-card h4 {
    margin-bottom: 0.75rem;
  }

  #services .service-footer {
    margin-top: 8px;
    min-height: 0;
  }
}

@media (min-width: 992px) {
  #portfolio #gallery .gallery-item {
    aspect-ratio: 4 / 3;
  }

  #portfolio #gallery .gallery-item img {
    height: 100%;
  }
}

.gallery-overlay {
  background: rgba(232, 122, 122, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}

.client-logo,
.lightbox.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s;
}

.blog-meta i,
.equipment-card i,
.footer-logo span,
.lightbox-close:hover,
.stars {
  color: var(--secondary);
}

/* ===== Hero 视频支持 ===== */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.hero-video.active {
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* ===== 客户评价三列布局 ===== */
.testimonial-card.testimonial-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  min-height: 320px;
  padding: 1.5rem 2rem;
}

.testimonial-card.testimonial-row .testimonial-left,
.testimonial-card.testimonial-row .testimonial-center,
.testimonial-card.testimonial-row .testimonial-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
}

.testimonial-card.testimonial-row .testimonial-left {
  gap: 0.5rem;
  margin-left: 50px;
}

.testimonial-card.testimonial-row .testimonial-left img {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.testimonial-card.testimonial-row .testimonial-center {
  padding: 0 1rem;
}

.testimonial-card.testimonial-row .testimonial-right {
  margin-right: 50px;
}

/* 横版布局时覆盖原来绝对定位的微信 */
.testimonial-card.testimonial-row .testimonial-wechat {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-card.testimonial-row .testimonial-wechat-qr {
  width: 100px;
  height: 100px;
}

.testimonial-card.testimonial-row .testimonial-wechat-label {
  font-size: 0.75rem;
  color: #333;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .testimonial-card.testimonial-row {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-card.testimonial-row .testimonial-center,
  .testimonial-card.testimonial-row .testimonial-left,
  .testimonial-card.testimonial-row .testimonial-right {
    text-align: center;
  }
}

.testimonial-card {
  background: #fff;
  padding: 3rem;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}

.testimonial-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border: 3px solid var(--secondary);
}

.testimonial-wechat {
  position: absolute;
  top: 50%;
  right: 104px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 2;
}

.testimonial-wechat:hover {
  transform: translateY(-50%) translateX(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-wechat-qr {
  width: 130px !important;
  height: 130px !important;
  border-radius: 4px !important;
  border: none !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
  background: #fff;
}

.testimonial-wechat-label {
  font-size: 0.75rem;
  color: #333;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}

.testimonial-wechat-label i {
  color: #333;
  font-size: 0.85rem;
}

.stars {
  margin-bottom: 1rem;
}

#blog {
  background: #fff;
}

.blog-card {
  border: none;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
  margin-bottom: 30px;
}

.blog-card img {
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s;
  width: 100%;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
  color: #666;
  font-size: 0.9rem;
}

.blog-category {
  background: var(--secondary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.blog-card h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog-card .card-body p {
  color: #666;
  margin-bottom: 1.5rem;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: 4.8em;
  white-space: normal;
}

.read-more {
  color: var(--secondary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.read-more:hover {
  color: var(--primary);
  gap: 12px;
}

.contact-form {
  background: #fff;
  padding: 3rem;
  border-radius: 20px !important;
}

.form-control {
  border: 2px solid #e0e0e0;
  padding: 12px;
  border-radius: 8px;
  transition: border-color 0.3s;
  margin-bottom: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.2rem rgba(232, 122, 122, 0.25);
}

.form-control textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form textarea {
  pointer-events: auto;
  cursor: text;
  background: white;
}

.contact-info {
  background: linear-gradient(145deg, var(--primary), #1f2933);
  color: #fff;
  padding: 2rem;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.icon-box,
.social-links a {
  background: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
}

.contact-info h3 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 1.8rem;
  align-items: flex-start;
}

.info-item > div:last-child {
  flex: 1;
  min-width: 0;
}

.icon-box {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box i {
  font-size: 1.3rem;
  color: #fff;
}

.info-item h5 {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
}

.info-item p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
}

.contact-phone-text {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.7;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.contact-phone-item {
  margin-bottom: 2.2rem;
}

.contact-qr-codes {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-qr-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-qr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.contact-qr-item {
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  min-width: 0;
}

.contact-qr-link {
  color: inherit;
  text-decoration: none;
}

.contact-qr-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.contact-qr-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  display: block;
  object-fit: contain;
  background: #fff;
}

.contact-qr-label {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  white-space: nowrap;
}

.contact-qr-label i {
  font-size: 0.8rem;
}

.douyin-label {
  color: #333;
}

.shipinhao-label {
  color: #333;
}

.xiaohs-label {
  color: #333;
}

.social-links a {
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--dark);
  margin: 2px;
  transition: 0.3s;
}

.social-links a:hover {
  color: var(--primary);
  transform: translateY(-6px) scale(1.05);
  transform: translateY(-5px);
  background: #fff;
}

.footer {
  background: #000000 !important;
}

.footer-logo {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.footer-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  position: relative;
}

.footer-links a,
.footer-text {
  color: #cbd5f5;
  font-size: 0.95rem;
}

.footer-company-name {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.footer-company-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-logo img,
.navbar-brand img {
  height: 28px;
  width: auto;
  display: block;
}

.footer-logo img {
  height: 36px;
  filter: brightness(0) invert(1);
}

.footer-title::after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--secondary);
  position: absolute;
  left: 0;
  bottom: -6px;
}

.footer-text {
  line-height: 1.7;
}

.categories-list,
.footer-links,
.popular-posts {
  list-style: none;
  padding: 0;
}

.blog-content li,
.comment-content p,
.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  position: relative;
  padding-left: 14px;
  transition: 0.3s;
}

.footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--secondary);
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(6px);
}

.newsletter {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.newsletter input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 30px;
  border: none;
  outline: 0;
  font-size: 0.9rem;
}

.newsletter button {
  padding: 12px 22px;
  border-radius: 30px;
  border: none;
  background: var(--secondary);
  color: #000;
  font-weight: 600;
  transition: 0.3s;
}

.newsletter button:hover {
  background: #fff;
  transform: translateY(-2px);
}

.copyright {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  color: #94a3b8;
  text-align: center;
}

.copyright-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  margin: 0;
}

.copyright-text a {
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.3s;
}

.back-to-top {
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-wedding,
.loader {
  align-items: center;
  display: flex;
}

.back-to-top.show,
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-5px);
}

.servicemore {
  padding: 8px 15px;
 
  
}

.copyright-links a {
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.3s;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.5s;
}

.loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(232, 122, 122, 0.3);
  border-top-color: var(--secondary);
  border-radius: 50%;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.hero-wedding {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)) center/cover,
    url("../images/photo-1519225421980-715cb0215aed.jpeg") center/cover;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
}

.hero-wedding-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-wedding-content p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title h2:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: var(--primary);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title p {
  color: var(--secondary);
  font-size: 1.1rem;
}

.package-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  margin-bottom: 30px;
}

.commercial-service-card:hover,
.event-type-card:hover,
.fashion-service-card:hover,
.package-card:hover,
.portrait-category-card:hover,
.product-type-card:hover,
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.service-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card .card-body p {
    flex: 1;
}

.service-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
    min-height: 50px;
    flex-shrink: 0;
}
/* Mobile optimization */
@media (max-width: 576px) {
    .service-footer {
        flex-direction: row;
    }

    .servicemore {
        padding: 6px 16px;
        font-size: 13px;
        
    }
}

.package-header {
  background-color: var(--primary);
  color: #fff;
  padding: 30px 20px;
}

.package-header h3 {
  font-weight: 800;
  margin-bottom: 10px;
}

.package-price {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 15px 0;
}

.package-body,
.post-content {
  padding: 30px;
}

.milestone-content{    margin-left: 5%;}

.package-feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.package-feature i {
  color: var(--primary);
  margin-right: 10px;
  font-size: 1.1rem;
}

.highlight-package .package-header {
  background-color: var(--secondary);
}

.highlight-package {
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .highlight-package {
    transform: scale(1);
  }
  .blog-card .card-body, .service-card .card-body, .stat-box{padding: 1rem;}
}

.lookbook-slider,
.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: var(--primary);
}

.timeline-item {
  margin-bottom: 50px;
  position: relative;
  width: 50%;
  padding-right: 40px;
}

.timeline-item:nth-child(2n) {
  margin-left: 50%;
  padding-right: 0;
  padding-left: 40px;
}

.timeline-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}

.timeline-content:after,
.timeline-marker {
  position: absolute;
  top: 30px;
  width: 20px;
  height: 20px;
}

.timeline-content:after {
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}

.timeline-item:nth-child(odd) .timeline-content:after,
.timeline-item:nth-child(odd) .timeline-marker {
  right: -10px;
}

.timeline-item:nth-child(2n) .timeline-content:after,
.timeline-item:nth-child(2n) .timeline-marker {
  left: -10px;
}

.timeline-marker {
  border-radius: 50%;
  background-color: var(--primary);
  border: 5px solid var(--light-color);
  z-index: 1;
}

.faq-question {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  background-color: #f9f9f9;
}

.faq-answer.open {
  padding: 20px;
  max-height: 500px;
}

.footer {
  background-color: var(--dark);
  color: #fff;
  padding: 70px 0 20px;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--secondary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}

.gallery-grid,
.product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.gallery-overlay,
.hero-fashion {
  display: flex;
  align-items: center;
}

.gallery-item {
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 178, 169, 0.8);
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-overlay i {
  color: #fff;
  font-size: 2rem;
}

.before-after-slider span{padding: 20px;}

.contact-info-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  margin-bottom: 30px;
}

.contact-info-card i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 20px;
}

.drone-hero .hero-slide {
  background-size: cover;
  background-position: center;
}

.drone-slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/photo-1473968512647-3e447244af8f.jpeg");
}

.drone-slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/dronephoto.png");
}

.drone-slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/photo-1470225620780-dba8ba36b745.jpeg");
}

#blogmore {
  margin-top: 3%;
}

.equipment-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  height: 100%;
}

.equipment-card h5 {
  color: #2c3e50;
  margin-bottom: 15px;
}

.equipment-card p {
  color: #7f8c8d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-fashion {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)) center/cover,
    url("../images/hero-fashion.jpeg") center/cover;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
}

.commercial-service-card,
.fashion-service-card,
.product-type-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}

.faq-item,
.related-post-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.fashion-service-img {
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
}

.fashion-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-gallery-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.wedding-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wedding-gallery-card {
  height: 400px !important;
}

.commercial-service-content,
.event-type-content,
.product-type-content {
  padding: 25px;
  text-align: center;
}

.fashion-service-content {
  padding: 15px;
  text-align: center;
}

.fashion-service-content h4 {
  font-size: 1rem;
  margin: 0;
}

.portrait-category-content {
  padding: 15px;
  text-align: center;
}

.service-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.moodboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.moodboard-item {
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.author-img img,
.author-img-large img,
.comment-avatar img,
.moodboard-item img,
.popular-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moodboard-item:first-child {
  grid-column: span 2;
  height: 250px;
}

.moodboard-item:nth-child(4) {
  grid-column: span 2;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
}

.fashion-lookbook {
  background: linear-gradient(135deg, #1a1a1a 0, #2c2c2c 100%);
  padding: 80px 0;
  border-radius: 20px;
  margin: 60px 0;
  color: #fff;
  width: 90%;
  margin: auto;
}

.lookbook-slide {
  display: none;
}

.lookbook-slide.active {
  display: block;
}

.lookbook-slide img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.lookbook-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.lookbook-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.3s;
}

.lookbook-dot.active {
  background: var(--primary);
  transform: scale(1.3);
}

.testimonial-fashion {
  background: linear-gradient(135deg, var(--light-color) 0, #e8e4e0 100%);
  padding: 60px 40px;
  border-radius: 20px;
  margin: 50px 0;
  position: relative;
}

.production-step,
.production-timeline,
.turnaround-step {
  padding-left: 30px;
  position: relative;

}

.testimonial-fashion:before {
  content: '"';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 120px;
  color: var(--primary);
  font-family: serif;
  opacity: 0.1;
}

.production-timeline:before,
.turnaround-timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: var(--primary);
}

.production-step,
.turnaround-step {
  margin-bottom: 40px;

}

.production-step:before,
.turnaround-step:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--primary);
}

.production-step h5,
.turnaround-step h5 {
  color: var(--primary);
  margin-bottom: 5px;
}

.blog-detail-hero {
  background: linear-gradient(135deg,
      rgba(52, 152, 219, 0.85),
      rgba(41, 128, 185, 0.85)) center/cover,
    url("../images/photo-1554048612-b6a482bc67e5.jpeg") center/cover;
  color: #fff;
  padding: 150px 0 100px;
  margin-top: 80px;
}

.blog-detail-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.post-meta-large {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 1rem;
}

.post-meta-large span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 20px;
  border-radius: 30px;
  backdrop-filter: blur(10px);
}

.post-meta-large i {
  font-size: 1rem;
}

.blog-content-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
}

.blog-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.image-caption,
.nav-label {
  font-size: 0.9rem;
  color: #7f8c8d;
}

.blog-content h2 {
  font-size: 2rem;
  margin: 40px 0 20px;
  color: #2c3e50;
  border-bottom: 3px solid #E60000;
  padding-bottom: 10px;
}

.blog-content h3 {
  font-size: 1.6rem;
  margin: 30px 0 15px;
  color: #2c3e50;
}

.blog-content p {
  margin-bottom: 25px;
}

.blog-content blockquote {
  border-left: 4px solid #E60000;
  margin: 40px 0;
  font-style: italic;
  font-size: 1.3rem;
  color: #5d6d7e;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.blog-content blockquote:before {
  content: '"';
  font-size: 4rem;
  color: #E60000;
  opacity: 0.3;
  position: absolute;
  left: 10px;
  top: -10px;
}

.blog-content ol,
.blog-content ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.blog-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-caption {
  font-style: italic;
  margin-top: -20px;
  margin-bottom: 30px;
}

.content-image-left,
.content-image-right {
  margin: 30px 0;
}

.content-image-left img,
.content-image-right img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {

  .content-image-left,
  .content-image-right {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .content-image-left .image-wrapper,
  .content-image-left .text-wrapper,
  .content-image-right .image-wrapper,
  .content-image-right .text-wrapper {
    flex: 0 0 50%;
  }
}

.tips-box {
  background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
  border-left: 5px solid #E60000;
  padding: 25px;
  margin: 40px 0;
  border-radius: 10px;
}

.author-card,
.related-posts {
  background: #f8f9fa;
}

.post-navigation,
.post-tags {
  padding-top: 40px;
  display: flex;
  border-top: 1px solid #eee;
}

.tips-box h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.categories-list a:hover,
.categories-list li.active a,
.tips-box h4 i {
  color: #E60000;
}

.author-card {
  padding: 40px;
  border-radius: 15px;
  margin: 60px 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.author-img-large {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.author-info-large h3 {
  margin-bottom: 10px;
  color: #2c3e50;
}

.author-info-large p {
  color: #5d6d7e;
  margin-bottom: 15px;
}

.author-social {
  display: flex;
  gap: 15px;
}

.author-social a {
  color: #E60000;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.author-social a:hover {
  color: #2c3e50;
}

.post-tags {
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0;
}

.post-tags .tag {
  background: #e3f2fd;
  color: #E60000;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  transition: 0.3s;
}

.faq-category-btn.active,
.faq-category-btn:hover,
.page-numbers a.active,
.page-numbers a:hover,
.post-tags .tag:hover {
  background: #E60000;
  color: #fff;
}

.post-navigation {
  justify-content: space-between;
  margin: 60px 0;
}

.comments-section,
.quick-links,
.related-posts {
  padding: 60px 0;
}

.nav-next,
.nav-previous {
  flex: 0 0 48%;
}

.nav-next a,
.nav-previous a {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  color: #333;
  transition: 0.3s;
}

.nav-next a:hover,
.nav-previous a:hover {
  background: #E60000;
  color: #fff;
  transform: translateY(-5px);
}

.share-btn:hover,
.team-social a:hover {
  transform: translateY(-3px);
}

.nav-previous .nav-arrow {
  margin-right: 15px;
  font-size: 1.5rem;
}

.nav-next .nav-arrow {
  margin-left: 15px;
  font-size: 1.5rem;
}

.nav-label {
  margin-bottom: 5px;
}

.nav-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.nav-next {
  text-align: right;
}

.faq-category-title,
.faq-contact-cta,
.faq-hero,
.hero-about,
.hero-event,
.hero-privacy,
.hero-terms,
.quick-link-card,
.studio-feature,
.team-content,
.value-card {
  text-align: center;
}

.nav-next a {
  flex-direction: row-reverse;
}

.popular-faqs .section-title,
.related-posts .section-title,
.sidebar-widget {
  margin-bottom: 40px;
}

.related-post-card {
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s;
  height: 100%;
}

.related-post-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.related-post-card .card-body {
  padding: 20px;
}

.related-post-card .post-category {
  background: #E60000;
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 10px;
}

.related-post-card h4 {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.related-post-card .read-more {
  color: #E60000;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.comment-form {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  margin-top: 40px;
}

.comment-form h3 {
  margin-bottom: 25px;
  color: #2c3e50;
}

.comment {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.comment.reply,
.social-share {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
}

.comment-content h5 {
  margin-bottom: 5px;
  color: #2c3e50;
}

.comment-meta {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.reply-link {
  color: #E60000;
  font-size: 0.9rem;
  font-weight: 600;
}

.comment.reply {
  margin-left: 80px;
  margin-top: 20px;
}

.social-share {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 40px 0;
}

.social-share span {
  font-weight: 600;
  color: #2c3e50;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s;
}

.faq-category-btn,
.faq-question {
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.share-btn.facebook {
  background: #3b5998;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.pinterest {
  background: #bd081c;
}

.share-btn.linkedin {
  background: #0077b5;
}

.faq-hero {
  background: linear-gradient(135deg,
      rgba(52, 152, 219, 0.9),
      rgba(155, 89, 182, 0.9)) center/cover,
    url("../images/photo-1513475382585-d06e58bcb0e0.jpeg") center/cover;
  color: #fff;
  padding: 150px 0 100px;
  margin-top: 80px;
}

.blog-hero h1,
.faq-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.blog-hero p,
.faq-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

.search-box,
.search-faq {
  max-width: 600px;
  margin: 40px auto 0;
  position: relative;
}

.search-box input,
.search-faq input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border-radius: 50px;
  border: none;
  font-size: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.search-box button,
.search-faq button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #E60000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.faq-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 40px 0;
}

.faq-category-btn {
  background: #fff;
  border: 2px solid #E60000;
  color: #E60000;
  padding: 10px 25px;
  border-radius: 30px;
}

.faq-section {
  padding: 80px 0;
}

.faq-category-title {
  margin-bottom: 40px;
  position: relative;
}

.faq-category-title h2 {
  display: inline-block;
  background: #E60000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1.5rem;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  border-left: 5px solid #E60000;
}

.faq-question {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  color: #2c3e50;
}

.faq-question.active,
.faq-question:hover {
  background: #f8f9fa;
}

.faq-toggle {
  font-size: 1.2rem;
  color: #E60000;
  transition: transform 0.3s;
}

.faq-toggle.active {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  color: #5d6d7e;
  line-height: 1.6;
}

.faq-answer.active {
  padding: 20px 30px;
  max-height: 1000px;
  border-top: 1px solid #eee;
}

.faq-answer ol,
.faq-answer ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.faq-answer li {
  margin-bottom: 8px;
}

.faq-contact-cta {
  background: linear-gradient(135deg, #E60000, #2c3e50);
  color: #fff;
  padding: 80px 0;
}

.faq-contact-cta h2 {
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.faq-contact-cta p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

.client-logo img,
.client-logo-container img,
.comparison-image img,
.product-gallery-item img,
.product-type-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.popular-faqs {
  background: #f8f9fa;
  padding: 60px 0;
}

.faq-card,
.quick-link-card {
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.quick-links-grid,
.studio-features {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.faq-card {
  transition: transform 0.3s;
}

.faq-card h4 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.faq-card p {
  color: #5d6d7e;
  line-height: 1.6;
}

.faq-card .faq-category {
  display: inline-block;
  background: #e3f2fd;
  color: #E60000;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 15px;
}

.quick-links-grid {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.quick-link-card {
  transition: 0.3s;
  border-top: 5px solid #E60000;
}

.quick-link-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.quick-link-card i {
  font-size: 2.5rem;
  color: #E60000;
  margin-bottom: 20px;
}

.quick-link-card h4 {
  margin-bottom: 15px;
  color: #2c3e50;
}

.quick-link-card p {
  color: #7f8c8d;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.faq-note {
  background: #fff9e6;
  border-left: 5px solid #f1c40f;
  padding: 20px;
  border-radius: 10px;
  margin: 40px 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.faq-note i {
  color: #f1c40f;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.faq-note h5 {
  color: #d35400;
  margin-bottom: 10px;
}

.faq-note p {
  color: #7f8c8d;
  margin: 0;
}

.hero-about {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.story-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f9f6f3 0, #e8e4e0 100%);
  position: relative;
}

.campaign-timeline,
.story-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 50px;
}

.campaign-timeline:before,
.story-timeline:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  height: 100%;
  width: 2px;
  background: var(--primary);
}

.story-milestone {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.story-milestone:last-child {
  margin-bottom: 0;
}

.milestone-year {
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-card,
.value-card {
  border-radius: 15px;
  margin-bottom: 30px;
}

.studio-section,
.team-section {
  padding: 100px 0;
  background: #fff;
}

.team-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: auto;
}

.client-logo,
.value-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.team-img {
  height: 300px;
  overflow: hidden;
}

.team-content {
  padding: 30px;
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.team-social a,
.value-icon {
  display: flex;
  align-items: center;
}

.team-social a {
  width: 40px;
  height: 40px;
  background: var(--light-color);
  border-radius: 50%;
  justify-content: center;
  color: var(--dark);
  transition: 0.3s;
  text-decoration: none;
}

.team-social a:hover {
  background: var(--primary);
  color: #fff;
}

.values-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--light-color) 0, #e8e4e0 100%);
}

.value-card {
  background: #fff;
  padding: 40px 30px;
  height: auto;
}

.studio-feature:hover,
.value-icon {
  background: var(--primary);
  color: #fff;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
}

.client-logos,
.mission-vision,
.studio-features {
  display: grid;
  gap: 30px;
  margin-top: 50px;
}

.studio-feature {
  padding: 30px;
  background: var(--light-color);
  border-radius: 10px;
  transition: 0.3s;
}

.studio-feature:hover {
  transform: translateY(-5px);
}

.studio-feature i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 20px;
  transition: 0.3s;
}

.studio-feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  margin-bottom: 20px;
  transition: 0.3s;
}

.mission-vision {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.mission-box,
.vision-box {
  padding: 40px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.mission-box {
  background: linear-gradient(135deg, var(--secondary) 0, #b30000 100%);
  color: #fff;
}

.vision-box {
  background: linear-gradient(135deg, var(--dark) 0, #2a2a2a 100%);
  color: #fff;
}

.mission-box i,
.vision-box i {
  position: absolute;
  bottom: -30px;
  right: -30px;
  font-size: 8rem;
  opacity: 0.1;
}

.testimonials-about {
  padding: 100px 0;
  background: linear-gradient(135deg, #f9f6f3 0, #e8e4e0 100%);
}

.client-logos {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 18px;
}

.client-logo {
  width: 100%;
  max-width: 170px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.client-logo:hover,
.client-showcase-item:hover,
.coverage-item:hover,
.view-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.slider-handle:after,
.slider-handle:before {
  transform: translate(-50%, -50%);
  left: 50%;
  background: #fff;
}

.client-logo img,
.client-logo-container img {
  filter: none;
  opacity: 1;
  transition: 0.3s;
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
}

@media (max-width: 1199.98px) {
  .client-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

.client-logo:hover img,
.client-showcase-item:hover .client-logo-container img {
  filter: none;
  opacity: 1;
}

.hero-privacy,
.hero-terms {
  height: 50vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)) center/cover,
    url("../images/photo-1554048612-b6a482bc67e5.jpeg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
}

.privacy-content,
.terms-content {
  padding: 80px 0;
  background: #fff;
}

.privacy-navigation,
.terms-navigation {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.commercial-badge,
.event-badge,
.product-badge {
  top: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}

.privacy-nav-list,
.terms-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy-nav-list li,
.terms-nav-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.campaign-phase:last-child,
.checklist-item:last-child,
.cookie-table tr:last-child td,
.license-table tr:last-child td,
.pricing-table tr:last-child td,
.privacy-nav-list li:last-child,
.privacy-section:last-child,
.terms-nav-list li:last-child,
.terms-section:last-child,
.terms-table tr:last-child td {
  border-bottom: none;
}

.privacy-nav-list a,
.terms-nav-list a {
  color: var(--dark);
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.privacy-nav-list a:hover,
.terms-nav-list a:hover {
  color: var(--primary);
  transform: translateX(5px);
}

.privacy-nav-list a i,
.terms-nav-list a i {
  margin-right: 10px;
  font-size: 0.8rem;
}

.privacy-section,
.terms-section {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.privacy-section h3,
.terms-section h3 {
  color: var(--primary);
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid var(--primary);
}

.privacy-section p,
.terms-section p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.privacy-list,
.terms-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-list li,
.terms-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.privacy-list li:before,
.terms-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1;
}

.important-note {
  background: #fff8f8;
  border-left: 4px solid #e74c3c;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 5px 5px 0;
}

.definition-list {
  background: var(--light-color);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.definition-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.definition-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.definition-item strong {
  color: var(--primary);
  display: block;
  margin-bottom: 5px;
}

.contact-legal,
.contact-privacy {
  background: linear-gradient(135deg, var(--light-color) 0, #e8e4e0 100%);
  padding: 40px;
  border-radius: 15px;
  margin-top: 40px;
  text-align: center;
}

.contact-legal i,
.contact-privacy i {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 20px;
}

.cookie-table,
.terms-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cookie-table td,
.cookie-table th,
.license-table td,
.license-table th,
.pricing-table td,
.pricing-table th,
.terms-table td,
.terms-table th {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.cookie-table th,
.license-table th,
.pricing-table th,
.terms-table th {
  background: var(--light-color);
  font-weight: 600;
}

.hero-event {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)) center/cover,
    url("../images/photo-1540575467063-178a50c2df87.jpeg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
}

.hero-event .hero-video {
  z-index: 0;
}

.hero-event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  z-index: 1;
  pointer-events: none;
}

.hero-event .hero-wedding-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.event-type-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}

.commercial-service-img,
.event-type-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.event-type-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-badge,
.product-badge {
  position: absolute;
  left: 15px;
  background: var(--primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}

.commercial-process,
.studio-setup,
.timeline-event {
  background: linear-gradient(135deg, var(--light-color) 0, #e8e4e0 100%);
  padding: 60px 40px;
  border-radius: 20px;
  margin: 50px 0;
}

.coverage-item,
.equipment-item {
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  text-align: center;
}

.budget-ranges,
.event-coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.coverage-item {
  transition: 0.3s;
}

.coverage-item i,
.view-item i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.equipment-showcase,
.roi-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.equipment-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.event-checklist {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.checklist-icon {
  width: 40px;
  height: 40px;
  background: var(--light-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.checklist-icon i {
  color: var(--primary);
}

.emergency-plan {
  background: linear-gradient(135deg, #fff8f8 0, #ffeaea 100%);
  padding: 30px;
  border-radius: 15px;
  border-left: 5px solid var(--primary);
  margin-top: 30px;
}

.testimonial-commercial,
.testimonial-event,
.testimonial-product {
  background: linear-gradient(135deg, var(--dark) 0, #2a2a2a 100%);
  padding: 60px 40px;
  border-radius: 20px;
  color: #fff;
  margin: 50px 0;
}

.client-counts,
.product-view-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.data-category,
.legal-basis {
  padding: 25px;
  border-radius: 10px;
  margin: 20px 0;
}

.client-count,
.roi-metric {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.client-count h3,
.roi-metric h3 {
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.data-category {
  background: #f8f9fa;
  border-left: 4px solid var(--primary);
}

.data-category h5 {
  color: var(--primary);
  margin-bottom: 15px;
}

.legal-basis {
  background: #f0f7ff;
  border: 1px solid #d1e3ff;
}

.cookie-table td:first-child {
  font-weight: 600;
  color: var(--primary);
}

.update-badge {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-left: 10px;
}

.print-button {
  background: #fff;
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
}

.data-transfer,
.rights-section {
  border-radius: 10px;
  margin: 20px 0;
}

.print-button:hover {
  background: var(--primary);
  color: #fff;
}

.rights-section {
  background: #fff8f8;
  padding: 30px;
  border-left: 4px solid #e74c3c;
}

.rights-section h5 {
  color: #e74c3c;
  margin-bottom: 15px;
}

.data-transfer {
  background: #fffdf0;
  padding: 25px;
  border: 1px solid #ffeaa7;
}

.policy-updates {
  background: #f1f8e9;
  padding: 25px;
  border-radius: 10px;
  margin: 20px 0;
  border: 1px solid #c5e1a5;
}

@media print {

  .back-to-top,
  .footer,
  .navbar,
  .print-button,
  .privacy-navigation,
  .terms-navigation {
    display: none !important;
  }

  .privacy-content,
  .terms-content {
    padding: 20px 0;
  }

  .hero-privacy,
  .hero-terms {
    margin-top: 0;
    height: auto;
    padding: 40px 0;
  }
}

.hero-commercial {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)) center/cover,
    url("../images/photo-1506260408121-e353d10b87c7.jpeg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
}

.commercial-badge {
  position: absolute;
  right: 15px;
  background: var(--primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}

.process-step {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: auto;
  padding: 10px;
}

.budget-range,
.client-showcase-item,
.license-table,
.pricing-table,
.process-step-commercial {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.process-step-commercial {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.process-number {
  width: 60px;
  height: 60px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 20px;
  flex-shrink: 0;
}

.budget-amount,
.budget-range li:before,
.location-badge i,
.setup-feature i {
  color: var(--primary);
}

.client-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.client-showcase-item {
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.client-logo-container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.campaign-phase {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.phase-marker {
  position: absolute;
  left: -38px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  border: 5px solid #fff;
  z-index: 1;
}

.bulk-pricing,
.licensing-info {
  border-left: 5px solid var(--primary);
}

.budget-range {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border-top: 5px solid var(--primary);
}

.budget-amount {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 15px 0;
}

.budget-range ul {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
}

.budget-range li {
  margin-bottom: 10px;
  position: relative;
}

.budget-range li:before {
  content: "✓";
  position: absolute;
  left: -20px;
  font-weight: 700;
}

.licensing-info {
  background: linear-gradient(135deg, #f0f7ff 0, #e3eeff 100%);
  padding: 40px;
  border-radius: 15px;
  margin-top: 50px;
}

.license-table,
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.hero-portrait {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)) center/cover,
    url("../images/photo-1507003211169-0a1dd7228f2d.jpeg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
}

.portrait-category-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: auto;
  margin-bottom: 30px;
}

.portrait-category-img {
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
}

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

.portrait-category-content h4 {
  font-size: 1rem;
  margin: 0;
}

.testimonial-portrait {
  background: linear-gradient(135deg, #f9f6f3 0, #e6e2dd 100%);
  padding: 60px 0;
  border-radius: 20px;
  margin: 50px 0;
}

.before-after-slider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.ba-indicators {
  position: relative;
  bottom: auto;
  margin: 1.25rem 0 0;
  justify-content: center;
}

.ba-indicators button,
.carousel-indicators.ba-indicators button[data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px;
  min-height: 10px;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-radius: 50% !important;
  background-color: #ccc !important;
  background-clip: padding-box;
  margin: 0 5px !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.ba-indicators button.active,
.carousel-indicators.ba-indicators button.active[data-bs-target] {
  background-color: var(--secondary) !important;
  transform: scale(1.4);
}

.ba-control {
  width: 44px;
  height: 44px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s, background-color 0.3s;
}

.ba-control:hover {
  opacity: 1;
  background: var(--secondary);
}

.ba-control:hover .carousel-control-prev-icon,
.ba-control:hover .carousel-control-next-icon {
  filter: invert(1);
}

.ba-control.carousel-control-prev { left: 10px; }
.ba-control.carousel-control-next { right: 10px; }

.ba-control .carousel-control-prev-icon,
.ba-control .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  filter: invert(0.2);
}

.location-badge,
.session-duration {
  display: inline-flex;
  padding: 8px 20px;
  border-radius: 50px;
}

.comparison-image,
.location-badge,
.view-item {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.slider-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  pointer-events: auto !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.after-image,
.before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px !important;
}

#baCarousel .carousel-item {
  border-radius: 10px;
  overflow: hidden;
}

.before-image {
  background-image: url("../images/photo-1544005313-94ddf0286df2.jpeg");
  z-index: 1;
}

.after-image {
  background-image: url("../images/photo-1494790108377-be9c29b29330.jpeg");
  z-index: 2;
  width: 100%;
  clip-path: inset(0 50% 0 0);
  -webkit-clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 50px;
  background: 0 0;
  z-index: 3;
  cursor: ew-resize;
}

.slider-handle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 100%;
}

.slider-handle:before {
  content: "↔";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.location-badge {
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
}

.location-badge i {
  margin-right: 8px;
}

.session-duration {
  align-items: center;
  background: var(--light-color);
  margin-left: 10px;
}

.hero-product {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)) center/cover,
    url("../images/photo-1554048612-b6a482bc67e5.jpeg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  position: relative;
}

.product-gallery-item,
.product-type-img {
  position: relative;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.product-type-img {
  height: 300px;
  background: #f9f6f3;
  justify-content: center;
 
}

.product-gallery-item img,
.product-type-img img {
  transition: transform 0.5s;
}
.studio-img{width: 100%;border-radius: 30px;}

.setup-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.setup-feature i {
  font-size: 1.5rem;
  margin-right: 15px;
  margin-top: 5px;
}

.view-item {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}

.product-gallery-item {
  border-radius: 10px;
  height: 300px;
  background: #f9f6f3;
  justify-content: center;
 
}
.product-gallery-item img{
  border-radius: 30px;
}

.product-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.product-gallery-item:hover .product-info-overlay {
  transform: translateY(0);
}

.lightbox-control {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}

.retouching-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.comparison-image,
.post-meta {
  display: flex;
  align-items: center;
}

.comparison-item {
  text-align: center;
}

.comparison-image {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  height: 200px;
  justify-content: center;
}

.turnaround-timeline {
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}

.bulk-pricing {
  background: linear-gradient(135deg, #f0f7ff 0, #e3eeff 100%);
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
}

.blog-hero {
  background: linear-gradient(135deg,
      rgba(52, 152, 219, 0.9),
      rgba(155, 89, 182, 0.9)) center/cover,
    url("../images/photo-1554048612-b6a482bc67e5.jpeg") center/cover;
  color: #fff;
  padding: 150px 0 100px;
  text-align: center;
  margin-top: 80px;
}

.blog-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 60px 0;
}

.blog-post-single {
  margin-bottom: 60px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.blog-post-single:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.blog-post-single img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-meta {
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.page-numbers,
.tags {
  gap: 10px;
  display: flex;
}

.post-category {
  background: #E60000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.post-date,
.post-read-time {
  color: #7f8c8d;
  font-size: 0.9rem;
}

.post-content h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.post-content p {
  color: #5d6d7e;
  line-height: 1.7;
  margin-bottom: 20px;
}

.post-author {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.author-info h5 {
  margin-bottom: 5px;
}

.author-info small,
.popular-post-content small {
  color: #7f8c8d;
}

.categories-list a,
.tag {
  color: #5d6d7e;
  text-decoration: none;
}

.sidebar {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
  height: fit-content;
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E60000;
  position: relative;
}

.sidebar-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #2c3e50;
}

.categories-list li {
  margin-bottom: 12px;
}

.categories-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  transition: color 0.3s;
}

.categories-list span {
  background: #E60000;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.8rem;
}

.popular-post {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.popular-post-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.popular-post-content h5 {
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.4;
}

.tags {
  flex-wrap: wrap;
}

.tag {
  background: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.tag:hover {
  background: #E60000;
  color: #fff;
  border-color: #E60000;
}

.newsletter-sidebar {
  background: linear-gradient(135deg, #E60000, #2c3e50);
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.newsletter-sidebar h5 {
  color: #fff;
  margin-bottom: 15px;
}

.newsletter-sidebar p {
  opacity: 0.9;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.newsletter-sidebar input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 30px;
  border: none;
  margin-bottom: 15px;
}

.newsletter-sidebar button {
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  background: #2c3e50;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter-sidebar button:hover {
  background: #1a252f;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page-numbers {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f8f9fa;
  color: #5d6d7e;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #E60000;
  color: #fff;
  font-weight: 600;
}

.page-numbers li:first-child:not(.active) a,
.page-numbers li:first-child:not(.active) span,
.page-numbers li:last-child:not(.active) a,
.page-numbers li:last-child:not(.active) span {
  width: auto;
  padding: 0 20px;
  border-radius: 30px;
  background: #f8f9fa;
  color: #5d6d7e;
}

.page-numbers li:first-child:not(.active) a:hover,
.page-numbers li:first-child:not(.active) span:hover,
.page-numbers li:last-child:not(.active) a:hover,
.page-numbers li:last-child:not(.active) span:hover {
  background: #E60000;
  color: #fff;
}

@media (max-width: 992px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .blog-hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {

  .faq-hero h1,
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .blog-detail-hero h1,
  .blog-hero h1,
  .faq-contact-cta h2,
  .section-title h2 {
    font-size: 2rem;
  }

  .gallery-item img {
    height: 100%;
  }

  section {
    padding: 60px 0;
  }

  .navbar-collapse {
    background: rgba(26, 26, 26, 0.98);
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    backdrop-filter: blur(10px);
  }

  .nav-link {
    margin: 10px 0;
    padding: 10px 0;
  }

  .post-meta-large {
    flex-direction: column;
    gap: 10px;
  }

  .author-card {
    flex-direction: column;
    text-align: center;
  }

  .post-navigation {
    flex-direction: column;
    gap: 20px;
  }

  .nav-next,
  .nav-previous {
    flex: 0 0 100%;
  }

  .comment.reply {
    margin-left: 40px;
  }

  .faq-hero p {
    font-size: 1rem;
  }

  .faq-categories {
    flex-direction: column;
    align-items: center;
  }

  .faq-category-btn {
    width: 80%;
    text-align: center;
  }

  .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .blog-hero {
    padding: 120px 0 80px;
  }
}
html, body {
    overflow-x: hidden;
    width: 100%;
}
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
}
.row {
    margin-left: 0;
    margin-right: 0;
}
img {
    max-width: 100%;
    height: auto;
}

.lang-ja .navbar-nav .nav-link {
    font-size: 0.8rem;
    margin: 0 0.4rem;
    white-space: nowrap;
}

.blog-detail-hero {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.85), rgba(41, 128, 185, 0.85)) center/cover, url('/static/module/index/photography/images/photo-1554048612-b6a482bc67e5.jpeg') center/cover;
    padding: 150px 0 100px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
}

.blog-detail-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post-meta-large {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
    font-size: 1rem;
}

.post-meta-large span {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
}

.author-small {
    margin-top: 20px;
}

.social-share {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin: 40px 0;
}

.social-share span {
    font-weight: 600;
    color: #2c3e50;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.pinterest {
    background: #bd081c;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blog-content-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
}

.blog-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 35px 0 15px;
    color: #1a1a1a;
}

.blog-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 25px 0 12px;
    color: #1a1a1a;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}

.image-caption {
    font-size: 0.9rem;
    color: #888;
    text-align: center;
    margin-top: -10px !important;
    font-style: italic;
}

.content-image-left,
.content-image-right {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 30px 0;
}

.content-image-left .image-wrapper,
.content-image-right .image-wrapper {
    flex: 1;
}

.content-image-left .text-wrapper,
.content-image-right .text-wrapper {
    flex: 1;
}

.content-image-right {
    flex-direction: row-reverse;
}

.tips-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #E60000;
}

.tips-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #92400e;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-content blockquote {
    font-size: 1.2rem;
    font-style: italic;
    border-left: 4px solid #E60000;
    padding-left: 20px;
    margin: 30px 0;
    color: #666;
}

.blog-content blockquote cite {
    display: block;
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: normal;
    color: #888;
}

.blog-content ol,
.blog-content ul {
    padding-left: 25px;
    margin-bottom: 20px;
}

.blog-content li {
    margin-bottom: 10px;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.tag {
    padding: 8px 16px;
    background: #f8f9fa;
    color: #666;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.tag:hover {
    background: #E60000;
    color: white;
}

.author-card {
    display: flex;
    gap: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
}

.author-img-large {
    flex-shrink: 0;
}

.author-img-large img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info-large h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.author-info-large p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.author-social {
    display: flex;
    gap: 10px;
}

.author-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.3s;
}

.author-social a:hover {
    background: #E60000;
    color: white;
}

.post-navigation {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.post-navigation a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: all 0.3s;
}

.post-navigation a:hover {
    border-color: #E60000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.post-navigation .disabled {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    opacity: 0.6;
}

.nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E60000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.nav-label {
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.nav-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.nav-next {
    text-align: right;
}

.comments-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.comments-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.comments-list {
    margin-bottom: 40px;
}

.comment {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.comment.reply {
    margin-left: 60px;
}

.comment-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.comment-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.comment-meta {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 10px;
}

.comment-content p {
    color: #555;
    line-height: 1.6;
}

.reply-link {
    color: #E60000;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.comment-form {
    background: white;
    padding: 30px;
    border-radius: 12px;
}

.comment-form h3 {
    margin-bottom: 25px;
    color: #1a1a1a;
}

.related-posts {
    padding: 60px 0;
    background: white;
}

.related-posts .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.related-post-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.related-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.related-post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-post-card .card-body {
    padding: 25px;
}

.related-post-card .post-category {
    display: inline-block;
    padding: 6px 14px;
    background: #E60000;
    color: white;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.related-post-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.related-post-card p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.related-post-card .read-more {
    color: #E60000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.related-post-card .read-more:hover {
    gap: 12px;
}

@media (max-width: 768px) {
    .blog-detail-hero {
        padding: 100px 0 60px;
    }
    
    .blog-detail-hero h1 {
        font-size: 2rem;
    }
    
    .post-meta-large {
        flex-direction: column;
        gap: 10px;
    }
    
    .social-share {
        flex-direction: column;
    }
    
    .content-image-left,
    .content-image-right {
        flex-direction: column;
    }
    
    .author-card {
        flex-direction: column;
        text-align: center;
    }
    
    .author-social {
        justify-content: center;
    }
    
    .post-navigation {
        flex-direction: column;
    }
    
    .comment.reply {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0.8rem 0;
    }

    .navbar > .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-brand {
        order: 1;
        margin-right: auto;
    }

    .navbar-brand img {
        height: 24px;
    }

    .navbar-toggler {
        order: 2;
        margin-left: auto;
        padding: 0.45rem 0.65rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 12px;
        box-shadow: none !important;
    }

    .lang-switch {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        margin: 0;
    }

    .lang-toggle {
        width: auto;
        min-height: 42px;
        padding: 0.55rem 0.9rem;
        font-size: 0.88rem;
    }

    .navbar-collapse {
        order: 4;
        width: 100%;
        margin-top: 0;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .navbar-nav {
        gap: 2px;
    }

    .nav-link {
        margin: 0;
        padding: 12px 0;
        font-size: 0.96rem;
        line-height: 1.35;
    }

    .nav-link:not(.dropdown-toggle)::after {
        display: none;
    }

    .lang-ja .navbar-nav .nav-link {
        font-size: 0.92rem;
        margin: 0;
    }

    .hero,
    .hero-content {
        min-height: 100svh;
        height: auto;
    }

    .hero-content {
        padding: 112px 0 54px;
        align-items: flex-end;
    }

    .hero-content .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero h1 {
        font-size: 2.15rem;
        line-height: 1.1;
        margin-bottom: 0.85rem;
    }

    .hero p {
        max-width: none;
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 1.4rem;
    }

    .btn-primary-custom {
        min-height: 48px;
        padding: 13px 24px;
        letter-spacing: 1.2px;
    }

    section {
        padding: 52px 0;
    }

    section .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .section-title {
        margin-bottom: 28px;
    }

    .section-title h2,
    .blog-detail-hero h1,
    .blog-hero h1,
    .faq-contact-cta h2,
    .faq-hero h1 {
        font-size: 1.9rem;
        line-height: 1.18;
    }

    .section-title p {
        font-size: 0.98rem;
        line-height: 1.7;
        margin-top: 12px;
    }

    .about-img,
    .story-section .about-img {
        min-height: 280px;
    }

    .stat-box {
        border-radius: 16px;
    }

    .stat-box h3 {
        font-size: 2rem;
    }

    .stat-box p {
        white-space: normal;
        line-height: 1.5;
    }

    .text-end {
        text-align: left !important;
    }

    .service-card,
    .blog-card,
    .testimonial-card,
    .contact-form,
    .contact-info {
        border-radius: 18px !important;
    }

    .service-card .card-body,
    .blog-card .card-body {
        padding: 1.15rem;
    }

    .service-card h4,
    .blog-card h4 {
        font-size: 1.15rem;
        line-height: 1.4;
    }

    .service-card .card-body p,
    .blog-card .card-body p {
        line-height: 1.65;
    }

    .service-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .service-footer .btn,
    .servicemore,
    #blogmore .btn {
        width: 100%;
        justify-content: center;
    }

    .filter-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin-bottom: 2rem;
    }

    .filter-btn {
        margin: 0;
        padding: 9px 16px;
        font-size: 0.88rem;
        line-height: 1.2;
    }

    .gallery-item {
        margin-bottom: 4px;
    }

    .fashion-service-card {
        margin-bottom: 15px;
    }

    .gallery-item img {
        height: 100%;
        border-radius: 14px;
    }

    .blog-card {
        margin-bottom: 20px;
    }

    .blog-card img {
        height: 220px;
    }

    .blog-meta {
        flex-wrap: wrap;
        gap: 8px 14px;
        font-size: 0.82rem;
    }

    .blog-category {
        padding: 5px 12px;
    }

    .testimonial-card.testimonial-row {
        padding: 1.25rem;
        gap: 18px;
    }

    .testimonial-card.testimonial-row .testimonial-left,
    .testimonial-card.testimonial-row .testimonial-right {
        margin-left: 0;
        margin-right: 0;
    }

    .testimonial-card.testimonial-row .testimonial-left,
    .testimonial-card.testimonial-row .testimonial-center,
    .testimonial-card.testimonial-row .testimonial-right,
    .testimonial-card.testimonial-row .testimonial-wechat {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .testimonial-card.testimonial-row .testimonial-left img {
        width: 90px;
        height: 90px;
    }

    .testimonial-card.testimonial-row .stars {
        justify-content: center;
        display: flex;
    }

    .testimonial-card.testimonial-row .testimonial-wechat {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-card.testimonial-row .testimonial-center p {
        line-height: 1.7;
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        width: 38px;
    }

    .contact-form,
    .contact-info {
        padding: 1.3rem;
    }

    .form-control {
        margin-bottom: 1rem;
    }

    .info-item {
        gap: 14px;
        margin-bottom: 1.25rem;
    }

    .contact-qr-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.65rem;
    }

    .footer .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer {
        padding-top: 42px;
    }

    .footer-title {
        margin-bottom: 1rem;
    }

    .footer-links a,
    .footer-text,
    .footer-company-description {
        line-height: 1.75;
    }

    .newsletter {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter input,
    .newsletter button {
        width: 100%;
        min-height: 48px;
    }

    .copyright {
        margin-top: 2rem;
        text-align: center;
    }

    .copyright-text {
        gap: 6px 10px;
    }

    .fashion-lookbook {
        width: calc(100% - 24px);
        margin: 28px auto;
        padding: 36px 0 28px;
        border-radius: 16px;
    }

    .before-after-slider {
        width: 100%;
        border-radius: 14px;
    }

    .slider-container {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 14px !important;
    }

    .before-image,
    .after-image,
    #baCarousel .carousel-item {
        border-radius: 14px !important;
    }

    .before-image,
    .after-image {
        background-position: center center;
    }

    .before-after-slider .d-flex {
        margin-top: 12px !important;
        font-size: 0.9rem;
    }

    .before-after-slider span {
        padding: 10px 8px;
    }

    .ba-indicators {
        margin-top: 1rem;
    }

    .ba-control {
        width: 36px;
        height: 36px;
    }

    .ba-control .carousel-control-prev-icon,
    .ba-control .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    .slider-handle {
        width: 40px;
    }

    .slider-handle:before {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .back-to-top {
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding-top: 104px;
        padding-bottom: 46px;
    }

    .hero h1 {
        font-size: 1.85rem;
    }

    .hero p {
        font-size: 0.95rem;
    }

    .section-title h2,
    .blog-detail-hero h1,
    .blog-hero h1,
    .faq-contact-cta h2,
    .faq-hero h1 {
        font-size: 1.65rem;
    }

    .gallery-item img {
        height: 100%;
    }

    .blog-card img {
        height: 200px;
    }

    .fashion-lookbook {
        width: calc(100% - 16px);
        margin: 24px auto;
        padding: 28px 0 22px;
        border-radius: 14px;
    }

    .slider-container {
        aspect-ratio: 4 / 3;
    }

    .before-after-slider .d-flex {
        font-size: 0.82rem;
    }

    .before-after-slider span {
        padding: 8px 4px;
    }

    .ba-indicators button,
    .carousel-indicators.ba-indicators button[data-bs-target] {
        width: 8px !important;
        height: 8px !important;
        min-width: 8px;
        min-height: 8px;
        margin: 0 4px !important;
    }

    .ba-control {
        width: 32px;
        height: 32px;
    }

    .ba-control.carousel-control-prev {
        left: 8px;
    }

    .ba-control.carousel-control-next {
        right: 8px;
    }

    .slider-handle {
        width: 34px;
    }

    .slider-handle:before {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .contact-qr-list {
        grid-template-columns: 1fr;
    }

    html.lang-en .fashion-photography-page .hero-wedding-content .container,
    html.lang-en .fashion-photography-page #services .container,
    html.lang-en .fashion-photography-page .fashion-lookbook .container {
        max-width: 100%;
    }

    html.lang-en .fashion-photography-page .hero-fashion .hero-wedding-content h1,
    html.lang-en .fashion-photography-page #services .section-title h2,
    html.lang-en .fashion-photography-page .fashion-lookbook .section-title h2 {
        font-size: 1.72rem;
        line-height: 1.2;
        letter-spacing: 0;
        text-wrap: balance;
        overflow-wrap: anywhere;
    }

    html.lang-en .fashion-photography-page .hero-fashion .hero-wedding-content p,
    html.lang-en .fashion-photography-page #services .section-title p,
    html.lang-en .fashion-photography-page .fashion-lookbook .section-title p {
        max-width: 31ch;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.95rem;
        line-height: 1.75;
        text-wrap: pretty;
        overflow-wrap: anywhere;
    }

    html.lang-en .fashion-photography-page #services .filter-buttons {
        gap: 10px;
    }

    html.lang-en .fashion-photography-page #services .filter-btn {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 0.82rem;
        line-height: 1.35;
        white-space: normal;
        text-align: center;
    }

    html.lang-en .fashion-photography-page .before-after-slider .d-flex {
        align-items: flex-start;
        gap: 12px;
        font-size: 0.82rem;
        line-height: 1.35;
    }

    html.lang-en .fashion-photography-page .before-after-slider .d-flex span {
        flex: 1 1 0;
        padding: 10px 4px;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}
