        :root {
            --accent-color: #008cad;
            --nav-color: rgba(255, 255, 255, 0.8);
            --nav-hover-color: #ffffff;
            --nav-font: "Poppins", sans-serif;
        }

        body {
            font-family: var(--nav-font);
        }

        .header {
            background-color: transparent;
            padding: 20px 0;
            z-index: 1000;
            position: sticky;
            top: 0;
        }

        .header .navbar {
            background-color: rgba(0, 0, 0, 0.36);
            border-radius: 50px;
            /* padding: 10px 25px; */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        }

        .navbar-nav .nav-link {
            color: var(--nav-color);
            font-weight: 500;
            margin: 0 10px;
            transition: 0.3s;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--nav-hover-color);
        }

        .navbar-brand img {
            height: 50px;
            width: 50px;
            object-fit: contain;
        }

        .btn-getstarted {
            background: blue;
            color: white;
            padding: 6px 15px;
            border-radius: 30px;
            font-weight: 500;
            text-decoration: none;
            transition: 0.3s;
            display: inline-block;
            border: none;
            cursor: pointer;
        }

        .btn-getstarted:hover {
            background: linear-gradient(90deg, #2441b4, #002057);
            color: white;
        }

        @media (max-width: 991px) {
            .navbar-nav {
                text-align: center;
            }

            .navbar-collapse {
                margin-top: 10px;
            }

            #google_translate_element {
                margin-top: 10px;
                transform-origin: center;
            }

            .btn-getstarted {
                margin-top: 10px;
            }
        }

        html,
        body {
            margin: 0;
            padding: 0;
        }

        #section-1,
        .content-slider {
            margin-top: 0 !important;
            padding-top: 0 !important;
        }

        .header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.03);
            /* or #fff if needed */
            backdrop-filter: blur(2px);
        }



        /* Add small padding around logo */
        .navbar-brand {
            padding: 5px 20px;
        }

        /* Add spacing around the "Get In Touch" button */
        .btn-getstarted {
            padding: 8px 18px;
            /* slightly increased padding */
            margin-right: 25px;
        }

        .floating-button {
            position: fixed;
            top: 40%;
            right: 0;
            transform: translateY(-50%);
            background: linear-gradient(135deg, #00c6ff, #0072ff);
            color: white;
            padding: 16px 18px;
            border-radius: 12px 0 0 12px;
            text-decoration: none;
            z-index: 1050;
            font-size: 20px;
            box-shadow: 0 8px 20px rgba(0, 115, 255, 0.3);
            transition: all 0.3s ease-in-out;
            cursor: pointer;
            overflow: hidden;
        }

        /* Icon animation */
        .floating-button i {
            animation: pulse 2s infinite ease-in-out;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }

            50% {
                transform: scale(1.2);
                opacity: 0.8;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Hover Effect */
        .floating-button:hover {
            background: linear-gradient(135deg, #0072ff, #00c6ff);
            box-shadow: 0 10px 25px rgba(0, 115, 255, 0.5);
            transform: translateY(-50%) scale(1.05);
        }

        /* Tooltip */
        .floating-button::after {
            content: attr(title);
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
            background-color: #333;
            color: #fff;
            padding: 6px 10px;
            border-radius: 4px;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            /* transition: 0.3s; */
            transition: all 0.3s ease-in-out;
            font-size: 14px;
        }

        .floating-button:hover::after {
            opacity: 1;
            right: calc(100% + 10px);
        }

        .floating-translate-container {
            display: none;
            position: fixed;
            top: 25%;
            left: 70%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 10px 12px;
            border-radius: 8px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 1060;
            animation: fadeIn 0.3s ease-in-out;
            max-width: 550px;
            /* min-width: 200px; */
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(40%);
            }

            to {
                opacity: 1;
                transform: translateY(60%);
            }
        }

        /* Google translator UI Modification */
        .goog-logo-link,
        .goog-te-gadget span {
            font-size: 2px !important;
            line-height: normal !important;
            display: inline-block !important;
            vertical-align: middle !important;
            text-align: left !important;
            white-space: nowrap !important;
        }

        .goog-logo-link::before {
            content: "Powered by";
            display: block;
            font-weight: normal;
        }

        .goog-logo-link img {
            height: 1px !important;
            width: auto !important;
        }

        #google_translate_element select {
            height: 30px !important;
            padding: 3px 8px !important;
            font-size: 14px !important;
            border-radius: 5px;
        }

        .logo-circle {
            width: 60px;
            height: 60px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .logo-circle img {
            max-width: 70%;
            max-height: 70%;
            object-fit: contain;
        }

        .right-btn {
            justify-content: flex-end;
        }

        @media (max-width: 991px) {

            .right-btn {
                justify-content: center;
                margin-top: 1rem;
            }
        }

        /* Fullscreen Preloader */
        /* Fullscreen Preloader */
        .app-preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            transition: opacity 0.5s ease;
        }

        /* Loader Circle (spinning ring) */
        .loader-circle {
            width: 140px;
            height: 140px;
            border: 6px solid #e0e0e0;
            border-top: 6px solid #22b3c1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: spin 1.5s linear infinite;
            position: relative;
        }

        /* Logo inside ring */
        .loader-circle img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            /* makes the logo a perfect circle */
            object-fit: cover;
            /* ensures the logo fills the circle correctly */
            position: absolute;
            /* stays fixed in center */
        }

        /* Spin animation */
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        /* Custom Toggler Base */
        .custom-toggler {
            border: none;
            background: white;
            padding: 0.25rem 0.5rem;
            margin-right: 15px;
        }

        /* Toggler bars */
        .toggler-icon {
            display: block;
            width: 25px;
            height: 2px;
            margin: 5px auto;
            background-color: #760202;
            /* keep white for navbar-dark */
            transition: all 0.3s ease-in-out;
            border-radius: 2px;
        }

        /* Default (collapsed hamburger) */
        .navbar-toggler.collapsed .top-bar {
            transform: rotate(0) translateY(0);
        }

        .navbar-toggler.collapsed .middle-bar {
            opacity: 1;
        }

        .navbar-toggler.collapsed .bottom-bar {
            transform: rotate(0) translateY(0);
        }

        /* Expanded (close X) */
        .navbar-toggler:not(.collapsed) .top-bar {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .navbar-toggler:not(.collapsed) .middle-bar {
            opacity: 0;
        }

        .navbar-toggler:not(.collapsed) .bottom-bar {
            transform: rotate(-45deg) translate(5px, -5px);
        }

        .navbar-nav .nav-link.active {
            color: blue !important;

            font-weight: bold;
            font-style: italic;
            font-size: 18px;
            background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.704) 400%);
            border-radius: 15px;
        }

        .navbar-nav .nav-link:not(.active):hover {
            color: #006c75;
            font-weight: bold;
            font-size: 22px;

            background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.704) 400%);
            border-radius: 15px;

        }
