 .sport-overview-section {
     background: #f5f8ff;
     position: relative;
     overflow: hidden;
 }

 .sport-overview-section::before {
     content: "";
     position: absolute;
     top: -120px;
     right: -120px;
     width: 320px;
     height: 320px;
     background: rgba(255, 124, 0, 0.08);
     border-radius: 50%;
 }

 .sport-badge {
     background: rgba(255, 124, 0, 0.12);
     color: #ff8b1e;
     padding: 10px 20px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
 }

 .sport-title {
     font-size: 40px;
     font-weight: 800;
     color: #041E59;
     line-height: 1.2;
 }

 .sport-title span {
     color: #ff8b1e;
 }

 .sport-text {
     font-size: 18px;
     line-height: 1.9;
     color: #000000;
     margin-bottom: 18px;
 }

 .sport-feature-card {
     background: #fff;
     padding: 30px;
     border-radius: 20px;
     border: 1px solid #e8edf7;
     box-shadow: 0 10px 25px rgba(4, 30, 89, 0.05);
     transition: all 0.3s ease;
 }

 .sport-feature-card:hover {
     transform: translateY(-6px);
 }

 .sport-icon {
     width: 58px;
     height: 58px;
     background: #041E59;
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
     font-size: 20px;
     margin-bottom: 20px;
 }

 .sport-feature-card h4 {
     font-size: 22px;
     font-weight: 700;
     color: #ff8b1e;
     margin-bottom: 12px;
 }

 .sport-feature-card p {
     margin: 0;
     color: #000000;
     line-height: 1.8;
     font-size: 17px;
 }

 .sport-main-card {
     background: linear-gradient(135deg, #041E59 0%, #0a327f 100%);
     padding: 45px;
     border-radius: 28px;
     color: #fff;
     position: relative;
     overflow: hidden;
     box-shadow: 0 20px 45px rgba(4, 30, 89, 0.18);
 }

 .sport-main-card::before {
     content: "";
     position: absolute;
     right: -70px;
     bottom: -70px;
     width: 220px;
     height: 220px;
     background: rgba(255, 255, 255, 0.06);
     border-radius: 50%;
 }

 .sport-card-badge {
     display: inline-block;
     background: #ff8b1e;
     padding: 8px 18px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .sport-main-card h3 {
     font-size: 38px;
     font-weight: 800;
     line-height: 1.3;
     margin-bottom: 20px;
     position: relative;
     z-index: 2;
 }

 .sport-main-card p {
     color: rgba(255, 255, 255, 0.88);
     line-height: 1.9;
     font-size: 16px;
     position: relative;
     z-index: 2;
 }

 .sport-stat-box {
     background: rgba(255, 255, 255, 0.1);
     border: 1px solid rgba(255, 255, 255, 0.08);
     border-radius: 18px;
     padding: 18px 10px;
     backdrop-filter: blur(6px);
 }

 .sport-stat-box h4 {
     color: #ff8b1e;
     font-size: 28px;
     font-weight: 800;
     margin-bottom: 5px;
 }

 .sport-stat-box span {
     color: #fff;
     font-size: 13px;
     font-weight: 600;
 }

 @media(max-width: 991px) {
     .sport-title {
         font-size: 40px;
     }

     .sport-main-card {
         padding: 35px;
     }
 }

 @media(max-width: 767px) {

     .sport-overview-section {
         padding: 60px 0;
     }

     .sport-title {
         font-size: 32px;
     }

     .sport-main-card h3 {
         font-size: 28px;
     }

     .sport-text {
         font-size: 15px;
     }
 }

 .sport-theme-section {
     background: #041E59;
     position: relative;
     overflow: hidden;
 }

 .sport-theme-section::before {
     content: "";
     position: absolute;
     top: -150px;
     right: -150px;
     width: 350px;
     height: 350px;
     background: rgba(255, 124, 0, 0.08);
     border-radius: 50%;
 }

 .sport-theme-badge {
     background: rgba(255, 124, 0, 0.12);
     color: #ff8b1e;
     padding: 10px 22px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
     border: 1px solid rgba(255, 124, 0, 0.2);
 }

 .sport-main-title {
     color: #fff;
     font-size: 40px;
     font-weight: 800;
     line-height: 1.2;
 }

 .sport-main-title span {
     color: #ff8b1e;
 }

 .sport-theme-main-box {
     background: rgba(255, 255, 255, 0.838);
     border: 1px solid rgba(255, 255, 255, 0.08);
     border-radius: 24px;
     padding: 20px;
     backdrop-filter: blur(8px);
 }

 .sport-theme-main-box h4 {
     color: #ff8b1e;
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 4px;
 }

 .sport-theme-main-box p {
     color: rgb(0 0 0);
     font-size: 18px;
     line-height: 1.9;
     margin: 0;
     font-weight: 500;
 }

 .sport-theme-card {
     background: rgba(0, 0, 0, 0.405);
     border: 1px solid rgba(255, 255, 255, 0.08);
     border-radius: 24px;
     padding: 35px;
     transition: all 0.3s ease;
     backdrop-filter: blur(6px);
     position: relative;
     overflow: hidden;
 }

 .sport-theme-card::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 4px;
     background: #ff8b1e;
 }

 .sport-theme-card:hover {
     transform: translateY(-8px);
     background: rgba(255, 255, 255, 0.08);
 }

 .theme-icon {
     width: 70px;
     height: 70px;
     background: linear-gradient(135deg, #ff8b1e, #ff9f43);
     color: #fff;
     border-radius: 18px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 30px;
     margin-bottom: 25px;
     box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
 }

 .sport-theme-card h4 {
     color: #fff;
     font-size: 24px;
     line-height: 1.4;
     font-weight: 700;
     margin-bottom: 18px;
 }

 .sport-theme-card p {
     color: rgb(255, 255, 255);
     font-size: 16px;
     line-height: 1.9;
     margin: 0;
 }

 @media(max-width: 991px) {

     .sport-main-title {
         font-size: 40px;
     }

     .sport-theme-main-box p {
         font-size: 18px;
     }
 }

 @media(max-width: 767px) {

     .sport-theme-section {
         padding: 60px 0;
     }

     .sport-main-title {
         font-size: 32px;
     }

     .sport-theme-main-box {
         padding: 28px;
     }

     .sport-theme-main-box p {
         font-size: 16px;
         line-height: 1.8;
     }

     .sport-theme-card {
         padding: 28px;
     }

     .sport-theme-card h4 {
         font-size: 20px;
     }
 }

 .conference-highlight-light {
     background: #f5f8ff;
     position: relative;
     overflow: hidden;
 }

 .conference-highlight-light::before {
     content: "";
     position: absolute;
     top: -120px;
     right: -120px;
     width: 320px;
     height: 320px;
     background: rgba(255, 124, 0, 0.08);
     border-radius: 50%;
 }

 .highlight-light-badge {
     display: inline-block;
     background: rgba(255, 124, 0, 0.12);
     color: #ff7c00;
     padding: 10px 22px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
 }

 .highlight-light-title {
     color: #041E59;
     font-size: 40px;
     font-weight: 800;
     line-height: 1.2;
 }

 .highlight-light-title span {
     color: #ff7c00;
 }

 .highlight-light-subtitle {
     color: #666;
     font-size: 18px;
     line-height: 1.9;
     margin-top: 18px;
 }

 .highlight-light-card {
     background: #fff;
     border-radius: 28px;
     padding: 35px;
     border: 1px solid #e8edf7;
     box-shadow: 0 12px 35px rgba(4, 30, 89, 0.06);
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
 }

 .highlight-light-card::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 5px;
     background: linear-gradient(to right, #041E59, #ff7c00);
 }

 .highlight-light-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 20px 45px rgba(4, 30, 89, 0.12);
 }

 .highlight-top {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 28px;
 }

 .highlight-light-icon {
     width: 78px;
     height: 78px;
     background: linear-gradient(135deg, #041E59, #0d3285);
     border-radius: 22px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 32px;
     color: #fff;
     box-shadow: 0 12px 30px rgba(4, 30, 89, 0.15);
 }

 .highlight-count {
     font-size: 42px;
     font-weight: 800;
     color: rgba(255, 124, 0, 0.18);
     line-height: 1;
 }

 .highlight-light-card h4 {
     color: #041E59;
     font-size: 28px;
     font-weight: 700;
     line-height: 1.4;
     margin-bottom: 16px;
 }

 .highlight-light-card p {
     color: #666;
     font-size: 15px;
     line-height: 1.9;
     margin: 0;
 }

 @media(max-width: 991px) {

     .highlight-light-title {
         font-size: 42px;
     }

     .highlight-light-card h4 {
         font-size: 24px;
     }
 }

 @media(max-width: 767px) {

     .conference-highlight-light {
         padding: 60px 0;
     }

     .highlight-light-title {
         font-size: 32px;
     }

     .highlight-light-subtitle {
         font-size: 16px;
     }

     .highlight-light-card {
         padding: 28px;
     }

     .highlight-light-icon {
         width: 70px;
         height: 70px;
         font-size: 28px;
     }

     .highlight-light-card h4 {
         font-size: 22px;
     }

     .highlight-count {
         font-size: 34px;
     }
 }

 .sic-list-section {
     background: #f5f8ff;
     position: relative;
     overflow: hidden;
 }

 .sic-list-section::before {
     content: '';
     position: absolute;
     width: 300px;
     height: 300px;
     background: rgba(255, 124, 0, 0.06);
     border-radius: 50%;
     top: -140px;
     right: -120px;
 }

 .sic-list-badge {
     display: inline-block;
     background: rgba(255, 124, 0, 0.12);
     color: #ff7c00;
     padding: 10px 22px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
 }

 .sic-list-title {
     font-size: 40px;
     font-weight: 800;
     color: #ffffff;
     line-height: 1.2;
 }

 .sic-list-title span {
     color: #ff7c00;
 }

 .sic-list-subtitle {
     color: #666;
     font-size: 18px;
     line-height: 1.9;
     margin-top: 18px;
 }

 .sic-attend-list {
     display: flex;
     flex-direction: column;
     gap: 22px;
 }

 .sic-list-item {
     background: #fff;
     border-radius: 22px;
     padding: 10px 20px;
     display: flex;
     align-items: center;
     gap: 25px;
     border: 1px solid #e8edf7;
     box-shadow: 0 10px 25px rgba(4, 30, 89, 0.05);
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
 }

 .sic-list-item::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 5px;
     height: 100%;
     background: #ff7c00;
 }

 .sic-list-item:hover {
     transform: translateX(8px);
     box-shadow: 0 18px 35px rgba(4, 30, 89, 0.10);
 }

 .sic-list-icon {
     min-width: 50px;
     height: 50px;
     background: linear-gradient(135deg, #041E59, #0d3285);
     border-radius: 18px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 30px;
     box-shadow: 0 12px 25px rgba(4, 30, 89, 0.15);
 }

 .sic-list-content h4 {
     font-size: 20px;
     font-weight: 700;
     color: #041E59;
     line-height: 1.5;
     margin: 0;
 }

 @media(max-width:991px) {

     .sic-list-title {
         font-size: 42px;
     }

     .sic-list-content h4 {
         font-size: 22px;
     }
 }

 @media(max-width:767px) {

     .sic-list-section {
         padding: 60px 0;
     }

     .sic-list-title {
         font-size: 32px;
     }

     .sic-list-subtitle {
         font-size: 16px;
     }

     .sic-list-item {
         padding: 20px;
         gap: 18px;
     }

     .sic-list-icon {
         min-width: 60px;
         height: 60px;
         font-size: 24px;
     }

     .sic-list-content h4 {
         font-size: 18px;
     }
 }

 .sic-sponsor-section {
     background: #f5f8ff;
     position: relative;
     overflow: hidden;
 }

 .sic-sponsor-section::before {
     content: '';
     position: absolute;
     width: 350px;
     height: 350px;
     background: rgba(255, 124, 0, 0.06);
     border-radius: 50%;
     top: -150px;
     right: -120px;
 }

 .sic-sponsor-badge {
     display: inline-block;
     background: rgba(255, 124, 0, 0.12);
     color: #ff7c00;
     padding: 10px 22px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
 }

 .sic-sponsor-title {
     font-size: 40px;
     font-weight: 800;
     color: #041E59;
     line-height: 1.2;
 }

 .sic-sponsor-title span {
     color: #ff7c00;
 }

 .sic-sponsor-subtitle {
     color: #000000;
     font-size: 20px;
     line-height: 1.9;
     margin-top: 10px;
 }

 .sic-sponsor-card {
     background: #fff;
     border-radius: 28px;
     padding: 40px 35px;
     height: 100%;
     border: 1px solid #e8edf7;
     box-shadow: 0 12px 35px rgba(4, 30, 89, 0.06);
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
 }

 .sic-sponsor-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 50px rgba(4, 30, 89, 0.12);
 }

 .featured-card {
     border: 2px solid #ff7c00;
 }

 .sponsor-top {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 25px;
 }

 .sponsor-tag {
     background: #ff7c00;
     color: #fff;
     padding: 8px 18px;
     border-radius: 50px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 1px;
 }

 .secondary-tag {
     background: #041E59;
 }

 .light-tag {
     background: #eef3ff;
     color: #041E59;
 }

 .sponsor-icon {
     width: 70px;
     height: 70px;
     background: linear-gradient(135deg, #041E59, #0d3285);
     border-radius: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 30px;
     box-shadow: 0 12px 25px rgba(4, 30, 89, 0.15);
 }

 .sic-sponsor-card h3 {
     font-size: 30px;
     font-weight: 800;
     color: #041E59;
     margin-bottom: 18px;
 }

 .sponsor-price {
     font-size: 28px;
     font-weight: 700;
     color: #ff7c00;
     margin-bottom: 25px;
     line-height: 1;
 }

 .partner-limit {
     background: #f4f7ff;
     padding: 12px 18px;
     border-radius: 14px;
     color: #041E59;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 25px;
 }

 .sponsor-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .sponsor-list li {
     display: flex;
     align-items: flex-start;
     gap: 15px;
     margin-bottom: 5px;
     color: #000000;
     font-size: 16px;
     line-height: 1.8;
 }

 .sponsor-list li i {
     color: #ff7c00;
     font-size: 18px;
     margin-top: 3px;
 }

 @media(max-width:991px) {

     .sic-sponsor-title {
         font-size: 32px;
     }

     .sic-sponsor-card h3 {
         font-size: 28px;
     }

     .sponsor-price {
         font-size: 32px;
     }
 }

 @media(max-width:767px) {

     .sic-sponsor-section {
         padding: 60px 0;
     }

     .sic-sponsor-title {
         font-size: 32px;
     }

     .sic-sponsor-subtitle {
         font-size: 16px;
     }

     .sic-sponsor-card {
         padding: 30px 25px;
     }

     .sponsor-icon {
         width: 60px;
         height: 60px;
         font-size: 24px;
     }

     .sic-sponsor-card h3 {
         font-size: 24px;
     }

     .sponsor-price {
         font-size: 28px;
     }
 }

 .sic-organizer-section {
     background: #f5f8ff;
     position: relative;
     overflow: hidden;
 }

 .sic-organizer-section::before {
     content: '';
     position: absolute;
     width: 320px;
     height: 320px;
     background: rgba(255, 124, 0, 0.06);
     border-radius: 50%;
     top: -150px;
     right: -120px;
 }

 .sic-org-badge {
     display: inline-block;
     background: rgba(255, 124, 0, 0.12);
     color: #ff7c00;
     padding: 10px 22px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
 }

 .sic-org-title {
     font-size: 40px;
     font-weight: 800;
     color: #ffffff;
     line-height: 1.2;
 }

 .sic-org-title span {
     color: #ff7c00;
 }

 .sic-org-subtitle {
     color: #ffffff;
     font-size: 18px;
     line-height: 1.9;
     margin-top: 18px;
 }

 .sic-org-card {
     background: #fff;
     border-radius: 28px;
     padding: 20px 20px;
     height: 100%;
     border: 1px solid #e8edf7;
     box-shadow: 0 12px 35px rgba(4, 30, 89, 0.06);
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
 }

 .sic-org-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 5px;
     background: #ff7c00;
 }

 .sic-org-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 50px rgba(4, 30, 89, 0.12);
 }

 .sic-org-logo {
     width: 100%;
     height: 130px;
     /* background: #fff; */
     /* border-radius: 24px; */
     margin: 0 auto 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     /* border: 1px solid #edf1fa; */
     /* box-shadow: 0 10px 25px rgba(4, 30, 89, 0.05); */
     overflow: hidden;
 }

 .sic-org-logo img {
     max-width: 85%;
     max-height: 85%;
     object-fit: contain;
 }

 .sic-org-card h3 {
     font-size: 25px;
     font-weight: 800;
     color: #041E59;
     line-height: 1.4;
     margin-bottom: 18px;
 }

 .sic-org-card p {
     color: #000000;
     font-size: 17px;
     line-height: 1.9;
     margin: 0;
 }

 @media(max-width:991px) {

     .sic-org-title {
         font-size: 42px;
     }

     .sic-org-card h3 {
         font-size: 24px;
     }
 }

 @media(max-width:767px) {

     .sic-organizer-section {
         padding: 60px 0;
     }

     .sic-org-title {
         font-size: 32px;
     }

     .sic-org-subtitle {
         font-size: 16px;
     }

     .sic-org-card {
         padding: 30px 24px;
     }

     .sic-org-logo {
         width: 110px;
         height: 110px;
     }

     .sic-org-card h3 {
         font-size: 22px;
     }
 }

 .sic-contact-section {
     background: #f5f8ff;
     position: relative;
     overflow: hidden;
 }

 .sic-contact-section::before {
     content: '';
     position: absolute;
     width: 350px;
     height: 350px;
     background: rgba(255, 124, 0, 0.06);
     border-radius: 50%;
     top: -180px;
     right: -120px;
 }

 .sic-contact-badge {
     display: inline-block;
     background: rgba(255, 124, 0, 0.12);
     color: #ff7c00;
     padding: 10px 22px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
 }

 .sic-contact-title {
     font-size: 30px;
     font-weight: 800;
     color: #041E59;
     line-height: 1.3;
 }

 .sic-contact-title span {
     color: #ff7c00;
 }

 .sic-contact-text {
     color: #666;
     font-size: 17px;
     line-height: 1.9;
     margin-top: 18px;
     margin-bottom: 35px;
 }

 .sic-contact-box {
     background: #fff;
     padding: 40px;
     border-radius: 30px;
     box-shadow: 0 15px 40px rgba(4, 30, 89, 0.08);
     border: 1px solid #e8edf7;
 }

 .sic-contact-list {
     display: flex;
     flex-direction: column;
     gap: 22px;
 }

 .sic-contact-item {
     display: flex;
     gap: 18px;
     align-items: flex-start;
 }

 .sic-contact-icon {
     min-width: 60px;
     height: 60px;
     background: linear-gradient(135deg, #041E59, #0d3285);
     border-radius: 18px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 24px;
     box-shadow: 0 10px 25px rgba(4, 30, 89, 0.15);
 }

 .sic-contact-item h5 {
     font-size: 20px;
     font-weight: 700;
     color: #041E59;
     margin-bottom: 8px;
 }

 .sic-contact-item p {
     margin: 0;
     color: #000000;
     font-size: 15px;
     line-height: 1.8;
 }

 .sic-note-box {
     margin-top: 35px;
     background: #fff7f0;
     border-left: 5px solid #ff7c00;
     padding: 22px;
     border-radius: 18px;
 }

 .sic-note-box h5 {
     color: #041E59;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 10px;
 }

 .sic-note-box h5 i {
     color: #ff7c00;
     margin-right: 8px;
 }

 .sic-note-box p {
     margin: 0;
     color: #000000;
     font-size: 17px;
     line-height: 1.8;
 }

 .sic-gallery-wrapper {
     height: 100%;
 }

 .sic-gallery-heading span {
     color: #ff7c00;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
 }

 .sic-gallery-heading h3 {
     font-size: 30px;
     font-weight: 800;
     color: #041E59;
     margin-top: 10px;
     margin-bottom: 30px;
     line-height: 1.3;
 }

 .sic-gallery-item {
     overflow: hidden;
     border-radius: 22px;
     height: 150px;
     box-shadow: 0 12px 30px rgba(4, 30, 89, 0.08);
 }

 .sic-gallery-item img {
     width: 100%;
     object-position: top;
     height: 100%;
     object-fit: cover;
     transition: 0.4s ease;
 }

 .sic-gallery-item:hover img {
     transform: scale(1.08);
 }

 @media(max-width:991px) {

     .sic-contact-title {
         font-size: 40px;
     }

     .sic-gallery-heading h3 {
         font-size: 34px;
     }
 }

 @media(max-width:767px) {

     .sic-contact-section {
         padding: 60px 0;
     }

     .sic-contact-box {
         padding: 28px;
     }

     .sic-contact-title {
         font-size: 32px;
     }

     .sic-gallery-heading h3 {
         font-size: 28px;
     }

     .sic-gallery-item {
         height: 180px;
     }

     .sic-contact-item {
         gap: 14px;
     }

     .sic-contact-icon {
         min-width: 50px;
         height: 50px;
         font-size: 20px;
     }
 }

 .sic-sticky-register {
     width: 100%;
     position: fixed;
     bottom: 20px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 9999;

     display: flex;
     gap: 15px;
     flex-wrap: wrap;
     justify-content: center;

     background: rgb(255 255 255 / 52%);
     padding: 12px;
     /* border-radius: 70px; */

     box-shadow: 0 10px 35px rgba(4, 30, 89, 0.15);
     backdrop-filter: blur(10px);
 }

 .sic-sticky-btn {
     background: #041E59;
     color: #fff !important;
     text-decoration: none;
     padding: 14px 24px;
     border-radius: 50px;

     font-size: 15px;
     font-weight: 600;

     display: flex;
     align-items: center;
     gap: 10px;

     transition: all 0.3s ease;
     white-space: nowrap;
 }

 .sic-sticky-btn i {
     font-size: 18px;
     color: #ff7c00;
 }

 .sic-sticky-btn:hover {
     background: #ff7c00;
     color: #fff !important;
     transform: translateY(-3px);
 }

 .sic-sticky-btn:hover i {
     color: #fff;
 }

 /* Mobile */
 @media(max-width:767px) {

     .sic-sticky-register {
         width: 95%;
         bottom: 12px;
         border-radius: 25px;
         padding: 10px;
         gap: 10px;
     }

     .sic-sticky-btn {
         flex: 1 1 100%;
         max-width: 47% !important;
         justify-content: center;
         padding: 12px 5px;
         font-size: 12px;
     }
 }