            /* Add to the VERY TOP of index.css */
            :root {
                --text-color: #000000;
                --section-bg: rgba(148, 148, 148, 0.3);
                --button-bg: lightblue;
                --button-hover: rgb(183, 208, 217);
                --link-color: black;
            }

            
            
            *{

                margin: 0;
                box-sizing: border-box;
            }
            .settings-btn {
                background: none;
                border: none;
                color: #38bdf8;
                font-size: 1.5rem;
                cursor: pointer;
                transition: transform 0.3s ease;
            }
            .settings-btn:hover {
                transform: rotate(20deg);
            }
            .settings-menu {
                position: absolute;
                top: 70px;
                right: 20px;
                background: rgba(15, 23, 42, 0.98);
                border: 1px solid rgba(56, 189, 248, 0.5);
                border-radius: 12px;
                padding: 20px;
                width: 280px;
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
                display: none;
                z-index: 200;
            }
            .settings-menu.active {
                display: block;
            }
            .settings-menu h3 {
                margin-bottom: 15px;
                color: #38bdf8;
                font-size: 1.1rem;
            }
            .setting-item {
                margin-bottom: 15px;
                padding: 10px 0;
                border-bottom: 1px solid rgba(148, 163, 184, 0.2);
            }
            .setting-item label {
                display: flex;
                align-items: center;
                gap: 10px;
                cursor: pointer;
                color: #f8fafc;
            }
            .setting-item input[type="checkbox"] {
                width: 18px;
                height: 18px;
                cursor: pointer;
            }
            .close-settings {
                background: #0ea5e9;
                color: white;
                border: none;
                padding: 8px 16px;
                border-radius: 6px;
                cursor: pointer;
                width: 100%;
                margin-top: 10px;
            }
            .close-settings:hover {
                background: #0284c7;
            }
            body{
                margin: 0;
                width: 100%;
                height: 100%;
                padding-top: 63px;
                user-select: none;
            }
            .bg {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;

                background-image:linear-gradient(
                rgba(0,0,0,0.5),rgba(0,0,0,0.5)
                ),url('https://ik.imagekit.io/pincode/imagess/cutting-metal-with-plasma-equipment.jpg');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;

                z-index: -1;
            }
            header{
                background-color: rgb(46, 45, 45);
                border-bottom: 2px solid black;
                padding: 5px;
                padding-left: 5px;
                padding-right: 0px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
                color: white;
                z-index: 100;
            }
            .hed-f{
                display: flex;
                flex-direction: row;
                align-items: center;
            }
            header img{
                width: 50px;
                height: 50px;
                border-radius: 25px;
                
            }
            .welcome-div{
                background-image: url('https://ik.imagekit.io/pincode/imagess/cutting-metal-with-plasma-equipment-plant.jpg');
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                border-radius: 0px 0px 30px 30px;
                margin-bottom: 20px;
                padding-bottom: 70px;
                height: max-content;
            }
            .welcome-header-text{
                font-size: 30px;
                animation-name: text-animation;
                animation-iteration-count: 1;
                animation-timing-function: ease;
                animation-duration: 1s;
            }
            @keyframes text-animation{
                from{
                    transform: translateX(-400px);
                    opacity: 0.1;
                }
                to{
                    transform:translateX(0px);
                    opacity: 1;
                }
            }
            @keyframes text-animation2{
                from{
                    transform: translateX(400px);
                    opacity: 0;
                }
                to{
                    transform:translateX(0px);
                    opacity: 1;
                }
            }
            .welcome-text{
                display: inline-block;
                font-size: 20px;
                margin-top: 50px;
                padding: 5px;
                border-radius: 10px;
                background-color: black;
                animation-name: text-animation2;
                animation-iteration-count: 1;
                animation-timing-function: ease;
                animation-duration: 1s;
            }
            .info-div{
                padding: 20px;
                background-color: rgba(148, 148, 148, 0.3);
            }
            .button-section{
                padding: 20px;
                background-color: rgba(148, 148, 148, 0.3);
            }
            .about-us-div{
                padding: 20px;
                background-color: rgba(148, 148, 148, 0.3);
            }
            .motto-div{
                padding: 20px;
                background-color: rgba(148, 148, 148, 0.3);
            }
            .need-div{
                padding: 20px;
                background-color: rgba(148, 148, 148, 0.3);
            }
            .gg{
                display: inline-block;
                font-size: 24px;
            }
            section{
                text-align: center;
            }
            section p{
                color:white;
                font-weight: bold;
            }
            section h2{
                background-color: rgb(46, 45, 45);
                border: solid black;
                border-left: 0;
                border-right: 0;
                border-radius: 12px;
                font-size: 24px;
                margin-bottom: 10px;
                width: 100%;
                color: white;
            }
            .navigation-buttons{
                margin-top: 25px;
                height: 230px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-evenly;
                overflow: hidden;
            }
            
            /* AUTOMATED SLIDESHOW STYLING */
            .slideshow-container {
                max-width: 100%;
                position: relative;
                margin: 20px auto;
                border-radius: 12px;
                overflow: hidden;
                box-shadow: 0 8px 24px rgba(0,0,0,0.3);
                cursor: pointer;
            }

            .my-slides {
                display: none;
                position: relative;
            }

            .my-slides img {
                width: 100%;
                height: 380px;
                object-fit: cover;
                display: block;
            }

            .slide-caption {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(0, 0, 0, 0.7);
                color: #ffffff;
                font-size: 1.25rem;
                padding: 15px;
                font-weight: bold;
                text-align: center;
            }

            /* Slide Navigation Controllers */
            .prev-slide, .next-slide {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                padding: 16px;
                color: white;
                font-weight: bold;
                font-size: 22px;
                transition: 0.3s ease;
                border-radius: 0 4px 4px 0;
                user-select: none;
                background: rgba(0,0,0,0.4);
            }

            .next-slide {
                right: 0;
                border-radius: 4px 0 0 4px;
            }

            .prev-slide:hover, .next-slide:hover {
                background-color: rgba(56, 189, 248, 0.8);
            }

            /* Fading animation transitions */
            .fade {
                animation: fadeEffect 1.5s;
            }

            @keyframes fadeEffect {
                from { opacity: .4 } 
                to { opacity: 1 }
            }

            /* Adapt image crop heights across mobile device breakpoints */
            @media (max-width: 600px) {
                .my-slides img {
                    height: 240px;
                }
            }
            .a1{
                text-decoration: none;
                color: black;
            }
            .p1{
                font-size: 25px;
                font-style: normal;
                font-weight: 500;
            }
            .map-link{
                font-weight: bold;
                font-style: normal;
                text-decoration: none;
                color: #25D366;
            }
            .map-link:hover{
                border: 0.5px solid black;
                border-radius: 10px;
                padding: 0px 5px 0px 2px;
                transition: color 0.15s;
            }
            .contacts{
                display:flex;
                flex-direction: row;
                align-items: center;
                justify-content: center ;
                padding: 10px;
            }
            footer{
                background:#111;
                color:white;
                text-align:center;
                padding:20px;
            }
            /* NAV LINKS */
                .nav {
                    display: flex;
                    gap: 20px;
                    align-items: center;
                }

                .nav a {
                    color: white;
                    text-decoration: none;
                    font-size: 14px;
                    transition: 0.3s;
                }

                .nav a:hover {
                    color: #25D366;
                }

                /* WHATSAPP CTA */
                .cta {
                    background: #25D366;
                    padding: 8px 12px;
                    border-radius: 6px;
                }

                /* ADMIN (hidden style) */
                .admin {
                    opacity: 0.5;
                    font-size: 12px;
                }

                /* MOBILE BUTTON */
                .menu-btn {
                    display: none;
                    font-size: 26px;
                    background: none;
                    border: none;
                    color: white;
                    cursor: pointer;
                    margin-right: 20px;
                }              
            @media (max-width: 768px) {

                .gg{
                    font-size: 24px;
                }

                header img{
                    width: 50px;
                    height: 50px;
                }

                section h2{
                    font-size: 22px;
                    padding: 5px;
                }
                .dd{
                    display: flex;
                    flex-direction: column;
                }
                .button-section{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .navigation-buttons{
                    display: flex;
                    flex-direction: column;
                    overflow: auto;
                    border: 2px solid black;
                    width: 70%;
                    padding: 10px;
                    margin-bottom: 10px;
                    border-radius: 10px;
                    background-color: rgb(218, 217, 217,0.3);
                }
                .button1{
                    display: block;
                    padding: 9px;
                }
                button{
                    font-size: 16px;
                    padding: 10px;
                }

                .p1{
                    font-size: 20px;
                    padding: 5px;
                }
                footer{
                    font-size: 16px;
                    padding: 20px;
                }
                .menu-btn {
                    display: block;
                }

                .nav {
                    display: none;
                    flex-direction: column;
                    background: rgb(46, 45, 45);
                    position: absolute;
                    top: 67px;
                    right: 0;
                    width: 200px;
                    padding: 15px;
                    border-radius: 0 0 0 10px;
                }

                .nav.show {
                    display: flex;
                }
                body.light-theme .nav a{
                    color: #ffffff;
                }
                
            }
            @media (min-width: 768px) and (max-width: 999px) {
                body.light-theme .nav a{
                    color: #333333;
                }
            }
            @media (min-width: 999px) {
                body.light-theme .nav a{
                    color: #333333;
                }
            }
            /* --- LIGHT THEME OVERRIDES FOR INDEX --- */
            body.light-theme {
                background-color: #f4f6f9 !important;
                color: #1a1a1a !important;
            }

            body.light-theme header {
                background-color: #ffffff !important;
                border-bottom: 1px solid #dddddd;
            }

            body.light-theme .gg{
                color: #333333 !important;
            }
            body.light-theme .menu-btn{
                color: #333333 !important;
            }
            body.light-theme .nav a:hover {
                color: #ff9900 !important;
            }

            body.light-theme .welcome-div, 
            body.light-theme .info-div, 
            body.light-theme .button-section, 
            body.light-theme .about-us-div, 
            body.light-theme .motto-div, 
            body.light-theme .need-div {
                background-color: #ffffff !important;
                color: #222222 !important;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
            }

            body.light-theme .p1, 
            body.light-theme .welcome-text {
                color: #555555 !important;
            }

            body.light-theme h2, 
            body.light-theme .welcome-header-text {
                color: #e67e22 !important; /* Rich contrast accent for readability in light mode */
            }

            body.light-theme footer {
                background-color: #eaeaea !important;
                color: #666666 !important;
            }

            body.light-theme .settings-menu {
                background-color: #ffffff !important;
                color: #1a1a1a !important;
                border: 1px solid #cccccc !important;
            }
