/* -------------------------
   Global styles & variables
   ------------------------- */
:root{
  --bg: #0f1720;
  --card: #111318;
  --accent: #ff6600; /* orange accent */
  --muted: #9aa3ad;
  --glass: rgba(255,255,255,0.03);
  --max-width: 1200px;
}

* { box-sizing: border-box; }
html,body { height:100%; }
body {
  margin:0;
  font-family: 'Poppins', sans-serif;
  background: var(--bg);
  color: #e6eef6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* NAV */
.nav-dark { background: linear-gradient(180deg, rgba(10,13,16,0.95), rgba(7,9,11,0.9)); }
.brand-mark { width:36px; height:36px; object-fit:contain; }
.brand-text { font-weight:700; letter-spacing:0.6px; color:#fff; font-size:1.05rem; }

/* HERO */
.hero {
  padding-top:90px; /* allow for fixed navbar */
  padding-bottom:70px;
  min-height: 80vh;
  display:flex;
  align-items:center;
}
.hero .hero-title {
  font-size:2.75rem;
  font-weight:800;
  margin-bottom:0.3rem;
  color:#ffffff;
  letter-spacing: -0.5px;
}
.hero-sub {
  font-size:1.1rem;
  color:var(--muted);
  margin-bottom:1rem;
}
.hero-desc { color:#cbd5e1; max-width:640px; }
.hero-bullets { list-style:none; padding:0; margin:0; color:var(--muted); margin-top:16px; }
.hero-bullets li { display:inline-block; margin-right:14px; font-size:0.95rem; padding:6px 10px; background:var(--glass); border-radius:8px; }

/* hero image card */
.hero-card {
  width: 340px;
  max-width: 90%;
  margin:30px auto 0;
  border-radius:18px;
  padding:14px;
  background: linear-gradient(140deg, rgba(255,102,0,0.06), rgba(255,255,255,0.02));
  box-shadow: 0 8px 30px rgba(2,6,12,0.6);
}
.hero-image {
  border-radius:14px;
  width:100%;
  height:auto;
  display:block;
  border:4px solid rgba(255,255,255,0.04);
}

/* section titles */
.section-title {
  font-weight:700;
  font-size:1.5rem;
  letter-spacing:0.2px;
  margin-bottom:0.75rem;
}

/* ABOUT */
.about-image { max-width:420px; border-radius:12px; }

/* small info boxes */
.info-box {
  background: var(--card);
  padding:14px;
  border-radius:10px;
  text-align:left;
  color:#e6eef6;
}
.info-box strong { font-size:1.25rem; display:block; }
.info-box span { color:var(--muted); font-size:0.9rem; }

/* SERVICES */
.service-card {
  background: var(--card);
  padding:26px;
  border-radius:12px;
  min-height:200px;
  transition: transform .28s ease, box-shadow .28s ease;
}
.service-card:hover { transform: translateY(-10px); box-shadow: 0 16px 34px rgba(3,6,12,0.6); }
.service-icon { width:56px; height:56px; object-fit:contain; }

/* WHY */
.why-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-radius:12px;
}
.why-highlight {
  background: linear-gradient(90deg, rgba(255,102,0,0.12), rgba(255,102,0,0.05));
  border: 1px solid rgba(255,102,0,0.12);
}

/* Portfolio */
.portfolio-card { background:var(--card); border-radius:12px; overflow:hidden; }
.portfolio-card img { height:220px; object-fit:cover; }
.portfolio-body h6 { margin:0; font-weight:600; font-size:1rem; }
.portfolio-body p { margin:4px 0 0; color:var(--muted); font-size:0.9rem; }

/* clients */
.client-logo { width:110px; opacity:0.95; filter:grayscale(0.05); }

/* testimonials */
.test-card {
  background:var(--card);
  border-radius:12px;
}
.test-card p { color:#cbd5e1; }
.test-author small { color:var(--muted); }

/* tools */
.tool-chip {
  background: rgba(255,255,255,0.03);
  border-radius:10px;
  padding:10px 14px;
  font-weight:600;
  font-size:0.9rem;
}

/* blog */
.blog-card { background:var(--card); border-radius:12px; overflow:hidden; }
.blog-card img { height:160px; object-fit:cover; }

/* contact */
.contact-card { background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); border-radius:12px; }

/* footer */
.footer { border-top: 1px solid rgba(255,255,255,0.03); }

/* small responsive tweaks */
@media (max-width: 991px){
  .hero .hero-title { font-size:2.1rem; text-align:center; }
  .hero-sub, .hero-desc { text-align:center; }
  .hero .col-lg-6:first-child { order:2; }
  .hero .col-lg-6:last-child { order:1; margin-bottom:10px; }
}

/* ensure consistent box heights where requested (same size of boxes) */
.service-card, .why-card, .portfolio-card, .test-card, .blog-card {
  min-height: 220px;
}

/* contact form */
#contactForm .form-control { background: #0d1114; border:1px solid rgba(255,255,255,0.03); color:#e6eef6; }

/* Button styles */
.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  font-weight:700;
}
.btn-outline-light {
  color: #fff;
  border-color: rgba(255,255,255,0.08);
}

/* small utility */
.small { color:var(--muted); }


/* -----------------------service start -------------------------*/


body {
      background-color: #1c1c1c;
      color: white;
      font-family: 'Inter', sans-serif;
      line-height: 1.7;
      overflow-x: hidden;
    }

    .section {
      padding: 80px 0;
    }

    .highlight {
      color: #ff6600;
      font-weight: 600;
    }

    h1 {
      font-weight: 700;
      font-size: 2rem;
    }

    p {
      color: #ccc;
      margin-bottom: 20px;
    }

    .btn-orange {
      background-color: #ff6600;
      color: white;
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 6px;
      border: none;
      transition: all 0.3s ease-in-out;
    }

    .btn-orange:hover {
      background-color: #e65c00;
      transform: translateY(-2px);
    }

    .signature {
      font-family: 'Brush Script MT', cursive;
      font-size: 1.5rem;
      color: #999;
      margin-top: 30px;
    }

    img.profile-img {
      border-radius: 20px;
      width: 100%;
      height: auto;
      filter: grayscale(100%);
      transition: all 0.4s ease;
    }

    img.profile-img:hover {
      filter: grayscale(0%);
      transform: scale(1.02);
    }

    hr {
      border: 0.5px solid #444;
      margin-top: 50px;
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 1.5rem;
      }
      .section {
        padding: 50px 0;
      }
    }


    /* -----------------------service start -------------------------*/
body {
      background-color: #0d0d0d;
      color: #fff;
      font-family: 'Poppins', sans-serif;
    }

    .section-title {
      color: #fff;
      font-weight: 700;
      margin-bottom: 2rem;
    }

    .services-section {
      padding: 80px 0;
    }

    .service-card {
      background-color: #1b1b1b;
      border-radius: 8px;
      padding: 30px;
      height: 100%;
      transition: all 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-card.orange {
      background-color: #ff4d00;
      color: #fff;
    }

    .service-card i {
      font-size: 24px;
      margin-bottom: 15px;
      display: block;
    }

    .service-card h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .btn-custom {
      background-color: #d3d3d3 !important;
      border: 1px solid #fff;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      padding: 10px 20px;
      border-radius: 5px;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background-color: #d9d9d9;
      border-color: #b9b9bd;
    }

    .top-label {
      color: #ff4d00;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 10px;
    }

    /* Counter and Why Work With Me */

    body {
      background-color: #0d0d0d;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }

    /* Stats Section */
    .stats-section {
      background-color: #1b1b1b;
      border-radius: 10px;
      padding: 60px 0;
      margin-top: 80px;
      margin-bottom: 80px;
    }

    .stat-box {
      text-align: center;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      border-radius: 10px;
      padding: 20px 0;
    }

    .stat-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(255, 77, 0, 0.3);
    }

    .stat-box i {
      font-size: 28px;
      color: #ff4d00;
      margin-bottom: 10px;
      transition: color 0.3s;
    }

    .stat-box:hover i {
      color: #fff;
    }

    .stat-box h3 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .stat-box p {
      color: #ccc;
      font-size: 14px;
    }

    /* Section Headings */
    .section-subtitle {
      color: #ff4d00;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .section-title {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 40px;
    }

    /* Feature Cards */
    .feature-card {
      background-color: #1b1b1b;
      border-radius: 10px;
      padding: 30px;
      height: 100%;
      transition: all 0.4s ease;
    }

    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(255, 77, 0, 0.3);
    }

    .feature-card.orange {
      background-color: #ff4d00;
      color: #fff;
    }

    .feature-card i {
      font-size: 26px;
      margin-bottom: 15px;
      display: block;
      transition: transform 0.3s ease;
    }

    .feature-card:hover i {
      transform: scale(1.2);
    }

    .feature-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .feature-card p {
      color: #ccc;
      font-size: 14px;
    }

    .feature-card.orange p {
      color: #fff;
    }

/* -----------------------my client start -------------------------*/

     body {
      background-color: #0d0d0d;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }

    .clients-section {
      padding: 100px 0;
      background: #0d0d0d;
    }

    .clients-section .section-subtitle {
      color: #ff4d00;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .clients-section .section-title {
      font-weight: 800;
      font-size: 2.5rem;
      margin-bottom: 20px;
    }

    .clients-section p {
      color: #bfbfbf;
      line-height: 1.8;
      font-size: 15px;
    }

    .client-logo {
      background-color: #1b1b1b;
      border-radius: 10px;
      padding: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 130px;
      transition: all 0.4s ease;
    }

    .client-logo:hover {
      background-color: #ff4d00;
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(255, 77, 0, 0.3);
    }

    .client-logo img {
      max-width: 100%;
      max-height: 70px;
      object-fit: contain;
      filter: brightness(0.95);
      transition: 0.3s ease;
    }

    .client-logo:hover img {
      filter: brightness(1.1);
    }

    @media (max-width: 992px) {
      .clients-section .section-title {
        font-size: 2rem;
      }
    }

    /* ----------------------- contact card ----------------------*/

        body {
      background-color: #0d0d0d;
      font-family: 'Poppins', sans-serif;
      color: #fff;
      overflow-x: hidden;
    }

    .consultation-section {
      background: #111;
      padding: 80px 0;
    }

    .consultation-box {
      background: #1a1a1a;
      border-radius: 12px;
      padding: 60px 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      transition: all 0.4s ease;
    }

    .consultation-box:hover {
      transform: scale(1.02);
      box-shadow: 0 0 25px rgba(255, 77, 0, 0.2);
    }

    .consultation-content {
      flex: 1;
      min-width: 280px;
    }

    .consultation-number {
      color: #ff4d00;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .consultation-title {
      font-weight: 800;
      font-size: 2.2rem;
      margin-bottom: 15px;
    }

    .consultation-text {
      color: #bfbfbf;
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 25px;
    }

    .consultation-btn {
      background-color: #ff4d00;
      border: none;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      padding: 12px 28px;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
    }

    .consultation-btn:hover {
      background-color: #ff6426;
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(255, 77, 0, 0.3);
    }

    .consultation-image img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      animation: float 3s ease-in-out infinite;
    }

    @keyframes floast {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
    }

    @media (max-width: 992px) {
      .consultation-box {
        text-align: center;
      }
      .consultation-image {
        margin-top: 40px;
      }
    }



    /* - LATEST WORK / PORTFOLIO - */

    #work {
    background: linear-gradient(135deg, #0b0c10, #1f2833);
  }

  .portfolio-card {
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .portfolio-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  }

  .portfolio-img {
    transition: transform 0.5s ease, filter 0.5s ease;
  }

  .portfolio-card:hover .portfolio-img {
    transform: scale(1.1);
    filter: brightness(70%);
  }

  .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .portfolio-card:hover .portfolio-overlay {
    opacity: 1;
  }

  .section-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #66fcf1;
    position: relative;
  }

  .section-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #66fcf1;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
  }


  /* head section */

  body {
      background-color: #121212;
      color: white;
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }

    .intro-section {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 100px 10%;
      animation: fadeIn 1s ease-in-out;
    }

    .intro-text span {
      color: #ff6600;
      font-weight: 600;
      font-size: 1rem;
    }

    .intro-text h1 {
      font-size: 8vw;
      font-weight: 800;
      line-height: 0.9;
      margin-bottom: 20px;
      animation: slideUp 1s ease-in-out;
    }

    .intro-text p {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #ffffff;
      animation: fadeIn 1.5s ease-in-out;
    }

    .social-icons a {
      color: white;
      background-color: #333;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      font-size: 1.5rem;
      transition: all 0.3s ease-in-out;
      text-decoration: none;
    }

    .social-icons a:hover {
      background-color: #ff6600;
      transform: translateY(-5px);
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes slideUp {
      from { opacity: 0; transform: translateY(50px); }
      to { opacity: 1; transform: translateY(0); }
    }


     /* ====== ABOUT SECTION ====== */
  .about-section {
/* background: linear-gradient(180deg, #1a1a1a, #0d0d0d); */
background: linear-gradient(180deg, #2b2b2b, #000000);



    position: relative;
    overflow: hidden;
  }

  /* ====== TEXT STYLES ====== */
  .text-accent {
    color: #ff6600;
    letter-spacing: 1px;
  }

  .title-text {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .title-text span {
    background: linear-gradient(90deg, #ff6600, #ff3300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glowText 3s ease-in-out infinite alternate;
  }

  @keyframes glowText {
    from { opacity: 0.7; }
    to { opacity: 1; }
  }

  .signature {
    font-family: 'Brush Script MT', cursive;
    font-size: 1.8rem;
    color: #ff8533;
    margin-top: 1rem;
    text-shadow: 0 0 10px rgba(255, 102, 0, 0.4);
  }

  /* ====== BUTTON ====== */
  .btn-orange {
    background: linear-gradient(90deg, #ff6600, #ff3300);
    color: #fff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-block;
  }

  .btn-orange:hover {
    background: linear-gradient(90deg, #ff3300, #ff6600);
    box-shadow: 0 0 25px rgba(255, 102, 0, 0.6);
    transform: translateY(-3px);
  }

  /* ====== IMAGE AREA ====== */
  .image-box {
    position: relative;
    display: inline-block;
  }

  .profile-img {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6600;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
  }

  .profile-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(255, 102, 0, 0.6);
  }

  .glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255,102,0,0.25) 0%, transparent 70%);
    animation: pulseGlow 3s ease-in-out infinite;
  }

  @keyframes pulseGlow {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
  }

  /* ====== RESPONSIVE ====== */
  @media (max-width: 992px) {
    .title-text {
      font-size: 2rem;
    }
    .profile-img {
      width: 240px;
      height: 240px;
      margin-top: 30px;
    }
    .image-box .glow {
      width: 260px;
      height: 260px;
    }
    .about-section {
      text-align: center;
    }
  }

  /* -------------------------------------------
   RESPONSIVE MEDIA QUERIES — PRAVIN DIGITAL
-------------------------------------------- */

/* ✅ Medium Devices (Tablets - 992px and below) */
@media (max-width: 991px) {
  /* Navbar */
  .navbar {
    padding: 0.8rem 1rem;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }

  .navbar-nav {
    background: #0f1720;
    border-radius: 10px;
    padding: 1rem;
  }

  .navbar-nav .nav-link {
    text-align: center;
    padding: 0.8rem 0;
    font-size: 1rem;
  }

  /* Hero Section */
  .hero {
    padding: 100px 0 60px;
    text-align: center;
  }

  .hero .intro-text h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .hero .intro-text p {
    font-size: 1rem;
  }

  .hero .hero-image {
    width: 70%;
  }

  /* About Section */
  .about-section h1 {
    font-size: 1.8rem;
  }

  .about-section p {
    font-size: 1rem;
  }

  /* Services Cards */
  .service-card {
    padding: 1.5rem;
    text-align: center;
  }

  /* Stats Section */
  .stat-box h3 {
    font-size: 1.8rem;
  }

  /* Portfolio */
  .portfolio-card img {
    height: auto;
    width: 100%;
  }

  /* Consultation Section */
  .consultation-box {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .consultation-image img {
    width: 70%;
    margin-top: 1.5rem;
  }

  /* Footer */
  .footer {
    font-size: 0.9rem;
    padding: 1.5rem 0;
  }
}

/* ✅ Small Devices (Phones - 576px and below) */
@media (max-width: 576px) {
  /* General */
  body {
    font-size: 0.95rem;
    text-align: center;
  }

  h1, h2, h3 {
    font-size: calc(1rem + 2vw);
  }

  /* Hero */
  .hero .intro-text h1 {
    font-size: 1.8rem;
  }

  .hero .intro-text span {
    font-size: 0.9rem;
  }

  .hero .intro-text p {
    font-size: 0.95rem;
  }

  .hero .social-icons a {
    font-size: 1.2rem;
    margin: 0 6px;
  }

  .hero .hero-image {
    width: 85%;
  }

  /* About */
  .about-section {
    padding: 60px 0;
  }

  .about-section h1 {
    font-size: 1.6rem;
  }

  .about-section .btn-orange {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  /* Services */
  .service-card {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .service-card h5 {
    font-size: 1.1rem;
  }

  /* Stats */
  .stat-box {
    padding: 1rem 0;
  }

  .stat-box h3 {
    font-size: 1.5rem;
  }

  /* Portfolio */
  .portfolio-overlay h6 {
    font-size: 0.9rem;
  }

  .portfolio-overlay p {
    font-size: 0.75rem;
  }

  /* Testimonials */
  .test-card {
    padding: 1.2rem;
  }

  .test-card p {
    font-size: 0.9rem;
  }

  /* Tools */
  .tool-chip {
    font-size: 0.8rem;
    padding: 6px 10px;
  }

  /* Consultation */
  .consultation-box {
    padding: 1.5rem;
  }

  .consultation-title {
    font-size: 1.5rem;
  }

  .consultation-btn {
    font-size: 1rem;
    padding: 10px 18px;
  }

  /* Footer */
  .footer {
    font-size: 0.85rem;
  }
}
