	     /* ================================
           HERO
        ================================= */

        .hero {
            min-height: 680px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;

            background:
                
                url("../images/bg-about-banner.jpg");

            background-size: cover;
            background-position: center;
        }

        .hero::after {
            content: "";
            position: absolute;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: rgba(193, 255, 114, .12);
            right: -150px;
            bottom: -150px;
            filter: blur(20px);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            width: 100%;
            color: #fff;
        }

        .hero-label {
            display: inline-block;
            padding: 8px 16px;
            border: 1px solid rgba(255,255,255,.25);
            background: rgba(255,255,255,.08);
            backdrop-filter: blur(10px);
            border-radius: 50px;
            color: var(--accent);
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 22px;
        }

      .hero h1 {
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.05;
    letter-spacing: -3px;
    margin-bottom: 25px;
    color: #fff;
}

        .hero h1 span {
            color: var(--accent);
        }

        .hero p {
            max-width: 680px;
            font-size: 18px;
            color: #dbeafe;
            margin-bottom: 35px;
        }

        .hero-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 15px 26px;
            border-radius: 50px;
            font-weight: 700;
            transition: .3s;
        }

        .btn-primary {
            background: var(--accent);
            color: #111827;
        }

        .btn-primary:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(193,255,114,.25);
        }

        .btn-outline {
            border: 1px solid rgba(255,255,255,.35);
            color: #fff;
            background: rgba(255,255,255,.05);
        }

      .btn-outline:hover {
    background: #0ca41b;
    color: #111827;
}

.about-content p {
    font-weight: 400;
}
        /* ================================
           SECTION
        ================================= */

        section {
            padding: 100px 0;
        }

        .section-heading {
           width: 100%;
    margin-bottom: 20px;
}

        .section-heading.center {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

       .section-tag {
    display: inline-block;
    color: #03a113;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

       .section-heading h2 {
    color: #0f172a;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 18px;
    font-size: 40px;
    letter-spacing: 1px;
}
.cta-content h2 {
    color: #fff;
    font-size: 40px;
}
       .section-heading p {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}


        /* ================================
           ABOUT
        ================================= */

        .about {
            background: #fff;
        }

        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 70px;
            text-align: left;
        }

        .about-image {
            position: relative;
        }

        .about-image img {
            width: 100%;
            height: 560px;
            object-fit: cover;
            border-radius: 30px;
            box-shadow: var(--shadow);
        }

        .experience-card {
            position: absolute;
            right: -25px;
            bottom: 35px;
            width: 190px;
            padding: 25px;
            background: #fff;
            border-radius: 20px;
            box-shadow: var(--shadow);
            text-align: center;
        }

        .experience-card strong {
            display: block;
            font-size: 42px;
            line-height: 1;
            color: #0ca41b;
        }

        .experience-card span {
            display: block;
            margin-top: 8px;
            font-size: 14px;
            color: #64748b;
        }

        .about-content h3 {
            font-size: 34px;
            color: #0f172a;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .about-content p {
            margin-bottom: 18px;
        }

        .check-list {
            list-style: none;
            margin-top: 25px;
        }

        .check-list li {
            position: relative;
            padding-left: 32px;
            margin-bottom: 14px;
            color: #334155;
            font-weight: 600;
        }

        .check-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--accent);
            color: #111827;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 900;
        }


        /* ================================
           MISSION VISION
        ================================= */

        .mission {
            background: #f8fafc;
        }

        .mission-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .mission-card {
            padding: 30px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 25px;
            transition: .3s;
        }

        .mission-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow);
        }

        .mission-icon {
            width: 60px;
            height: 60px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #eff6ff;
            color: #0ca41b;
            font-size: 28px;
            margin-bottom: 25px;
        }

        .mission-card h3 {
            font-size: 27px;
            color: #0f172a;
            margin-bottom: 14px;
        }


        /* ================================
           SERVICES
        ================================= */

        .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .service-card {
            padding: 30px 25px;
            border: 1px solid var(--border);
            border-radius: 22px;
            background: #fff;
            transition: .3s;
        }

        .service-card:hover {
            transform: translateY(-8px);
            border-color: #bfdbfe;
            box-shadow: var(--shadow);
        }

       .service-number {
    font-size: 20px;
    font-weight: 600;
    color: #0ca41b;
    margin-bottom: 10px;
}

        .service-card h3 {
            font-size: 20px;
            color: #0f172a;
            margin-bottom: 10px;
        }

        .service-card p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}


        /* ================================
           STATS
        ================================= */

       .stats {
    padding: 70px 0;
    background-color: #000000;
    color: #fff;
}

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            text-align: center;
        }

        .stat {
            padding: 15px;
        }

        .stat strong {
            display: block;
            font-size: 48px;
            color: var(--accent);
            line-height: 1;
            margin-bottom: 10px;
        }

       .stat span {
    color: #ffffff;
    font-size: 16px;
}


        /* ================================
           WHY US
        ================================= */

        .why-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 70px;
            align-items: center;
        }

        .why-image img {
            height: 550px;
            width: 100%;
            object-fit: cover;
            border-radius: 30px;
        }

        .features {
            display: grid;
            gap: 18px;
        }

        .feature {
            display: flex;
            gap: 18px;
            padding: 22px;
            border-radius: 18px;
            background: #f8fafc;
            border: 1px solid #eef2f7;
        }

        .feature-icon {
            min-width: 50px;
            height: 50px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--accent);
            color: #009b34;
            font-size: 20px;
            font-weight: 900;
        }

        .feature h3 {
            color: #0f172a;
            margin-bottom: 3px;
            font-size: 18px;
        }

        .feature p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}


        /* ================================
           PROCESS
        ================================= */

        .process {
            background: #f8fafc;
        }

        .process-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .process-card {
            position: relative;
            padding: 35px 25px;
            background: #fff;
            border-radius: 22px;
            border: 1px solid var(--border);
        }

        .process-number {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #111827;
            color: var(--accent);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            margin-bottom: 22px;
        }

        .process-card h3 {
            color: #0f172a;
            margin-bottom: 10px;
        }

        .process-card p {
            font-size: 14px;
        }


        /* ================================
           CTA
        ================================= */

        .cta {
            padding: 0px 0;
			padding-bottom:60px;
        }

        .cta-box {
            position: relative;
            overflow: hidden;
            padding: 75px;
            border-radius: 35px;
            background:
                linear-gradient(
                    120deg,
                    #111827,
                    #1d4ed8
                );
            color: #fff;
        }

        .cta-box::after {
            content: "";
            position: absolute;
            width: 350px;
            height: 350px;
            right: -100px;
            top: -100px;
            border-radius: 50%;
            background: rgba(193,255,114,.15);
        }

        .cta-content {
            position: relative;
            z-index: 2;
            max-width: 700px;
        }

       .cta h2 {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 18px;
}

        .cta p {
    color: #ffffff;
    margin-bottom: 28px;
    font-size: 16px;
}
		/* .skin-orange a {
    color: #ffffff !important; */
}
.hero-buttons a {
    color: #fff;
}
.mission-card p {
    font-weight: 400;
}

/*******Services Patiala***Laptop-repair*******/
.bsd-laptop-wrapper {
            width: 100%;
            overflow: hidden;
        }

        .bsd-laptop-container {
            width: 90%;
            max-width: 1200px;
            margin: auto;
        }

        /* Hero Section */
        .bsd-laptop-hero {
            padding: 80px 0;
            background: linear-gradient(135deg, #eef7ff, #ffffff);
        }

        .bsd-laptop-hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .bsd-laptop-small-title {
            display: inline-block;
            color: #1264a3;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .bsd-laptop-main-title {
            font-size: 48px;
            line-height: 1.15;
            color: #102a43;
            margin-bottom: 20px;
        }

        .bsd-laptop-main-title span {
            color: #03a113;
        }

        .bsd-laptop-description {
            font-size: 17px;
            color: #667085;
            margin-bottom: 30px;
            max-width: 580px;
        }

        .bsd-laptop-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .bsd-laptop-btn {
            display: inline-block;
            padding: 13px 25px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s ease;
        }

        .bsd-laptop-btn-primary {
            background: #03a113;
            color: #ffffff;
        }

        .bsd-laptop-btn-primary:hover {
            background: #0e5d9d;
        }

        .bsd-laptop-btn-outline {
            border: 1px solid #03a113;
            color: #03a113;
            background: #ffffff;
        }

        .bsd-laptop-btn-outline:hover {
            background: #03a113;
            color: #ffffff;
        }

        /* Laptop Illustration */
        .bsd-laptop-visual {
            position: relative;
            text-align: center;
        }

        .bsd-laptop-device {
            width: 90%;
            max-width: 480px;
            margin: auto;
            background: #1e293b;
            padding: 12px;
            border-radius: 12px 12px 5px 5px;
            box-shadow: 0 20px 50px rgba(16, 42, 67, 0.18);
        }

        .bsd-laptop-screen {
            height: 270px;
            border-radius: 6px;
            background: linear-gradient(135deg, #03a113, #5ac8fa);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #ffffff;
            font-size: 30px;
            font-weight: 700;
        }

        .bsd-laptop-base {
            width: 110%;
            height: 18px;
            margin-left: -5%;
            background: #94a3b8;
            border-radius: 0 0 15px 15px;
        }

        /* Services Section */
        .bsd-laptop-services {
            padding: 80px 0;
            background: #ffffff;
        }

        .bsd-laptop-section-heading {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 45px;
        }

        .bsd-laptop-section-heading h2 {
            font-size: 36px;
            color: #102a43;
            margin-bottom: 12px;
        }

        .bsd-laptop-section-heading p {
            color: #667085;
            font-size: 16px;
        }

        .bsd-laptop-service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .bsd-laptop-service-card {
            padding: 30px;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            transition: 0.3s ease;
        }

        .bsd-laptop-service-card:hover {
            transform: translateY(-6px);
            border-color: #03a113;
            box-shadow: 0 15px 35px rgba(16, 42, 67, 0.10);
        }

        .bsd-laptop-service-icon {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: #eaf5ff;
            color: #03a113;
            font-size: 25px;
            margin-bottom: 20px;
        }

        .bsd-laptop-service-card h3 {
            font-size: 20px;
            color: #102a43;
            margin-bottom: 10px;
        }

        .bsd-laptop-service-card p {
            color: #667085;
            font-size: 15px;
        }

        /* Why Choose Us */
        .bsd-laptop-benefits {
            padding: 75px 0;
            background: #f6f8fb;
        }

        .bsd-laptop-benefit-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .bsd-laptop-benefit-box {
            text-align: center;
            padding: 25px 15px;
        }

        .bsd-laptop-benefit-number {
            font-size: 30px;
            font-weight: 700;
            color: #03a113;
            margin-bottom: 8px;
        }

        .bsd-laptop-benefit-box h4 {
            color: #102a43;
            margin-bottom: 5px;
        }

        .bsd-laptop-benefit-box p {
            color: #667085;
            font-size: 14px;
        }

        /* CTA */
        .bsd-laptop-cta {
            padding: 65px 0;
            background: #102a43;
            text-align: center;
        }

        .bsd-laptop-cta h2 {
            color: #ffffff;
            font-size: 34px;
            margin-bottom: 12px;
        }

        .bsd-laptop-cta p {
            color: #cbd5e1;
            margin-bottom: 25px;
        }

        /* Responsive */
        @media (max-width: 900px) {

            .bsd-laptop-hero-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .bsd-laptop-description {
                margin-left: auto;
                margin-right: auto;
            }

            .bsd-laptop-buttons {
                justify-content: center;
            }

            .bsd-laptop-service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .bsd-laptop-benefit-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {

            .bsd-laptop-hero {
                padding: 55px 0;
            }

            .bsd-laptop-main-title {
                font-size: 35px;
            }

            .bsd-laptop-service-grid {
                grid-template-columns: 1fr;
            }

            .bsd-laptop-benefit-grid {
                grid-template-columns: 1fr 1fr;
            }

            .bsd-laptop-screen {
                height: 190px;
                font-size: 22px;
            }

            .bsd-laptop-section-heading h2 {
                font-size: 29px;
            }

            .bsd-laptop-cta h2 {
                font-size: 28px;
            }
        }
.bsd-laptop-buttons .bsd-laptop-btn-primary {
    color: #fff;
}
.bsd-laptop-btn-primary:hover {
    background: #1aa329;
    color: #fff !important;
}
/* ================= HERO ================= */

    
/******Desktop-and-pc-repair*********/

 /* Hero */
    /* Hero */
        .hero {
            background: linear-gradient(135deg, #0b172a, #173b61);
            padding: 90px 0;
            color: #fff;
        }

        .desktop-pc-hero-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
        }

        .hero-text {
            flex: 1;
        }

        .hero-text .tag {
            display: inline-block;
            background: #c1ff72;
            color: #111;
            padding: 7px 16px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 18px;
        }

        .hero h1 {
            font-size: 48px;
            line-height: 1.15;
            margin-bottom: 20px;
        }

        .hero h1 span {
            color: #c1ff72;
        }

        .hero p {
            color: #d7e1ec;
            font-size: 18px;
            max-width: 650px;
            margin-bottom: 30px;
        }

        .buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            text-decoration: none;
            padding: 13px 25px;
            border-radius: 7px;
            font-weight: bold;
            transition: 0.3s;
        }

        .btn-primary {
            background: #c1ff72;
            color: #111;
        }

        .btn-primary:hover {
            background: #fff;
            transform: translateY(-2px);
        }

        .btn-outline {
            border: 1px solid #c1ff72;
            color: #c1ff72;
        }

        .btn-outline:hover {
            background: #c1ff72;
            color: #111;
        }

        /* Computer Illustration */
        .computer-box {
            flex: 0 0 400px;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 20px;
            padding: 35px;
            text-align: center;
        }

        .monitor {
            width: 250px;
            height: 160px;
            border: 10px solid #202c3a;
            background: #fff;
            border-radius: 10px;
            margin: auto;
            position: relative;
        }

        .screen {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #c1ff72, #71b8ff);
        }

        .stand {
            width: 65px;
            height: 30px;
            background: #273545;
            margin: auto;
        }

        .base {
            width: 120px;
            height: 10px;
            border-radius: 20px;
            background: #273545;
            margin: auto;
        }

        /* Services */
        .services {
            padding: 80px 0;
        }

        .section-heading {
            text-align: center;
            margin-bottom: 45px;
        }

        .section-heading h2 {
            font-size: 36px;
            color: #17263a;
            margin-bottom: 12px;
        }

        .section-heading p {
            max-width: 650px;
            margin: auto;
            color: #667085;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .service-card {
            background: #fff;
            padding: 30px;
            border-radius: 15px;
            border: 1px solid #e5e7eb;
            transition: 0.3s;
        }

        .service-card:hover {
            transform: translateY(-7px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
        }

        .icon {
            width: 55px;
            height: 55px;
            background: #efffdc;
            color: #294500;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            margin-bottom: 20px;
        }

        .service-card h3 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #17263a;
        }

        .service-card p {
            color: #667085;
            font-size: 15px;
        }

        /* Why BSD Max */
        .why-us {
            background: #fff;
            padding: 80px 0;
        }

        .why-content {
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
            gap: 70px;
            align-items: center;
        }

        .why-content > div:first-child {
            max-width: 560px;
        }

        .why-content h2 {
            font-size: 36px;
            color: #17263a;
            margin-bottom: 18px;
        }

        .why-content p {
            color: #667085;
            margin-bottom: 25px;
        }

        .features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            width: 100%;
        }

        .feature {
            background: #f5f7fa;
            padding: 18px;
            border-radius: 10px;
            font-weight: bold;
            color: #273545;
            min-height: 58px;
            display: flex;
            align-items: center;
        }

        .feature span {
            color: #4f8b00;
            margin-right: 7px;
        }

       .cta {
    background: #17263a;
    color: #fff;
    padding: 65px 0;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

        .cta h2 {
            font-size: 36px;
            margin-bottom: 12px;
        }

        .cta p {
            color: #d7e1ec;
            margin-bottom: 25px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .desktop-pc-hero-content,
            .why-content {
                grid-template-columns: 1fr;
                display: grid;
            }

            .hero h1 {
                font-size: 40px;
            }

            .computer-box {
                max-width: 500px;
                width: 100%;
                margin: auto;
            }

            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .hero {
                padding: 60px 0;
            }

            .hero h1 {
                font-size: 32px;
            }

            .hero p {
                font-size: 16px;
            }

            .service-grid,
            .features {
                grid-template-columns: 1fr;
            }

            .section-heading h2,
            .why-content h2,
            .cta h2 {
                font-size: 28px;
            }

            .computer-box {
                padding: 25px 10px;
            }

            .monitor {
                width: 220px;
                height: 140px;
            }
        }
		.why-choose p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}

.why-choose {
    padding-top: 40px;
}

.desktop-pc-hero-content {
    margin-top: 70px;
}

/******Motherboard Repair**********/

 /* Hero */
        .hero {
            background: linear-gradient(135deg, #eef7ff, #ffffff);
            padding: 80px 0;
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 50px;
            align-items: center;
        }

        .tag {
            display: inline-block;
            background: #e1f1ff;
            color: #03a113;
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .hero h1 {
            font-size: 48px;
            line-height: 1.15;
            margin-bottom: 20px;
            color: #142033;
        }

        .hero h1 span {
            color: #03a113;
        }

        .hero p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
    max-width: 650px;
    font-weight: 400;
}

        .buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            text-decoration: none;
            padding: 13px 25px;
            border-radius: 7px;
            font-weight: 600;
            transition: 0.3s;
        }

        .btn-primary {
            background: #03a113;
            color: #fff;
        }

        .btn-primary:hover {
            background: #055e9e;
        }

        .btn-outline {
            border: 1px solid #03a113;
            color: #03a113;
            background: #fff;
        }

        .btn-outline:hover {
            background: #03a113;
            color: #fff;
        }

        /* Hero Card */
        .repair-card {
            background: #fff;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 45px rgba(20, 32, 51, 0.10);
            text-align: center;
        }

        .motherboard-icon {
            width: 150px;
            height: 150px;
            margin: 0 auto 25px;
            border-radius: 20px;
            background: #03a113;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 70px;
        }

        .repair-card h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .repair-card p {
    color: #040404;
    font-size: 15px;
    font-weight: 600;
}

        /* Services */
        .services {
            padding: 80px 0;
            background: #fff;
        }

        .section-title {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 45px;
        }

        .section-title h2 {
            font-size: 36px;
            margin-bottom: 12px;
            color: #142033;
        }

       .section-title p {
    color: #000000;
    font-size: 18px;
}

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .service-box {
            padding: 30px;
            background: #f8fafc;
            border: 1px solid #e5eaf0;
            border-radius: 12px;
            transition: 0.3s;
        }

        .service-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(20, 32, 51, 0.08);
        }

        .service-box .icon {
            font-size: 30px;
            margin-bottom: 15px;
        }

        .service-box h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .service-box p {
            color: #667085;
            font-size: 15px;
        }

        /* Why Choose */
        .why-us {
            padding: 80px 0;
            background: #f7f9fc;
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .why-box {
            background: #fff;
            padding: 25px 20px;
            text-align: center;
            border-radius: 12px;
            border: 1px solid #e5eaf0;
        }

        .why-box strong {
            display: block;
            font-size: 18px;
            margin-bottom: 8px;
        }

       .why-box span {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

        /* CTA */
        .cta {
            padding: 70px 0;
            background: #03a113;
            color: #fff;
            text-align: center;
        }

        .cta h2 {
            font-size: 36px;
            margin-bottom: 12px;
        }

        .cta p {
    max-width: 650px;
    margin: 0 auto 25px;
    /* opacity: 0.9; */
    font-weight: 400;
}

        .cta .btn {
            background: #fff;
            color: #03a113;
        }

        .cta .btn:hover {
            background: #eaf5ff;
        }

        /* Footer */
        footer {
            background: #142033;
            color: #fff;
            text-align: center;
            padding: 20px;
            font-size: 14px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .hero-content {
                grid-template-columns: 1fr;
            }

            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .why-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .hero {
                padding: 55px 0;
            }

            .hero h1 {
                font-size: 36px;
            }

            .hero p {
                font-size: 16px;
            }

            .service-grid,
            .why-grid {
                grid-template-columns: 1fr;
            }

            .section-title h2 {
                font-size: 30px;
            }

            .repair-card {
                padding: 30px 20px;
            }
        }
		.btn-outline2 {
    border: 2px solid;
}

/*******Screen-Replacement************/

 /* Hero */
        .screen-hero {
            padding: 90px 0;
            background: linear-gradient(135deg, #eef7ff, #ffffff);
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 60px;
        }

        .badge {
            display: inline-block;
            padding: 8px 16px;
            background: #e8f8ef;
            color: #16834a;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .hero-content h1 {
            font-size: 52px;
            line-height: 1.1;
            margin-bottom: 20px;
            color: #101828;
        }

        .hero-content h1 span {
            color: #03a113;
        }

        .hero-content p {
            font-size: 18px;
            color: #667085;
            max-width: 580px;
            margin-bottom: 30px;
        }

        .buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            padding: 14px 25px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s;
        }

        .btn-primary {
            background: #03a113;
            color: #fff;
        }

        .btn-primary:hover {
            background: #095dcc;
            transform: translateY(-2px);
        }

        .btn-outline {
            border: 1px solid #d0d5dd;
            color: #344054;
            background: #fff;
        }

        .btn-outline:hover {
            border-color: #03a113;
            color: #03a113;
        }

        /* Screen Illustration */
        .screen-box {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .laptop {
            width: 430px;
            max-width: 100%;
        }

        .display {
            height: 270px;
            background: #111827;
            border: 12px solid #344054;
             border-radius: 15px 15px 5px 5px; 
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 45px rgba(16, 24, 40, 0.18);
        }

        .display::after {
            content: "";
            position: absolute;
            width: 180%;
            height: 30px;
            background: rgba(255,255,255,0.15);
            transform: rotate(-35deg);
            top: 80px;
            left: -180px;
        }

        .screen-content {
            height: 100%;
            background: linear-gradient(135deg, #03a113, #61c3ff);
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 25px;
            font-weight: bold;
        }

        .base {
            height: 18px;
            background: #475467;
            width: 115%;
            margin-left: -7.5%;
            border-radius: 0 0 15px 15px;
        }

        /* Services */
        .services {
            padding: 80px 0;
            background: #fff;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h2 {
            font-size: 36px;
            color: #101828;
            margin-bottom: 12px;
        }

        .section-title p {
            color: #667085;
            max-width: 650px;
            margin: auto;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .service-card {
            padding: 30px;
            border: 1px solid #eaecf0;
            border-radius: 14px;
            background: #fff;
            transition: 0.3s;
        }

        .service-card:hover {
            transform: translateY(-7px);
            box-shadow: 0 15px 35px rgba(16, 24, 40, 0.08);
            border-color: #b2ddff;
        }

        .icon {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #eaf4ff;
            color: #03a113;
            border-radius: 12px;
            font-size: 25px;
            margin-bottom: 20px;
        }

        .service-card h3 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #101828;
        }

        .service-card p {
            color: #667085;
            font-size: 15px;
        }

        /* Why Choose */
        .why-us {
            padding: 80px 0;
            background: #f8fafc;
        }

        .why-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .why-grid h2 {
            font-size: 36px;
            margin-bottom: 18px;
            color: #101828;
        }

       .why-grid > div > p {
    color: #000000;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
}

        .features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
        }

        .feature {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            border: 1px solid #eaecf0;
        }

        .feature strong {
            display: block;
            color: #101828;
            margin-bottom: 5px;
        }

        .feature span {
            font-size: 14px;
            color: #667085;
        }

        /* CTA */
        .cta {
            padding: 70px 0;
            background: #03a113;
            color: #fff;
            text-align: center;
        }

        .cta h2 {
            font-size: 36px;
            margin-bottom: 12px;
        }

        .cta p {
            max-width: 650px;
            margin: 0 auto 25px;
            opacity: 0.9;
        }

        .cta .btn {
            background: #fff;
            color: #03a113;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .hero-content,
            .why-grid {
                grid-template-columns: 1fr;
            }

            .hero-content {
                text-align: center;
            }

            .hero-content p {
                margin-left: auto;
                margin-right: auto;
            }

            .buttons {
                justify-content: center;
            }

            .service-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 600px) {
            .screen-hero {
                padding: 60px 0;
            }

            .hero-content h1 {
                font-size: 38px;
            }

            .service-grid,
            .features {
                grid-template-columns: 1fr;
            }

            .section-title h2,
            .why-grid h2,
            .cta h2 {
                font-size: 29px;
            }

            .display {
                height: 210px;
            }
        }
		

.display .screen-content {
    position: absolute;
    inset: 0px;
    color: #fff;
}
.mt-50 {
    margin-top: 60px;
}

 .keyboard-service {
            padding: 80px 20px;
        }

        .container {
            max-width: 1150px;
            margin: auto;
        }

        .service-box {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 60px;
            background: #ffffff;
            padding: 55px;
            border-radius: 24px;
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
        }

        /* Content */
        .service-content .tag {
            display: inline-block;
            background: #eef9e4;
            color: #4f8f20;
            font-size: 14px;
            font-weight: 700;
            padding: 8px 16px;
            border-radius: 30px;
            margin-bottom: 18px;
        }

        .service-content h1 {
            font-size: 46px;
            line-height: 1.15;
            margin-bottom: 20px;
            color: #182230;
        }

        .service-content h1 span {
            color: #65a82d;
        }

        .service-content p {
            font-size: 17px;
            color: #667085;
            margin-bottom: 25px;
        }

        /* Features */
        .features {
            list-style: none;
            margin-bottom: 30px;
        }

        .features li {
            margin-bottom: 12px;
            color: #344054;
            font-weight: 500;
        }

        .features li::before {
            content: "✓";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            border-radius: 50%;
            background: #e9f7df;
            color: #5a9828;
            font-weight: bold;
        }

        /* Buttons */
        .buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            text-decoration: none;
            padding: 13px 24px;
            border-radius: 8px;
            font-weight: 700;
            transition: 0.3s ease;
        }

        .btn-primary {
            background: #65a82d;
            color: #ffffff;
        }

        .btn-primary:hover {
            background: #4e8d20;
            transform: translateY(-2px);
        }

        .btn-secondary {
            border: 1px solid #d0d5dd;
            color: #344054;
            background: #ffffff;
        }

        .btn-secondary:hover {
            background: #f2f4f7;
        }

        /* Keyboard Illustration */
        .keyboard-area {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .keyboard {
            width: 100%;
            max-width: 500px;
            background: #202936;
            padding: 22px;
            border-radius: 18px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.22);
            transform: rotate(-2deg);
        }

        .keyboard-row {
            display: flex;
            gap: 7px;
            margin-bottom: 7px;
        }

        .key {
            height: 38px;
            flex: 1;
            background: #374151;
            border-radius: 6px;
            box-shadow: 0 3px 0 #151b24;
            min-width: 20px;
        }

        .key.highlight {
            background: #65a82d;
            box-shadow: 0 3px 0 #477c20;
        }

        .key.wide {
            flex: 2;
        }

        .key.space {
            flex: 5;
        }

        .service-note {
            margin-top: 20px;
            padding: 14px 18px;
            background: #f5faef;
            border-left: 4px solid #65a82d;
            border-radius: 8px;
            color: #4d5b45;
            font-size: 14px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .service-box {
                grid-template-columns: 1fr;
                padding: 40px;
            }

            .keyboard-area {
                order: -1;
            }

            .service-content h1 {
                font-size: 38px;
            }
        }

        @media (max-width: 600px) {
            .keyboard-service {
                padding: 45px 15px;
            }

            .service-box {
                padding: 25px;
                border-radius: 16px;
                gap: 35px;
            }

            .service-content h1 {
                font-size: 32px;
            }

            .service-content p {
                font-size: 15px;
            }

            .keyboard {
                padding: 12px;
            }

            .keyboard-row {
                gap: 4px;
                margin-bottom: 4px;
            }

            .key {
                height: 24px;
                border-radius: 4px;
            }
        }
		
		/*********Battery**************/
		
		
        /* Hero */
        .hero {
            padding: 80px 0;
            background: #ffffff;
        }

        .hero-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
        }

        .hero-text {
            flex: 1;
        }

        .tag {
            display: inline-block;
            padding: 8px 15px;
            background: #e9f9f2;
            color: #16a34a;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .hero h1 {
            font-size: 48px;
            line-height: 1.15;
            margin-bottom: 20px;
            color: #101828;
        }

        .hero h1 span {
            color: #16a34a;
        }

        .hero p {
            font-size: 18px;
            color: #667085;
            max-width: 600px;
            margin-bottom: 30px;
        }

        .buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            padding: 13px 25px;
            border-radius: 7px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s;
        }

        .btn-primary {
            background: #16a34a;
            color: #ffffff;
        }

        .btn-primary:hover {
            background: #12813b;
        }

        .btn-secondary {
            border: 1px solid #d0d5dd;
            color: #344054;
            background: #ffffff;
        }

        .btn-secondary:hover {
            background: #f2f4f7;
        }

        /* Battery Illustration */
        .battery-box {
            width: 380px;
            height: 320px;
            background: #f0fdf4;
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .battery {
            width: 190px;
            height: 110px;
            border: 7px solid #16a34a;
            border-radius: 15px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
        }

        .battery::after {
            content: "";
            position: absolute;
            right: -23px;
            width: 16px;
            height: 45px;
            background: #16a34a;
            border-radius: 0 6px 6px 0;
        }

        .battery-level {
            width: 125px;
            height: 70px;
            background: #bbf7d0;
            border-radius: 6px;
        }

        .plus {
            position: absolute;
            font-size: 34px;
            font-weight: bold;
            color: #16a34a;
            z-index: 2;
        }

        /* Services */
        .services {
            padding: 70px 0;
            background: #f7f9fc;
        }

        .section-heading {
            text-align: center;
            margin-bottom: 45px;
        }

        .section-heading h2 {
            font-size: 34px;
            color: #101828;
            margin-bottom: 10px;
        }

        .section-heading p {
            color: #667085;
            max-width: 650px;
            margin: auto;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .service-card {
            background: #ffffff;
            padding: 30px;
            border-radius: 14px;
            border: 1px solid #eaecf0;
            transition: 0.3s;
        }

        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
        }

        .icon {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #dcfce7;
            border-radius: 12px;
            font-size: 27px;
            margin-bottom: 20px;
        }

        .service-card h3 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #101828;
        }

        .service-card p {
            color: #667085;
            font-size: 15px;
        }

        /* Why BSD Max */
        .why-us {
            padding: 70px 0;
            background: #ffffff;
        }

        .why-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .why-content h2 {
            font-size: 34px;
            margin-bottom: 18px;
            color: #101828;
        }

        .why-content > div > p {
            color: #667085;
            margin-bottom: 25px;
        }

        .features {
            display: grid;
            gap: 15px;
        }

        .feature {
            display: flex;
            gap: 15px;
            align-items: flex-start;
        }

        .check {
            width: 28px;
            height: 28px;
            flex-shrink: 0;
            border-radius: 50%;
            background: #dcfce7;
            color: #16a34a;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .feature h4 {
    color: #101828;
    margin-bottom: 3px;
    font-size: 20px;
    padding-bottom: 4px;
}

        .feature p {
            color: #667085;
            font-size: 14px;
        }

        .info-box {
            background: #f0fdf4;
            padding: 40px;
            border-radius: 20px;
            border: 1px solid #bbf7d0;
        }

        .info-box h3 {
            font-size: 25px;
            margin-bottom: 15px;
            color: #166534;
        }

        .info-box p {
            color: #475467;
            margin-bottom: 20px;
        }

        /* CTA */
        .cta {
            padding: 70px 0;
            background: #16a34a;
            text-align: center;
            color: #ffffff;
        }

        .cta h2 {
            font-size: 36px;
            margin-bottom: 12px;
        }

        .cta p {
            max-width: 650px;
            margin: 0 auto 25px;
            opacity: 0.9;
        }

        .cta .btn {
            background: #ffffff;
            color: #16a34a;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .hero-content,
            .why-content {
                grid-template-columns: 1fr;
                display: grid;
            }

            .hero {
                padding: 60px 0;
            }

            .hero h1 {
                font-size: 40px;
            }

            .battery-box {
                width: 100%;
                max-width: 380px;
                margin: auto;
            }

            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .hero h1 {
                font-size: 32px;
            }

            .hero p {
                font-size: 16px;
            }

            .service-grid {
                grid-template-columns: 1fr;
            }

            .section-heading h2,
            .why-content h2,
            .cta h2 {
                font-size: 28px;
            }

            .battery-box {
                height: 260px;
            }
        }
		
		/******charging jack********/
		 .charging-section {
            padding: 80px 20px;
        }

        .container {
            max-width: 1150px;
            margin: auto;
        }

        .service-card {
            /* display: flex; */
            align-items: center;
            gap: 60px;
            background: #ffffff;
            padding: 55px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }

        .service-image {
            width: 45%;
        }

        .service-image img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            border-radius: 16px;
            display: block;
        }

        .service-content {
            width: 55%;
        }

        .service-tag {
            display: inline-block;
            color: #16a34a;
            background: #eaf8ef;
            padding: 7px 15px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .service-content h1 {
            font-size: 42px;
            line-height: 1.2;
            color: #111827;
            margin-bottom: 20px;
        }

        .service-content h1 span {
            color: #16a34a;
        }

        .service-content p {
            font-size: 17px;
            color: #667085;
            margin-bottom: 25px;
        }

        .service-list {
            list-style: none;
            margin-bottom: 30px;
        }

        .service-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
            color: #344054;
        }

        .service-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: #16a34a;
            font-weight: bold;
        }

        .btn {
            display: inline-block;
            text-decoration: none;
            padding: 13px 25px;
            border-radius: 8px;
            font-weight: 600;
            margin-right: 10px;
            transition: 0.3s ease;
        }

        .btn-primary {
            background: #16a34a;
            color: #ffffff;
        }

        .btn-primary:hover {
            background: #12813a;
        }

        .btn-outline {
            border: 1px solid #16a34a;
            color: #16a34a;
        }

        .btn-outline:hover {
            background: #16a34a;
            color: #ffffff;
        }

        .features {
            margin-top: 30px;
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .feature {
            background: #f8fafc;
            border: 1px solid #e5e7eb;
            padding: 12px 18px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
        }

        /* Responsive */
        @media (max-width: 850px) {
            .service-card {
                flex-direction: column;
                padding: 35px;
                gap: 35px;
            }

            .service-image,
            .service-content {
                width: 100%;
            }

            .service-image img {
                height: 300px;
            }

            .service-content h1 {
                font-size: 34px;
            }
        }

        @media (max-width: 500px) {
            .charging-section {
                padding: 40px 15px;
            }

            .service-card {
                padding: 25px;
                border-radius: 14px;
            }

            .service-image img {
                height: 230px;
            }

            .service-content h1 {
                font-size: 28px;
            }

            .service-content p {
                font-size: 15px;
            }

            .btn {
                display: block;
                text-align: center;
                margin: 0 0 12px;
            }
        }
		.mt-50 {
    margin-top: 30px;
}

/***********Ram & SSD*************/
   .upgrade-section {
            padding: 80px 20px;
        }

        .container {
            max-width: 1150px;
            margin: auto;
        }
  /* Hero */
        .hero {
            /* display: grid; */
            grid-template-columns: 1.1fr 0.9fr;
            gap: 50px;
            align-items: center;
            background: #ffffff;
            border-radius: 24px;
            padding: 55px;
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
            overflow: hidden;
        }

        .badge {
            display: inline-block;
            padding: 8px 16px;
            background: #eef8e4;
            color: #4d7f18;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .hero h1 {
            font-size: 48px;
            line-height: 1.15;
            margin-bottom: 20px;
            color: #16202f;
        }

        .hero h1 span {
            color: #65a522;
        }

        .hero p {
            font-size: 17px;
            color: #667085;
            margin-bottom: 28px;
            max-width: 600px;
        }

        .buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            text-decoration: none;
            padding: 13px 24px;
            border-radius: 10px;
            font-weight: 700;
            transition: 0.3s ease;
        }

        .btn-primary {
            background: #65a522;
            color: #ffffff;
        }

        .btn-primary:hover {
            background: #4f8518;
            transform: translateY(-2px);
        }

        .btn-secondary {
            border: 1px solid #d8dee8;
            color: #172033;
            background: #ffffff;
        }

        .btn-secondary:hover {
            background: #f1f4f7;
        }

        /* Upgrade Illustration */
        .upgrade-visual {
            position: relative;
            min-height: 330px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .device {
            width: 280px;
            height: 180px;
            background: #202936;
            border-radius: 16px;
            padding: 18px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            transform: rotate(-4deg);
        }

        .screen {
            width: 100%;
            height: 100%;
            border-radius: 9px;
            background: linear-gradient(135deg, #26394a, #17202c);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
        }

        .ram-card,
        .ssd-card {
            position: absolute;
            background: #ffffff;
            border-radius: 14px;
            padding: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
        }

        .ram-card {
            left: 5px;
            top: 45px;
            width: 160px;
        }

        .ssd-card {
            right: 0;
            bottom: 35px;
            width: 170px;
        }

        .memory-chip {
            height: 35px;
            background: #65a522;
            border-radius: 5px;
            margin-bottom: 10px;
            position: relative;
        }

        .memory-chip::after {
            content: "";
            position: absolute;
            width: 70%;
            height: 8px;
            background: #d9f2b9;
            top: 13px;
            left: 15%;
            border-radius: 4px;
        }

        .ram-card strong,
        .ssd-card strong {
            display: block;
            font-size: 15px;
        }

        .ram-card small,
        .ssd-card small {
            color: #7a8494;
        }

        /* Services */
        .section-title {
            text-align: center;
            margin: 70px 0 35px;
			margin: 20px auto;
        }

        .section-title h2 {
            font-size: 34px;
            margin-bottom: 10px;
        }

        .section-title p {
            color: #70798a;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .service-card {
            background: #ffffff;
            padding: 30px 25px;
            border-radius: 18px;
            border: 1px solid #edf0f4;
            transition: 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        }

        .icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: #eef8e4;
            color: #65a522;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            margin-bottom: 18px;
        }

        .service-card h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .service-card p {
            color: #70798a;
            font-size: 15px;
        }

        /* CTA */
    .cta {
    margin-top: 65px;
    background: #17202c;
    color: #ffffff;
    padding: 45px;
    border-radius: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

        .cta h2 {
            font-size: 30px;
            margin-bottom: 8px;
        }

        .cta p {
            color: #b9c2cf;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .hero {
                grid-template-columns: 1fr;
                padding: 40px;
            }

            .hero h1 {
                font-size: 40px;
            }

            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .upgrade-visual {
                min-height: 300px;
            }
        }

        @media (max-width: 600px) {
            .upgrade-section {
                padding: 40px 15px;
            }

            .hero {
                padding: 28px 20px;
            }

            .hero h1 {
                font-size: 32px;
            }

            .hero p {
                font-size: 15px;
            }

            .service-grid {
                grid-template-columns: 1fr;
            }

            .cta {
                padding: 30px 25px;
                flex-direction: column;
                align-items: flex-start;
            }

            .device {
                width: 220px;
                height: 145px;
            }

            .ram-card {
                left: -5px;
                top: 35px;
                width: 135px;
            }

            .ssd-card {
                right: -5px;
                bottom: 25px;
                width: 145px;
            }
        }
		
		/************charging-jack**************/
		
		
		 .charging-section {
            padding: 80px 20px;
        }

        .container {
            max-width: 1150px;
            margin: auto;
        }

        .service-card {
            /* display: flex; */
            align-items: center;
            gap: 60px;
            background: #ffffff;
            padding: 55px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }

        .service-image {
            width: 45%;
        }

        .service-image img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            border-radius: 16px;
            display: block;
        }

        .service-content {
            width: 55%;
        }

        .service-tag {
    display: inline-block;
    color: #16a34a;
    background: #eaf8ef;
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 24px;
}

        .service-content h1 {
            font-size: 42px;
            line-height: 1.2;
            color: #111827;
            margin-bottom: 20px;
        }

        .service-content h1 span {
            color: #16a34a;
        }

        .service-content p {
            font-size: 17px;
            color: #667085;
            margin-bottom: 25px;
        }

        .service-list {
            list-style: none;
            margin-bottom: 30px;
        }

        .service-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
            color: #344054;
        }

        .service-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: #16a34a;
            font-weight: bold;
        }

        .btn {
            display: inline-block;
            text-decoration: none;
            padding: 13px 25px;
            border-radius: 8px;
            font-weight: 600;
            margin-right: 10px;
            transition: 0.3s ease;
        }

        .btn-primary {
            background: #16a34a;
            color: #ffffff;
        }

        .btn-primary:hover {
            background: #12813a;
        }

        .btn-outline {
            border: 1px solid #16a34a;
            color: #16a34a;
        }

        .btn-outline:hover {
            background: #16a34a;
            color: #ffffff;
        }

        .features {
            margin-top: 30px;
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .feature {
            background: #f8fafc;
            border: 1px solid #e5e7eb;
            padding: 12px 18px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
        }

        /* Responsive */
        @media (max-width: 850px) {
            .service-card {
                flex-direction: column;
                padding: 35px;
                gap: 35px;
            }

            .service-image,
            .service-content {
                width: 100%;
            }

            .service-image img {
                height: 300px;
            }

            .service-content h1 {
                font-size: 34px;
            }
        }

        @media (max-width: 500px) {
            .charging-section {
                padding: 40px 15px;
            }

            .service-card {
                padding: 25px;
                border-radius: 14px;
            }

            .service-image img {
                height: 230px;
            }

            .service-content h1 {
                font-size: 28px;
            }

            .service-content p {
                font-size: 15px;
            }

            .btn {
                display: block;
                text-align: center;
                margin: 0 0 12px;
            }
        }
		
		
		/**********keyboard************/
		
		 .keyboard-service {
            padding: 80px 20px;
        }

        .container {
            max-width: 1150px;
            margin: auto;
        }

        .service-box {
            display: block;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 60px;
            background: #ffffff;
            padding: 55px;
            border-radius: 24px;
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
        }

        /* Content */
        .service-content .tag {
            display: inline-block;
            background: #eef9e4;
            color: #4f8f20;
            font-size: 14px;
            font-weight: 700;
            padding: 8px 16px;
            border-radius: 30px;
            margin-bottom: 18px;
        }

        .service-content h1 {
            font-size: 46px;
            line-height: 1.15;
            margin-bottom: 20px;
            color: #182230;
        }

        .service-content h1 span {
            color: #65a82d;
        }

        .service-content p {
            font-size: 17px;
            color: #667085;
            margin-bottom: 25px;
        }

        /* Features */
        .features {
            list-style: none;
            margin-bottom: 30px;
        }

        .features li {
            margin-bottom: 12px;
            color: #344054;
            font-weight: 500;
        }

        .features li::before {
            content: "✓";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            border-radius: 50%;
            background: #e9f7df;
            color: #5a9828;
            font-weight: bold;
        }

        /* Buttons */
        .buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            text-decoration: none;
            padding: 13px 24px;
            border-radius: 8px;
            font-weight: 700;
            transition: 0.3s ease;
        }

        .btn-primary {
            background: #65a82d;
            color: #ffffff;
        }

        .btn-primary:hover {
            background: #4e8d20;
            transform: translateY(-2px);
        }

        .btn-secondary {
            border: 1px solid #d0d5dd;
            color: #344054;
            background: #ffffff;
        }

        .btn-secondary:hover {
            background: #f2f4f7;
        }

        /* Keyboard Illustration */
        .keyboard-area {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .keyboard {
            width: 100%;
            max-width: 500px;
            background: #202936;
            padding: 22px;
            border-radius: 18px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.22);
            transform: rotate(-2deg);
        }

        .keyboard-row {
            display: flex;
            gap: 7px;
            margin-bottom: 7px;
        }

        .key {
            height: 38px;
            flex: 1;
            background: #374151;
            border-radius: 6px;
            box-shadow: 0 3px 0 #151b24;
            min-width: 20px;
        }

        .key.highlight {
            background: #65a82d;
            box-shadow: 0 3px 0 #477c20;
        }

        .key.wide {
            flex: 2;
        }

        .key.space {
            flex: 5;
        }

        .service-note {
            margin-top: 20px;
            padding: 14px 18px;
            background: #f5faef;
            border-left: 4px solid #65a82d;
            border-radius: 8px;
            color: #4d5b45;
            font-size: 14px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .service-box {
                grid-template-columns: 1fr;
                padding: 40px;
            }

            .keyboard-area {
                order: -1;
            }

            .service-content h1 {
                font-size: 38px;
            }
        }

        @media (max-width: 600px) {
            .keyboard-service {
                padding: 45px 15px;
            }

            .service-box {
                padding: 25px;
                border-radius: 16px;
                gap: 35px;
            }

            .service-content h1 {
                font-size: 32px;
            }

            .service-content p {
                font-size: 15px;
            }

            .keyboard {
                padding: 12px;
            }

            .keyboard-row {
                gap: 4px;
                margin-bottom: 4px;
            }

            .key {
                height: 24px;
                border-radius: 4px;
            }
        }
		.keyboard2 {
    width: 100%;
    padding: 20px;
}
.service-content {
    width: 100%;
}
.bg-white {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
}
.hero-grid .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 60px;
}
		/**********Ram*************/
		
		   /* =====================================
           BSD MAX RAM & SSD UPGRADE
           Unique classes - conflict safe
        ====================================== */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, Helvetica, sans-serif;
            background: #f5f8fc;
            color: #182433;
            line-height: 1.6;
        }

        .bsd-memory-page {
            width: 100%;
            overflow: hidden;
        }

        .bsd-memory-container {
            width: 90%;
            max-width: 1180px;
            margin: auto;
        }

        /* HERO */
        .bsd-memory-hero {
            padding: 75px 0;
            background: linear-gradient(135deg, #eef7ff, #ffffff);
        }

        .bsd-memory-hero-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 55px;
            align-items: center;
        }

        .bsd-memory-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mt-50 {
    margin-top: 50px;
}

        .bsd-memory-title {
            font-size: 48px;
            line-height: 1.15;
            color: #102a43;
            margin-bottom: 20px;
        }

        .bsd-memory-title strong {
            color: #03a113;
        }

        .bsd-memory-text {
            max-width: 570px;
            color: #667085;
            font-size: 17px;
            margin-bottom: 28px;
        }

        .bsd-memory-actions {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .bsd-memory-action {
            display: inline-block;
            padding: 13px 24px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s ease;
        }

       .bsd-memory-action-main {
    background: #1677c800;
    color: #ffffff;
    border: 1px solid;
}

       .bsd-memory-action-main:hover {
    background: #ffffff;
}

        .bsd-memory-action-alt {
            background: #ffffff;
            color: #1677c8;
            border: 1px solid #1677c8;
        }

        .bsd-memory-action-alt:hover {
    background: #ffffff;
    color: #ffffff;
}

        /* Upgrade Illustration */
        .bsd-memory-visual {
            text-align: center;
        }

        .bsd-memory-tech-box {
            max-width: 470px;
            margin: auto;
            padding: 35px;
            border-radius: 18px;
            background: #ffffff;
            box-shadow: 0 20px 50px rgba(16, 42, 67, 0.12);
            border: 1px solid #e5edf5;
        }

        .bsd-memory-chip-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 18px;
            margin-bottom: 25px;
        }

        .bsd-memory-chip {
            width: 145px;
            height: 85px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #172b3d;
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            box-shadow: 0 10px 25px rgba(16, 42, 67, 0.18);
        }

        .bsd-memory-plus {
            font-size: 30px;
            font-weight: 700;
            color: #1677c8;
        }

        .bsd-memory-speed {
            padding: 13px;
            border-radius: 7px;
            background: #edf7ff;
            color: #1677c8;
            font-weight: 700;
        }

        /* SERVICES */
        .bsd-memory-services {
            padding: 75px 0;
            background: #ffffff;
        }

        .bsd-memory-heading {
            max-width: 700px;
            margin: 0 auto 45px;
            text-align: center;
        }

        .bsd-memory-heading h2 {
            color: #102a43;
            font-size: 36px;
            margin-bottom: 12px;
        }

        .bsd-memory-heading p {
            color: #667085;
            font-size: 16px;
        }

        .bsd-memory-service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .bsd-memory-card {
            padding: 30px;
            background: #ffffff;
            border: 1px solid #e4e9ef;
            border-radius: 10px;
            transition: 0.3s ease;
        }

        .bsd-memory-card:hover {
            transform: translateY(-5px);
            border-color: #1677c8;
            box-shadow: 0 15px 35px rgba(16, 42, 67, 0.09);
        }

        .bsd-memory-icon {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border-radius: 8px;
            background: #eaf5ff;
            color: #1677c8;
            font-size: 24px;
        }

        .bsd-memory-card h3 {
            color: #102a43;
            font-size: 20px;
            margin-bottom: 9px;
        }

        .bsd-memory-card p {
            color: #667085;
            font-size: 15px;
        }

        /* BENEFITS */
        .bsd-memory-benefits {
            padding: 70px 0;
            background: #f5f8fc;
        }

        .bsd-memory-benefit-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .bsd-memory-benefit {
            text-align: center;
            padding: 20px 12px;
        }

        .bsd-memory-benefit-number {
            color: #1677c8;
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 7px;
        }

        .bsd-memory-benefit h4 {
            color: #102a43;
            margin-bottom: 5px;
        }

        .bsd-memory-benefit p {
            color: #667085;
            font-size: 14px;
        }

        /* CTA */
        .bsd-memory-cta {
            padding: 65px 0;
            text-align: center;
            background: #102a43;
        }

        .bsd-memory-cta h2 {
            color: #ffffff;
            font-size: 34px;
            margin-bottom: 10px;
        }

        .bsd-memory-cta p {
            color: #cbd5e1;
            margin-bottom: 25px;
        }

        /* RESPONSIVE */
        @media (max-width: 900px) {

            .bsd-memory-hero-layout {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .bsd-memory-text {
                margin-left: auto;
                margin-right: auto;
            }

            .bsd-memory-actions {
                justify-content: center;
            }

            .bsd-memory-service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .bsd-memory-benefit-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {

            .bsd-memory-hero {
                padding: 55px 0;
            }

            .bsd-memory-title {
                font-size: 35px;
            }

            .bsd-memory-service-grid {
                grid-template-columns: 1fr;
            }

            .bsd-memory-benefit-grid {
                grid-template-columns: 1fr 1fr;
            }

            .bsd-memory-chip {
                width: 115px;
                height: 70px;
                font-size: 16px;
            }

            .bsd-memory-tech-box {
                padding: 25px 15px;
            }

            .bsd-memory-heading h2 {
                font-size: 29px;
            }

            .bsd-memory-cta h2 {
                font-size: 28px;
            }
        }
		.dt {
    color: #fff !important;
}

/********Led Tv**********/


.bsdled-wrapper {
            width: 100%;
            overflow: hidden;
        }

        /* Hero Section */
        .bsdled-hero {
            padding: 80px 20px;
            background: linear-gradient(135deg, #101828, #173b67);
        }

        .bsdled-container {
            max-width: 1150px;
            margin: auto;
        }

        .bsdled-hero-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            align-items: center;
            gap: 50px;
        }

        .bsdled-tag {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 30px;
            background: rgba(255,255,255,0.12);
            color: #fff;
            font-size: 14px;
            margin-bottom: 18px;
        }

        .bsdled-title {
            font-size: 48px;
            line-height: 1.15;
            color: #fff;
            margin-bottom: 20px;
        }

        .bsdled-title span {
            color: #29cb0e;
        }

        .bsdled-description {
            color: #dce7f2;
            font-size: 17px;
            line-height: 1.8;
            max-width: 600px;
            margin-bottom: 30px;
        }

        .bsdled-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }

        .bsdled-btn {
            display: inline-block;
            padding: 13px 25px;
            border-radius: 7px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s ease;
        }

        .bsdled-btn-primary {
    background: #ffffff;
    color: #102033;
}

        .bsdled-btn-primary:hover {
            background: #fff;
        }

        .bsdled-btn-light {
            border: 1px solid rgba(255,255,255,0.4);
            color: #fff;
        }

        .bsdled-btn-light:hover {
            background: #fff;
            color: #102033;
        }

        /* TV Illustration */
        .bsdled-tv-area {
    display: block;
    justify-content: center;
}

        .bsdled-tv {
            width: 100%;
            max-width: 430px;
            padding: 13px;
            background: #111;
            border-radius: 14px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.35);
        }

        .bsdled-screen {
            height: 245px;
            border-radius: 7px;
            background: linear-gradient(135deg, #263f61, #52d8ff);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 25px;
            font-weight: bold;
        }

        .bsdled-stand {
            width: 110px;
            height: 10px;
            background: #111;
            margin: 12px auto 0;
            border-radius: 10px;
        }

        /* Services */
        .bsdled-services {
            padding: 75px 20px;
            background: #fff;
        }

        .bsdled-section-heading {
            text-align: center;
            margin-bottom: 45px;
        }

        .bsdled-section-heading h2 {
            font-size: 35px;
            margin-bottom: 12px;
            color: #172033;
        }

        .bsdled-section-heading p {
            max-width: 650px;
            margin: auto;
            color: #697586;
            line-height: 1.7;
        }

        .bsdled-service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .bsdled-card {
            padding: 28px;
            background: #f7f9fc;
            border: 1px solid #e6ebf1;
            border-radius: 12px;
            transition: 0.3s ease;
        }

        .bsdled-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(20,40,70,0.10);
        }

        .bsdled-icon {
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #dff7ff;
            color: #0087b4;
            border-radius: 10px;
            font-size: 24px;
            margin-bottom: 18px;
        }

        .bsdled-card h3 {
            font-size: 19px;
            color: #172033;
            margin-bottom: 10px;
        }

        .bsdled-card p {
            color: #687386;
            line-height: 1.7;
            font-size: 14px;
        }

        /* Why Choose */
        .bsdled-why {
            padding: 70px 20px;
            background: #f3f7fa;
        }

        .bsdled-why-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .bsdled-feature {
            text-align: center;
            background: #fff;
            padding: 28px 18px;
            border-radius: 10px;
        }

        .bsdled-feature strong {
            display: block;
            font-size: 17px;
            margin-bottom: 8px;
            color: #172033;
        }

        .bsdled-feature span {
            color: #697586;
            font-size: 14px;
        }

        /* CTA */
        .bsdled-cta {
            padding: 65px 20px;
            background: #102033;
            text-align: center;
        }

        .bsdled-cta h2 {
            color: #fff;
            font-size: 34px;
            margin-bottom: 12px;
        }

        .bsdled-cta p {
            color: #cbd6e2;
            margin-bottom: 25px;
            line-height: 1.7;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .bsdled-hero-grid {
                grid-template-columns: 1fr;
            }

            .bsdled-title {
                font-size: 40px;
            }

            .bsdled-service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .bsdled-why-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .bsdled-hero {
                padding: 55px 18px;
            }

            .bsdled-title {
                font-size: 32px;
            }

            .bsdled-description {
                font-size: 15px;
            }

            .bsdled-screen {
                height: 190px;
            }

            .bsdled-service-grid,
            .bsdled-why-grid {
                grid-template-columns: 1fr;
            }

            .bsdled-section-heading h2 {
                font-size: 28px;
            }

            .bsdled-cta h2 {
                font-size: 27px;
            }
        }
		
		.mt-50 {
    margin-top: 50px;
}

/**********Smart tv*************/
.bsdsmarttv-wrapper {
            width: 100%;
            overflow: hidden;
        }

        .bsdsmarttv-container {
            width: 90%;
            max-width: 1150px;
            margin: 0 auto;
        }

        /* Hero Section */
        .bsdsmarttv-hero {
            padding: 75px 0;
            background: linear-gradient(135deg, #101827, #174c68);
        }

        .bsdsmarttv-hero-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            align-items: center;
            gap: 50px;
        }

        .bsdsmarttv-label {
            display: inline-block;
            padding: 8px 16px;
            margin-bottom: 18px;
            border-radius: 30px;
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
            font-size: 14px;
        }

        .bsdsmarttv-title {
            color: #fff;
            font-size: 48px;
            line-height: 1.15;
            margin-bottom: 20px;
        }

        .bsdsmarttv-title span {
    color: #1eb33a;
}

        .bsdsmarttv-description {
            color: #d7e4ed;
            font-size: 17px;
            line-height: 1.8;
            margin-bottom: 28px;
        }

        .bsdsmarttv-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .bsdsmarttv-btn {
            display: inline-block;
            padding: 13px 25px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s ease;
        }

        .bsdsmarttv-btn-primary {
            background: #fff;
            color: #102033;
        }

        .bsdsmarttv-btn-primary:hover {
            background: #fff;
        }

        .bsdsmarttv-btn-outline {
            border: 1px solid rgba(255, 255, 255, 0.5);
            color: #fff;
        }

        .bsdsmarttv-btn-outline:hover {
            background: #fff;
            color: #102033;
        }

        /* Smart TV Illustration */
        .bsdsmarttv-display {
           /*  display: flex; */
            justify-content: center;
        }

        .bsdsmarttv-frame {
            width: 100%;
            max-width: 430px;
            padding: 12px;
            background: #101010;
            border-radius: 13px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
        }

        .bsdsmarttv-screen {
            height: 245px;
            border-radius: 6px;
            background: linear-gradient(135deg, #243d5c, #43cdec);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
            font-size: 25px;
            font-weight: bold;
        }

        .bsdsmarttv-screen small {
            display: block;
            margin-top: 7px;
            font-size: 13px;
            font-weight: normal;
        }

        .bsdsmarttv-stand {
            width: 120px;
            height: 10px;
            background: #111;
            margin: 12px auto 0;
            border-radius: 10px;
        }

        /* Services */
        .bsdsmarttv-services {
            padding: 75px 0;
            background: #fff;
        }

        .bsdsmarttv-heading {
            text-align: center;
            margin-bottom: 45px;
        }

        .bsdsmarttv-heading h2 {
            color: #172033;
            font-size: 35px;
            margin-bottom: 12px;
        }

        .bsdsmarttv-heading p {
            max-width: 680px;
            margin: 0 auto;
            color: #697586;
            line-height: 1.7;
        }

        .bsdsmarttv-service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .bsdsmarttv-card {
            padding: 28px;
            background: #f7f9fc;
            border: 1px solid #e4eaf0;
            border-radius: 12px;
            transition: 0.3s ease;
        }

        .bsdsmarttv-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(20, 40, 70, 0.10);
        }

        .bsdsmarttv-icon {
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border-radius: 10px;
            background: #e1f8ff;
            font-size: 24px;
        }

        .bsdsmarttv-card h3 {
            color: #172033;
            font-size: 19px;
            margin-bottom: 10px;
        }

        .bsdsmarttv-card p {
            color: #697586;
            font-size: 14px;
            line-height: 1.7;
        }

        /* Why Choose */
        .bsdsmarttv-benefits {
            padding: 70px 0;
            background: #f3f7fa;
        }

        .bsdsmarttv-benefit-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .bsdsmarttv-benefit {
            padding: 28px 18px;
            background: #fff;
            text-align: center;
            border-radius: 10px;
        }

        .bsdsmarttv-benefit h4 {
            color: #172033;
            font-size: 17px;
            margin-bottom: 8px;
        }

        .bsdsmarttv-benefit p {
            color: #697586;
            font-size: 14px;
            line-height: 1.6;
        }

        /* CTA */
        .bsdsmarttv-contact {
            padding: 65px 0;
            background: #101827;
            text-align: center;
        }

        .bsdsmarttv-contact h2 {
            color: #fff;
            font-size: 34px;
            margin-bottom: 12px;
        }

        .bsdsmarttv-contact p {
            color: #cbd7e2;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        /* Responsive */
        @media (max-width: 900px) {

            .bsdsmarttv-hero-grid {
                grid-template-columns: 1fr;
            }

            .bsdsmarttv-title {
                font-size: 40px;
            }

            .bsdsmarttv-service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .bsdsmarttv-benefit-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {

            .bsdsmarttv-hero {
                padding: 55px 0;
            }

            .bsdsmarttv-title {
                font-size: 32px;
            }

            .bsdsmarttv-description {
                font-size: 15px;
            }

            .bsdsmarttv-screen {
                height: 190px;
            }

            .bsdsmarttv-service-grid,
            .bsdsmarttv-benefit-grid {
                grid-template-columns: 1fr;
            }

            .bsdsmarttv-heading h2 {
                font-size: 28px;
            }

            .bsdsmarttv-contact h2 {
                font-size: 27px;
            }
        }