:root {

    --rh-global-black: black;
   --rh-global-red: red;
   --rh-global-navy: navy;
   --rh-global-white: white;
   --rh-global-table-grey: #f6f6f6;
   --rh-btn-font-size: 1rem;
   --rh-btn-min-width: 200px;
   --rh-btn-margin-bottom: 1rem;
   --rh-btn-add-to-calendar-font-size: 1.3rem;
   --rh-btn-add-to-calendar-width: 200px;
   --rh-btn-register-now-font-size: 16px;
   --rh-btn-register-now-width: 200px;
   --rh-btn-hover-opacity: 0.8;
   --rh-section-video-text-color: var(--rh-global-white);
   --rh-global-body-font-color: #333;
   
   /* start of mainly update this theme color set */
   --rh-themecolor-primary: #a71f5f;
   --rh-themecolor-primary-rgba: rgba(167, 31, 95, 1);
   --rh-themecolor-primary-rgba-opacity-01: rgba(167, 31, 95, 1);
   --rh-themecolor-primary-rgba-opacity-08: rgba(167, 31, 95, 0.8);
   --rh-themecolor-secondary: #cc3676;
   --rh-themecolor-secondary-hover: #cd3778;
    --rh-themecolor-secondary-rgba: rgba(205, 55, 120, 1);
   --rh-themecolor-gradient: linear-gradient(225deg, rgba(167, 31, 95, 1) 0%, rgba(234, 75, 142, 1) 100%);
   --rh-themecolor-gradient-radial: radial-gradient(circle, rgba(234, 75, 142, 1) 0%, rgba(167, 31, 95, 1) 100%);
   --rh-themecolor-third: #ea4b8e;
   --rh-themecolor-fourth: #fa99c2;
   --rh-themecolor-fifth: #ffb6db;
   --rh-themecolor-highlight: #fa99c2;
   --rh-themecolor-highlight-active: #ea4b8e;
   --rh-themecolor-btn-bg: #ea4b8e;
   --rh-themecolor-btn-bg-active: #fa99c2;
   --rh-themecolor-btn-bg-hover: #BD2D6E;
   /* end of mainly update this theme color set */
   
   
   --rh-table-font-size: 0.9125em;
   --rh-table-bgcolor-odd: var(--rh-global-white);
   --rh-table-bgcolor-even: var(--rh-global-white);
   --rh-table-padding: 20px 10px;
   --rh-table-line-height: 1.5em;
   --rh-icon-base-font-size: 1.5em;
   --rh-global-eng-font-family: "Red Hat Text";
   --rh-global-eng-special-font-family: "Red Hat text", sans-serif;
   --rh-global-eng-kv-font-family: 'Bebas Neue', sans-serif;
   --rh-global-chi-font-family: "Noto Sans HK";
   --rh-global-chi-special-font-family: var(--rh-global-chi-font-family);
   --rh-global-chi-kv-font-family: var(--rh-global-chi-font-family);
    --rh-global-sc-font-family: "Noto Sans SC";
   --rh-global-sc-special-font-family: var(--rh-global-sc-font-family);
   --rh-global-sc-kv-font-family: var(--rh-global-sc-font-family);
   --rh-global-font-size: 16px;
   --rh-global-body-line-height: 2;
   --rh-global-eng-font-size: var(--rh-global-font-size);
   --rh-global-chi-font-size: var(--rh-global-font-size);
   --rh-global-table-th-chi-font-size: 1em;
   --rh-spacer: 1rem;
   --rh-global-border-radius: 20px;
   --rh-global-border-radius-lv2: 15px;
   --rh-themecolor-basic-line-color: #cccccc;
   --rh-themecolor-icon-base-color:#009edf;

   --rh-atc-border-color: var(--rh-themecolor-primary);
   --rh-atc-text-color: var(--rh-global-white);
   --rh-atc-text-color-hover: var(--rh-global-white);
   --rh-atc-bg-color-hover: var(--rh-themecolor-primary);
   --rh-atc-bg-color: var(--rh-themecolor-primary);

   /* Video Play Icon */
   --rh-video-play-icon-w: 100px;
   --rh-video-play-icon-h: var(--rh-video-play-icon-w);
   --rh-video-play-icon-border-radius: 100em;
   --rh-video-play-icon-bg-color: var(--rh-themecolor-third);
   --rh-video-play-icon-shadow: 10px 10px 9px 1px rgba(0, 0, 0, 0.3);

   /* contender-page */
   --rh-contender-btn-color01: #fecf13;
   --rh-contender-btn-color02: #2d5775;
   --rh-contender-primary-color: var(--rh-themecolor-secondary);
   --rh-contender-secondary-color: var(--rh-themecolor-third);
   --rh-contender-highlight-color: var(--rh-themecolor-highlight);

   /* accordion keys date */
   --rh-accordion-keys-date-item-bg-gradient: linear-gradient(30deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.6) 100%);
   --rh-accordion-keys-date-item-bg-gradient-0deg: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
   --rh-accordion-keys-date-item-bg-gradient-123deg: linear-gradient(123deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);

   /* IJC */
   --rh-global-table-ijc-grey: #ddd;
   --rh-global-btn-shadow:0px 3px 6px rgba(0, 0, 0, 0.5);
}


/* end of Root */
        
        
        
        body {

            color: #303030;
            line-height: 1.3;
           overflow-x: hidden;
        }
        body {
            background: linear-gradient(134deg, rgb(255, 234, 243), rgb(255, 117, 175), rgb(255, 75, 142));
            background-size: cover;
            background-image: 
            /* url(../img/sasa-bg.png);*/
        }
        

        html, body {
            max-width: 100%;
        }

        .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%);
            }
          }
          



/* sasa style*/
.big-4-row{
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.big-4{
    font-size: 60px;
    margin-right: 5px;
    line-height: 1;
    color: #A71F5F;
    font-weight: 700;
    font-family: "Red Hat Text";
    background: -webkit-linear-gradient(#ff96b0, #83003d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sasa-hero-section .container{
    padding: 0px;
}
.hero-desktop{
    display: flex;
}


.sasa-section{
    background-image: 
        url(../img/bg-white.png), 
        linear-gradient(134deg, #F65D83 16.82%, #B12B4C 64.97%);
    padding: 20px 15px;
    position: relative;
    background-repeat: repeat-y;
    margin-bottom: 5px;
}
.sasa-section .title-row{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.sasa-section .title-row .number{
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0.07em 0.07em 0.07em #8c3535;
    background: linear-gradient(140deg, #F65D82 15.92%, #B22B4C 85.1%);
    flex: 0 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    /* ball */
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.sasa-section .title-row .title{
    color: #FFF;
    font-family: "Red Hat Text";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */   
    flex: 1; 
}
.ch .sasa-section .title-row .title,
.sc .sasa-section .title-row .title{
    font-size: 27px;
    line-height: 1.1;
}
.sasa-section .img{
    width: 100%;
}
.sasa-section .img img{
    border-radius: 0.25rem !important
}
.sasa-section .content{
    margin-left: 35px;
    padding: 15px 0px 0px 15px;
}
.sasa-section ul{
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 15px;
}
.caption{
    font-size: 12px;
}
.sasa-section .content p{
    color: #ffffff;
    margin-bottom: 15px;
}
.sasa-section .content-ball{
  padding-top: 0px;  
}
.sasa-section .content .get-a{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0px;
    text-shadow: 0.1em 0.1em 0.1em #8c3535;
}
.sasa-section .content .a-horse{
    font-size: 41px;
    line-height: 1.3;
    font-weight: 700;
    margin-top: -5px;
    text-shadow: 0.1em 0.1em 0.1em #8c3535;
}
.text-red-shadow {
    text-shadow: 0.1em 0.1em 0.1em #8c3535;
}
.sasa-section .ball-row{
    padding-right: 100px;
}
.en .sasa-section .ball-row{
    padding-right: 75px;
}
.sasa-section .ball{
    position: absolute;
    height: 170px;
    width: 170px;
    top: -28px;
    right: -45px;
}
.sasa-section .bg-white{
    position: absolute;
    height: 100%;
    width: 50px;
}
.sasa-section .btn {
    background: #EA4B8E;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
    font-size: 18px;
    line-height: 1;
}
.sasa-section .btn:hover {
    background: #ff67a6;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;    
}
.sasa-section .btn:visited {
    color: #ffffff;
    text-decoration: none;
}

/* sasa-section-style-2 */
.sasa-section-style-2{
    background-image: 
        url(../img/bg-white.png), 
        linear-gradient(134deg, #FFF3F8 16.82%, #fcbed8 64.97%);
}

.sasa-section-style-2 .title-row .number{
    background-color: #EA4B8E;
}
.sasa-section-style-2 .title-row .title{
    color: #000000;
}
.sasa-section-style-2 .content p{
    color: #000000;
}

.sasa-tnc{
        padding: 15px 15px 45px 15px;
        color: #000000;
    }
.sasa-tnc p{
       font-size: 12px;
}    

        .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;
        }

        .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: #A71F5F;
            top: 88px;
            justify-content: center;
    
    
          }
          
          .tab {
            padding: 16px 10px 12px 10px;
            border: none;
            border-radius: 0px;
            background: #A71F5F;
            color: #fff;
            cursor: pointer;
            transition: background 0.3s ease;
            width: 50%;
            border-bottom: 4px solid #A71F5F;
            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: 15px;
          }

          .tab-content img {width: 100%;}
          
          .tab-content.active {
            display: block;
          }


          .tab-content h1 {
            font-size: 28px;
            line-height: 1.2em;
            text-align: center;
            color: #A71F5F;
        }
        .sc .tab-content h1,
        .ch .tab-content h1 {
            font-size: 30px;
        }          

          .hkjc-hero-section h1 {
            color: #A71F5F;
            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 {
    /* color: #303030;
    font-size: 16px;
    line-height: 1.5em; */
}

        a:hover {
            text-decoration: none;
            opacity: 0.8;
        }

        a:visited {
            text-decoration: none;
        }
        
        .container {
            width: 100%;
            max-width: 1170px;
            margin: 0 auto;
            padding: 0 0px;
        }

        .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 15px;
    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;
            max-width: 440px;
            margin: auto;
        }
        
        .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: #A71F5F;
            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: #A71F5F;
            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: var(--rh-themecolor-gradient) !important;
            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;
            margin-top: 15px;
        }

        .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: #ffffff;
        }

        .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: #ffffff;
            line-height: 22px;
        }

        .hkjc-footer-group-bottom {
            display: flex;
            flex: 0 0 100%;
            color: #ffffff;
            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: #ffffff;
            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 0px;}

        header {    padding: 16px 15px;}

            .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) {
            .sasa-container {
                overflow: hidden;
            }
            .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;
            }            
        }
@media (max-width: 320px) {        
        .sasa-section .ball{
            height: 150px;
            width: 150px;
            top: -28px;
            right: -45px;
        }
        .sasa-section .content .a-horse {
            font-size: 34px;
        }        
    }
        /* Footer Style */
footer .container{
display: flex;
flex-direction: column;
padding: 0px 15px;
}    
    .footer-sixth-row-left ul li {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 5px;
        border-right: none !important;
        border-left: none !important;
        margin-bottom: 20px;
    }
    
    .footer-sixth-row-left ul li:after {
        content: "|";
        margin-left: 5px;
    }
    
    .footer-sixth-row-left ul li:last-child:after {
        content: none;
    }
    
    .footer-sixth-row-left ul li:last-child {
        margin-right: 0px !important;
    }
    
    .footer-nav-raw>aside>.container {
        background: transparent !important;
    }
    
    
    .footer-nav-raw {
        background-color: transparent !important;
    }
    
    .racing-social-media ul {
        list-style: none;
        padding-left: 0;
    }
    
    ul#menu-footer {
        padding: 0;
    }
    
    ul#menu-footer li {
        width: 50%;
    }
    
    .footer-nav-raw>aside>.container {
        padding: 0;
    }
    .racing-social-media svg {
        border-radius: var(--rh-global-border-radius) !important;
    }
    
    .racing-social-media h3 {
        color: #fff !important;
        margin-bottom: 20px;
        text-align: right;
        line-height: 1.5em;
    }
    
    .racing-social-media ul {
        text-align: right;
    }
    
    
    .racing-social-media ul li {
        display: inline-block;
        margin-right: 20px;
    }
    
    
    .racing-social-media ul li:last-child {
        margin-right: 0px;
    }
    
    .footer-container {
        background: var(--rh-themecolor-gradient) !important;
        background-color: transparent;
        display: inline-block;
        width: 100%;
    }
    
    .footer-first-row {
        padding-bottom: 0px;
    }
    
    .footer-second-row {
        display: none;
    }
    
    .footer-third-row {
        display: none;
    }
    
    .footer-fourth-row {
        display: none;
    }
    
    
    ul#menu-footer li>h4>a:hover {
        color: var(--rh-themecolor-highlight);
    }
    
    ul#menu-footer li>h4>a {
        text-decoration: none;
    }
    
    .racing-social-media ul>li>a:hover>svg>.st0 {
        fill: var(--rh-themecolor-highlight);
    }
    
    .racing-social-media ul>li>a:hover>svg>g>.st0 {
        fill: var(--rh-themecolor-highlight);
    }
    
    
    .footer-nav ul {
        display: block;
    }
    
    
    footer#colophon {
        background: var(--rh-themecolor-gradient) !important;
    }
    
    
    .footer-nav-raw {
        background-color: transparent !important;
        height: auto;
    }
    
    
    @media only screen and (max-width: 900px) {
    
    
        .footer-nav-raw {
            width: 100%;
        }
    
        .footer-nav-group {
            width: 100%;
        }
    
        .racing-social-media {
            display: inline-block;
            float: left;
            width: 100%;
            text-align: left;
            margin-bottom: 30px;
        }
    
    
        .racing-social-media h3 {
            text-align: left;
        }
    
        .racing-social-media ul {
            text-align: left;
        }
    
        ul#menu-footer li:last-child {
            margin-bottom: 0;
        }
    
    
    }
    
    .heartbeat {
        -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
                animation: heartbeat 1.5s ease-in-out infinite both;
    }

    /* ----------------------------------------------
 * Generated by Animista on 2025-11-3 13:40:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  

  .pulsate-fwd {
	-webkit-animation: pulsate-fwd 1.5s ease-in-out infinite both;
	        animation: pulsate-fwd 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-11-3 13:42:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  

  .pulsate-fwd-2 {
	-webkit-animation: pulsate-fwd-2 1.5s ease-in-out infinite both;
	        animation: pulsate-fwd-2 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-11-3 13:42:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes pulsate-fwd-2 {
    0% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
  }
  @keyframes pulsate-fwd-2 {
    0% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
  }
  