        
        
        body {

            color: #303030;
            line-height: 1.2em;
           
        }

        .hkir-section-2 {
            margin-top: 48px !important;
        }

        .tabs-container {
            width: 100%;
          }

          .tab span {
            opacity: 0.7;
            font-size: 14px;
            margin-bottom: 4px;
            display: inline-block;
        }

          .tabs-container a {
            color: #004e84;
            text-decoration: underline;
        }

        .tabs-container a:hover {
            color: #004e84;
            text-decoration: underline;
            opacity: 0.8;
        }

        .tabs-container a:visited {
            color: #004e84;
            text-decoration: underline;
        }


          
          .tabs {
            display: flex;
            flex-wrap: wrap;
            position: sticky;
            width: 100%;
            background: #003150;
            top: 88px;
            justify-content: center;
    
    
          }
          
          .tab {
            padding: 16px 10px 12px 10px;
            border: none;
            border-radius: 0px;
            background: #003150;
            color: #fff;
            cursor: pointer;
            transition: background 0.3s ease;
            width: 50%;
            border-bottom: 4px solid #003150;
            font-size: 16px;
            font-weight: 500;
          }

          .tabs .container {
            justify-content: center;
            display: flex;
        }
          
          .tab:hover {
            background: #002943;
          }
          
          .tab.active {
            border-color: #d61921;
            background: #001d2f;
          }
          
          .tab-content {
            display: none;
            transition: all 0.3s ease;
            background-color: #fff;
            padding-top: 48px;
          }

          .tab-content img {width: 100%;}
          
          .tab-content.active {
            display: block;
          }


          .tab-content h1 {
            font-size: 48px;
            line-height: 1.2em;
            text-align: center;
            color: #003150;
            margin-bottom: 20px;
        }
          

          .hkjc-hero-section h1 {
            color: #003150;
            font-size: 48px;
            line-height: 1.2em;
            margin-bottom: 20px;
            text-align: center;
        }

        .hkjc-hero-section p {
            text-align: center;
            font-size: 16px;
            line-height: 1.5em;
            color: #303030;
            margin-bottom: 20px;
        }

        .logo-group {
            display: flex;
            width: 100%;
            text-align: center;
            margin-bottom: 40px;
            margin-top: 20px;
            justify-content: center;
            align-items: center;
            display: none !important;
        }

        .logo-group img:first-child {
    border-right: 1px solid #ccc;
    padding-right: 40px;
}

.logo-group img {
    max-height: 180px;
    width: auto;
    margin-right: 40px;
}

.logo-group img:last-child {
    margin-right: 0px;
}


.tour-package-list {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tour-package-list ul {
    list-style-position: outside;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
}

.tour-package-list ul li {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5em;
}

.tour-package-list ul li:last-child {
    margin-bottom: 20px;
}

.hkir-message-box {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    text-align: center;
}

.hkir-message-box a
 {
    color: #004e84;
}

.hkir-message-box a:hover
 {
    opacity: 0.8;
    color: #004e84;
    text-decoration: underline;
}

.hkir-message-box a:visited
 {
    color: #004e84;
    text-decoration: underline;
}

.hkir-message-box-detail {
    background-color: rgba(0, 49, 80, 0.1);
    padding: 20px;
}

.hkir-message-box-detail h6 {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.hkir-message-box-detail p {
    margin-bottom: 20px;
}

.hkir-message-box .container p {
    
}

.tab-content p {
    text-align: center;
    color: #303030;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

        a:hover {
            text-decoration: none;
            opacity: 0.8;
        }

        a:visited {
            text-decoration: none;
        }
        
        .container {
            width: 100%;
            max-width: 1170px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .logo a {
            height: 48px;
        }

        a.logo-desktop {display: block;}
        a.logo-mobile {display: none;}

        .logo img {
            width: 132px;
            height: 47.56px;
        }

        .language-select {

            text-align: center;
        cursor: pointer;
           display: none;
           border-radius: 4px;
           padding: 24px;
           }
           
           .language-select li {
           list-style: none;
               background: #ffffff;
               white-space: nowrap;
           }
           

           .language-select li a {
            font-weight: 800;
            color: rgba(2, 33, 105, 1);
            font-size: 12px;
            text-decoration: none;
            }

            .language-select li a:hover {
                text-decoration: none;
            }

            .language-select li a:visited {
                text-decoration: none;
            }

           .language-select li:hover {
               cursor: pointer;

           }

           .lang{
           text-align: center;
               cursor: pointer;
               display:inline-block;
               position: relative;
           
           }
           
           .lang svg {
            width: 24px;
            height: 24px;
        }
           
           
           .toggle{
           display: block;
           position: absolute;
           right: 0px;
           background: #fff;
           border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 213, 224, 1);
           }

        
        /* Header Styles */
        header {
            background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 10000;
    width: 100%;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo-icon {
            font-size: 28px;
            color: #4361ee;
            margin-right: 10px;
        }
        
        .logo-text {
            font-size: 22px;
            font-weight: 700;
            color: #333;
        }
        
        .header-link {
            display: inline-block;
            padding: 10px 20px;
            background-color: #4361ee;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .header-link:hover {
            background-color: #3a56d4;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        
        /* Main Content Styles */
        main {
            padding: 0px 0px 40px 0px;
        }
        
        .hero {
            text-align: center;
            padding: 60px 20px;
            margin-bottom: 40px;
        }

        .hkjc-hero-section {
            width: 100%;
    margin-bottom: 40px;
    text-align: center;
        }

        .hkjc-hero-section img {
            max-width: 1130px;
            width: 100%;
            margin: 0 auto;
        }

        
        .hero h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #333;
        }
        
        .hero p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 30px;
            color: #555;
        }
        
        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .feature-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: #4361ee;
            margin-bottom: 20px;
        }
        
        .feature-card h3 {
            margin-bottom: 15px;
            color: #333;
        }

        .package-detail-title h3 {
            font-size: 24px;
            line-height: 1.2em;
        }

        .package-detail-card {
            background: #fff;
            box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 1px 3px 4px 1px rgba(0,0,0,0.3);
            padding: 24px;
            display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
        }

        .package-detail-card:last-child {
            margin-bottom: 0;
        }

        .package-detail-card:hover {
          
        }

        .package-detail-card h3 {
            flex: 0 0 100%;
            margin-bottom: 20px;
            color: #003150;
            font-size: 24px;
            border-bottom: 2px solid #d61921;
            padding-bottom: 20px;
        }



        .package-detail-card-inner-group {
            display: flex;
            flex: 0 0 100%;
        }

        .package-detail-card-inner-group h4 {
            font-size: 16px;
            flex: 0 0 30%;
        }

        .package-detail-card-inner-group p {
            justify-content: start;
            text-align: left;
            font-size: 16px;
            color: #303030;
            line-height: 1.5em;
        }

        .package-detail-title {
            background: #003150;
            padding: 16px 20px;
            color: #fff;
            margin-bottom: 40px;
            margin-top: 40px;
            text-align: center;
        }

        .package-detail-title h2 {
            font-size: 28px;
            line-height: 1.2em;
        }


        .package-detail-date p {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .package-detail-card-inner-group p a {
            color: #004e84;
            text-decoration: underline;
        }

        .package-detail-card-inner-group p a:hover {
            text-decoration: underline;
        }

        .package-detail-card-inner-group p a:visited {
            text-decoration: underline;
        }
        
        
        
        /* Footer Styles */
        footer {
            background-color: #fff;
            color: white;
            padding: 40px 0 40px;
            border-top: 1px solid #e5e7eb;
        }

        .hkjc-footer-group {
            display: flex;
            flex: 0 0 100%;
            flex-wrap: wrap;
            align-items: center;
        }

        .hkjc-footer-group-left {
            display: inline-block;
            width: 300px;
            align-items: center;
        }

        .hkjc-footer-group-left a {
            display: flex;
            flex: 0 0 100%;
            align-items: center;
            color: #fff;
            font-size: 32px;
        }

        .hkjc-footer-group-left a svg {
            width: 32px;
            height: 32px;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

        .hkjc-footer-group-left a h6 {
            display: inline-block;
            float: left;
            color: #143f62;
        }

        .hkjc-footer-group-right ul {
            list-style-position: outside;
    padding-left: 20px;
    box-sizing: border-box;
        }

        .hkjc-footer-group-right ul li {
            font-size: 14px;
            color: #303030;
            line-height: 22px;
        }

        .hkjc-footer-group-bottom {
            display: flex;
            flex: 0 0 100%;
            color: #303030;
            font-size: 12px;
            margin-top: 16px;
            margin-bottom: 16px;
        }

        .hkjc-footer-group-bottom-2 {
            display: flex;
            flex: 0 0 100%;
            align-items: center;
        }

        .hkjc-footer-group-bottom-2 ul {
            list-style-type: none;
        }

        .hkjc-footer-group-bottom-2 ul li {
            border-right: 1px solid #e5e7eb;
            display: flex;
            float: left;
            align-items: center;
            padding-right: 10px;
            margin-right: 10px;
        }

        .hkjc-footer-group-bottom-2 ul li:last-child {
            border-right: none;
        }

        .hkjc-footer-group-bottom-2 ul li a {
            font-size: 12px;
            color: #303030;
            text-decoration: none;
        }

        .hkjc-footer-group-bottom-2 ul li a:hover {
            opacity: 0.8;
        }

        .hkjc-footer-group-right {
            padding-left: 32px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .footer-section h3 {
            font-size: 1.2rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-section h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background-color: #4361ee;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: #cbd5e0;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: #4361ee;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #4a5568;
            border-radius: 50%;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: #4361ee;
            transform: translateY(-3px);
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #4a5568;
            font-size: 0.9rem;
            color: #cbd5e0;
        }

        .package-detail-card-inner-group ul {
            list-style-position: outside;
            padding-left: 20px;
            box-sizing: border-box;
            margin-bottom: 20px;
        }

        .package-detail-card-inner-group ul li {
            margin-bottom: 10px;
        }
        
        .hkjc-footer-group-left a img {
            margin-right: 10px;
            width: 34px;
            height: 34px;
        }

        /* Responsive Design */
        @media (max-width: 1080px) {
            .hkjc-footer-group-right {
                padding-left: 0;
                margin-top: 20px;
                width: 100%;
                display: inline-block;
            }
        }


        @media (max-width: 768px) {

            .hkjc-footer-group-left a img {
                margin-right: 10px;
                width: 26px;
                height: 26px;
            }

            .hkjc-footer-group-left a {font-size: 26px;}

            .package-detail-title h2 {font-size: 24px;}

            .package-detail-title h3 {
                font-size: 20px;
            }

            .package-detail-card h3 {font-size: 20px;}

            .package-detail-card-inner-group h4 {
                font-size: 14px;
                flex: 0 0 30%;
            }

            .hkjc-footer-group-left a {
                font-size: 26px;
            }

            .hkjc-footer-group-left a
    
            .package-detail-card-inner-group p {
                justify-content: start;
                text-align: left;
                font-size: 14px;
                color: #303030;
                line-height: 1.5em;
            }

            .package-detail-card-inner-group ul {
                list-style-position: outside;
                padding-left: 20px;
                box-sizing: border-box;
            }

            .package-detail-card-inner-group ul li {
                font-size: 14px;
            }

            .tab-content h1 {
                font-size: 36px;
            }

            .tab-content p {
                font-size: 14px;
            }

            .hkjc-hero-section {
              
            }

            .logo-group img {
               height: 140px;
            }


            .tabs {top: 72px;}

            .tabs .container {padding-left: 0px; padding-right: 0px;}

            a.logo-desktop {display: none;}
        a.logo-mobile {display: block;}
        .logo a {
            height: 40px;
        }
        .logo img {
            width: 33px;
            height: 40px;
        }

        .container {padding: 0 20px;}

        header {    padding: 16px 0;}

            .hero h1 {
                font-size: 2rem;
            }
            
            .hero p {
                font-size: 1rem;
            }
            
            .header-content {

            }
            
            .logo {
            }
        }
        
        @media (max-width: 480px) {

            .logo-group img {
                height: 120px;
            }

            .package-detail-card {padding: 20px;}

            .hero {
                padding: 40px 15px;
            }
            
            .feature-card {
                padding: 20px;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
            }

            .tab {font-size: 14px;}

            .package-detail-card-inner-group {
                flex-wrap: wrap;
            }

            .package-detail-card-inner-group h4 {
                flex: 0 0 100%;
                margin-bottom: 12px;
            }
            
        }

        @media (max-width: 375px) {

            .logo-group img {
                height: 120px;
                margin-right: 20px;
            }

            .logo-group img:first-child {
                padding-right: 20px;
            }

            

        }