body {
      background-color: #f7f7f7;
      /*font-family: 'Arial', sans-serif;*/
    }
	
	
	/* --- Global Reset & Fonts --- */
body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .navbar-brand, .filter-btn, .fw-bold {
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.03em; /* Modern look ke liye tight spacing */
}
.list-unstyled li a{font-size:3rem;}
.gradient {
      background: linear-gradient(90deg, #000000, #a445b2, #6f42c1, #4a00e0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }
.animated-gradient {
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at center, white 20%, transparent 70%),
                  linear-gradient(45deg,
                    #f9c2ff,
                    #c2d4ff,
                    #c2fff2,
                    #fffac2,
                    #ffd1c2,
                    #f9c2ff
                  );
      background-size: 400% 400%;
      animation: moveGradient 20s ease infinite;
      /*filter: blur(10px);*/
    }

    @keyframes moveGradient {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    .hero-section {
      padding: 60px 0 0;
    }
    .hero-text h1 {
      font-weight: 700;
      font-size: 3rem;
    }
    .hero-text p {
      color: #555;
      font-size: 1rem;
      margin-top: 10px;
    }
    .btn-dark {
      border-radius: 30px;
      padding: 10px 25px;
    }
    .btn-outline-dark {
      border-radius: 30px;
      padding: 10px 25px;
    }
    .hero-image img {
      max-width: 100%;
      border-radius: 10px;
    }
    .gradient-bg {
      position: absolute;
      top: 0;
      right: 0;
      width: 250px;
      height: 250px;
      background: radial-gradient(circle, rgba(255,0,150,0.6), rgba(0,229,255,0.6), rgba(255,255,0,0.6));
      filter: blur(80px);
      z-index: -1;
    }


.service-bar {
      background-color: #000;
      color: #fff;
      padding: 15px 0;
      overflow-x: auto;
      white-space: nowrap;
      background-image: url('https://www.transparenttextures.com/patterns/stardust.png'); /* Optional star background */
      background-size: cover;
    }
    .service-item {
      display: inline-flex;
      align-items: center;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.2rem;
      margin: 0 25px;
      letter-spacing: 1px;
    }
    .star-icon {
      margin: 0 20px;
      color: #fff;
      font-size: 1rem;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .service-bar::-webkit-scrollbar {
      display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .service-bar {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    @media (max-width: 768px) {
      .service-item {
        font-size: 1rem;
        margin: 0 15px;
      }
    }




.social-bar {
      font-size: 0.9rem;
      border-bottom: 1px solid #aaa;
      padding: 10px 0;
    }
    .social-bar a {
      color: black;
      text-decoration: none;
      margin: 0 10px;
    }
    .h2-title {
      font-weight: 800;
      font-size: 2.5rem;
	  margin-bottom:2rem;
    }
    .scroll-down {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-size: 0.8rem;
      text-align: center;
      margin-bottom: 20px;
    }
    .scroll-down-icon {
      display: inline-block;
      background: black;
      color: white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 1rem;
    }
    .service-card {
      padding: 40px 20px;
      border: 1px solid black;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .service-card.dark {
      background-color: black;
      color: white;
      border: none;
    }
    .service-card h5 {
      font-weight: bold;
      margin-top: 15px;
    }
    .service-card a {
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: bold;
      color: inherit;
    }
    .btn-all-service {
      border-radius: 25px;
      padding: 10px 20px;
      background: black;
      color: white;
      border: none;
      font-weight: bold;
    }

.section-title {
      font-weight: 800;
      text-align: center;
    }
    .accordion-button::after {
      display: none;
    }
    .exp-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
    .exp-left {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .exp-num {
      background: black;
      color: white;
      font-weight: bold;
      font-size: 1rem;
      padding: 10px 15px;
      text-align: center;
    }
    .accordion-item {
      border: 1px solid #000;
      margin-bottom: 10px;
      transition: background-color 0.3s ease, color 0.3s ease;
    }
    /* Hover effect */
    .accordion-button:hover {
      background-color: black !important;
      color: white !important;
    }
    /* Selected/open effect */
    .accordion-button:not(.collapsed) {
      background-color: black !important;
      color: white !important;
    }
    .job-duration {
      font-size: 0.9rem;
      white-space: nowrap;
    }

.feedback-section {
        padding: 50px 0;
    }
    .section-title {
        font-size: 0.9rem;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        display: inline-block;
        margin-bottom: 20px;
    }
    .quote {
        font-size: 1.5rem;
       
    }
    .client-name {
        font-weight: bold;
        margin-top: 30px;
    }
    .client-role {
        color: #333;
        font-size: 0.9rem;
    }
    .squiggle {
        margin-top: 5px;
        height: 5px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="10"><path d="M0,5 Q10,0 20,5 T40,5 T60,5 T80,5 T100,5" stroke="black" fill="transparent" stroke-width="2"/></svg>');
        background-repeat: repeat-x;
    }
    .star-img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        clip-path: polygon(50% 0%, 64% 35%, 100% 35%, 72% 57%, 82% 100%, 50% 75%, 18% 100%, 28% 57%, 0% 35%, 36% 35%);
    }

.stats-section {
        padding: 50px 0;
    }
    .stat-box {
        background-color: #ddd;
        border-right: 1px solid #bbb;
        padding: 30px 20px;
        text-align: center;
    }
    .stat-box:last-child {
        border-right: none;
    }
    .stat-icon {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .stat-number {
        font-size: 2rem;
        font-weight: bold;
    }
    .stat-text {
        font-size: 0.95rem;
    }
    @media (max-width: 767px) {
        .stat-box {
            border-right: none;
            border-bottom: 1px solid #bbb;
        }
        .stat-box:last-child {
            border-bottom: none;
        }
    }


.say-hi-section {
       
    }
    .say-hi-section h1 {
        font-size: 2.2rem;
        font-weight: bold;
    }
    .say-hi-section h1 .light-text {
        color: #a0a3a8;
        font-weight: bold;
    }
    .say-hi-section p {
        font-size: 1rem;
        margin-top: 15px;
        color: #000;
    }
    @media (min-width: 768px) {
        .say-hi-section h1 {
            font-size: 2.8rem;
        }
    }

.tag-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 15px;
 margin-bottom: 35px;
    }
    .tag-buttons .btn {
      border-radius: 50px;
      border: 1px solid #000;
      background: transparent;
      color: #000;
      padding: 8px 20px;
      font-size: 1rem;
    }
    .tag-buttons .btn:hover {
      background: #000;
      color: #fff;
    }
    .tag-buttons .btn.active {
      background: #000;
      color: #fff;
    }
footer {
      background-color: #e5e5e5; /* light grey like your image */
      padding: 20px 0;
    }
    footer a {
      color: #000;
      text-decoration: none;
      margin-right: 20px;
      font-size: 16px;
    }
    footer a:hover {
      text-decoration: underline;
    }
    .footer-line {
      border-top: 1px solid #000;
      margin-bottom: 15px;
    }
	
	
	
	
	 .project-card {
      border: none;
      border-radius: 0px;
      overflow: hidden;
      transition: transform 0.3s ease, opacity 0.3s ease;
      background: #f8f9fa;
     /* margin-bottom: 30px;*/
    }
    .project-card:hover { transform: translateY(-10px); }
 .project-img {
      height: 350px;
      background-size: cover;
      background-position: top;
      background-color: #e9ecef;
    }
    .project-info { padding: 20px; }
   
    /* Filter Button Styles */
    .filter-btn {
      border-radius: 50px;
      padding: 8px 25px;
      margin: 5px;
      font-weight: 500;
      border: 1px solid #ddd;
      background: white;
      transition: 0.3s;
    }
    .filter-btn.active { background: #000; color: #fff; border-color: #000; }
   
    /* Animation for filtering */
    .hide { display: none; }
    .show { display: block; animation: fadeIn 0.5s ease; }
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }
	
	
	
	/* Skills Badges */
    .skill-badge {
      display: inline-block;
      padding: 12px 24px;
      margin: 8px;
      background: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      font-weight: 600;
      font-size: 0.9rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    }
    .skill-badge:hover {
      background: #000;
      color: #fff;
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    /* Philosophy Section Redesign */
    .philosophy-section {
      background: #000;
      color: #fff;
      padding: 80px 40px;
      border-radius: 40px;
      position: relative;
      overflow: hidden;
    }
    .philosophy-section::before {
      content: '"';
      position: absolute;
      font-size: 200px;
      color: rgba(255,255,255,0.05);
      top: -50px;
      left: 20px;
    }

    /* YouTube Section */
    .video-card {
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      border: 1px solid #eee;
      transition: 0.3s;
    }
    .video-card:hover {
      transform: scale(1.02);
    }
    .ratio-16x9 {
      background: #000;
    }
	
	 .contact-container {
      padding: 100px 0;
      text-align: center;
    }
    .contact-link {
      font-size: 2rem;
      color: #000;
      text-decoration: none;
      font-weight: 700;
      transition: 0.3s;
    }
    .contact-link:hover {
      opacity: 0.7;
    }
    .social-links-contact a {
      font-size: 1.2rem;
      margin: 0 15px;
      color: #333;
      text-decoration: none;
      font-weight: 600;
      transition: 0.3s;
    }
    .social-links-contact a:hover {
      color: #000;
      transform: translateY(-3px);
      display: inline-block;
    }
    .cv-download-box {
      margin-top: 50px;
      padding: 40px;
      background: #f8f9fa;
      border-radius: 30px;
      border: 1px dashed #ccc;
    }
    .btn-cv {
      background: #000;
      color: #fff;
      padding: 15px 40px;
      border-radius: 50px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: 0.3s;
    }
    .btn-cv:hover {
      background: #333;
      color: #fff;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
	.c-logo span{display:inline-block; background:#fff; border:1px solid #ccc; width:18%;}
	.c-logo span img{width:100%;}
	.feedback-section {
    padding-bottom: 80px !important; /* Dots ke liye space */ background:#fff; text-align:center; margin-bottom:80px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%; /* Arrows ko side mein set karne ke liye */
}

.quote {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Mobile responsive ke liye dots adjust karein */
@media (max-width: 768px) {
    .carousel-control-prev, .carousel-control-next {
        display: none; /* Mobile par arrows ki jagah dots use honge */
    }
}

/* Lightbox Popup Styles */
    .lightbox-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.9);
      display: none; /* Hidden by default */
      z-index: 2000;
      justify-content: center;
      align-items: flex-start; /* Start from top for scrolling */
      overflow-y: auto;
      padding: 40px 20px;
    }
    .lightbox-content {
      position: relative;
      max-width: 900px;
      width: 100%;
      margin: auto;
    }
    .lightbox-img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
    }
    .close-btn {
      position: fixed;
      top: 20px; right: 30px;
      color: white; font-size: 35px;
      cursor: pointer; z-index: 2100;
    }
    .nav-btn {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      color: white; font-size: 40px;
      cursor: pointer; padding: 20px;
      user-select: none;
    }
    .prev-btn { left: 10px; }
    .next-btn { right: 10px; }
    
    body.lightbox-open { overflow: hidden; } /* Stop background scroll */

    /* Animation */
    .show { display: block; animation: fadeIn 0.3s; }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
	
	
.video-card {
    transition: all 0.3s ease-in-out;
}
.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}
.video-card img {
    height: 200px;
    object-fit: cover;
}
.yt-modal-trigger .fa-play-circle {
    transition: transform 0.2s ease;
}
.yt-modal-trigger:hover .fa-play-circle {
    transform: scale(1.1);
    color: #ff0000 !important; /* YouTube Red color on hover */
}