.nav-link.active,
.nav-link: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;
}

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

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

body {
  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.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::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary);
  transition: width 0.3s;
}

.hero {
  height: 100vh;
}

.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.4), rgba(0, 0, 0, 0.4)),
    url("../images/photo-1606216794074-735e91aa2c92.jpeg");
}

.hero-slide:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/photo-1519741497674-611481863552.jpeg");
}

.hero-slide:nth-child(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/photo-1542038784456-1ea8e935640e.jpeg");
}

.hero-content {
  position: absolute !important;
  top: 75% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  width: 100% !important;
  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: #CF7A63;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(232, 146, 122, 0.3);
}

/* Stack the Portfolio section CTA buttons on mobile so they never overlap */
@media (max-width: 576px) {
  #portfolio .text-center.mt-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  #portfolio .text-center.mt-4 .btn {
    margin: 0 !important;
    width: 100%;
    max-width: 320px;
  }
}

.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;
}

.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);
}

.about-img img,
.commercial-service-img img,
.event-type-img img,
.fashion-service-img img,
.gallery-item img,
.portrait-category-img img,
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.stat-box {
  background: #fff;
  border-radius: 20px 50px;
  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;
}

.service-card {
  border: none;
  border-radius: 20px 50px;
  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 {
  height: 320px;
  object-fit: cover;
  transition: transform 0.5s;
}

.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 {
  background: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  font-weight: 700;
  display: inline-block;
  
}

.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-item {
  margin-bottom: 30px;
  cursor: pointer;
}

.gallery-item img {
  object-fit: cover;
  border-radius: 10px 30px;
}

.gallery-overlay {
  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);
}

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

.stars {
  margin-bottom: 1rem;
}

#blog {
  background: #fff;
}

.blog-card {
  border: none;
  border-radius: 20px 50px;
  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 p {
  color: #666;
  margin-bottom: 1.5rem;
}

.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 50px !important;
}

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

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

.contact-info {
  background: linear-gradient(145deg, var(--primary), #1f2933);
  color: #fff;
  padding: 2rem;
  border-radius: 20px 50px;
  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;
}

.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;
}

.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: linear-gradient(180deg, #0f172a, #020617);
}

.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-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: 3rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  color: #94a3b8;
}

.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, 146, 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(--secondary);
  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-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap; /* important for small screens */
}
/* 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 30px;
}

.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;
  height: 350px;
  position: relative;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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 50px;
  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: 120px 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 {
  height: 250px;
  overflow: hidden;
}

.commercial-service-content,
.event-type-content,
.fashion-service-content,
.portrait-category-content,
.product-type-content {
  padding: 25px;
}

.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 #E8927A;
  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 #E8927A;
  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: #E8927A;
  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 #E8927A;
  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,
.tips-box h4 i {
  color: #E8927A;
}

.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: #E8927A;
  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: #E8927A;
  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: #E8927A;
  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: #E8927A;
  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: #E8927A;
  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: #E8927A;
  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: #E8927A;
  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: #E8927A;
  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 #E8927A;
  color: #E8927A;
  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: #E8927A;
  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 #E8927A;
}

.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: #E8927A;
  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, #E8927A, #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: #E8927A;
  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 #E8927A;
}

.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: #E8927A;
  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;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)) 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;
}

.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;
}

.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(--primary) 0, #d19b8f 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(auto-fit, minmax(150px, 1fr));
  align-items: center;
  justify-items: center;
}

.client-logo {
  width: 150px;
  height: 80px;
  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: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s;
}

.client-logo:hover img,
.client-showcase-item:hover .client-logo-container img {
  filter: grayscale(0%);
  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;
}

.event-type-card {
  background: #fff;
  border-radius: 20px 50px;
  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 {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.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 50px;
  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 {
  height: 400px;
  overflow: hidden;
}

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

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

.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: 500px;
}

.after-image,
.before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

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

.after-image {
  background-image: url("../images/photo-1494790108377-be9c29b29330.jpeg");
  width: 50%;
  z-index: 2;
  border-right: 3px solid #fff;
}

.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: #E8927A;
  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 #E8927A;
  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: #E8927A;
  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: #E8927A;
  color: #fff;
  border-color: #E8927A;
}

.newsletter-sidebar {
  background: linear-gradient(135deg, #E8927A, #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;
}

.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 .next,
.page-numbers .prev {
  width: auto;
  padding: 0 20px;
  border-radius: 30px;
}

@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: 350px;
  }

  section {
    padding: 60px 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;
}

/* ══════════════════════════════════════════════════════
   ProStudios Image — Site Overrides & Inner Pages
   ══════════════════════════════════════════════════════ */

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px; width: 100%;
  background: var(--secondary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.1s;
  z-index: 99999;
  pointer-events: none;
}

/* Inner pages need top padding for fixed navbar */
body:not(.page-home) {
  padding-top: 76px;
}

/* ── Homepage: hard-reset everything site.css clobbers ───
   site.css loads after this file and sets:
     body { font-weight: 300; line-height: 1.75; }
     h1,h2,h3 { font-weight: 400; line-height: 1.15; }
   !important here wins over any non-!important rule
   regardless of load order. ─────────────────────────── */
body.page-home {
  background:   #ffffff !important;
  font-weight:  400     !important;
  font-size:    16px    !important;
  line-height:  1.5     !important;
  color:        var(--primary) !important;
}
body.page-home h1,
body.page-home h2,
body.page-home h3,
body.page-home h4,
body.page-home h5,
body.page-home h6 {
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
/* section-title h2 goes bolder than generic h2 */
body.page-home .section-title h2 {
  font-weight: 800 !important;
  line-height: 1.2 !important;
}
/* stat box numbers */
body.page-home .stat-box h3 {
  font-weight: 700  !important;
  font-size:   2.5rem !important;
  line-height: 1.1  !important;
}
/* paragraph text weight on homepage */
body.page-home p {
  font-weight: 400 !important;
}

/* Homepage portfolio grid item specificity fix (ensures template height wins over site.css) */
#portfolio .gallery-item {
  height: 300px !important;
  margin-bottom: 20px;
  border-radius: 10px 30px;
}
#portfolio .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
#portfolio .gallery-item:hover img {
  transform: scale(1.1);
}

/* Inner page hero (non-homepage) */
.page-hero {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4)) center/cover,
    url('../images/photo-1542038784456-1ea8e935640e.jpeg') center/cover;
  min-height: 35vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: #fff;
  padding: 60px 20px 50px;
}
.page-hero h1 { font-size: 2.8rem; font-weight: 700; margin-bottom: 0.75rem; }
.page-hero p  { font-size: 1.1rem; opacity: .85; max-width: 580px; margin: 0 auto; }
.page-hero-sm { min-height: 28vh; padding: 50px 20px 40px; }

/* Client access link in navbar */
.nav-client-link {
  border:        2px solid var(--secondary) !important;
  border-radius: 25px                      !important;
  padding:       8px 20px                  !important;
  color:         #fff                      !important;
}
.nav-client-link:hover {
  background: var(--secondary) !important;
  color:      #fff             !important;
}

/* "Book Now" CTA button in navbar */
.nav-book-btn {
  background: var(--secondary);
  color: #fff !important;
  border-radius: 25px;
  padding: 8px 22px;
  font-weight: 600;
  transition: 0.3s;
}
.nav-book-btn:hover {
  background: #CF7A63;
  color: #fff !important;
  transform: translateY(-2px);
}

/* ── About section ────────────────────────────────────── */
#about {
  background: #f8f9fa !important;
}

/* ── Section titles ───────────────────────────────────── */
/* Underline uses the dark primary color (matching original template) */
.section-title h2::after,
.section-title h2:after {
  background:       var(--primary) !important;
  background-color: var(--primary) !important;
}
/* Section subtitle uses accent peach */
.section-title p {
  color:     var(--secondary) !important;
  font-size: 1.1rem;
}

/* ── Portfolio section ────────────────────────────────── */
#portfolio .section-title {
  margin-bottom: 30px;
}

/* Gallery overlay hover — SVG icon */
.gallery-overlay i,
.gallery-overlay svg {
  color:          #fff;
  width:          32px;
  height:         32px;
  pointer-events: none;
}

/* ── Navbar logo ──────────────────────────────────────── */
.navbar-logo {
  height:  45px;
  width:   auto;
  display: block;
}

/* ── Back-to-top ──────────────────────────────────────── */
.back-to-top {
  color: #fff !important;
}
.back-to-top svg {
  display:        block;
  pointer-events: none;
}

/* ── Stat box color ───────────────────────────────────── */
.stat-box h3 {
  color: var(--secondary) !important;
}

/* ── Stars ────────────────────────────────────────────── */
.stars {
  font-size:      1.3rem;
  letter-spacing: 2px;
}

/* ── Icon-box SVG ─────────────────────────────────────── */
.icon-box svg {
  width:   22px;
  height:  22px;
  display: block;
}

/* ── Social links — flex so SVGs center in circle ─────── */
.social-links a {
  display:         inline-flex;
  align-items:     center;
  justify-content: center;
}
.social-links a svg {
  display:     block;
  flex-shrink: 0;
}

/* ── Mobile responsive — matches original template ──────────────── */
@media (max-width: 991px) {
  .service-card .card-body,
  .stat-box { padding: 1rem !important; }
}

@media (max-width: 768px) {
  /* Hero headline */
  .hero h1 { font-size: 2.5rem !important; }
  /* Section title headings */
  .section-title h2 { font-size: 2rem !important; }
  /* Homepage section padding only */
  body.page-home section { padding: 60px 0 !important; }
  /* Portfolio thumbnails */
  #portfolio .gallery-item { height: 250px !important; }
}
