        /* ===== CUSTOM STYLES FOR RA PAGE ===== */
        .breadcrumb-custom {
            background: linear-gradient(90deg, #0a2b3e 0%, #1a4b6e 100%);
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        .breadcrumb-custom::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('assets/images/pattern-dots.png') repeat;
            opacity: 0.08;
        }
        .breadcrumb-custom h1 {
            font-size: 48px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        .breadcrumb-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .breadcrumb-menu li {
            color: rgba(255,255,255,0.85);
        }
        .breadcrumb-menu li a {
            color: #fff;
            text-decoration: none;
            transition: opacity 0.3s;
        }
        .breadcrumb-menu li a:hover { opacity: 0.8; }
        .breadcrumb-menu li:not(:last-child)::after {
            content: '/';
            margin-left: 10px;
            color: rgba(255,255,255,0.6);
        }
        .page-single .page-img {
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 30px;
        }
        .page-single .page-img img {
            width: 100%;
            transition: transform 0.4s ease;
        }
        .page-single .page-img img:hover {
            transform: scale(1.02);
        }
        .subtitle {
            display: inline-block;
            background: rgba(0, 150, 136, 0.12);
            color: #0a58ca;
            padding: 5px 18px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }
        .page-title {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 25px;
            color: #1e2a3a;
        }
        .widget_info {
            background: #f8f9fc;
            border-radius: 16px;
            padding: 25px;
            border: 1px solid #eef2f6;
        }
        .widget_title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 12px;
            border-bottom: 2px solid #009688;
            display: inline-block;
        }
        .widget_info .table th {
            width: 40%;
            font-weight: 600;
            color: #1e2a3a;
            border: none;
            padding: 8px 5px;
        }
        .widget_info .table td {
            color: #5a6e7a;
            border: none;
            padding: 8px 5px;
        }
        .widget_offer {
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            padding: 35px 25px;
            text-align: center;
            margin-top: 30px;
        }
        .offer-banner .banner-title {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        .th-btn {
            display: inline-block;
            background: #0a58ca;
            color: #fff;
            padding: 12px 30px;
            border-radius: 40px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            border: none;
        }
        .th-btn:hover {
            background: #0a58ca;
            color: #fff;
            transform: translateY(-3px);
        }
        .checklist {
            margin-top: 20px;
        }
        .checklist ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
        .checklist li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 12px;
            font-size: 16px;
            color: #2c3e50;
            line-height: 1.45;
        }
        .checklist li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: #009688;
        }
        .tagcloud a {
            display: inline-block;
            background: #eef2f6;
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 14px;
            color: #2c3e50;
            margin-right: 8px;
            margin-bottom: 8px;
            text-decoration: none;
            transition: all 0.3s;
        }
        .tagcloud a:hover {
            background: #009688;
            color: #fff;
        }
        .social-links {
            display: inline-flex;
            list-style: none;
            gap: 12px;
            margin: 0;
            padding: 0;
        }
        .social-links li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: #eef2f6;
            border-radius: 50%;
            color: #2c3e50;
            transition: all 0.3s;
            text-decoration: none;
        }
        .social-links li a:hover {
            background: #009688;
            color: #fff;
        }
        .highlight-box {
            background: #f0f7f5;
            border-radius: 24px;
            transition: all 0.3s;
        }
        @media (max-width: 1199px) {
            .page-title { font-size: 32px; }
        }
        @media (max-width: 991px) {
            .breadcrumb-custom h1 { font-size: 38px; }
            .page-title { font-size: 28px; }
            .sidebar-area { margin-top: 50px; }
        }
        @media (max-width: 768px) {
            .breadcrumb-custom { padding: 45px 0; }
            .breadcrumb-custom h1 { font-size: 32px; }
            .page-title { font-size: 26px; }
            .widget_title { font-size: 20px; }
        }
        @media (max-width: 480px) {
            .breadcrumb-custom { padding: 35px 0; }
            .breadcrumb-custom h1 { font-size: 26px; }
            .page-title { font-size: 24px; }
            .checklist li { font-size: 15px; }
        }
