/*
Theme Name: Suraj khadgi 
Theme URI: https://versideproductions.com.np/
Author: the Verside team
Author URI: https://versideproductions.com.np/
*/
/* ===== Base Styles ===== */
:root {
    --primary: #FF4D00;
    --secondary: #00A8FF;
    --dark: #0A0A0A;
    --darker: #050505;
    --light: #F0F0F0;
    --gray: #1E1E1E;
    --white: #FFFFFF;
    --black: #000000;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--dark);
    color: var(--light);
    overflow-x: hidden;
    position: relative;
    line-height: 1.6;
  }
  
  /* ===== Typography ===== */
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  a {
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  /* ===== Section Styling ===== */
  .section {
    padding: 6rem 0;
    position: relative;
  }
  
  .section-title {
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
  }
  
  .section-title h2 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    color: var(--white);
  }
  
  .section-title h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--primary);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .section-title .lead {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.7);
    max-width: 700px;
    margin: 0 auto;
  }
  
  /* Navigation */
.navbar {
  transition: all 0.3s ease;
  padding: 1rem 0;
  background-color: var(--darker) !important;
  border-bottom: 1px solid rgba(255, 77, 0, 0.2);
}

.navbar-brand img {
  height: 60px;
  transition: all 0.3s;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.nav-link {
  color: var(--light) !important;
  font-weight: 500;
  margin: 0 0.8rem;
  position: relative;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 0.5rem 0 !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary);
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}

.nav-link.active::after,
.nav-link:hover::after {
  width: 100%;
}
/* Dropdown Menu */
.dropdown-menu {
  min-width: auto;
  width: auto;
  white-space: nowrap;
  border: none;
  background-color: var(--gray);
  padding: 0.5rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dropdown-item {
  color: var(--light) !important;
  padding: 0.5rem 1.5rem !important;
  transition: all 0.2s;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--primary) !important;
  color: white !important;
}

/* Hover functionality for desktop */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
      margin-top: 0;
  }
  
  .dropdown-menu-end {
      right: 0;
      left: auto;
  }
}
  
  /* ===== Video Showcase ===== */
  .video-showcase {
    position: relative;
/*     height: 90vh; */
    overflow: hidden;
    /* margin-top: 100px; */
  }
  
  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ===== Stats Section ===== */
  .stats-section {
    background-color: var(--darker);
    padding: 5rem 0;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .stat-item {
    text-align: center;
    padding: 2rem;
    position: relative;
    z-index: 1;
  }
  
  .stat-item .number {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
  }
  
  .stat-item .number::after {
    content: '+';
    position: absolute;
    right: -1.2rem;
    top: 0;
    font-size: 2rem;
    color: var(--primary);
  }
  
  .stat-item p {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  
  .stat-item .icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
  }
  
  /* ===== About Section ===== */
  .about-section {
    background-color: var(--darker);
  }
  
  .portrait-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
	  max-width:100%;
  }
  
  .portrait-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
	  display:block;
  }


  
  .visionary-content {
    padding: 2rem;
  }
  
  .visionary-content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .visionary-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.8);
  }
  
  /* ===== Content Sections ===== */
  .content-section {
    padding: 6rem 0;
  }
  
  .content-block {
    margin-bottom: 3rem;
  }
  
  .content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.8);
  }
  
  /* ===== Client Logos ===== */
  .client-logos {
    padding: 4rem 0;
    background-color: var(--darker);
  }
  
  .client-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
  
  .client-logo {
    height: 100px;
    filter: grayscale(100%) brightness(2);
    transition: all 0.3s;
    opacity: 0.8;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
  }
  
  .client-logo:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.1);
    background: rgba(255, 77, 0, 0.1);
  }
  
  /* ===== Portfolio Section ===== */
  .portfolio-section {
    padding: 6rem 0;
    background-color: var(--darker);
  }
  
  .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
  }
  
  .portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  }
  
  .portfolio-item img {
    transition: transform 0.5s;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  .portfolio-item:hover img {
    transform: scale(1.05);
  }
  
  .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 2rem;
    text-align: center;
  }
  
  .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
  }
  
  .portfolio-overlay h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: white;
  }
  
  .portfolio-overlay p {
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,0.9);
  }
  
  /* ===== Buttons ===== */
  .btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    border: 2px solid transparent;
  }
  
  .btn-primary {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
  }
  
  .btn-primary:hover {
    background-color: transparent;
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 77, 0, 0.3);
  }
  
  .btn-outline-primary {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--primary);
  }
  
  .btn-outline-primary:hover {
    background-color: var(--primary);
    color: white;
    transform: translateY(-3px);
  }
  
  .btn-dark {
    background-color: var(--black);
    color: white;
    border-color: var(--black);
  }
  
  .btn-dark:hover {
    background-color: transparent;
    color: white;
    border-color: white;
    transform: translateY(-3px);
  }
  
  .btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
  
  /* ===== Comedy Club Section ===== */
  .comedy-club-section {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('https://i.ytimg.com/vi/9QyQZ5QZQ5Q/maxresdefault.jpg') no-repeat center center/cover;
    padding: 6rem 0;
    position: relative;
    color: white;
  }
  
  .comedy-logo {
    height: 80px;
    margin-bottom: 2rem;
  }
  
  /* ===== Verside Creates Section ===== */
  .verside-creates-section {
    padding: 6rem 0;
    background-color: var(--darker);
  }
  
  .youtube-embed {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    transition: all 0.3s;
  }
  
  .youtube-embed:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  }
  
  .youtube-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: none;
  }
  
  .verside-content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
  }
  
  .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
  }
  
  .feature-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
  }
  
  .feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 10px;
    height: 2px;
    background: var(--primary);
  }
  
  .channel-stats {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0;
    gap: 1.5rem;
    justify-content: center;
  }
  
  .channel-stats .stat {
    display: flex;
    align-items: center;
    color: var(--primary);
    font-weight: 600;
    background: rgba(255, 77, 0, 0.1);
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
  }
  
  .channel-stats .stat i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
  }
  
  /* ===== VAIRAV LIQUOR Section ===== */
  .vairav-section {
    padding: 6rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('https://images.unsplash.com/photo-1609951651556-5334e2706168?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') no-repeat center center/cover;
    color: white;
  }
  
  .vairav-logo img {
    height: 70px;
    margin-bottom: 1.5rem;
  }
  
  .vairav-bottle {
    text-align: center;
    position: relative;
    padding: 2rem 0;
  }
  
  .vairav-bottle img {
    max-height: 450px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    transition: transform 0.5s;
  }
  
  .vairav-bottle:hover img {
    transform: translateY(-10px);
  }
  
  .vairav-products {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    border: 1px solid rgba(255,255,255,0.1);
  }
  
  .product-list {
    list-style: none;
    padding: 0;
  }
  
  .product-list li {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 1.8rem;
    color: rgba(255,255,255,0.9);
  }
  
  .product-list li:last-child {
    border-bottom: none;
  }
  
  .product-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 10px;
    height: 2px;
    background: var(--primary);
  }
  
  /* ===== Weddings Section ===== */
  .weddings-section {
    padding: 6rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') no-repeat center center/cover;
    position: relative;
    color: white;
  }
  
  /* ===== Blog Section ===== */
  .blog-section {
    padding: 6rem 0;
    background-color: var(--darker);
  }
  
  .blog-card {
    background: var(--gray);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: all 0.3s;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
  
  .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  }
  
  .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  .blog-content {
    padding: 1.5rem;
  }
  
  .blog-date {
    color: var(--primary);
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
  }
  
  .blog-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  
  .blog-excerpt {
    margin-bottom: 1.2rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
  }
  
  .read-more {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    transition: all 0.3s;
  }
  
  .read-more:hover {
    color: white;
    text-decoration: underline;
  }
  
  /* ===== Contact Section ===== */
  .contact-section {
    padding: 6rem 0;
    background-color: var(--darker);
  }
  
  .contact-form {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: white;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
  }
  
  .form-control:focus {
    background: rgba(255,255,255,0.1);
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(255, 77, 0, 0.25);
    border-color: var(--primary);
  }
  
  /* ===== Footer ===== */
  .footer {
    padding: 4rem 0 2rem;
    background-color: var(--darker);
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  
  .footer-logo {
    margin-bottom: 1.5rem;
  }
  
  .footer-logo img {
    height: 40px;
  }
  
  .footer-links h5 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 0.8rem;
  }
  
  .footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.95rem;
  }
  
  .footer-links a:hover {
    color: var(--primary);
    padding-left: 5px;
  }
  
  .contact-info p {
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
  }
  
  .contact-info i {
    margin-right: 0.8rem;
    color: var(--primary);
    margin-top: 3px;
  }
  
  .footer-bottom {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
  }
  
  /* ===== Scroll to Top Button ===== */
  .scroll-to-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  
  .scroll-to-top.active {
    opacity: 1;
    visibility: visible;
  }
  
  .scroll-to-top:hover {
    background: white;
    color: var(--primary);
    transform: translateY(-5px);
  }
  
  /* ===== Social Icons ===== */
  .social-icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem;
    gap: 1rem;
  }
  
  .social-icon a {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s;
    text-decoration: none !important;
  }
  
  .social-icon:hover {
    background: var(--primary);
    transform: translateY(-5px);
  }
  
  /* ===== Responsive Adjustments ===== */
  @media (max-width: 992px) {
    .section {
      padding: 5rem 0;
    }
    
    .vairav-bottle img {
      max-height: 380px;
    }
    
    .content-block h3 {
      font-size: 1.8rem;
    }
  }
  
  @media (max-width: 768px) {
    .section {
      padding: 4rem 0;
    }
    
    .section-title h2 {
      font-size: 1.8rem;
    }
    
    .navbar-brand img.logo-img {
      height: 50px;
    }
    
    .stat-item .number {
      font-size: 3rem;
    }
    
    .client-logo {
      height: 80px;
      margin: 0.8rem;
    }
  
    .btn, .btn-outline-primary {
      display: block;
      width: 100%;
      margin-bottom: 1rem;
      margin-left: 0;
    }
    
    .vairav-bottle {
      margin-bottom: 2rem;
    }
    
    .vairav-bottle img {
      max-height: 300px;
    }
    
    .channel-stats {
      flex-direction: column;
      gap: 1rem;
    }
    
    .content-image, .youtube-embed {
      margin-bottom: 2rem;
    }
    
    .footer-links {
      margin-bottom: 2rem;
    }
  }
  
  @media (max-width: 576px) {
    .section {
      padding: 3.5rem 0;
    }
    
    .section-title h2 {
      font-size: 1.6rem;
    }
    
    .vairav-logo img {
      height: 50px;
    }
    
    .portfolio-overlay h4 {
      font-size: 1.3rem;
    }
    
    .blog-card img {
      height: 180px;
    }
    
    .scroll-to-top {
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
    }
    
    .client-logo {
      height: 60px;
    }
  }

  /* ===== Blog Header ===== */
.blog-header {
  padding: 8rem 0 4rem;
  background-color: var(--darker);
  text-align: center;
  margin-top: 80px;
}

.blog-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.blog-header .lead {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.7);
  max-width: 700px;
  margin: 0 auto;
}

/* ===== Blog Listing ===== */
.blog-listing {
  padding: 4rem 0;
  background-color: var(--dark);
}

.blog-card {
  background: var(--gray);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

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

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

.blog-category {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary);
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-card-content {
  padding: 1.5rem;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1rem;
}

.blog-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: white;
}

.blog-excerpt {
  margin-bottom: 1.2rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
}

.read-more {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.read-more:hover {
  color: white;
  text-decoration: underline;
}

/* Pagination */
.pagination {
  margin-top: 3rem;
}

.page-link {
  background: var(--gray);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  margin: 0 5px;
  transition: all 0.3s;
}

.page-link:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ===== Blog Detail ===== */
.blog-detail-header {
  padding: 8rem 0 4rem;
  background-color: var(--darker) !important;
  text-align: center;
  margin-top: 80px;
}

.blog-detail-header h1 {
  font-size: 2.8rem;
  margin: 1.5rem 0;
  color: var(--white);
  line-height: 1.3;
}

.blog-detail-header .blog-category {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 0.3rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-detail-header .blog-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  margin-top: 1.5rem;
}

.blog-detail-header .blog-author {
  font-weight: 600;
  color: var(--primary);
}

/* Blog Content */
.blog-content-section {
  padding: 4rem 0;
  background-color: var(--dark);
}

.featured-image {
  border-radius: 10px;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-article {
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  font-size: 1.1rem;
}

.blog-article p {
  margin-bottom: 1.5rem;
}

.blog-article .lead {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 2rem;
}

.blog-article h2 {
  font-size: 1.8rem;
  margin: 2.5rem 0 1.5rem;
  color: white;
}

.blog-article h3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  color: white;
}

.blog-article ul, .blog-article ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-article li {
  margin-bottom: 0.7rem;
}

.blog-quote {
  background: rgba(255, 77, 0, 0.1);
  border-left: 4px solid var(--primary);
  padding: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
}

.blog-quote blockquote {
  margin: 0;
  font-size: 1.2rem;
  color: white;
}

.blog-quote .blockquote-footer {
  color: rgba(255,255,255,0.7);
  margin-top: 1rem;
  font-size: 1rem;
}

.blog-image-with-caption {
  margin: 2rem 0;
}

.image-caption {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  text-align: center;
  margin-top: 0.5rem;
}

.blog-tags {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tag {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
  padding: 0.3rem 1rem;
  border-radius: 50px;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.tag:hover {
  background: var(--primary);
  color: white;
  text-decoration: none;
}

.blog-share {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 1.5rem 0;
  margin: 2rem 0;
}

.blog-share h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* Author Bio */
.author-bio {
  background: var(--gray);
  padding: 2rem;
  border-radius: 10px;
  margin: 3rem 0;
  border: 1px solid rgba(255,255,255,0.1);
}

.author-bio img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.author-bio h4 {
  color: white;
  margin-bottom: 1rem;
}

.author-bio p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 1rem;
}

/* Comments */
.comments-section {
  margin-top: 4rem;
}

.comments-section h3 {
  color: white;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.comment {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.comment:last-child {
  border-bottom: none;
}

.comment-header {
  margin-bottom: 1rem;
}

.comment-header img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.comment-header h5 {
  color: white;
  margin-bottom: 0.2rem;
}

.comment-date {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}

.comment-body p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.5rem;
}

.reply-link {
  color: var(--primary);
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s;
}

.reply-link:hover {
  color: white;
}

.comment.reply {
  border-left: 2px solid var(--primary);
  padding-left: 1.5rem;
}

/* Comment Form */
.comment-form {
  margin-top: 3rem;
}

.comment-form h3 {
  color: white;
  margin-bottom: 1.5rem;
}

.comment-form .form-control {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}

.comment-form .form-control:focus {
  background: rgba(255,255,255,0.1);
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 0, 0.25);
  border-color: var(--primary);
}

/* Related Posts */
.related-posts {
  padding: 4rem 0;
}

.related-posts .section-title {
  margin-bottom: 3rem;
}

.related-posts .section-title h2 {
  color: white;
}

/* Newsletter Section */
.newsletter-section {
  padding: 4rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80') no-repeat center center/cover;
  color: white;
  text-align: center;
}

.newsletter-section h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.newsletter-section p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.5rem;
}

.newsletter-form .input-group {
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-form .form-control {
  height: 50px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
}

.newsletter-form .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

.newsletter-form .btn {
  height: 50px;
  padding: 0 2rem;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 992px) {
  .blog-header h1, .blog-detail-header h1 {
      font-size: 2.5rem;
  }
  
  .blog-article h2 {
      font-size: 1.6rem;
  }
  
  .blog-article h3 {
      font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .blog-header, .blog-detail-header {
      padding: 6rem 0 3rem;
  }
  
  .blog-header h1, .blog-detail-header h1 {
      font-size: 2rem;
  }
  
  .blog-detail-header .blog-meta {
      gap: 1rem;
  }
  
  .author-bio .col-md-3 {
      margin-bottom: 1.5rem;
      text-align: center;
  }
  
  .author-bio img {
      max-width: 120px;
  }
}

@media (max-width: 576px) {
  .blog-header h1, .blog-detail-header h1 {
      font-size: 1.8rem;
  }
  
  .blog-card-image {
      height: 180px;
  }
  
  .blog-detail-header .blog-meta {
      flex-direction: column;
      gap: 0.5rem;
  }
  
  .blog-article .lead {
      font-size: 1.1rem;
  }
}
/* ===== Project Detail Page Styles ===== */
.project-hero {
  padding: 8rem 0 4rem;
  background-color: var(--darker);
  margin-top: 80px;
}

.project-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: white;
}

.project-excerpt {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
}

.project-category {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 0.3rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.project-details {
  margin: 2rem 0;
}

.detail-item {
  display: flex;
  margin-bottom: 1rem;
}

.detail-label {
  width: 100px;
  font-weight: 600;
  color: var(--primary);
}

.detail-value {
  flex: 1;
  color: rgba(255,255,255,0.8);
}

.project-hero-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.project-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-video-section {
  padding: 4rem 0;
  background-color: var(--dark);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

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

.project-challenge-section,
.project-solution-section,
.project-results-section {
  padding: 4rem 0;
}

.project-challenge-section h2,
.project-solution-section h2,
.project-results-section h2 {
  color: var(--primary);
  font-size: 1.8rem;
}

.solution-point {
  margin-bottom: 3rem;
}

.solution-point h3 {
  font-size: 1.4rem;
  color: white;
  margin-bottom: 1rem;
}

.solution-images {
  margin: 1.5rem 0;
}

.solution-images img {
  border-radius: 10px;
  margin-bottom: 1rem;
}

.project-gallery-section {
  padding: 4rem 0;
  background-color: var(--dark);
}

.project-gallery-section h2 {
  color: white;
  margin-bottom: 2rem;
}

.results-stats {
  margin: 2rem 0;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  height: 100%;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
}

.client-testimonial {
  background: rgba(255,255,255,0.05);
  padding: 2rem;
  border-radius: 10px;
  margin-top: 2rem;
  border-left: 4px solid var(--primary);
}

.client-testimonial blockquote {
  font-style: italic;
  font-size: 1.1rem;
  color: white;
  margin: 0;
}

.client-testimonial .blockquote-footer {
  color: rgba(255,255,255,0.7);
  margin-top: 1rem;
}

.related-projects-section {
  padding: 4rem 0;
  background-color: var(--darker);
}

.project-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}

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

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

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 2rem;
  text-align: center;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-overlay h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: white;
}

.project-overlay p {
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.9);
}

/* ===== Default Page Styles ===== */
.hero-section {
  padding: 8rem 0 4rem;
  background-color: var(--darker);
  margin-top: 80px;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: white;
}

.hero-section .lead {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
}

.hero-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-buttons {
  margin-top: 2rem;
}

.services-section {
  padding: 6rem 0;
}

.service-card {
  background: var(--gray);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(255, 77, 0, 0.2);
  border-color: var(--primary);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 77, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--primary);
  font-size: 1.8rem;
}

.service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: white;
}

.service-card p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.5rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
}

.service-features li:last-child {
  border-bottom: none;
}

.work-section {
  padding: 6rem 0;
  background-color: var(--dark);
}

.work-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}

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

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

.work-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 2rem;
  text-align: center;
}

.work-card:hover .work-overlay {
  opacity: 1;
}

.work-overlay h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: white;
}

.work-overlay p {
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.9);
}

.testimonials-section {
  padding: 6rem 0;
}

.testimonial-card {
  background: var(--gray);
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
}

.testimonial-content p {
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 1rem;
}

.testimonial-author h5 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: white;
}

.testimonial-author span {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.cta-section {
  padding: 6rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1579389083078-4e7018379f7e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') no-repeat center center/cover;
  text-align: center;
  color: white;
}

.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.cta-section .lead {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
}

/* ===== 404 Error Page Styles ===== */
.error-section {
  padding: 10rem 0 6rem;
  text-align: center;
  background-color: var(--darker);
  margin-top: 80px;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}

.error-code {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 1rem;
}

.error-section h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: white;
}

.error-section .lead {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto 2rem;
}

.error-actions {
  margin-top: 2rem;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 992px) {
  .project-hero h1, .error-section h1 {
      font-size: 2.2rem;
  }
  
  .error-code {
      font-size: 6rem;
  }
  
  .service-card {
      padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .project-hero, .error-section {
      padding: 7rem 0 3rem;
  }
  
  .project-hero h1, .error-section h1 {
      font-size: 2rem;
  }
  
  .error-code {
      font-size: 5rem;
  }
  
  .detail-item {
      flex-direction: column;
  }
  
  .detail-label {
      width: 100%;
      margin-bottom: 0.3rem;
  }
  
  .hero-section .lead, .error-section .lead {
      font-size: 1.1rem;
  }
  
  .service-icon {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .project-hero h1, .error-section h1 {
      font-size: 1.8rem;
  }
  
  .error-code {
      font-size: 4rem;
  }
  
  .error-actions .btn {
      display: block;
      width: 100%;
      margin-bottom: 1rem;
  }
  
  .error-actions .btn:last-child {
      margin-bottom: 0;
  }
  
  .hero-buttons .btn {
      display: block;
      width: 100%;
      margin-bottom: 1rem;
  }
  
  .hero-buttons .btn:last-child {
      margin-bottom: 0;
  }
}