:root {
            --primary-orange: #FF6B00;
            --primary-red: #D63031;
            --dark-bg: #0a0a0c; 
            --light-bg: #f8f9fa;
            --text-color: #333;
            --tech-gradient: linear-gradient(135deg, var(--primary-orange), var(--primary-red));
              --primary-orange-red: #FF4500; 
            
            /* Globe Variables - Desktop Default */
            --globe-size: 350px; 
            --icon-size: 60px;
            --globe-radius: 160px;
            --svg-size: 30px;

             --card-bg: rgba(255, 255, 255, 0.03);
            --glass-bg: rgba(20, 20, 25, 0.7);


                    --border-color: rgba(255, 255, 255, 0.1);
                    
           
            --deep-red-bg: #1a0505;
            --dm-gradient: linear-gradient(135deg, #2b0a0a 0%, #521414 50%, #1a0505 100%);
            --text-main: #ffffff;
            --text-muted: #d1d1d1;
            
        }

        body {
            font-family: 'Inter', sans-serif;

            color: var(--text-color);
            overflow-x: hidden;
            background-color:#1a060be8;
            /* background-color: #1a060bba; */
            scroll-behavior: smooth;
               background-attachment: fixed; /* Parallax effect */
        }

        @media(max-width:767px){
            p{
            text-align: left !important;
        }
        }
html{
    overflow-x: hidden;
}
        /* --- Top Contact Header --- */
        .top-bar {
            /* Updated: Combination of orange and red (Orangish gradient) */
            background: #2e1d21; 
            color: white;
            font-size: 0.85rem;
            padding: 8px 0;
            position: fixed;
            width: 100%;
            z-index: 1060;
        }
        .top-bar a {
            color: white; /* Changed to white for better contrast on orange/red */
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 500;
            transition: opacity 0.2s;
        }
        .top-bar a:hover { opacity: 0.8; }
        .top-bar .bi { font-size: 1rem; display: inline-block !important; }

        /* --- Navbar Styles --- */
   .navbar {
             background-color: #ffff; 
            backdrop-filter: blur(50px);
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
            padding: 0.5rem 0;
            z-index: 1050;
            transition: all 0.3s ease;
            margin-top: 38px; /* Height of top bar */
        }

        .navbar-brand {
            font-weight: 800;
            font-size: 1.2rem;
            color: #2c3e50;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .navbar-brand img { height: 40px; } 

        .navbar-brand span {
            background: var(--tech-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.nav-link {
    font-weight: 700;
    color: #d73b2f;
    margin: 0 8px;
    position: relative;
    transition: color 0.3s ease;
    font-size: 0.95rem;
    font-family: bootstrap-icons;
    font-family: 'Inter';
    font-weight: 600;
}

        .nav-link:hover, .nav-link.active { color:  #f6661f; }
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--primary-red);
            transition: width 0.3s;
        }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #d73b2f;
    
}
        .nav-link:hover::after { width: 100%; }

        .btn-custom {
            background: var(--tech-gradient);
            border: none;
            padding: 8px 20px;
            color: white;
            font-weight: 600;
            border-radius: 4px;
            transition: transform 0.2s ease;
            position: relative;
            z-index: 10;
        }
        .btn-custom:hover { transform: translateY(-2px); color: white; }

        /* Particle Canvas */
                #particles-canvas {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    opacity: 0.2;
                    pointer-events: none;
                }
        


            .hero-section {
            position: relative;
            min-height: 85vh;
            display: flex;
            align-items: center;
            padding-top: 150px;
            background: radial-gradient(circle at top right, #1a1a2e 0%, var(--bg-dark) 60%);
            overflow: hidden;
        }

        /* --- Footer --- */
/* --- Footer --- */
        footer {
            /* background-image: url('https://picsum.photos/seed/server/1920/600'); */
            background-size: cover;
            background-position: center;
            position: relative;
            color: white;
            padding: 60px 0; /* Removed bottom padding to separate copyright */
            /* Added Fantasy Font Family to entire footer */
            font-family: bootstrap icons;
        }
.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
}
        .footer-content { position: relative; z-index: 2; }
.footer-heading {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.1rem;
    padding-left: 31px;
}
        .footer-links li { margin-bottom: 10px; color:#ffffff;}
        .footer-links a { color: #d73b30; text-decoration: none; transition: 0.3s; }
        .footer-links a:hover { color: var(--primary-orange); }

.small, small {
    font-size: 16px;
    color: #ffffff;
}

        /* --- SEPARATE COPYRIGHT SECTION --- */
.copyright {
    background: #000000; /* Match Top Bar */
    color: #000000;
    text-align: center;
    font-size: 0.9rem;
    padding: 15px 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.1); /* Optional subtle separator */
}
        .copyright p {
            color: white;
            margin: 0;
        }

        .footer p{
            color:white;
            font-family:bootstrap icons;
        }
        .list-unstyled {
            padding-left: 27px;
            list-style: none;
            }
        .navbar-toggler {
            /* padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x); */
            /* font-size: var(--bs-navbar-toggler-font-size); */
            line-height: 1;
            color: black;
            background-color: orange;
            /* border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color); */
            border-radius: var(--bs-navbar-toggler-border-radius);
            transition: var(--bs-navbar-toggler-transition);
        }

        /* --- Stylish Arrow Styles --- */
        .footer-links i {
            /* Explicitly setting font family to ensure the icon renders correctly despite body font */
            font-family: 'bootstrap-icons' !important; 
            margin-right: 8px; /* Initial margin */
            font-size: 0.9rem;
            color: red; /* Sets default arrow color to red */
            /* Transition includes margin-right to animate the gap */
            transition: all 0.3s ease; 
        }

        /* Professional Hover Effect */
        .footer-links a:hover i {
            color: var(--primary-orange); /* Arrow turns orange on hover */
            margin-right: 15px; /* Increases margin on hover, pushing the text */
        }

        .logo{
            width:250px;
        }

        .footer-logo{
            width:260px;
            margin-top: -30px;
        }

        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        
        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }


        .text-muted {
            --bs-text-opacity: 1;
            color: white !important;
        }
       /* =========================================
           TESTIMONIALS SECTION (UPDATED)
           ========================================= */
        .testimonials-section {
            padding: 15px 0;
            /* background-color: #0f0f12;  */
        }

        .testimonial-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 30px;
            border-radius: 12px;
            height: 267px;
            color: #eee;
            position: relative;
            /* Removed hover effect */
        }
        
        .quote-icon {
            font-size: 2rem;
            color: var(--primary-orange);
            opacity: 0.3;
            margin-bottom: 15px;
        }

        .client-info {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 20px;
        }

        .client-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid var(--primary-orange);
        }

        .client-name {
            font-size: 1.1rem;
            font-weight: 600;
            margin: 0;
            color: #fff;
        }

        .client-role {
            font-size: 0.85rem;
            color: #aaa;
            margin: 0;
        }

        /* Carousel Controls */
        .carousel-control-prev-icon, 
        .carousel-control-next-icon {
            background-color: var(--primary-orange);
            background-size: 60%;
            border-radius: 50%;
            width: 40px;
            height: 40px;
        }
        
        .carousel-indicators [data-bs-target] {
            background-color: var(--primary-orange);
        }

        /* PUSH BUTTONS OUTSIDE ON DESKTOP */
        @media (min-width: 992px) {
            .carousel-control-prev {
                left: -60px; /* Move left outside container */
            }
            .carousel-control-next {
                right: -60px; /* Move right outside container */
            }
        }
        
        /* Ensure buttons are vertically centered */
        .carousel-control-prev, .carousel-control-next {
            top: 50%;
            transform: translateY(-50%);
            width: auto;
        }

        @media(max-width:767px){
            .col-6 {
                flex: 0 0 auto;
                width: 50%;
            }
            .list-unstyled{
                padding-left: 0px;
            }
        }