        
        
        body {

            color: #303030;
            line-height: 1.2em;
           overflow-x: hidden;
        }

        html, body {
            max-width: 100%;
            overflow-x: hidden;
        }

        .content-tnc {
            background-color: rgba(160, 139, 118, 0.3);
            padding: 20px;
            border-radius: 4px;
        }

        .content-tnc p {
            margin-bottom: 0 !important;
            font-size: 14px !important;
        }

        .scroll-container {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            box-sizing: border-box;
            padding: 0px;
            position: relative;
          }
          
          .scroll-container .scrolling-text {
            display: inline-block;
            padding-left: 100%;
            animation: scroll-left 30s linear infinite;
            line-height: 1.3em;
            text-transform: uppercase;
            font-size: 80px;
            font-weight: bold;
            opacity: 0.4;
            color: #A08B76;
            margin-top: 28px;
          }
          
          @keyframes scroll-left {
            0% {
              transform: translateX(0%);
            }
          
            100% {
              transform: translateX(-100%);
            }
          }
          



        .hkihs-hero-slider.slick-slider.hkihs-hero-mobile {
            display: none;
        }

        .animated-container {
            display: inline-block;
            width: 100%;
            overflow-x: hidden;
        }

        .footer-message {
            background-color: #01253C;
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .footer-message h3 {
            font-size: 24px;
            line-height: 1.2em;
            color: #fff;
            margin-bottom: 16px;
            display: flex;
            flex: 0 0 100%;
            justify-content: center;
        }

        .footer-message-details img {
            display: inline-block;
            float: left;
            width: 24px;
        }

        .footer-message-details {
            display: flex;
            align-items: center;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 10px;
        }


        .footer-message .container {
            display: flex;
            flex: 0 0 100%;
            justify-content: center;
            flex-wrap: wrap;
        }

        .footer-message-details span {
    color: #fff;
    padding-left: 4px;
    box-sizing: border-box;
    line-height: 1.3em;
}



        .footer-message-button {
            display: flex;
            flex: 0 0 100%;
            justify-content: center;
            margin-top: 10px;
        }

        .footer-message-button a {
            background-color: #A08B76;
            border-radius: 4px;
            padding: 12px 18px;
            display: inline-block;
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 1.5em;
            font-weight: 500;
        }
        
        .bg-text-container-frame {
            font-family: "Red Hat Text";
            overflow: hidden;
            width: 100%;
            height: 80px;
            display: flex;
            align-items: center;
            line-height: 1;
            color: #fff;
            display: inline-block;
            margin-top: 28px;
        }
    
        .bg-text-container {
            /* transform: translateX(-50%); */
            left: 50%;
            position: absolute;
            /* display: none !important; */
        }
    
        @keyframes text-scrolling {
            0% {
                transform: translate3d(0%, 0, 0);
            }
    
            100% {
                transform: translate3d(-150%, 0, 0);
            }
        }
    
        @keyframes shininganimate {
      0% {
        background-position: -500%;
      }
      100% {
        background-position: 500%;
      }
    }
    
        .animate-text {
            animation: text-scrolling 45s linear infinite;
            will-change: transform;
            display: block;
            position: relative;
            white-space: nowrap;
        }
    
        .animate-text.left {
            animation-direction: reverse;
        }
    
        .bg-text-container-frame span {
            font-size: 80px;
            color: transparent;
            -webkit-text-stroke: 1px #A08B76;
            text-transform: uppercase;
            display: inline-block;
            line-height: 1;
            min-width: auto;
            font-weight: 800;
            opacity: 0.4;
        }
    
        .bg-text-container-frame span.soild-text {
            font-size: 80px;
            color: #A08B76;
            -webkit-text-stroke: 0px #A08B76;
            text-transform: uppercase;
            display: inline-block;
            line-height: 1;
            min-width: auto;
            font-weight: 800;
            opacity: 0.3;
            
            /*overflow: hidden;*/
      
        }
    
        .bg-text-container-frame .container-text {
            padding-top: 30px;
            padding-bottom: 0px;
            max-width: 1330px;
            width: 100%;
            margin: 0 auto;
        }
    
        .sect-partial {
            position: relative;
            padding: 130px 0;
        }
        .animate-text__section-bg {
    
        }
    
    

    

        .hkihs-hero-section {
            background-color: #01253C;
        }

        .hkihs-hero-slider.slick-slider {
            display: block;
            width: 100%;
            overflow: hidden;
        }

        .hero-container {
            max-width: 1920px;
            margin: 0 auto;
        }

        .hkihs-hero-slider.slick-slider .slick-slide {
            display: inline-block;
        }

        .hkihs-hero-slider.slick-slider .slick-slide img {
            width: 100%;
        }

        .hkihs-intro {
            display: inline-block;
            width: 70%;
            float: left;
            padding-right: 48px;
            box-sizing: border-box;
        }

        .tab-content .hkihs-intro h1 {
            font-size: 40px;
            text-align: left;
            color: #01253C;
            border-bottom: 2px solid #A08B76;
            padding-bottom: 20px;
        }

        .tab-content .hkihs-intro p {
            text-align: left;
        }

        .hkihs-intro-right-outer {
            display: inline-block;
            float: left;
            width: 30%;
        }

        .hkihs-intro-right {
            background-color: rgba(160, 139, 118, 0.3);
            border-radius: 4px;
            padding: 20px;
        }

        .hkihs-intro-right h3 {
            font-size: 24px;
            line-height: 1.2em;
            color: #01253C;
            margin-bottom: 16px;
        }

        

        .hkihs-intro-right-item {
            display: flex;
            flex: 0 0 100%;
            align-items: center;
            margin-bottom: 10px;
        }

        .tab-content .hkihs-intro-right-item img {
            display: inline-block;
            float: left;
            width: 24px;
        }

        .tab-content .hkihs-intro-right-item span {
            padding-left: 4px;
            box-sizing: border-box;
            line-height: 1.3em;
        }

        .hkihs-intro-right-button {
            display: inline-block;
            width: 100%;
            margin-top: 10px;
        }

        .tab-content .hkihs-intro-right-button a {
            background-color: #A08B76;
            border-radius: 4px;
            padding: 12px 18px;
            display: inline-block;
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 1.5em;
            font-weight: 500;
        }

        .tab-content .hkihs-intro-right-button a:hover {
            color: #fff;
            text-decoration: none;
        }

        .tab-content .hkihs-intro-right-button a:visited {
            color: #fff;
            text-decoration: none;
        }

        .tab-content .hkihs-intro-right-button a:focus {
            color: #fff;
            text-decoration: none;
        }

        .hkihs-intro-divider {
            display: inline-block;
            width: 100%;
            text-align: center;
            margin-top: 28px;
        }

        .tab-content .hkihs-intro-divider img {
            width: 100%;
            max-width: 200px;
        }

        .hkihs-content-group {
            display: flex;
    margin-top: 48px;
    margin-bottom: 64px;
    flex-wrap: wrap;
    gap: 48px;
        }

        .hkihs-content-item {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .hkihs-content-item:nth-child(even) {
            flex-direction: row-reverse;
        }

        .hkihs-content-item-img {
            display: flex;
            flex: 0 0 40%;
        }

        .tab-content .hkihs-content-item-img img {
            border-radius: 4px;
        }

        .hkihs-content-item-details {
            flex: 0 0 60%;
            box-sizing: border-box;
            padding-left: 40px;
        }

        .hkihs-content-item:nth-child(even) .hkihs-content-item-details {
            padding-left: 0px;
            padding-right: 40px;
        }

        .tab-content .hkihs-content-item-details h2 {
            text-align: left;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 16px;
    color: #01253C;
        }

        .tab-content .hkihs-content-item-details p {
            text-align: left;
        }

        .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;
            font-weight: 400;
        }

          .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;
        }

        .hkihs-content-container {
            width: 100%;
            max-width: 1170px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            flex-wrap: wrap;
        }

        .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: 4px;
            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 0px 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: 4px;
            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;
        }

        @media (max-width: 1170px) {
        .hkihs-hero-section .container {
            padding: 0px !important;
        }
        }

        /* 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) {

            .content-tnc p {
                font-size: 12px !important
            }

            .scroll-container .scrolling-text {
                font-size: 60px;
                margin-top: 48px;
            }

            .bg-text-container-frame {height: 60px;}
    
            .bg-text-container-frame span {
                font-size: 60px;
                color: transparent;
                -webkit-text-stroke: 1px #A08B76;
                text-transform: uppercase;
                display: inline-block;
                line-height: 1;
                min-width: auto;
                font-weight: 800;
                opacity: 0.4;
            }
        
            .bg-text-container-frame span.soild-text {
                font-size: 60px;
                color: #A08B76;
                -webkit-text-stroke: 0px #A08B76;
                text-transform: uppercase;
                display: inline-block;
                line-height: 1;
                min-width: auto;
                font-weight: 800;
                opacity: 0.3;
            }
        
        .animate-text {
            animation: text-scrolling 35s linear infinite;
            will-change: transform;
            display: block;
            position: relative;
            white-space: nowrap;
        }
        
        .animate-text {
            width:1200px!important;
        
        }



            .hkihs-hero-slider.slick-slider.hkihs-hero-mobile {
                display: block;
            }

            .hkihs-hero-slider.slick-slider.hkihs-hero-desktop {
                display: none;
            }

            .tab-content .hkihs-intro h1 {
                font-size: 32px;
            }

            .tab-content .hkihs-content-item-details h2 {
                font-size: 28px;
            }

            .hkihs-intro-right h3 {
                font-size: 20px;
            }

            .footer-message h3 {
                font-size: 20px;
            }

            .hkihs-intro {
                width: 100%;
                padding-right: 0px;
                margin-bottom: 20px;
            }

            .hkihs-intro-right-outer {
                width: 100%;
            }

            .bg-text-container-frame {
                margin-top: 48px;
            }

            .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: 680px) {

            .hkihs-content-item:nth-child(even) .hkihs-content-item-details {
                padding-right: 0px;
            }

            .hkihs-content-item-img {
                flex: 0 0 100%;
                margin-bottom: 20px;
            }

            .hkihs-content-item-details {
                flex: 0 0 100%;
                padding-left: 0;
            }

            .hkihs-content-group {
                gap: 28px;
                margin-bottom: 28px;
            }

        }
        
        @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;
            }

            

        }