        body {
            font-family: 'Kanit', sans-serif;
        }

        nav.navbar {
            position: sticky;
            top: 0;
            z-index: 1020;
            background: linear-gradient(180deg, #ffffff 0%, #fff 60%, #f8f8f8 100%);
            border-bottom: 2px solid #e90000;
        }

        .navbar-brand {
            color: #e90000;
            letter-spacing: 0.04em;
        }

        .navbar-brand span {
            color: #d40000;
        }

        .navbar-nav .nav-link {
            padding: 0.45rem 1.25rem;
            color: #b30000;
            font-weight: 600;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link:focus {
            color: #ff0800;
            background: rgba(255, 0, 0, 0.07);
            border-radius: 16px;
        }

        .navbar-nav .dropdown-toggle::after {
            margin-left: 0.35rem;
            color: #b30000;
        }

        .dropdown-menu {
            min-width: 220px;
            border-radius: 16px;
            border: 1px solid rgba(233, 0, 0, 0.4);
            box-shadow: 0 15px 40px rgba(233, 0, 0, 0.15);
            background: #fffafa;
            padding: 0.5rem;
        }

        .dropdown-menu .dropdown-item {
            padding: 0.55rem 0.95rem;
            border-radius: 12px;
            color: #8b0000;
        }

        .dropdown-menu .dropdown-item:hover,
        .dropdown-menu .dropdown-item:focus {
            background-color: #ffe5e5;
            color: #d40000;
        }

        @media (max-width: 991px) {
            .navbar-nav {
                width: 100%;
                align-items: flex-start;
            }

            .navbar-nav .nav-link {
                width: 100%;
                padding-left: 0;
                text-align: left;
                display: block;
                min-height: 48px;
            }

            .dropdown-menu {
                position: static;
                float: none;
                min-width: 100%;
            }
            .dropdown-toggle {
                text-align: left;
                width: 100%;
                padding-left: 0.5rem;
            }
            .navbar-collapse {
                width: 100%;
                z-index: 1050;
                background: #ffffff;
            }
        }

        h1,
        h2
        {
        color: #ff0000;
        }


        a {
            text-decoration: none;
            color: #000000;
        }

        .hero {
            padding: 100px 0;
        }

        .price {
            font-size: 40px;
            font-weight: 700;
            color: #ff0000;
        }

        .pricing-card {
            border: none;
            border-radius: 12px;
            transition: .3s;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .telegram-float {
            position: fixed;
            bottom: 170px;
            right: 15px;
            background: #0554ff;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            z-index: 999;
        }

        .telegram-float i {
            color: white;
        }

        .btn {
            background-color: #ff0000;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 10px 20px;
            transition: .3s;
        }

        .btn:hover {
            background-color: #cc0000;
            color: white;
        }


 
        breadcrumb a{
        color:#c40000;
        text-decoration:none;
        }

        .breadcrumb a:hover{
        text-decoration:underline;
        }

        .breadcrumb a:acvtive{
        text-decoration:none;
        color:#ff0000;
        }
