        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Libre Franklin";
            overflow-x: hidden !important;

        }
        a{
            text-decoration: none !important;
            color: tr;
        }

        .hiddenOver {
            overflow: hidden !important;
        }

        .ignoA {
            text-decoration: none;
        }

        .hero-section {
            height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }

        .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }

        /* Glass Navigation with left/right shining */
        .navbar-glass {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.4) 0%,
                    rgba(255, 255, 255, 0.15) 8%,
                    rgba(255, 255, 255, 0.08) 50%,
                    rgba(255, 255, 255, 0.15) 92%,
                    rgba(255, 255, 255, 0.4) 100%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-left: none;
            border-right: none;
            border-radius: 15px;
            box-shadow:
                inset 2px 0 rgba(255, 255, 255, 0.6),
                /* left */
                inset -2px 0 rgba(255, 255, 255, 0.6),
                /* right */
                0 8px 32px rgba(0, 0, 0, 0.3);
            padding: 10px 0;
            position: fixed;
            top: 15px;
            left: 13px;
            right: 13px;
            z-index: 1000;
        }


        .navbar-brand {
            display: flex;
            align-items: center;
            color: white !important;
            font-size: 1.9rem;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: -0.5px;
        }

        .brand-logo {
            width: 180px;
            /* height: 42px; */
            margin-right: 12px;
            /* border-radius: 10px; */
            object-fit: cover;
        }

        .brand-subtitle {
            font-size: 0.55rem;
            display: block;
            line-height: 1;
            margin-top: -3px;
            opacity: 0.85;
            font-weight: 400;
            letter-spacing: 1px;
        }

        .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 0.9) !important;
            font-weight: 500;
            margin: 0 5px;
            position: relative;
            transition: all 0.3s ease;
            font-size: 1rem;
            cursor: pointer;
        }

        .navbar-nav .nav-link:hover {
            color: #fbce76 !important;
        }

        .navbar-nav .nav-link.dropdown::after {
            content: '\f0d7';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .navbar-nav .nav-link.dropdown:hover::after {
            transform: rotate(180deg);
        }


        .navbar-nav .nav-link.active {
            color: white !important;
        }

        .navbar-nav .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 8px !important;
            right: 50%;
            height: 3px;
            background: linear-gradient(90deg, #ff8a50, #ffa726, #ff8a50);
            border-radius: 3px;
            box-shadow: 0 2px 8px rgba(255, 167, 38, 0.4);
        }

        .btn-inquiry {
            background: linear-gradient(135deg,
                    rgba(41, 182, 246, 1) 0%,
                    rgba(33, 150, 243, 0.9) 50%,
                    #005c98 100%);
            /* border: 1px solid rgba(255, 255, 255, 0.3); */
            border-left: 2px solid rgba(255, 255, 255, 0.5);
            border-right: 2px solid rgba(255, 255, 255, 0.5);
            color: white;
            padding: 5px 20px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            box-shadow: 0 6px 20px rgba(41, 182, 246, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
        }

        .btn-inquiry:hover {
            background: linear-gradient(135deg,
                    rgba(41, 182, 246, 1) 0%,
                    rgba(33, 150, 243, 1) 50%,
                    rgba(41, 182, 246, 1) 100%);
            transform: translateY(-2px);
            color: white;
            box-shadow: 0 8px 25px rgba(41, 182, 246, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.3);
        }

        /* Hero Content */
        .hero-content {
            width: 80%;
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            z-index: 100;
        }

        .hero-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            line-height: 1.1;
            margin-bottom: 2rem;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
            letter-spacing: -1px;
        }

        /* Right Side Country Flags */
        .country-flags {
            position: absolute;
            right: 15px;
            top: 50%;
            height: 65vh;
            transform: translateY(-50%);
            z-index: 100;
            /* background-color: green; */
            justify-content: center !important;
            display: flex !important;
            flex-direction: column !important;
        }

        .flag-item {
            z-index: 1;
        }

        .flag-item a{
            display: flex;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px;
            transition: all 0.3s ease;
            z-index: 1;
        }

        .flag-item a:hover {
            transform: translateX(-8px);
            z-index: 2;
        }

        .flag-img {
            width: 100px;
            border-radius: 8px;
            margin-left: 10px;
            object-fit: cover;
            z-index: 2;
            border: none;
            border-left: none;
            border-right: none;
            box-shadow:
                inset 2px 0 rgba(255, 255, 255, 0.7),
                inset -2px 0 rgba(255, 255, 255, 0.7),
                0 8px 32px rgba(0, 0, 0, 0.3);
            padding: 0 2px;
        }

        .flag-label {
            color: white;
            font-weight: 600;
            font-size: 1rem;
            white-space: nowrap;
            line-height: 1.3;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
            text-align: end;
        }

        .vertical-line {
            position: absolute;
            right: 50px;
            height: 100%;
            width: 2px;
            background: rgba(255, 255, 255, 0.6);
            z-index: 1;
        }

        /* Bottom Controls with glass effect */
        .bottom-controls {
            position: absolute;
            bottom: 35px;
            left: 35px;
            display: flex;
            gap: 18px;
            z-index: 100;
        }

        .glass-btn {
            position: absolute;
            bottom: 35px;
            left: 35px;
            width: 55px;
            height: 55px;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 1) 100%);
            backdrop-filter: blur(0px);
            -webkit-backdrop-filter: blur(15px);
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            z-index: 1;
        }

        .glass-btn:hover {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.2) 0%,
                    rgba(255, 255, 255, 0.12) 50%,
                    rgba(255, 255, 255, 0.2) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.3);
        }

        /* Down Arrow with glass effect */
        .down-arrow {
            position: absolute;
            bottom: 35px !important;
            right: 35px;
            width: 55px;
            height: 55px;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 1) 100%);
            backdrop-filter: blur(0px);
            -webkit-backdrop-filter: blur(15px);
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            animation: bounce 2.5s infinite;
            z-index: 1;
        }

        .down-arrow:hover {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.2) 0%,
                    rgba(255, 255, 255, 0.12) 50%,
                    rgba(255, 255, 255, 0.2) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.3);
        }

        .ar-arrow {
            position: absolute;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 1) 100%);
            backdrop-filter: blur(0px);
            -webkit-backdrop-filter: blur(15px);
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            z-index: 1;
        }

        .ar-arrow:hover {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.2) 0%,
                    rgba(255, 255, 255, 0.12) 50%,
                    rgba(255, 255, 255, 0.2) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.3);
        }

        .fq-arrow {
            /* position: absolute; */
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 1) 100%);
            backdrop-filter: blur(0px);
            -webkit-backdrop-filter: blur(15px);
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            z-index: 1;
        }

        .fq-arrow:hover {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.2) 0%,
                    rgba(255, 255, 255, 0.12) 50%,
                    rgba(255, 255, 255, 0.2) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.3);
        }

        .see-arrow {
            position: absolute;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0.15) 1%,
                    rgba(255, 255, 255, 0) 50%,
                    rgba(255, 255, 255, 0.15) 99%,
                    rgba(255, 255, 255, 1) 100%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            z-index: 1;
            padding: 3px 30px;
        }

        .see-arrow:hover {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.2) 0%,
                    rgba(255, 255, 255, 0.12) 50%,
                    rgba(255, 255, 255, 0.2) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.1);
        }

        .see-arrowbtn {
            position: relative;
            /* background: linear-gradient(120deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0.15) 1%,
                    rgba(255, 255, 255, 0) 50%,
                    rgba(255, 255, 255, 0.15) 99%,
                    rgba(255, 255, 255, 1) 100%); */
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            z-index: 1;
            padding: 3px 30px;
        }

        .see-arrowbtn:hover {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.2) 0%,
                    rgba(255, 255, 255, 0.12) 50%,
                    rgba(255, 255, 255, 0.2) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.1);
        }

        .see-arrow2 {
            position: absolute;
            background: linear-gradient(35deg,
                    rgba(255, 255, 255, 0.6) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0.01) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 0.6) 100%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            z-index: 1;
            padding: 3px 30px;
        }

        .see-arrow2:hover {
            background: linear-gradient(35deg,
                    rgba(255, 255, 255, 0.4) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0.01) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 0.4) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.1);
        }

        .see-arrow2btn {
            position: relative;
            background: linear-gradient(35deg,
                    rgba(255, 255, 255, 0.6) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0.01) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 0.6) 100%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fbce76;
            font-size: 1.1rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            z-index: 1;
            padding: 3px 30px;
        }

        .see-arrow2btn:hover {
            background: linear-gradient(35deg,
                    rgba(255, 255, 255, 0.4) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0.01) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 0.4) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.1);
        }

        .gridlay {
            display: flex;
            justify-content: flex-start;
            align-content: flex-start;
            width: fit-content !important;
            flex-wrap: wrap;
        }

        .up-arrow {
            position: fixed;
            bottom: 35px !important;
            right: 35px;
            width: 55px;
            height: 55px;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 1) 100%);
            backdrop-filter: blur(0px);
            -webkit-backdrop-filter: blur(15px);
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
            border-left: 2px solid rgba(255, 255, 255, 0.4);
            border-right: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            /* inset 2px 2px 0 rgba(255, 255, 255, 0.2),
                inset -2px -2px 0 rgba(255, 255, 255, 0.1); */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            cursor: pointer !important;
            transition: all 0.3s ease;
            animation: bounce 2.5s infinite;
            z-index: 1;
        }

        .up-arrow:hover {
            background: linear-gradient(135deg,
                    rgba(255, 255, 255, 0.2) 0%,
                    rgba(255, 255, 255, 0.12) 50%,
                    rgba(255, 255, 255, 0.2) 100%);
            animation-play-state: paused;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                inset 2px 2px 0 rgba(255, 255, 255, 0.3);
        }

        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                transform: translateY(0);
            }

            40% {
                transform: translateY(-8px);
            }

            60% {
                transform: translateY(-4px);
            }
        }


        /* Hide dropdown by default */
        .nav-item.dropdown .dropdown-menu {
            display: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            position: absolute;
            top: 100%;
            left: 0;
            background: rgba(0, 0, 0, 0.9);
            border-radius: 10px;
            padding: 15px;
            min-width: 180px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }

        /* Show on hover */
        .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .nav-link {
            color: white;
            text-decoration: none;
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 1px;
        }

        .dropdown-icon {
            display: inline-block;
            transition: transform 0.3s ease;
        }

        /* Rotate icon when menu is open */
        .nav-item.open .dropdown-icon {
            transform: rotate(180deg);
        }


        .dropdown-menu.show {
            display: block;
        }

        .dropdown-item {
            color: rgba(255, 255, 255, 0.8);
            padding: 8px 20px;
            display: block;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
            background: transparent !important;
        }

        .dropdown-item:hover,
        .dropdown-item:focus,
        .dropdown-item:active {
            color: #fbce76;
            background: transparent !important;
        }


        .footer {
            background: #12294c;
            color: white;
            padding: 50px 0 0 0;
        }

        .footer .logo-section {
            padding-right: 30px;
        }

        .footer .logo-placeholder {
            width: 160px;
            height: 45px;
            background: white;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            color: #1a365d;
            font-weight: 600;
            font-size: 14px;
        }

        .footer .company-description {
            font-size: 22px;
            line-height: 1.7;
            color: #e2e8f0;
            margin-bottom: 35px;
            font-weight: 600;
        }

        .footer .contact-info {
            margin-bottom: 30px;
        }

        .footer .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            font-size: 15px;
            line-height: 1.4;
        }

        .footer .contact-item span {
            margin-top: 2px;
            font-weight: 500;
        }

        .footer .contact-icon {
            width: 22px;
            height: 22px;
            background: #fbce76;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .footer .contact-icon i {
            color: black;
            font-size: 10px;
        }

        .footer h5 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 3px;
            color: white;
        }

        .footer .brand-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer .brand-list li {
            margin-bottom: 0px;
        }

        .footer .brand-list li a {
            color: #cbd5e1;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
        }

        .footer .brand-list li a:hover {
            color: white;
        }

        .footer .see-more {
            color: #cbd5e1;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
        }

        .footer .see-more:hover {
            color: #60a5fa;
            /* text-decoration: underline; */
        }

        .footer .quick-links {
            margin-bottom: 25px;
        }

        .footer .quick-links:last-child {
            margin-bottom: 0;
        }

        .copyright-section {
            background: #fbce76;
            padding: 6px 0;
            margin-top: 0;
        }

        .copyright-text {
            color: #000000;
            font-size: 15px;
            font-weight: 500;
            margin: 0;
        }

        .glide,
        .glide2 {
            width: 100%;
            padding: 0 0;
        }

        .glide__slide img {
            width: 94%;
            height: auto;
            margin: 0 auto;
            transition: transform 0.3s ease;
            border-radius: 12px !important;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .glide__slide img:hover {
            transform: scale(1.01);
            cursor: pointer;
        }

        .glide__slides {
            display: flex;
            align-items: center;
        }

        .glide__slide2 img {
            width: 99%;
            height: auto;
            margin: 0 auto;
            transition: transform 0.3s ease;
            border-radius: 12px !important;
            border: 2px solid rgba(255, 255, 255, 0.2);

        }

        .glide__slide2 img:hover {
            transform: scale(1.01);
            cursor: pointer;
        }

        .glide__arrows {
            position: absolute;
            top: 40%;
            width: 100%;
            transform: translateY(-50%);
            pointer-events: none;
            z-index: 10;
        }

        .glide__arrow {
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            pointer-events: auto;
        }

        .glide__arrow--left {
            left: -50px;
        }

        .glide__arrow--right {
            right: -50px;
        }

        .glide__arrow:hover {}

        /* Title styling like the image */
        .title-with-flag {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .flatTh {
            font-size: 18px !important;
        }


        .flag-circle {
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .flag-circle::after {
            content: '';
            width: 18px;
            height: 18px;
            background: #bc002d;
            border-radius: 50%;
        }

        .logoflag {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .upsapace {
            margin-top: 0px;
        }

        .mtsome {
            margin-top: 0px;
        }



        .lakshman-section {
            background-color: #0f192d;
            /* dark bg */
            color: #ffffff;
            padding: 0px 0;
        }

        .lakshman-section h2 {
            font-size: 20px;
            font-weight: bold;
            color: #ffffff;
            /* golden color */
        }

        .lakshman-section span {
            font-size: 34px;
            font-weight: bold;
            color: #fbce76;
            /* golden color */
        }

        .lakshman-section p {
            font-size: 16px;
            line-height: 1.7;
            color: #FFFFFF;
            font-weight: 500;
            /* text-align: justify; */
        }

        .lakshman-btn {
            background-color: transparent;
            border: 1px solid #cfd6e0;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .lakshman-btn:hover {
            background-color: #fbce76;
            border-color: #fbce76;
            color: #000;
        }

        .lakshman-image-wrapper {
            position: relative;
            text-align: center;
            /* background-color: green; */
        }

        .lakshman-building {
            width: 100%;
            /* max-width: 300px; */
            margin: 0 auto;
            z-index: 5;
            position: relative;
        }

        .lakshman-car {
            position: absolute;
            bottom: 0;
            width: 100%;
            max-width: 300px;
            opacity: 0;
            animation: carFade 1s ease forwards;
        }

        /* Car animation */
        .lakshman-car1 {
            left: 5%;
            animation-delay: 0.5s;
        }

        .lakshman-car2 {
            left: 28%;
            animation-delay: 1.2s;
        }

        .lakshman-car3 {
            left: 52%;
            animation-delay: 2s;
        }

        .lakshman-car4 {
            left: 75%;
            animation-delay: 2.8s;
        }

        @keyframes carFade {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .left {
            flex: 1;
            flex-direction: column;
            display: flex;
            justify-content: center;
            align-items: flex-end;
        }

        .left h2 {
            font-size: 30px;
            margin: 0;
        }

        .left p {
            font-size: 20px;
            margin: 5px 0 5px;
            color: #fff;
            line-height: 1;
        }

        .stat {
            flex-direction: column;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            margin-bottom: 15px;
            position: relative;
        }

        .stat h3 {
            font-size: 34px !important;
            margin: 0;
            font-weight: bold;
        }

        .stat span {
            font-size: 34px !important;
            margin: 0;
            font-weight: bold;
            color: #FFFFFF;
        }

        .hrline {
            width: 55%;
            height: 2px;
            background-color: #fbce76;
            margin-top: 5px;
            margin-bottom: 15px;
        }

        .hrline2 {
            width: 55%;
            height: 5px;
            background-color: #fbce76;
            margin-top: 5px;
            margin-bottom: 15px;
            margin-top: 15px;
        }

        .hrline3 {
            width: 35%;
            height: 5px;
            background-color: #fbce76;
            margin-top: 5px;
            margin-bottom: 15px;
            margin-top: 15px;
        }


        .right {
            flex: 1;
        }

        .right .about-video {
            width: 100%;
            border-radius: 10px;
            /* border: none; */
            border-left: none;
            border-right: none;
            border: 2px solid rgba(255, 255, 255, 0.2);

            box-shadow:
                inset 2px 0 rgba(255, 255, 255, 0.7),
                inset -2px 0 rgba(255, 255, 255, 0.7),
                0 8px 32px rgba(0, 0, 0, 0.3);
            padding: 0 2px;

        }

        .showcase-container {
            /* max-width: 1200px; */
            width: 95%;
            margin: 0 auto;
            /* background: rgba(255, 255, 255, 0.05); */
            /* backdrop-filter: blur(20px); */
            border-radius: 20px;
            padding: 20px;
            padding-left: 60px;
            padding-right: 60px;
            /* border: 1px solid rgba(255, 255, 255, 0.1); */

            background: linear-gradient(35deg,
                    rgba(255, 255, 255, 0.4) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0.08) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 0.4) 100%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-left: none;
            border-right: none;
            box-shadow:
                inset 2px 0 rgba(255, 255, 255, 0.6),
                /* left */
                inset -2px 0 rgba(255, 255, 255, 0.6),
                /* right */
                0 8px 32px rgba(0, 0, 0, 0.3);
        }

        .showcase-container2 {
            /* max-width: 1200px; */
            width: 95%;
            margin: 0 auto;
            /* background: rgba(255, 255, 255, 0.05); */
            /* backdrop-filter: blur(20px); */
            border-radius: 20px;
            /* padding: 20px 20px !important; */
            /* border: 1px solid rgba(255, 255, 255, 0.1); */

            background: linear-gradient(35deg,
                    rgba(255, 255, 255, 0.4) 0%,
                    rgba(255, 255, 255, 0.15) 15%,
                    rgba(255, 255, 255, 0.08) 50%,
                    rgba(255, 255, 255, 0.15) 85%,
                    rgba(255, 255, 255, 0.4) 100%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-left: none;
            border-right: none;
            box-shadow:
                inset 2px 0 rgba(255, 255, 255, 0.6),
                /* left */
                inset -2px 0 rgba(255, 255, 255, 0.6),
                /* right */
                0 8px 32px rgba(0, 0, 0, 0.3);
        }

        .setwiab {
            width: 95%;
        }

        .showcase-container3 {
            /* max-width: 1200px; */
            width: 95%;
            margin: 0 auto;
            /* background: rgba(255, 255, 255, 0.05); */
            /* backdrop-filter: blur(20px); */
            border-radius: 20px;
            /* border: 1px solid rgba(255, 255, 255, 0.1); */

            /* background: linear-gradient(35deg,
                    rgba(255, 255, 255, 0.6) 0px,
                    rgba(255, 255, 255, 0.15) 100px,
                    rgba(255, 255, 255, 0.01) 50%,
                    rgba(255, 255, 255, 0.15) 100px,
                    rgba(255, 255, 255, 0.6) 100%); */
            background-color: #42535a;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-left: none;
            border-right: none;
            box-shadow:
                inset 2px 0 rgba(255, 255, 255, 0.6),
                /* left */
                inset -2px 0 rgba(255, 255, 255, 0.6),
                /* right */
                0 8px 32px rgba(0, 0, 0, 0.3);
        }

        /* Tab Section */
        .tab-header {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0px;
            gap: 20px;
            flex-wrap: wrap;
        }

        .tab-label {
            color: #fbce76 !important;
            font-size: 24px !important;
            font-weight: 600;
        }

        .tab-buttons {
            display: flex;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 5px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .tab-btn {
            padding: 10px 25px;
            border: none;
            background: transparent;
            color: rgba(255, 255, 255, 0.7);
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            font-weight: 500;
            position: relative;
        }

        .tab-btn.active {
            background: linear-gradient(135deg, #fbce76 0%, #f5a623 100%);
            color: #000;
            box-shadow: 0 4px 15px rgba(251, 206, 118, 0.3);
        }

        .tab-btn:hover:not(.active) {
            color: white;
            background: rgba(255, 255, 255, 0.1);
        }

        .vehicle-parts-label {
            color: white;
            font-size: 18px;
            font-weight: 600;
        }

        .see-all-btn {
            background: transparent;
            border: none;
            color: #fbce76;
            padding: 0px 10px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .see-all-btn:hover {
            color: #f5a623;
            transform: translateY(-2px);
        }

        /* Carousel Section */
        .carousel-wrapper {
            /* position: relative; */
            overflow: hidden;
            border-radius: 15px;
            /* background-color: #f5a623; */
            /* width: 90%; */
        }

        .carousel-container {
            display: flex;
            transition: transform 0.5s ease;

        }

        .carousel-slide {
            min-width: 100%;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, 1fr);
            row-gap: 10px;
            column-gap: 20px;
            padding: 10px;
        }

        .product-card {
            /* background: rgba(255, 255, 255, 0.95); */
            /* border-radius: 15px; */
            /* padding: 20px; */
            /* text-align: center; */
            transition: all 0.3s ease;
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(251, 206, 118, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .product-card:hover::before {
            left: 100%;
        }

        .product-card:hover {
            transform: translateY(-5px);
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
        }

        .product-image {
            width: 100%;
            /* height: 120px; */
            object-fit: contain;
            margin-bottom: 5px;
            border-radius: 16px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .product-title {
            color: #FFF;
            font-size: 18px;
            font-weight: 600;
            margin: 0;
        }

        /* Navigation Arrows */
        .carousel-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        /* .carousel-arrow:hover {
            background: #fbce76;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 5px 20px rgba(251, 206, 118, 0.4);
        } */


        .carousel-arrow.prev {
            left: -45px;
        }

        .carousel-arrow.next {
            right: -45px;
        }

        /* Tab Content */
        .tab-content {
            display: none;

        }

        .tab-content.active {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .aboutlogo {
            margin-top: 100px;
        }

        .aboutlogo img {
            padding: 40px;
            padding-bottom: 50px;
            width: 100%;
            max-width: 450px;
            height: auto;
        }

        .logo-badge {
            width: 220px;
            height: 220px;
            display: grid;
            place-items: center;
        }

        .logo-badge img {
            width: 100%;
            border-radius: 10px;
            border: none;
            border-left: none;
            border-right: none;
            box-shadow:
                inset 2px 0 rgba(255, 255, 255, 0.7),
                inset -2px 0 rgba(255, 255, 255, 0.7),
                0 8px 32px rgba(0, 0, 0, 0.3);
            padding: 0 2px;
        }

        /* Building images */
        .building-img {
            height: auto;
            width: 100%;
            object-fit: contain;
        }


        .titileabout {
            font-size: 2rem;
            line-height: 1.1;
        }

        .descripabout {
            font-size: 1rem !important;
            line-height: 1.9 !important;
        }

        .bgimgabout {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: transparent;
        }

        .bgimgabout::before {
            content: "";
            position: absolute;
            inset: 0;
            background: white;
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
            z-index: 0;
        }

        .bgimgabout>* {
            position: relative;
            z-index: 1;
        }

        .bgimgabout2 {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: transparent;
        }

        .bgimgabout2::before {
            content: "";
            position: absolute;
            inset: 0;
            background: white;
            clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
            z-index: 0;
        }

        .bgimgabout2>* {
            position: relative;
            z-index: 1;
        }

        .brangbg {
            width: 100%;
            min-height: 400px;
            height: auto;
            object-fit: cover;
            display: block;
            margin-bottom: -100px !important;
        }


        .brand-item img {
            width: 100%;
            height: auto;
            object-fit: contain;
            border-radius: 15px;
            transition: transform 0.3s ease;
            cursor: pointer;
        }

        .brand-item img:hover {
            transform: scale(1.05);
            cursor: pointer;

        }

        .posset {
            position: relative !important;
            width: 150px;
        }

        .brand-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            z-index: 999999999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .brand-popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .brand-popup-container {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.7);
            width: 90%;
            max-width: 600px;
            background-color: #0f192d;
            border-radius: 15px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            overflow: hidden;
            max-height: 95vh;
            overflow-y: auto;
        }

        .brand-popup-overlay.active .brand-popup-container {
            transform: translate(-50%, -50%) scale(1);
        }

        .brand-popup-header {
            position: relative;
            padding: 0;
            background: transparent;
        }

        .brand-popup-close {
            position: absolute;
            top: 5px;
            right: 5px;
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            background-color: transparent;
        }

        .brand-popup-close i {
            font-size: x-large;
        }

        .brand-popup-close:hover {
            /* background: rgba(255, 255, 255, 0.3); */
            transform: rotate(90deg);
        }

        .brand-popup-content {
            padding: 40px;
            color: white;
            text-align: start;
        }

        .brand-popup-logo {
            margin: 0 auto 30px;
        }

        .brand-popup-logo img {
            width: 100%;
            max-width: 200px;
            height: auto;
            object-fit: contain;
            border-radius: 10px;
        }

        .brand-popup-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 20px;
            color: white;
        }

        .brand-popup-description {
            font-size: 16px;
            line-height: 1.9;
            margin-bottom: 30px;
            opacity: 0.9;
             white-space: pre-line;
        }

        .brand-popup-buttons {
            display: flex;
            gap: 15px;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        .brand-popup-btn {
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .brand-popup-btn.primary {
            background: white;
            color: #1e3c72;
        }

        .brand-popup-btn.primary:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .brand-popup-btn.secondary {
            background: transparent;
            color: white;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .brand-popup-btn.secondary:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .brand-item {
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .brand-item:hover {
            transform: translateY(-5px);
        }

        .brand-item img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .brand-item:hover img {
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .mtsetsing {
            margin-top: 120px;
        }

        .incbtnset {
            position: relative;
            height: 40px;
        }

        .sin_product_image img {
            width: 100%;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            border-radius: 10px;
        }

        .sin_brand_info {
            /* background-color: green; */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            /* align-items: flex-start; */
        }

        .sin_brand_info img {
            width: 100%;
            max-width: 200px;
            height: auto;
            object-fit: contain;
            border-radius: 10px;
        }

        .sin_brand_logo {
            background: var(--secondary-color);
            color: white;
            padding: 15px 25px;
            border-radius: 10px;
            text-align: center;
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 20px;
            display: inline-block;
            width: fit-content;
        }

        .sin_brand_description h3,
        .sin_section_title {
            color: #FFFFFF !important;
            font-weight: 600 !important;
            font-size: 1.5rem !important;
        }

        .sin_brand_description p,
        .sin_about_text {
            color: #ffffffcb !important;
            line-height: 1.9 !important;
        }

        .sin_inquiry_btn {
            background: linear-gradient(45deg, var(--secondary-color), #2980b9);
            border: none;
            color: white;
            padding: 15px 35px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }

        .sin_inquiry_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
            color: white;
        }


        .sin_product_card img {
            width: 100%;
            height: auto;
            object-fit: contain;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .sin_product_card img:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }


        .sin_faq_content {
            flex: 2;
        }

        .sin_faq_brand_logo {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding-top: 20px;
        }

        .sin_faq_brand_image {
            max-width: 200px;
            width: 100%;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            background: white;
            padding: 20px;
        }

        .sin_faq_columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .sin_faq_item {
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
            padding-bottom: 20px;
            border-bottom: 1px solid #FFFFFF;
        }

        .sin_faq_question {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: transparent;
            border: none;
            width: 100%;
            text-align: left;
            transition: all 0.3s ease;
        }

        .sin_faq_question span {
            color: #FFFFFF !important;
            font-weight: 600 !important;
            font-size: 1rem !important;
        }

        .sin_faq_icon {
            position: relative !important;
            transition: all 0.3s ease;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sin_faq_answer {
            max-height: 0;
            padding: 0 25px;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .sin_faq_answer.sin_active {
            max-height: fit-content;
            padding: 0 25px;
            padding-top: 10px;
        }

        .sin_faq_answer p {
            color: #ffffffe3;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .upsapace {
                margin-top: 50px;
            }

            .hrline {
                width: 70%;
            }
        }

        @media (max-width: 992px) {
            .mtsome {
                margin-top: 50px;
            }

            .upsapace {
                margin-top: 0px;
            }

            .hero-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }

            .navbar-nav {
                background: rgba(0, 0, 0, 0.85);
                backdrop-filter: blur(15px);
                border-radius: 15px;
                padding: 25px;
                margin-top: 20px;
                border: 1px solid rgba(255, 255, 255, 0.1);
            }

            .btn-inquiry {
                margin-left: 0 !important;
                margin-top: 10px;
            }


            .navbar-nav .nav-link.active::after {
                left: 0px !important;
                right: 90%;
            }

            #navbarNav {
                display: none;
            }

            #navbarNav.show {
                display: inline;
            }

            .navbar-toggler,
            .navbar-toggler:focus,
            .navbar-toggler:active {
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
                background: transparent;
            }

            .footer {
                padding: 40px 0 0 0;
            }

            .footer .logo-section {
                padding-right: 0;
                margin-bottom: 40px;
            }

            .logo-section img {
                width: 250px;
            }

            .sin_faq_brand_logo {
                order: -1;
                justify-content: center;
            }

            .sin_faq_brand_image {
                max-width: 150px;
            }
        }

        @media (max-width: 768px) {
            .mtsome {
                margin-top: 0px;
            }

            .navbar-glass {
                top: 15px;
                left: 13px;
                right: 13px;
            }

            .hero-title {
                font-size: 1.5rem;
                margin-bottom: 40px;
            }

            .hero-content {
                width: 70%;
                bottom: 10px;
            }

            .bottom-controls {
                left: 25px;
                bottom: 25px;
            }

            .down-arrow {
                right: 25px;
                bottom: 25px;
            }

            .ar-arrow {
                right: 25px;
                bottom: 25px;
            }

            .fq-arrow {
                right: 25px;
                bottom: 25px;
            }

            .up-arrow {
                right: 25px;
                bottom: 25px;
            }

            .footer .col-md-3,
            .footer .col-md-2 {
                margin-bottom: 35px;
            }

            .mobcen {
                text-align: center;
            }

            .glide__arrows {
                display: none;
            }

            .logoflag {
                width: 60px;
                height: 60px;
            }

            .lakshman-car {
                width: 90px;
            }

            .lakshman-building {
                /* max-width: 220px; */
            }

            .lakshman-section h2 {
                font-size: 18px;
            }

            .lakshman-section span {
                font-size: 27px;
            }

            .right .about-video {
                margin-top: 40px;
                margin-bottom: 40px;
            }

            .stat {
                justify-content: center;
                align-items: center;
            }


            .left {
                flex: 1;
                justify-content: center;
                align-items: center;
            }

            .showcase-container {
                padding: 20px;
            }

            /* .showcase-container2 {
                padding: 20px;
            } */

            .tab-header {
                flex-direction: column;
                gap: 15px;
            }

            .carousel-slide {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(3, 1fr);
                gap: 15px;
            }

            .product-card {
                /* padding: 15px; */
            }

            .product-image {
                /* height: 100px; */
            }

            .carousel-arrow {
                width: 40px;
                height: 40px;
                /* font-size: 16px; */
            }

            .carousel-arrow.prev {
                left: -10px;
            }

            .carousel-arrow.next {
                right: -10px;
            }


            .aboutlogo img {
                padding-bottom: 20px;
            }

            .brangbg {
                width: 120vw;
                margin-left: -10vw;
                min-height: 400px;
            }

            .posset {
                width: 100%;
            }

            .brand-popup-container {
                width: 95%;
                /* margin: 20px; */
            }

            .brand-popup-content {
                padding: 30px 25px;
            }

            .brand-popup-title {
                font-size: 20px;
            }

            .brand-popup-description {
                font-size: 14px;
            }

            .brand-popup-buttons {
                flex-direction: column;
                align-items: center;
            }

            .brand-popup-btn {
                width: 100%;
                justify-content: center;
            }

            .incbtnset {
                margin-left: -10px;
            }

            .sin_faq_columns {
                grid-template-columns: 1fr;
                gap: 15px;
            }

        }

        @media (max-width: 576px) {

            .mobcenabout{
                width: 100%;
                display: flex !important;
                justify-content: center !important;
                width: 100% !important;
            }

            .navbar-nav .nav-link.active::after {
                left: 0px !important;
                right: 80%;
            }

            .country-flags {
                display: none !important;
            }

            .hero-title {
                font-size: 2rem;
                margin-bottom: 0 !important;
            }

            .hero-content {
                width: 85%;
                /* background-color: green; */
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }


            .navbar-brand {
                font-size: 1.6rem;
            }

            .brand-logo {
                width: 130px;
                /* height: 38px; */
            }

            .glass-btn {
                width: 48px;
                height: 48px;
            }

            .down-arrow {
                width: 48px;
                height: 48px;
            }

            .ar-arrow {
                width: 48px;
                height: 48px;
            }

            .fq-arrow {
                width: 48px;
                height: 48px;
            }

            .up-arrow {
                width: 48px;
                height: 48px;
            }

            .lakshman-car {
                position: static;
                display: block;
                margin: 10px auto 0;
                animation: none;
                opacity: 1;
            }

            .carousel-slide {
                grid-template-columns: 1fr;
                grid-template-rows: repeat(6, 1fr);
            }

            .aboutlogo img {
                padding-bottom: 10px;
            }

            .logo-badge {
                width: 150px;
                height: 150px;
            }

            .titileabout {
                text-align: center;
                font-size: 1.3rem;
                line-height: 1.1;
            }

            .mobcentab {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            .sin_brand_description h3,
            .sin_section_title {
                font-size: 1.3rem !important;
            }

            .sin_inquiry_btn {
                padding: 12px 25px;
                font-size: 0.95rem;
            }

            .sin_faq_brand_image {
                max-width: 120px;
            }

            .mtsetsing {
                margin-top: 100px;
            }
        }
        
        