:root {
    --side-bg: #ffffff;
    --main-bg: #111111;
    --accent: #888;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
}

body {
    font-family: 'Inter';
}
/* ============================================================
   FINAL LAYOUT FIX (Right Side Space Remover)
   ============================================================ */

/* 1. Global Reset: Padding ko width ke andar lock karne ke liye */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

/* 2. Body level par overflow khatam karne ke liye */
html, body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

/* 3. Content Area ko boundary ke andar rakhne ke liye */
.content-area {
    flex: 1;
    background: var(--main-bg);
    overflow-y: auto;
    overflow-x: hidden; /* Ye line sabse eham hai */
    scroll-behavior: smooth;
    width: 100%;
    display: block;
}

/* 4. Parent containers ko screen se bahar nikalne se rokna */
.section-parent, 
.hero, 
.projects-section, 
.services-section, 
.about-hero, 
.contact-section,
.logo-slider-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden; /* Takay koi bhi internal element (grid/image) bahar na nikal sake */
}

/* 5. Hero CTA group fix (Ratings/Buttons balance) */
.hero-cta-group {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    max-width: 95%; /* Taake edge se thoda andar rahe */
    margin-top: 30px;
}

@media (max-width: 768px) {
.content-area{
padding-left: 0px !important;
padding-right: 0px !important;

}

}
   /*  */

/* 5. Hero CTA group fix (Ratings/Buttons balance) */
.hero-cta-group {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    max-width: 95%; /* Taake edge se thoda andar rahe */
    margin-top: 30px;
}

/* Parent Wrapper */
.layout-wrapper {
    display: flex;
    height: 100vh;
    overflow: hidden;
    /* Main window scroll nahi hogi */
}

/* SIDEBAR STYLING */
/* --- MAIN SIDEBAR --- */
.sidebar {
    width: 280px;
    background: var(--side-bg);
    display: flex;
    flex-direction: column;
    padding: 0; /* Padding 0 ki taake borders edge tak jayein */
    position: relative;
    border-right: 1px solid #E9E9E9;
    z-index: 100;
    /* Yeh vertical line poori sidebar mein background ki tarah dikhegi */
    background-image: linear-gradient(to right, transparent 75px, #E9E9E9 75px, #E9E9E9 76px, transparent 76px);
}

/* --- HEADER SECTION (Profile + Bottom Border) --- */
.sidebar-header {
    /* padding: 30px 0; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E9E9E9; /* PROFILE KE NEECHE WALA BORDER */
}

.profile {
    display: flex;
    align-items: center;
    width: 100%;
}

.profile img {
    width: 75px;
    height: 75px;
    /* border-radius: 5px; */
    object-fit: cover;
    /* margin-left: 10px;  */
}

.profile-text {
    padding-left: 25px; /* Vertical line ke right side par text ka gap */
}

.profile h3 {
    font-size: 1rem;
    color: #000;
    margin: 0;
}

.profile p {
    font-size: 0.75rem;
    color: var(--accent);
    margin: 0;
}

/* --- NAVIGATION --- */
.nav-menu {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-left: 95px; /* Text ko line ke right side par rakha */
}

.nav-menu a {
    text-decoration: none;
    color: #6E6E6E;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.nav-menu a.active {
    color: #000000;
}

/* --- FOOTER SECTION (Icons & Contact) --- */
.sidebar-footer {
    margin-top: auto;
    display: flex;       
    align-items: flex-start;
    /* padding-bottom: 40px;  */
    margin-bottom: -20px;
}

.socials {
    width: 75px;        /* Vertical line tak ki width */
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 20px;
}

.socials a {
    color: #A2A2A2;
    text-decoration: none;
    font-size: 1.1rem;
}

.sidebar-contact {
    padding-left: 20px; 
    margin-top: 20px;
}

.sidebar-contact small {
    display: block;
    font-weight: bold;
    font-size: 0.7rem;
    color: #000000;
}

.sidebar-contact strong {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 50px;
    color: #000;
}

/* --- VERTICAL BADGE --- */
.vertical-badge {
    position: absolute;
    left: -85px;
    top: 200px;
    transform: rotate(-90deg);
    font-size: 14px;
    font-weight: bold;
    color: #444;
    letter-spacing: 1px;
}
/* profile section */

/* CONTENT AREA STYLING */
.content-area {
    flex: 1;
    background: var(--main-bg);
    overflow-y: auto;
    /* Sirf ye area scroll hoga */
    scroll-behavior: smooth;
    color: #fff;
}

.section-parent {
    max-width: 1400px;
}

/* HERO SECTION */
/* Hero Container */
.hero {
    padding: 60px 80px;
    position: relative; /* Image positioning ke liye zaroori hai */
    display: flex;
    flex-direction: column;
}

/* 1. Profile Image Fix (Top Right par lane ke liye) */
.hero-img-absolute {
    position: absolute;
    top: 30px; /* Top text ke barabar */
    right: 40px; /* Thoda mazeed right kiya hai */
    z-index: 5;
}

.hero-img-absolute img {
    width: 320px; 
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
}

/* 2. Top Text Styling */
.hero-top-text {
    color: var(--accent, #888);
    font-size: 0.8rem;
    margin-bottom: 60px;
}

/* 3. Text Info Area */
.hero-info {
    max-width: 100%; /* Isko full kiya hai taake flexbox right side tak jaye */
}

/* 4. UPDATE: Ratings ko Highlighted Area (Right Side) par bhejna */
.hero-cta-group {
    display: flex;
    justify-content: space-between; /* Ye buttons ko left aur stars ko right par rakhega */
    align-items: center; 
    width: 100%;
    max-width:1400px; /* Is width se aap stars ki right-side position control kar sakte hain */
    margin-top: 30px;
}

/* --- AAPKI ORIGINAL STYLING (SAME TO SAME) --- */
.sub-intro {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 650px;
}

h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 40px;
    max-width: 800px;
}

.actions {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 18px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
}

.btn-black {
    background: #000;
    color: #fff;
    border: 1px solid #333;
}

.btn-white {
    background: #fff;
    color: #000;
}

/* --- RATING BOX ALIGNMENT (RIGHT SIDE) --- */
.rating-box {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-right: 50px; /* Right margin adjust kiya hai circle ke mutabiq */
}

.stars {
    font-size: 1rem;
    color: #fff;
    white-space: nowrap;
}

.rating-box p {
    font-size: 0.8rem;
    color: #888;
    margin: 5px 0 0 0;
}


/* ============================================================
   MOBILE RESPONSIVE FIX (For Hero & Sections)
   ============================================================ */

@media (max-width: 1024px) {
    /* 1. Sidebar Space Reset */
    .content-area,
    .hero, 
    .infinite-logo-section,
    .projects-section, 
    .services-section, 
    .reviews-section, 
    .pricing-section, 
    .faq-section, 
    .blog-section, 
    .main-footer,
    .education-section,
    .work-experience-section,
    .why-choose-section {
        /* padding-left: 30px !important; 
        padding-right: 30px !important; */
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* 2. Hero Section Fix */
    .hero {
        display: flex;
        flex-direction: column; /* Sab kuch ek line mein niche upar */
        padding-top: 80px !important; /* Hamburger menu ke liye top space */
    }

    /* Absolute image ko normal flow mein lana */
    .hero-img-absolute {
        position: relative; /* Absolute se hataya */
        top: 0;
        right: 0;
        margin-bottom: 30px;
        order: -1; /* Image ko text se upar lane ke liye */
        text-align: center;
    }

    .hero-img-absolute img {
        width: 100%; /* Mobile par full width image */
        height: auto;
        max-width: 450px; /* Boht badi na ho jaye */
    }

    /* 3. Text & Titles */
    h1 {
        font-size: 2.5rem !important; /* Heading choti ki */
        line-height: 1.2;
    }

    .sub-intro {
        font-size: 1.1rem;
    }

    /* 4. Buttons & Ratings */
    .hero-cta-group {
        flex-direction: column; /* Buttons upar, Stars niche */
        align-items: flex-start;
        gap: 30px;
    }

    .actions {
        flex-direction: column; /* Buttons ek ke niche ek */
        width: 100%;
    }

    .btn {
        width: 100%; /* Full width buttons */
        text-align: center;
    }

    .rating-box {
        margin-right: 0;
    }

    /* 5. Brands/Carousel Fix */
    .brands-container {
        padding: 30px !important;
    }

    .brands-text {
        margin-bottom: 20px;
        flex: none;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem !important;
    }
    
    .hero {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/*  */

/* CAROUSEL SECTION */
.brands-section {
    background: #f9f9f9;
    color: #000;
    padding: 50px 0;
}

.brands-container {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

.brands-text {
    flex: 0 0 250px;
    font-weight: 600;
    font-size: 0.9rem;
    padding-right: 20px;
}

.carousel-view {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    width: max-content;
    gap: 70px;
    animation: scrollBrands 20s linear infinite;
}

.brand {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ============================================================
   CAROUSEL (BRANDS) MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .brands-section {
        padding: 40px 0 !important;
    }

    .brands-container {
        flex-direction: column; /* Text upar aur Logos niche */
        align-items: flex-start;
        padding: 0 30px !important; /* Mobile margin */
        gap: 20px;
    }

    .brands-text {
        flex: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
        font-size: 0.85rem;
    }

    .carousel-view {
        width: 100%;
    }

    .carousel-track {
        gap: 40px; /* Mobile par logos ke beech gap kam kiya */
    }

    .brand {
        font-size: 1.2rem; /* Mobile par text size thoda chota */
    }
}

/* Mazeed choti screens ke liye */
@media (max-width: 480px) {
    .brands-container {
        padding: 0 20px !important;
    }
    
    .brand {
        font-size: 1rem;
    }
}
/*  */

/* MOBILE TOGGLE LOGIC */
.nav-toggle {
    display: none;
}

.hamburger {
    display: none;
    padding: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
}

.close-icon {
    display: none;
    cursor: pointer;
    font-size: 1.2rem;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 2.8rem;
    }

    .hero {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        background-color: black;
    }

    .sidebar {
        position: fixed;
        left: -280px;
        height: 100vh;
        transition: 0.3s;
    }

    .nav-toggle:checked~.layout-wrapper .sidebar {
        left: 0;
    }

    .close-icon {
        display: block;
    }

    .hero-main {
        flex-direction: column-reverse;
    }

    .hero-img img {
        width: 100%;
        height: 300px;
    }

    .brands-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px;
    }
}

/* Featured Projects Section */
.projects-section {
    padding: 100px 80px;
    background-color: #ffffff;
    /* White background as per screenshot */
    color: #000;
}

.section-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 80px;
}

.project-card {
    display: flex;
    gap: 40px;
    margin-bottom: 120px;
    border-top: 1px solid #eee;
    /* Thin line between projects */
    padding-top: 40px;
}

/* Left side categories */
.project-labels {
    flex: 0 0 150px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-labels span {
    font-size: 0.75rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

/* Right side content */
.project-main {
    flex: 1;
}

.project-img-wrapper {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.project-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s ease;
    cursor: pointer;
}

.project-img-wrapper img:hover {
    transform: scale(1.02);
}

.project-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.project-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    flex: 1;
}

.project-info p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    flex: 1;
    max-width: 450px;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .projects-section {
        padding: 60px 40px;
    }

    .project-card {
        flex-direction: column;
        gap: 20px;
    }

    .project-info {
        flex-direction: column;
        gap: 15px;
    }

    .project-info p {
        max-width: 100%;
    }

    .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .projects-section {
        padding: 40px 20px;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
}

/* Services Section Styles */
.services-section {
    padding: 100px 80px;
    background-color: #111;
    color: #fff;
}

.services-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.accordion-item {
    border-bottom: 1px solid #333;
}

/* Hidden Checkbox */
.acc-check {
    display: none;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 35px 0;
    cursor: pointer;
    user-select: none;
}

.ser-num {
    flex: 0 0 100px;
    font-size: 0.8rem;
    color: #666;
    font-weight: 800;
}

.ser-main {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 25px;
}

.ser-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.ser-name {
    font-size: 2rem;
    font-weight: 600;
}

.arrow {
    font-size: 1.2rem;
    transition: transform 0.4s ease;
}

/* Content Area */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    /* Cubic-bezier for a more "snappy" premium feel */
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    padding-left: 180px;
}

.accordion-content p {
    padding-bottom: 40px;
    color: #888;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 700px;
}

/* TOGGLE LOGIC (When Checked) */
.acc-check:checked~.accordion-header .arrow {
    transform: rotate(180deg);
}

.acc-check:checked~.accordion-header .ser-icon {
    background: #888;
    /* Optional: change icon bg on open */
    color: #fff;
}

.acc-check:checked~.accordion-content {
    max-height: 500px;
    /* Large enough to show content */
    transition: max-height 0.5s ease-in;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .services-section {
        padding: 60px 20px;
    }

    .ser-num {
        flex: 0 0 50px;
    }

    .ser-name {
        font-size: 1.4rem;
    }

    .accordion-content {
        padding-left: 0;
    }

    .ser-icon {
        width: 45px;
        height: 45px;
    }
}

/* ============================================================
   SERVICES SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .services-section {
        /* Aapki requirement ke mutabiq padding khatam */
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .services-title {
        font-size: 2.5rem;
        padding: 0 20px; /* Sirf text ko edge se bachane ke liye */
        margin-bottom: 40px;
    }

    .accordion-header {
        padding: 25px 20px; /* Header ko full width rakha */
    }

    .ser-num {
        /* Number ki width kam ki taake heading ko jagah mile */
        flex: 0 0 40px; 
        font-size: 0.7rem;
    }

    .ser-main {
        gap: 15px; /* Icon aur text ke beech space kam ki */
    }

    .ser-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        flex-shrink: 0; /* Icon ko dabne se rokne ke liye */
    }

    .ser-name {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .accordion-content {
        /* Desktop wali 180px padding khatam */
        padding-left: 20px !important; 
        padding-right: 20px !important;
    }

    .accordion-content p {
        font-size: 1rem;
        max-width: 100%;
        padding-bottom: 30px;
    }
}

/* Mazeed choti screen (Mobile S/M) ke liye */
@media (max-width: 480px) {
    .ser-num {
        display: none; /* Boht choti screen par number chupa sakte hain space ke liye */
    }
    
    .services-title {
        font-size: 2rem;
    }
}
/*  */

/* Reviews Section */
.reviews-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
    overflow: hidden;
}

.carousel-wrapper {
    position: relative;
    max-width: 1200px;
}

/* Hidden Radios */
input[name="rev-slider"] {
    display: none;
}

.reviews-container {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    gap: 90px;
}

.review-slide {
    min-width: 100%;
}

.review-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.quote-icon {
    font-size: 4rem;
    color: #000;
}

.review-body {
    flex: 1;
}

.stars {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.testimonial {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 60px;
    max-width: 800px;
}

.client-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.client-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-meta img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
}

.client-meta h4 {
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.client-meta span {
    color: #666;
    font-size: 0.9rem;
}

.stats h3 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.stats p {
    color: #666;
    font-size: 0.8rem;
    font-weight: 600;
    width: 140px;
}

/* Navigation Logic */
.nav-arrows {
    position: absolute;
    bottom: -90px;
    right: 0;
    display: flex;
    gap: 15px;
}

.arrow-group {
    display: none;
    /* Hidden by default */
    gap: 15px;
}

.nav-arrows label {
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.nav-arrows label:hover {
    background: #333;
}

/* CSS-Only Sliding Mechanism */
#slide-1:checked~.reviews-container {
    transform: translateX(0%);
}

#slide-2:checked~.reviews-container {
    transform: translateX(-110%);
}

#slide-3:checked~.reviews-container {
    transform: translateX(-220%);
}

/* Show relevant arrow group based on current slide */
#slide-1:checked~.nav-arrows .group-1 {
    display: flex;
}

#slide-2:checked~.nav-arrows .group-2 {
    display: flex;
}

#slide-3:checked~.nav-arrows .group-3 {
    display: flex;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .review-layout {
        flex-direction: column;
        gap: 20px;
    }

    .testimonial {
        font-size: 1.4rem;
    }

    .client-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .nav-arrows {
        position: relative;
        margin-top: 40px;
        justify-content: flex-end;
    }

    .reviews-section {
        padding: 60px 30px;
    }
}

@media (max-width: 768px) {
    .nav-arrows {
        bottom: 0;
    }
}

/* ============================================================
   REVIEWS SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .reviews-section {
        /* Aapki requirement: Left/Right padding khatam */
        padding-left: 10px !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .carousel-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px; /* Sirf content ko container ke andar rakhne ke liye */
    }

    .reviews-container {
        /* Mobile par gap thoda kam kiya taake sliding accurate ho */
        gap: 40px; 
    }

    .review-layout {
        flex-direction: column; /* Quote icon aur text ek ke niche ek */
        gap: 15px;
    }

    .quote-icon {
        font-size: 2.5rem; /* Icon size mobile ke liye chota */
    }

    .testimonial {
        font-size: 1.2rem; /* Font size adjusted for mobile */
        line-height: 1.5;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .client-info {
        flex-direction: column;
        align-items: flex-start; /* Name aur Stats ek ke niche ek */
        gap: 30px;
    }

    .stats h3 {
        font-size: 2.2rem; /* Big numbers adjusted */
    }

    /* Slider logic adjustment for mobile */
    /* Mobile par gap kam hone ki wajah se translateX values change karni parti hain */
    #slide-1:checked~.reviews-container { transform: translateX(0%); }
    #slide-2:checked~.reviews-container { transform: translateX(calc(-100% - 40px)); }
    #slide-3:checked~.reviews-container { transform: translateX(calc(-200% - 80px)); }

    .nav-arrows {
        position: relative; /* Arrows ko slider ke niche lane ke liye */
        bottom: 0;
        margin-top: 30px;
        justify-content: flex-start; /* Mobile par arrows left side par */
        padding-bottom: 20px;
    }

    .nav-arrows label {
        width: 50px;
        height: 50px;
    }
}

/* Mazeed choti screens ke liye (iPhone/Small Android) */
@media (max-width: 480px) {
    .testimonial {
        font-size: 1.1rem;
    }
    
    .stats h3 {
        font-size: 1.8rem;
    }
}

/*  */
/* Pricing Section Styles */
.pricing-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.pricing-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 60px;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.package-meta {
    flex: 0 0 250px;
}

.package-tag {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.package-meta p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

.package-card {
    flex: 1;
    border: 1px solid #000;
    padding: 40px;
    max-width: 900px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.price .amount {
    font-size: 3rem;
    font-weight: 600;
}

.price .duration {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
}

.btn-get-started {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 2px;
    transition: 0.3s;
}

.btn-get-started:hover {
    background: #333;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    list-style: none;
}

.features-list li {
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Tick & Cross Symbols */
.features-list li.check::before {
    content: '✓';
    font-weight: 900;
}

.features-list li.cross::before {
    content: '✕';
    color: #999;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .pricing-row {
        flex-direction: column;
        gap: 30px;
    }

    .package-meta {
        flex: none;
        width: 100%;
    }

    .features-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 60px 30px;
    }

    .price .amount {
        font-size: 2.2rem;
    }

    .package-card {
        padding: 25px;
    }
}

/* ============================================================
   PRICING SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .pricing-section {
        /* Side padding bilkul khatam */
        padding-left: 10px !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .pricing-container {
        padding: 0 20px; /* Sirf internal content ko edge se bachane ke liye */
        gap: 50px;
    }

    .pricing-row {
        flex-direction: column; /* Tagline upar aur Card niche */
        gap: 20px;
    }

    .package-meta {
        width: 100%;
        margin-bottom: 10px;
    }

    .package-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px 20px; /* Card ke andar ki spacing */
    }

    .card-header {
        flex-direction: column; /* Price aur Button ek ke niche ek */
        align-items: flex-start;
        gap: 20px;
    }

    .features-list {
        grid-template-columns: 1fr !important; /* Features ek hi column mein */
        gap: 15px;
    }
}

/* Mazeed choti screens (Mobile S/M) ke liye */
@media (max-width: 480px) {
    .price .amount {
        font-size: 2rem; /* Price text ko thoda chota kiya */
    }

    .btn-get-started {
        width: 100%; /* Mobile par full width button */
        text-align: center;
    }
    
    .pricing-section {
        padding-top: 40px !important;
    }
}

/*  */
/* FAQ Section Styles */
.faq-section {
    padding: 100px 80px;
    background-color: #111;
    /* Dark background from screenshot */
    color: #fff;
}

.faq-title {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 60px;
    color: white;
}

.faq-item {
    border-bottom: 1px solid #333;
}

.faq-check {
    display: none;
    /* Hide Checkbox */
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 35px 0; */
    cursor: pointer;
    user-select: none;
}

.faq-question {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    max-width: 90%;
}

/* Custom CSS Plus/Minus Icon */
.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform 0.3s ease;
}

/* Horizontal line */
.faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* Vertical line */
.faq-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* Content logic */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.faq-content p {
    padding-bottom: 30px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 1.05rem;
    max-width: 800px;
}

/* TOGGLE ANIMATION */
.faq-check:checked~.faq-content {
    max-height: 400px;
    /* Big enough to fit text */
    transition: max-height 0.4s ease-in;
}

/* Rotate Vertical line to hide it (making it a minus) */
.faq-check:checked~.faq-header .faq-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 30px;
    }

    .faq-title {
        font-size: 2.2rem;
    }

    .faq-question {
        font-size: 1.1rem;
    }
}
/* ============================================================
   FAQ SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .faq-section {
        /* Side padding aur margins khatam */
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .faq-title {
        font-size: 2.5rem !important;
        padding: 0 20px; /* Sirf text ko edge se bachane ke liye */
        margin-bottom: 40px;
    }

    .faq-header {
        padding: 25px 20px; /* Header ko poori screen par phelaya */
    }

    .faq-question {
        font-size: 1.1rem;
        max-width: 85%; /* Plus icon ke liye jagah chori */
    }

    .faq-content {
        padding: 0 20px; /* Content ke liye internal padding */
    }

    .faq-content p {
        font-size: 1rem;
        max-width: 100%;
        padding-bottom: 25px;
    }
}

/* Mazeed choti screens ke liye */
@media (max-width: 480px) {
    .faq-title {
        font-size: 2rem !important;
    }

    .faq-question {
        font-size: 1rem;
    }

    .faq-icon {
        width: 16px; /* Icons ko thoda chota kiya */
        height: 16px;
    }
}


/*  */

/* Blog Section Styles */
.blog-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.blog-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
}

.blog-post {
    display: flex;
    gap: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.blog-post:last-child {
    border-bottom: none;
}

.blog-image {
    flex: 0 0 380px;
    height: 250px;
    overflow: hidden;
    border-radius: 4px;
}

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

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

.blog-content {
    flex: 1;
}

.blog-category {
    display: inline-block;
    background: #e5e5e5;
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 2px;
}

.blog-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.blog-content p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 700px;
}

.blog-meta {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 25px;
}

.btn-blog {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 2px;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .blog-post {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .blog-image {
        flex: none;
        width: 100%;
        height: 300px;
    }

    .blog-section {
        padding: 60px 30px;
    }

    .blog-content h3 {
        font-size: 1.5rem;
    }
}

/* Final Footer & CTA Styles */
.main-footer {
    background-color: #000;
    color: #fff;
    padding: 100px 80px 40px 80px;
}

.cta-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 100px;
}

.cta-tag {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 40px;
}

.cta-visual {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
}

.user-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.plus-icon {
    font-size: 2rem;
    color: #fff;
}

.you-circle {
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.brand-logo-footer {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 800;
    letter-spacing: 2px;
}

.cta-heading {
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 600;
    max-width: 900px;
    margin-bottom: 50px;
}

.cta-btns {
    display: flex;
    gap: 20px;
}

.cta-btns .btn-white {
    background: #fff;
    color: #000;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
}

.cta-btns .btn-outline {
    border: 1px solid #333;
    color: #fff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    transition: 0.3s;
}

.cta-btns .btn-outline:hover {
    background: #fff;
    color: #000;
}

/* Footer Bottom Bar */
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #666;
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .cta-heading {
        font-size: 3.5rem;
    }

    .brand-logo-footer {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding: 60px 30px 30px 30px;
    }

    .cta-visual {
        flex-wrap: wrap;
    }

    .cta-heading {
        font-size: 2.5rem;
    }

    .cta-btns {
        flex-direction: column;
        width: 100%;
    }

    .cta-btns a {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}



/* ============================================================
   FOOTER & CTA SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .main-footer {
        /* Sidebar spacing khatam */
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .cta-section {
        padding: 0 20px; /* Content ko edges se bachane ke liye */
        align-items: center; /* Mobile par center align behtar lagta hai */
        text-align: center;
    }

    .cta-heading {
        font-size: 2.8rem !important; /* Heading size chota kiya */
        max-width: 100%;
    }

    .cta-visual {
        justify-content: center;
        gap: 15px;
    }

    .user-img img {
        width: 80px; /* Images choti ki mobile ke liye */
        height: 80px;
    }

    .you-circle {
        width: 70px;
        height: 70px;
        font-size: 0.9rem;
    }

    .brand-logo-footer {
        margin-left: 0 !important; /* Fixed margin khatam */
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .cta-heading {
        font-size: 2.2rem !important;
        line-height: 1.2;
    }

    .cta-btns {
        flex-direction: column; /* Buttons ek ke niche ek */
        width: 100%;
        gap: 15px;
    }

    .cta-btns .btn-white, 
    .cta-btns .btn-outline {
        width: 100%;
        text-align: center;
        padding: 15px; /* Touch target behtar kiya */
    }

    .footer-bottom {
        padding: 30px 20px;
        flex-direction: column; /* Copyright aur Links alag lines par */
        gap: 10px;
        text-align: center;
    }

    .cta-tag {
        margin-bottom: 20px;
    }
}

/* Mazeed choti screen (iPhone SE etc) */
@media (max-width: 400px) {
    .cta-heading {
        font-size: 1.8rem !important;
    }
    
    .plus-icon {
        font-size: 1.5rem;
    }
}

/*  */

/* Project Page Layout */
.projects-page {
    padding: 100px 80px;
    background: #fff;
    color: #000;
}

.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 40px;
}

.year-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #888;
}

/* Hide Radio Buttons */
input[name="filter"] {
    display: none;
}

/* Filter Tabs Styling */
.filter-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}

.tab-btn {
    padding: 10px 20px;
    border: 1px solid #eee;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Active Tab Highlight */
#all:checked~.filter-tabs label[for="all"],
#branding:checked~.filter-tabs label[for="branding"],
#web-design:checked~.filter-tabs label[for="web-design"],
#development:checked~.filter-tabs label[for="development"] {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Project Items Logic */
.projects-grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.project-item {
    display: flex;
    gap: 40px;
    border-top: 1px solid #eee;
    padding-top: 40px;
    transition: opacity 0.4s ease;
}

.project-side-meta {
    flex: 0 0 150px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-side-meta span {
    font-size: 0.75rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.project-main-content {
    flex: 1;
}

.project-img-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

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

.project-item:hover img {
    transform: scale(1.02);
}

.project-footer {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.project-footer h3 {
    font-size: 1.5rem;
    flex: 1;
}

.project-footer p {
    font-size: 0.9rem;
    color: #555;
    flex: 1;
    max-width: 500px;
    line-height: 1.6;
}

/* CSS FILTERING LOGIC */
/* Pehle sab ko hide karo jab koi filter active ho (except All) */
#branding:checked~.projects-grid .project-item:not(.cat-branding),
#web-design:checked~.projects-grid .project-item:not(.cat-web-design),
#development:checked~.projects-grid .project-item:not(.cat-development) {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .project-item {
        flex-direction: column;
    }

    .project-footer {
        flex-direction: column;
        gap: 15px;
    }

    .filter-tabs {
        flex-wrap: wrap;
    }
}

/* ============================================================
   PROJECTS SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .projects-page {
        /* Aapki requirement: Left padding khatam */
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .projects-header, 
    .filter-tabs, 
    .projects-grid {
        padding-left: 10px; /* Content ko edge se chipakne se bachane ke liye */
        padding-right: 10px;
    }

    .projects-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    /* Filter Tabs ko mobile par scrollable banana */
    .filter-tabs {
        overflow-x: auto; /* Agar tabs zyada hon to scroll ho jayein */
        white-space: nowrap;
        padding-bottom: 15px;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .tab-btn {
        padding: 8px 15px;
        font-size: 0.75rem;
        flex-shrink: 0;
    }

    .projects-grid {
        gap: 50px; /* Mobile par gap thoda kam */
    }

    .project-item {
        flex-direction: column; /* Meta info aur image upar niche */
        gap: 20px;
        padding-top: 30px;
    }

    .project-side-meta {
        flex: none;
        flex-direction: row; /* Category aur Date ek line mein */
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .project-footer {
        flex-direction: column; /* Title aur Description upar niche */
        gap: 10px;
    }

    .project-footer h3 {
        font-size: 1.3rem;
    }

    .project-footer p {
        font-size: 0.85rem;
        max-width: 100%;
    }
}

/* Mazeed choti screen ke liye */
@media (max-width: 480px) {
    .projects-header h2 {
        font-size: 1.8rem;
    }
    
    .project-img-box {
        margin-bottom: 15px;
    }
}

/*  */
/* Service Page Styling */
.services-page {
    padding: 80px;
    background: #fff;
    color: #000;
}

.services-main-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.service-item {
    border-bottom: 1px solid #eee;
}

/* Hidden Checkbox logic */
.service-toggle {
    display: none;
}

.service-header {
    display: flex;
    align-items: center;
    padding: 40px 0;
    cursor: pointer;
    user-select: none;
}

.ser-index {
    flex: 0 0 100px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #999;
}

.ser-title-group {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ser-title-group i {
    font-size: 1.5rem;
}

.ser-title-group h2 {
    font-size: 2.2rem;
    font-weight: 700;
}

.arrow {
    transition: transform 0.4s ease;
    font-size: 1.2rem;
}

/* Accordion Content Logic */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
    padding-left: 100px;
    /* Align with title group */
}

.content-grid {
    padding-bottom: 60px;
}

.intro-text {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.details-section {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

.detail-col {
    flex: 1;
}

.detail-col h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 800;
}

.detail-col ul {
    list-style: none;
}

.detail-col ul li {
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
    font-size: 0.95rem;
    color: #333;
}

.detail-col ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Gallery from screenshot */
.service-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.service-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 2px;
}

/* TOGGLE FUNCTIONALITY (Pure CSS) */
.service-toggle:checked~.accordion-content {
    max-height: 2000px;
    /* Big enough to show images */
    transition: max-height 0.8s ease-in;
}

.service-toggle:checked~.service-header .arrow {
    transform: rotate(180deg);
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .details-section {
        flex-direction: column;
    }

    .service-gallery {
        grid-template-columns: 1fr;
    }

    .accordion-content {
        padding-left: 0;
    }

    .services-main-title {
        font-size: 2.5rem;
    }
}

/* ============================================================
   SERVICES PAGE MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    .services-page {
        /* Side padding bilkul khatam */
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        padding-top: 60px !important;
    }

    .services-main-title {
        font-size: 2.5rem !important;
        padding: 0 20px; /* Sirf title ko edge se bachane ke liye */
        margin-bottom: 40px;
    }

    .service-header {
        padding: 30px 20px; /* Header ko poori screen par phelaya */
    }

    .ser-index {
        flex: 0 0 40px; /* Index number chota kiya */
        font-size: 0.7rem;
    }

    .ser-title-group h2 {
        font-size: 1.4rem; /* Heading mobile ke liye adjust ki */
    }

    .ser-title-group i {
        font-size: 1.2rem;
    }

    .accordion-content {
        padding-left: 0 !important; /* Desktop wali 100px padding khatam */
        padding: 0 20px;
    }

    .intro-text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .details-section {
        flex-direction: column; /* Details columns ek ke niche ek */
        gap: 30px;
    }

    .detail-col h3 {
        margin-bottom: 15px;
    }

    .service-gallery {
        grid-template-columns: 1fr; /* Images ek hi column mein */
        gap: 15px;
    }

    .service-gallery img {
        height: 200px; /* Mobile par image height kam ki */
    }

    .service-item{
        padding: 10px;
    }
}

/* Mazeed choti screens (Mobile S/M) */
@media (max-width: 480px) {
    .services-main-title {
        font-size: 2rem !important;
    }

    .ser-index {
        display: none; /* Boht choti screen par number chupa dein taake heading ko jagah mile */
    }

    .ser-title-group {
        gap: 10px;
    }
}

/*  */

/* About Hero Styles */
.about-hero {
    padding: 100px 80px;
    background: #fff;
    color: #000;
}

.about-main-title {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 100px;
}

.about-image-box img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.about-description {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    max-width: 500px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
}

.stat-item h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 0.85rem;
    color: #666;
    font-weight: 600;
}

/* INFINITE LOGO SLIDER */
.infinite-logo-section {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 50px;
    overflow: hidden;
}

.logo-prefix {
    flex: 0 0 200px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.logo-slider-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    /* Subtle background from screenshot */
    padding: 25px 0;
}

.logo-track {
    display: flex;
    width: calc(250px * 10);
    /* Adjust based on slide count */
    animation: scrollInfinite 20s linear infinite;
}

.logo-slide {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 800;
    color: #aaa;
    text-transform: capitalize;
}

@keyframes scrollInfinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }

    /* Moves half the total track width */
}

/* Pause on hover for better UX */
.logo-slider-container:hover .logo-track {
    animation-play-state: paused;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-main-title {
        font-size: 3.5rem;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Education Section Styles */
.education-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.edu-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 80px;
}

.edu-container {
    display: flex;
    flex-direction: column;
}

.edu-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid #eee;
    /* Light divider like the screenshots */
}

.edu-row:last-child {
    border-bottom: 1px solid #eee;
}

.edu-year {
    flex: 0 0 180px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
}

.edu-degree {
    flex: 0 0 350px;
}

.edu-degree h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.edu-details {
    flex: 1;
    max-width: 600px;
}

.edu-details p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.edu-details strong {
    color: #000;
    font-weight: 700;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .edu-row {
        flex-direction: column;
        gap: 15px;
    }

    .edu-year,
    .edu-degree {
        flex: none;
        width: 100%;
    }

    .edu-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .education-section {
        padding: 60px 30px;
    }

    .edu-degree h3 {
        font-size: 1.3rem;
    }
}

/* Work Experience Section Styles */
.work-experience-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.work-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 80px;
}

.work-container {
    display: flex;
    flex-direction: column;
}

.work-row {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 1.5fr 0.8fr;
    /* 4 Column Layout */
    align-items: center;
    padding: 50px 0;
    border-top: 1px solid #eee;
    transition: background-color 0.3s ease;
}

.work-row:last-child {
    border-bottom: 1px solid #eee;
}

.work-role {
    font-size: 1.6rem;
    font-weight: 800;
}

.work-index {
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
}

.work-company {
    font-size: 1.6rem;
    font-weight: 800;
}

.work-years {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: right;
    color: #000;
}

/* Hover effect to make it interactive */
.work-row:hover {
    background-color: #fafafa;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .work-row {
        grid-template-columns: 1fr 0.5fr 1fr;
        padding: 30px 0;
    }

    .work-years {
        grid-column: span 3;
        text-align: left;
        margin-top: 10px;
    }

    .work-role,
    .work-company {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .work-experience-section {
        padding: 60px 30px;
    }

    .work-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .work-years {
        text-align: left;
    }

    .work-title {
        font-size: 2.5rem;
    }
}

/* Why Choose Me Styles */
.why-choose-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.why-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 80px;
    letter-spacing: -1px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 Columns like the screenshot */
    gap: 80px 40px;
    /* Vertical and Horizontal spacing */
}

.why-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-index {
    font-size: 0.85rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
}

.why-item h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}

.why-item p {
    font-size: 1rem;
    color: #666;
    /* Grey text for description */
    line-height: 1.6;
    max-width: 320px;
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 Columns on tablets */
    }

    .why-main-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 30px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        /* 1 Column on mobile */
        gap: 50px;
    }

    .why-main-title {
        font-size: 2.2rem;
    }
}

/* Working Process Styles */
.process-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.process-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 80px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 Columns like screenshot */
    gap: 100px 60px;
    /* Large vertical gap */
}

.process-item {
    display: flex;
    flex-direction: column;
}

.process-icon-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.process-icon-row i {
    font-size: 2.2rem;
    color: #000;
}

.process-index {
    font-size: 0.85rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
}

.process-item h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.process-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    max-width: 420px;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .process-grid {
        grid-template-columns: 1fr;
        /* Stack on small screens */
        gap: 60px;
    }

    .process-main-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .process-section {
        padding: 60px 30px;
    }

    .process-main-title {
        font-size: 2.2rem;
    }
}

/* Blog Page */
.blog-page {
    padding: 80px;
    background: #fff;
    color: #000;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.blog-main-title {
    font-size: 3.5rem;
    font-weight: 600;
}

.blog-date-range {
    font-weight: 700;
    font-size: 0.9rem;
}

/* Hide Radio Inputs */
input[name="blog-filter"] {
    display: none;
}

.filter-labels {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.tab-btn {
    padding: 10px 25px;
    border: 1px solid #eee;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    transition: 0.3s;
}

/* Active Tab Styling */
#all:checked~.filter-labels label[for="all"],
#branding:checked~.filter-labels label[for="branding"],
#web-design:checked~.filter-labels label[for="web-design"],
#app-design:checked~.filter-labels label[for="app-design"] {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Filtering Logic */
.blog-item {
    display: none;
}

/* Hide all by default */

/* Show based on radio checked */
#all:checked~.blog-list .blog-item {
    display: flex;
}

#branding:checked~.blog-list .cat-branding {
    display: flex;
}

#web-design:checked~.blog-list .cat-web-design {
    display: flex;
}

#app-design:checked~.blog-list .cat-app-design {
    display: flex;
}

/* Blog Item Layout */
.blog-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.blog-item {
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

.blog-img {
    flex: 0 0 400px;
}

.blog-img img {
    width: 100%;
    border-radius: 4px;
}

.blog-content {
    flex: 1;
}

.cat-tag {
    background: #f0f0f0;
    padding: 5px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-content h2 {
    font-size: 2rem;
    margin: 20px 0;
    font-weight: 600;
    line-height: 1.2;
}

.blog-content p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 25px;
    max-width: 600px;
}

.blog-meta {
    color: #999;
    font-size: 0.85rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.get-started-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
}


/* ============================================================
   BLOG SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    /* 1. Sidebar Padding Removal */
    .blog-section, .blog-page {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .blog-list {
        padding: 0 20px; /* Content ko edge se chipakne se bachane ke liye */
        gap: 50px;
    }

    .blog-item {
        display: flex;
        flex-direction: column; /* Image upar, Text niche */
        gap: 25px;
        padding-bottom: 50px;
    }

    /* 2. Image Fix */
    .blog-img {
        flex: none; /* Fixed width 400px khatam */
        width: 100%;
    }

    .blog-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* Mobile par ek jaisi height rakhne ke liye */
        object-fit: cover;
    }

    /* 3. Typography & Content */
    .blog-content h2 {
        font-size: 1.6rem; /* Heading size chota kiya */
        margin: 15px 0;
    }

    .blog-content p {
        font-size: 1rem;
        line-height: 1.5;
        max-width: 100%; /* Pura text phel jaye */
    }

    .blog-meta {
        margin-bottom: 20px;
    }

    .get-started-btn {
        width: 100%; /* Mobile par full width button behtar lagta hai */
        text-align: center;
    }

    .filter-labels{
        display: flex;
        flex-wrap: wrap;
    }
}

/* Mazeed choti screens (Mobile S) */
@media (max-width: 480px) {
    .blog-content h2 {
        font-size: 1.4rem;
    }
    
    .cat-tag {
        font-size: 0.7rem;
    }
}



/*  */
/* Shop Page Styles */
.shop-page {
    padding: 80px;
    background: #fff;
    color: #000;
}

.shop-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.shop-main-title {
    font-size: 4rem;
    font-weight: 800;
}

.shop-date-range {
    font-weight: 700;
    font-size: 0.9rem;
}

/* Hide Radio Inputs */
input[name="shop-filter"] {
    display: none;
}

.shop-filter-labels {
    display: flex;
    gap: 12px;
    margin-bottom: 60px;
}

.shop-tab-btn {
    padding: 10px 22px;
    border: 1px solid #eee;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

/* Active Tab Highlight */
#all-pro:checked~.shop-filter-labels label[for="all-pro"],
#digital-pro:checked~.shop-filter-labels label[for="digital-pro"],
#physical-pro:checked~.shop-filter-labels label[for="physical-pro"] {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Filtering Logic */
.product-item {
    display: none;
}

/* Default hide */

#all-pro:checked~.product-list .product-item {
    display: block;
}

#digital-pro:checked~.product-list .cat-digital {
    display: block;
}

#physical-pro:checked~.product-list .cat-physical {
    display: block;
}

/* Product List Layout */
.product-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.product-item {
    border-top: 1px solid #eee;
    padding-top: 40px;
    position: relative;
}

.pro-tag {
    font-size: 0.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
}

.product-img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 25px;
}

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

.product-item:hover img {
    transform: scale(1.02);
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-title {
    font-size: 1.5rem;
    font-weight: 800;
}

.pro-price {
    display: flex;
    gap: 15px;
    align-items: center;
}

.curr-price {
    font-weight: 800;
    font-size: 1.1rem;
}

.old-price {
    color: #bbb;
    text-decoration: line-through;
    font-size: 0.95rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .product-img {
        height: 350px;
    }

    .shop-main-title {
        font-size: 2.5rem;
    }

    .product-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


/* ============================================================
   SHOP PAGE MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    /* 1. Reset Container Spacing */
    .shop-page {
        padding: 40px 20px !important; /* Sidebar gap khatam */
        width: 100% !important;
        margin: 0 !important;
    }

    /* 2. Shop Header: Stack Text properly */
    .shop-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
        margin-bottom: 30px !important;
    }

    .shop-main-title {
        font-size: 2.2rem !important; /* Heading choti ki */
        line-height: 1.1;
    }

    .shop-date-range {
        font-size: 0.85rem !important;
        color: #888;
        display: block;
    }

    /* 3. Filter Tabs: 2-per-row logic (jaisa projects mein tha) */
    .shop-filter-labels {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        margin-bottom: 40px !important;
    }

    .shop-tab-btn {
        flex: 1 1 calc(50% - 10px); /* 2 per row */
        text-align: center !important;
        padding: 12px 5px !important;
        font-size: 0.8rem !important;
        box-sizing: border-box !important;
    }

    /* Agar 3 buttons hain aur aakhri wala akela hai, to wo full width lele */
    .shop-tab-btn:last-child:nth-child(odd) {
        flex: 1 1 100%;
    }

    /* 4. Product Items Reset */
    .product-list {
        gap: 50px !important;
    }

    .product-item {
        padding-top: 30px !important;
    }

    .product-img {
        height: 300px !important; /* Height fix ki taake screen se badi na ho */
        margin-bottom: 15px !important;
    }

    .product-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    /* 5. Product Info (Title & Price) */
    .product-info {
        flex-direction: row !important; /* Items ko side-by-side rakha */
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 10px;
    }

    .pro-title {
        font-size: 1.2rem !important;
        max-width: 60%; /* Price ke liye jagah chhodi */
    }

    .pro-price {
        flex-direction: column !important; /* Price aur Old price upar neeche */
        align-items: flex-end !important;
        gap: 2px !important;
    }

    .curr-price {
        font-size: 1rem !important;
    }

    .old-price {
        font-size: 0.8rem !important;
    }
}

/* Mazeed choti screens (Mobile S) */
@media (max-width: 480px) {
    .shop-main-title {
        font-size: 1.8rem !important;
    }
    
    .product-img {
        height: 250px !important;
    }
}

/*  */

/* Contact Page Styles */
.contact-section {
    padding: 100px 80px;
    background-color: #fff;
    color: #000;
}

.contact-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 80px;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    /* Balanced split */
    gap: 100px;
}

/* Left Info Items */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.info-item i {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.info-item h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.info-item p {
    color: #666;
    line-height: 1.6;
    max-width: 400px;
}

/* Right Form Styles */
.form-group {
    margin-bottom: 35px;
}

.form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #000;
}

.submit-btn {
    background: #000;
    color: #fff;
    padding: 20px 40px;
    border: none;
    font-weight: 800;
    font-size: 1.1rem;
    cursor: pointer;
    transition: opacity 0.3s;
}

.submit-btn:hover {
    opacity: 0.8;
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-main-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 30px;
    }
}

/* FAQ Section Styles */
.faq-section {
    padding: 100px 80px;
    background-color: #000000;
    color: #ffffff;
    /* padding-bottom: 0px; */
}

.faq-main-title {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 60px;
}

.faq-container {
    max-width: 100%;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

/* Hide the Checkbox */
.faq-toggle {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
    color: white;
}

.faq-icon {
    font-size: 2rem;
    font-weight: 400;
    transition: transform 0.4s ease;
}

/* Answer Container (Hidden by default) */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.faq-answer p {
    padding-bottom: 40px;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 80%;
}

/* CSS Toggle Logic */
.faq-toggle:checked~.faq-answer {
    max-height: 500px;
    /* Large enough to fit content */
    transition: max-height 0.4s ease-in;
}

.faq-toggle:checked~.faq-question .faq-icon {
    transform: rotate(45deg);
    /* Plus becomes a cross */
}

.faq-question:hover {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 30px;
    }

    .faq-main-title {
        font-size: 3.5rem;
    }

    .faq-question {
        font-size: 1.1rem;
    }
}


/* ============================================================
   FAQ SECTION MOBILE RESPONSIVE FIX
   ============================================================ */

@media (max-width: 1024px) {
    /* 1. Reset Container Spacing */
    .faq-section {
        padding: 60px 20px !important; /* Side padding kam ki takay content ko jagah mile */
        width: 100% !important;
    }

    /* 2. Main Title Adjustment */
    .faq-main-title {
        font-size: 2.8rem !important; /* Heading size mobile ke liye optimize kiya */
        line-height: 1.1;
        margin-bottom: 40px !important;
        word-wrap: break-word;
    }

    /* 3. Question Styling */
    .faq-question {
        padding: 30px 0 !important; /* Vertical spacing thodi kam ki */
        font-size: 1.15rem !important; /* Text size adjust kiya */
        line-height: 1.4;
        gap: 15px; /* Icon aur text ke beech gap */
    }

    .faq-icon {
        font-size: 1.5rem !important; /* Icon thoda chota kiya */
        flex-shrink: 0; /* Icon ko dabne se rokne ke liye */
    }

    /* 4. Answer/Content Styling */
    .faq-answer p {
        font-size: 1rem !important; /* Paragraph text readable rakha */
        max-width: 100% !important; /* Text ko poori width di */
        padding-bottom: 30px !important;
        color: #aaa; /* Dark background par behtar visibility ke liye thoda light color */
    }
}

/* Mazeed choti screens (Mobile S) ke liye */
@media (max-width: 480px) {
    .faq-main-title {
        font-size: 2.2rem !important;
    }

    .faq-question {
        font-size: 1rem !important;
    }
}

/* ============================================================
   FIX: DUPLICATE FAQ ICON ISSUE
   ============================================================ */

/* 1. Pseudo-elements ko hide karna agar wo extra icon bana rahe hain */
.faq-icon::before, 
.faq-icon::after {
    display: none !important;
    content: none !important;
}

/* 2. Agar icon font-awesome ya kisi aur library se hai, to uski position fix karein */
.faq-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 3. Icon ko clean aur single rakhne ke liye */
.faq-icon {
    display: inline-block !important;
    line-height: 1;
    /* Isse rotate logic kharab nahi hogi */
    transform-origin: center; 
}
/*  */