﻿/* Responsive overrides for Zorvix Media mobile-first */

html,
body {
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

* {
  min-width: 0;
}

@media (max-width: 1200px) {
  .container {
    width: min(100%, 95%);
  }
/* 
  .navbar {
    padding: 18px 0;
    background: rgba(8, 8, 8, 0.92);
  }

  .navbar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    position: static;
    left: auto;
    transform: none;
    width: 100%;
    margin: 0;
    padding-top: 0.5rem;
  }

  .nav-links a {
    font-size: 14px;
  }

  .nav-right {
    width: 100%;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.75rem;
  }

  .talk-btn,
  .theme-btn {
    flex: 1 1 auto;
    min-width: 0;
  }

  .talk-btn {
    width: 100%;
    justify-content: center;
  }

  .theme-btn {
    width: 52px;
    height: 52px;
  } */

  /* .hero {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 70px 5%;
    gap: 2.5rem;
  }

  .hero-left,
  .hero-right {
    width: 100%;
    max-width: 760px;
  }

  .hero-left h1 {
    font-size: 3.3rem;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-left p {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
  }

  .hero-btns {
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    gap: 1rem;
  }

  .hero-btns .btn-primary,
  .hero-btns .btn-secondary {
    width: 100%;
    max-width: 100%;
  } */

  .stats {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
  }

  .stats div {
    width: 100%;
  }

  .stats h2 {
    font-size: 2rem;
  }

  .hero-right {
    justify-content: center;
    margin-top: 0;
  }

  .rings {
    width: 280px;
    height: 280px;
  }

  .bg-logo {
    width: 240px;
  }

  .center-logo {
    width: 72px;
    height: 72px;
  }

  .center-logo img {
    width: 36px;
  }

  .scroll {
    bottom: 40px;
  }

  .strategy-grid,
  .problem-grid,
  .belief-heading-wrapper,
  .belief-cards,
  .services-grid,
  .pricing-cards,
  .contact-grid,
  .footer-container,
  .proof-timeline,
  .portfolio-top,
  .pricing-top {
    grid-template-columns: 1fr;
  }

  .strategy-grid,
  .problem-grid,
  .proof-timeline,
  .belief-cards,
  .services-grid,
  .pricing-cards,
  .contact-grid {
    gap: 2rem;
  }

  .belief-heading-wrapper,
  .pricing-top,
  .portfolio-top {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }

  .belief-heading-right,
  .about-right,
  .pricing-right,
  .portfolio-top {
    width: 100%;
  }

  .strategy-card,
  .services-card,
  .pricing-card,
  .belief-card,
  .card {
    width: auto;
    min-height: auto;
  }

  .about-image-box {
    width: 100%;
    max-width: 100%;
  }

  .proof-timeline {
    padding-top: 1rem;
  }

  .proof-line {
    display: none;
  }

  .footer-container {
    justify-items: center;
    text-align: center;
    row-gap: 1.5rem;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  .cta-primary-btn,
  .cta-secondary-btn {
    width: 100%;
    max-width: 100%;
  }

  .contact-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .navbar {
    padding: 16px 0;
  }

  .nav-links {
    gap: 0.85rem;
  }

  .hero {
    padding: 60px 4%;
  }

  .hero-left h1 {
    font-size: 2.75rem;
  }

  .hero-left p {
    font-size: 0.98rem;
  }

  .rings {
    width: 240px;
    height: 240px;
  }

  .bg-logo {
    width: 220px;
  }

  .center-logo {
    width: 64px;
    height: 64px;
  }

  .center-logo img {
    width: 32px;
  }

  .strategy-left h2,
  .problem-right h2,
  .belief-title {
    font-size: 2.5rem;
  }

  .proof-title-top {
    font-size: 3.5rem;
  }

  .proof-title-bottom {
    font-size: 2.5rem;
  }

  .portfolio-top h1 {
    font-size: 3.5rem;
  }

  .services-heading,
  .about-heading-white,
  .about-heading-orange,
  .pricing-heading-white,
  .pricing-heading-orange,
  .cta-heading-white,
  .cta-heading-orange {
    font-size: 2.5rem;
  }

  .services-card,
  .pricing-card,
  .belief-card {
    padding: 1.75rem;
  }

  .about-intro,
  .about-description,
  .about-quote,
  .pricing-text,
  .pricing-list li,
  .cta-description,
  .cta-quote {
    font-size: 0.95rem;
  }

  .about-image-box {
    height: 260px;
  }

  .cta-card {
    padding: 2rem 1.5rem 1.75rem;
  }
}
/* ================= NAVBAR ================= */

@media (max-width:768px){

.navbar{
    padding:14px 0;
    background:rgba(5,5,5,.96);
}

.navbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}

.logo img{
    width:145px;
    height:auto;
}

/* Hide desktop navigation on mobile */
.nav-links{
    display:none;
}

.nav-right{
    display:flex;
    align-items:center;
    gap:12px;
}

.talk-btn{
    padding:10px 18px;
    font-size:14px;
    border-radius:30px;
    white-space:nowrap;
}

.talk-btn span{
    display:inline-block;
}

.talk-btn svg{
    width:16px;
    height:16px;
}

.theme-btn{
    width:42px;
    height:42px;
    flex-shrink:0;
}

}

/* ================= SMALL PHONES ================= */

@media (max-width:480px){

.navbar{
    padding:12px 0;
}

.logo img{
    width:120px;
}

.talk-btn{
    padding:8px 14px;
    font-size:13px;
}

.theme-btn{
    width:38px;
    height:38px;
}

}

@media (max-width: 768px) {
  /* .navbar .container {
    justify-content: center;
  }

  .nav-right {
    justify-content: center;
    border-top: none;
    padding-top: 0;
  } */

  
  .hero {
    padding: 50px 4%;
  }

  .hero-left h1 {
    font-size: 2.4rem;
  }

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

  .hero-btns {
    gap: 0.75rem;
  }

  .stats {
    gap: 1rem;
  }

  .stats h2 {
    font-size: 1.85rem;
  }

  .rings {
    width: 220px;
    height: 220px;
  }

  .bg-logo {
    width: 200px;
  }

  .center-logo {
    width: 56px;
    height: 56px;
  }

  .center-logo img {
    width: 28px;
  }

  .strategy-left h2,
  .problem-right h2,
  .belief-title {
    font-size: 2.2rem;
  }

  .proof-title-top {
    font-size: 3rem;
  }

  .proof-title-bottom {
    font-size: 2.2rem;
  }

  .portfolio-top h1 {
    font-size: 2.75rem;
  }

  .services-heading,
  .about-heading-white,
  .about-heading-orange,
  .pricing-heading-white,
  .pricing-heading-orange,
  .cta-heading-white,
  .cta-heading-orange {
    font-size: 2.2rem;
  }

  .about-image-box {
    height: 240px;
  }

  .pricing-card,
  .services-card {
    padding: 1.5rem;
  }

  .cta-card {
    padding: 1.75rem 1.25rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 14px 0.75rem;
  }

  .navbar .container {
    gap: 0.5rem;
  }

  .nav-links {
    gap: 0.75rem;
    padding-top: 0.5rem;
  }

  .nav-right {
    width: 100%;
  }

  .hero {
    padding: 40px 4%;
    gap: 1.75rem;
  }

  .hero-left h1 {
    font-size: 2rem;
  }

  .hero-left p {
    font-size: 0.92rem;
  }

  .rings {
    width: 200px;
    height: 200px;
  }

  .bg-logo {
    width: 180px;
  }

  .center-logo {
    width: 52px;
    height: 52px;
  }

  .center-logo img {
    width: 26px;
  }

  .hero-btns {
    width: 100%;
  }

  .services-heading,
  .about-heading-white,
  .about-heading-orange,
  .pricing-heading-white,
  .pricing-heading-orange,
  .cta-heading-white,
  .cta-heading-orange {
    font-size: 2rem;
  }

  .pricing-card,
  .services-card,
  .belief-card {
    padding: 1.25rem;
  }

  .about-image-box {
    height: 220px;
  }

  .pricing-button,
  .contact-submit {
    height: 48px;
  }
}

@media (max-width: 425px) {
  .hero-left h1 {
    font-size: 1.8rem;
  }

  .hero-left p {
    font-size: 0.9rem;
  }

  .portfolio-top h1 {
    font-size: 2.2rem;
  }

  .proof-title-top {
    font-size: 2.4rem;
  }

  .proof-title-bottom {
    font-size: 1.9rem;
  }

  .rings,
  .ring {
    width: 180px;
    height: 180px;
  }

  .bg-logo {
    width: 160px;
  }

  .center-logo {
    width: 48px;
    height: 48px;
  }

  .center-logo img {
    width: 22px;
  }

  .services-card,
  .pricing-card,
  .belief-card {
    padding: 1rem;
  }

  .cta-card {
    padding: 1.5rem 1rem 1.25rem;
  }
}

@media (max-width: 375px) {
  .hero-left h1 {
    font-size: 1.75rem;
  }

  .hero-left p {
    font-size: 0.9rem;
  }

  .cta-heading-white,
  .cta-heading-orange {
    font-size: 1.8rem;
  }

  .cards,
  .services-grid,
  .pricing-cards {
    gap: 1rem;
  }

  .contact-field input,
  .contact-field textarea,
  .contact-field select {
    padding: 0 0.9rem;
  }
}

@media (max-width: 320px) {
  .hero {
    padding: 30px 3.5%;
  }

  .hero-left h1 {
    font-size: 1.6rem;
  }

  .hero-left p {
    font-size: 0.85rem;
  }

  .hero-btns {
    gap: 0.75rem;
  }

  .cta-card {
    padding: 1.2rem 0.9rem 1rem;
  }
}
/* ================= MOBILE NAVBAR ================= */

@media (max-width:768px){

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    padding:14px 0;
    background:#050505;
    border-bottom:1px solid rgba(255,255,255,.08);
    height: 60px;
}

.navbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
    width:135px;
    height:auto;
}

/* Hide desktop links */
.nav-links{
    display:none;
}

/* Hide theme button */
.theme-btn{
    display:none;
}

.nav-right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
}

.talk-btn{
    height:42px;
    padding:0 20px;
    border:1px solid #ff7b00;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
}

.hero{
    padding-top:95px;
}

}

/* ================= SMALL PHONE ================= */

@media (max-width:480px){

.navbar{
    padding:12px 0;
}

.logo img{
    width:115px;
}

.talk-btn{
    height:38px;
    padding:0 16px;
    font-size:13px;
}

.hero{
    padding-top:85px;
}

}
@media (max-width:768px){

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:35px;
    text-align:center;
}

.stats div{
    width:100%;
}

.stats h2{
    font-size:28px;
    margin-bottom:6px;
}

.stats p{
    font-size:10px;
    line-height:1.4;
    letter-spacing:1px;
}

}
@media (max-width:768px){

.hero{
    display:flex;
    flex-direction:column;
    align-items:center;
}

/* Text pehle */
.hero-left{
    order:1;
}

/* Circle (rings) stats ke baad */
.hero-right{
    order:3;
    margin-top:30px;
}

/* Stats ko rings se pehle rakho */
.stats{
    order:2;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:30px;
}

/* Scroll icon sabse niche */
.scroll{
    order:4;
    margin-top:30px;
    position:static;
}

}