/* section.growth-flywheel-section {
    position: relative;
    padding: 80px 64px;
    height:auto;
}
.growth-flywheel-heading {
    max-width: 1300px;
    margin: 0 auto 60px;
    justify-items: anchor-center !important;
}

.growth-flywheel-heading>div {
    max-width: 554px;
  justify-items: anchor-center !important;
}

.growth-flywheel-heading p {
    margin-bottom: 10px;
  justify-self: anchor-center ; 
}
.growth-flywheel-container {
    max-width: 1770px;
    margin: 0 auto;
}
.flywheel-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 624px;
    height: 624px;
    padding: 50px;
}

.flywheel-outer {
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #B09E8A;
    padding: 39px;
    border-radius: 100%;
    overflow: hidden;
}

.flywheel-inner {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f4e3;
    overflow: hidden;
}
.flywheel-slice-inner-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 8px solid #e1a779;
    z-index: 1;
}
.flywheel-slices {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flywheel-slice.attract {
    position: absolute;
    top: 67px;
    left: 173px;
}
.flywheel-slice.engage {
    position: absolute;
    right: 67px;
    bottom: 98px;
    transform: rotate(3deg);
}

.flywheel-slice.delight {
    position: absolute;
    left: 67px;
    bottom: 98px;
    transform: rotate(-5deg);
}
.flywheel-slice-highl {    
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.flywheel-core-growth {
    position: relative;
    width: 195px;
    height: 195px;
    background-color: #D78A50;
    border-radius: 100%;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.flywheel-core-growth>label {
    display: inline-block;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    cursor:pointer;
}
.dark_mode .flywheel-core-growth>label {
    color: #222;
}
.flywheel-outer-outside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flywheel-outside-text.strangers {
    text-align: center;
}

.flywheel-outside-text.prospects {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.flywheel-outside-text.promoters {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.flywheel-outside-text.customers {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.growth-flywheel-row {
    position: relative;
    overflow: hidden;
}

.growth-flywheel-wrapper {
    text-align: right;
}

.growth-flywheel-slides-box {
    position: relative;
    border: 1px solid #B09E8A;
    border-radius: 24px;
    padding: 120px 80px 80px;
    background-color: #FBF8EE;
    height: 100%;
    overflow: hidden;
/*     display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; */
}
.flywheel-content-box {
    max-width: 553px;
    display:none;
}

.flywheel-link-group {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 16px;
}

.headings {
    max-width: 1300px;
    margin: 0 auto 60px;
    justify-items: anchor-center !important;
}

a.flywheel-link>label {
    display: inline-block;
    line-height: 1.1;
    width: 100%;
    cursor: pointer;
}
.flywheel-link-group._growth {
    margin-top: 16px;
    row-gap: 12px;
}
.growth-flywheel-right {
   justify-self: anchor-center;
    padding-right: 8px;
}

.growth-flywheel-slides-box._popup {
    position: absolute;
    top: 0;
    right: -70%;
    opacity: 0;
    padding: 100px 48px 80px;
    background-color: #fff;
    z-index: 2;
    width: calc(100% - 70px);
    transition: all 0.2s ease-in-out;
}
.growth-flywheel-slides-box._popup.active{
    right: 0;
    opacity: 1;
}

a.cta_button.mtr-btn.flywheel-link:hover,
a.cta_button.mtr-btn.flywheel-link.active{
    color: #333;
}

a.cta_button.mtr-btn.with-arrow.mtr-link.flywheel-link:hover>span:before,
a.cta_button.mtr-btn.with-arrow.mtr-link.flywheel-link.active>span:before{
    background-color: #333;
}

a.cta_button.mtr-btn.with-arrow.mtr-link.flywheel-link:hover>span>svg>path,
a.cta_button.mtr-btn.with-arrow.mtr-link.flywheel-link.active>span>svg>path{
    fill: #333!important;
}



.flywheel-popup-close {
    position: absolute;
    top: 21px;
    left: 18px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    display: none;
}
.flywheel-popup-close.show{
    display: block;
    opacity: 1;
}
.flywheel-popup-col3 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}

.growth-flywheel-slides-box h6 {
    margin-bottom:10px;
}

.growth-flywheel-slides-box p {
    margin-bottom: 10px;
}
a.cta_button.mtr-btn.font-small {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 40px;
}

.growth-flywheel-slides-box .btn-div {
    margin-top: 30px;
}
a.cta_button.mtr-btn.mtr-link.flywheel-link {
    font-weight: 500;
}
.dark_mode .growth-flywheel-slides-box {
    background-color: #222;
    border-color: #596069;
}

.dark_mode a.cta_button.mtr-btn.flywheel-link:hover {
    color: #8aecfc;
}
 
.dark_mode a.cta_button.mtr-btn.with-arrow.mtr-link.flywheel-link:hover>span:before{
    background-color: #8aecfc;
}
.dark_mode a.cta_button.mtr-btn.with-arrow.mtr-link.flywheel-link:hover>span>svg>path{
    fill: #8aecfc!important;
}

.dark_mode .flywheel-popup-close svg path {
    fill: #00B2C6!important;
}
.dark_mode .flywheel-outer {
    border-color: #596069;
}

.dark_mode .flywheel-slice-inner-border {
    border-color: #6BE4FB;
}

.dark_mode .flywheel-slice-highl svg path {
    fill: #00B2C6;
}

.dark_mode .flywheel-inner {
    background-color: #222;
}

.dark_mode .flywheel-core-growth {
    background-color: #6BE4FB;
}

/* .dark_mode .animate_growth .flywheel-core-growth {
    background-color: #00B2C6;
} */
.animate_growth .flywheel-core-growth>label {
    color: #fff;
}
.dark_mode .flywheel-slice svg path{
    fill: #00B2C6;
}
.dark_mode .flywheel-outside-text svg path{
    fill: #596069;
}
.flywheel-slice {
    cursor: pointer;
}
.flywheel-navigation button {
    background-color: transparent;
    padding: 16px 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
}

.flywheel-navigation {    
    display: flex;
    column-gap: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 80px;
    border-bottom: 1px solid #B09E8A;
    z-index: 3;
    background-color: #fbf8ee;
}

.flywheel-navigation button:hover,
.flywheel-navigation button.active {
    border-bottom: 1px solid #D2691E;
    color: #D2691E;
}
.dark_mode .flywheel-navigation {
    border-color: #596069;
    background-color: #222;
}

.dark_mode .flywheel-navigation button {
    color: #BFC3C8;
}
.dark_mode .flywheel-navigation button:hover,
.dark_mode .flywheel-navigation button.active {
    border-color:#00B2C6;
    color: #00B2C6;
}
.flywheel-popup-col3 h5 {
    margin-bottom: 12px;
    color: #d2691e;
}

.flywheel-popup-col3.for-growth {
    margin-top: 20px;
    column-gap: 24px;
    grid-template-columns: repeat(3,33.33%);
}

.flywheel-content-box.growth {
    max-width: 100%;
}
.dark_mode .flywheel-popup-col3 h5 {
    color: #00B2C6;
}
._growth a.cta_button.mtr-btn.mtr-link.flywheel-link {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.growth-flywheel-slides-box h3 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 500;
}

.growth-flywheel-slides-box h6 {
    font-size: 18px;
}

.growth-flywheel-slides-box p {
    font-size: 16px;
}
.flywheel-popup-col3 h6 {
    border-bottom: 1px solid #596069;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.growth-flywheel-slides-box ul>li,.growth-flywheel-slides-box ol>li {
    font-size: 16px;
    margin-bottom: 8px;
}

.growth-flywheel-slides-box ul, .growth-flywheel-slides-box ol {
    padding-left: 20px;
    margin-bottom: 0;
}
.growth-flywheel-slides-box._popup>div {
    height:100%;
}
.growth-flywheel-slides-box._popup>div::-webkit-scrollbar {
  width: 5px;
}

.growth-flywheel-slides-box._popup>div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.growth-flywheel-slides-box._popup>div::-webkit-scrollbar-thumb {
  background:#888;
}

.growth-flywheel-slides-box._popup>div::-webkit-scrollbar-thumb:hover {
  background: #555;
}





/*****************************************/
/* RESPONSIVENESS    */
/*****************************************/
@media (max-width: 1450px) {
.growth-flywheel-slides-box {
    padding: 100px 40px 80px;
}
  .flywheel-popup-col3 {
    display: block;
}

.growth-flywheel-slides-box._popup>div {
    overflow: auto;
    padding-right: 10px;
}

.growth-flywheel-slides-box._popup {
    padding: 80px 30px 40px;
}
.flywheel-navigation {
    padding: 0 40px;
    column-gap: 40px;
}
.flywheel-popup-col3.for-growth>div {
    margin-bottom: 30px;
}

.flywheel-popup-col3.for-growth>div:last-child {
    margin-bottom: 0;
}

.flywheel-link-group._growth {
    margin-top: 20px;
}
}
@media (max-width: 1280px) {

.flywheel-wrapper {
    width: 396px;
    height: 396px;
    padding: 34px;
}

.flywheel-outside-text.strangers svg,.flywheel-outside-text.customers svg {
    width: 95px;
    height: 22px;
}

.flywheel-outer {
    padding: 25px;
}

.flywheel-core-growth {
    width: 122px;
    padding: 10px;
    height: 122px;
}

.flywheel-core-growth>label {
    font-size: 12px;
}

.flywheel-slice.attract svg {
    width: 77px;
    height: 24px;
}

.flywheel-slice-inner-border {
    border-width: 5px;
}

.flywheel-slice-highl svg {
    width: 239px;
    height: auto;
}

.flywheel-slice.attract {
    left: 100px;
    top: 38px;
}

.flywheel-slice.engage svg {
    height: 60px;
    width: auto;
}

.flywheel-slice.delight svg {
    height: 61px;
    width: auto;
}

.flywheel-slice.engage {
    bottom: 57px;
    right:42px;
}

.flywheel-slice.delight {
    bottom: 57px;
    left: 42px;
}

.flywheel-outside-text.promoters svg {
    height: 99px;
    width: auto;
}

.flywheel-outside-text.prospects svg {
    height: 96px;
    width: auto;
}

.animate_growth .flywheel-core-growth{
    height: 145px;
    width: 145px;
}
.growth-flywheel-wrapper {
    text-align: center;
}

.growth-flywheel-row {
    align-items: center;
    min-height: 500px;
}
.growth-infinity-row {
    position: relative;
    overflow: hidden;
}

.growth-flywheel-right {
    padding-left: 0;
    height: 100%;
  padding-right: 8px;
}

.growth-flywheel-heading {
  align-items: center;
    margin-bottom: 40px;
  justify-items: anchor-center !important;
        text-align: center;
  text-align: -webkit-center;
}
.growth-flywheel-slides-box._popup {
    width: calc(100% - 25px);
}
}

@media (max-width: 1024px) {
.growth-flywheel-row {
    justify-content: space-between;
    min-height: auto;
} 

.growth-flywheel-right {
    padding-left: 0;
  padding-right: 8px;
}
.growth-flywheel-heading {
  align-items: center;
    max-width: 824px;
  justify-items: anchor-center !important;
        text-align: center;
}
.animate .growth-flywheel-heading {
    display: none;
  justify-self: anchor-center ; 
}
.growth-flywheel-slides-box._popup {
    width: calc(100% - 40px);
}

.flywheel-popup-close svg {
    width: 25px;
}

.flywheel-popup-close {
    left: 10px;
    top: 15px;
}
section.growth-flywheel-section {
    padding: 40px 40px 0;
}
.growth-flywheel-slides-box {
    padding: 60px 40px 40px;
}
.flywheel-navigation button {
    padding: 10px 0;
    font-size: 14px;
}

.flywheel-navigation {
    column-gap: 30px;
}
.growth-flywheel-slides-box h3 {
    font-size: 26px;
}
}

@media (max-width: 980px) {
  .growth-flywheel-row {
    display: block;
}

.growth-flywheel-wrapper {
    margin-bottom: 10px;
}
.flywheel-navigation button {
    padding: 12px 0;
}
.flywheel-popup-col3.for-growth {
    display: grid;
    column-gap: 0;
}
.flywheel-popup-col3.for-growth>div {
    margin-bottom: 0;
    padding-right: 16px;
}
.growth-flywheel-slides-box h3 {
    font-size: 26px;
}
}


@media (max-width: 768px) {
.growth-flywheel-container {
    max-width: 568px;
}

.growth-flywheel-heading {
    max-width: 474px;
    text-align: center;
    margin-bottom: 40px;
  justify-items: anchor-center;
}

.growth-flywheel-heading h2 {
    margin-bottom: 8px;
  justify-self: anchor-center ; 
}

.flywheel-wrapper {
    width: 396px;
    height: 396px;
    padding: 34px;
}

.flywheel-outside-text.strangers svg,.flywheel-outside-text.customers svg {
    width: 95px;
    height: 22px;
}

.flywheel-outer {
    padding: 25px;
}

.flywheel-core-growth {
    width: 122px;
    padding: 10px;
    height: 122px;
}

.flywheel-core-growth>label {
    font-size: 12px;
}

.flywheel-slice.attract svg {
    width: 77px;
    height: 24px;
}

.flywheel-slice-inner-border {
    border-width: 5px;
}

.flywheel-slice-highl svg {
    width: 239px;
    height: auto;
}

.flywheel-slice.attract {
    left: 99px;
    top: 42px;
}

.flywheel-slice.engage svg {
    height: 58px;
    width: auto;
}

.flywheel-slice.delight svg {
    height:58px;
    width: auto;
}

.flywheel-slice.engage {
    bottom: 58px;
    right: 42px;
}

.flywheel-slice.delight {
    bottom: 58px;
    left: 42px;
}

.flywheel-outside-text.promoters svg {
    height: 99px;
    width: auto;
}

.flywheel-outside-text.prospects svg {
    height: 96px;
    width: auto;
}

.animate_growth .flywheel-core-growth{
    height: 145px;
    width: 145px;
}
.growth-flywheel-slides-box h6 {
    font-size: 14px;
}

a.cta_button.mtr-btn.mtr-link.flywheel-link {
    font-size: 14px;
}

.flywheel-link-group {
    row-gap: 15px;
    margin-top: 20px;
}

.flywheel-content-box h3 {
    margin-bottom: 16px;
}

.growth-flywheel-slides-box>div {
    overflow: auto;
    padding-right: 5px;
}

.growth-flywheel-slides-box h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.growth-flywheel-slides-box._popup {
    padding: 60px 30px 40px 25px;
    width: calc(100% - 25px);
}

.flywheel-popup-col3 {
    display: block;
}
 section.growth-flywheel-section {
    padding-bottom: 80px;
}
.flywheel-popup-col3.for-growth {
    display: block;
}

.flywheel-popup-col3 h5 {
    font-size: 18px;
}
.flywheel-popup-col3.for-growth>div {
    margin-bottom: 20px;
}

.flywheel-link-group._growth {
    margin-top: 10px;
}
.growth-flywheel-slides-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.growth-flywheel-slides-box h6 {
    font-size: 16px;
}

.growth-flywheel-slides-box p {
    font-size: 14px;
}
}
@media (max-width: 600px) {
  .growth-flywheel-wrapper {
    margin-bottom: 0;
}
  .growth-flywheel-slides-box {
    padding:50px 25px 30px;
}
.growth-flywheel-slides-box._popup {
    padding: 50px 15px 30px 25px;
}
a.cta_button.mtr-btn.font-small {
    padding: 8px 25px;
    font-size: 16px;
}

.growth-flywheel-slides-box .btn-div {
    margin-top: 15px;
}
.flywheel-navigation {
    column-gap: 20px;
    padding: 0 25px;
}
.flywheel-navigation button {
    padding: 8px 0;
    font-size: 12px;
}RRR
}

@media (max-width: 480px) {
.growth-flywheel-heading {
    text-align: left;
  justify-items: anchor-center;
}

.animate .growth-flywheel-heading {
    display: block;
  justify-self: anchor-center ; 
}
.flywheel-popup-close {
    left: 7px;
    top: 8px;
    z-index: 9;
}
/* .growth-flywheel-right {
    display: none;
} */
.flywheel-wrapper {
    height: 310px;
    padding: 25px;
    width: 310px;
}

.flywheel-outer {
    padding: 19px;
}

.flywheel-slice-inner-border {
    border-width: 4px;
}

.flywheel-core-growth {
    height: 96px;
    width: 96px;
}

.flywheel-core-growth>label {
    font-size: 9px;
    font-weight: 500;
}

.flywheel-slice-highl svg {
    width: 186px;
}

.flywheel-slice.attract svg {
    width: 53px;
    height: auto;
}

.flywheel-slice.attract {
    left: 83px;
    top: 30px;
}

.flywheel-slice.engage svg {
    height: 45px;
}

.flywheel-slice.engage {
    bottom: 43px;
    right:31px;
    transform: rotate(4deg);
}

.flywheel-slice.delight svg {
    height: 45px;
}

.flywheel-slice.delight {
    bottom: 43px;
    left: 31px;
    transform: rotate(-8deg);
}

.animate_growth .flywheel-core-growth {
    height: 120px;
    width: 120px;
}

.flywheel-outside-text.customers svg, 
  .flywheel-outside-text.strangers svg {
    width: 74px;
    height: auto;
}

.flywheel-outside-text.prospects svg {
    height: 75px;
}

.flywheel-outside-text.promoters svg {
    height: 77px;
}

.growth-flywheel-wrapper {
    margin-bottom: 0;
}
a.flywheel-link>label {
    width: 150px;
}
.growth-flywheel-slides-box h3 {
    font-size: 22px;
}
}

@media (max-width: 380px) {
  .growth-flywheel-wrapper {
    overflow-x: auto;
}

.flywheel-wrapper {
    display: block;
    margin: 0 auto;
}
.flywheel-navigation button {
    font-size: 8px;
    padding: 8px 0;
}

.flywheel-navigation {
    column-gap: 12px;
}
} */

/* --- Light Mode (Default Styles) --- */

.infinity-section {
  max-width: 100;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.infinity-heading {
  text-align: center;
  margin-bottom: 60px;
}

.infinity-heading h2 {
  font-size: 42px;
  margin-bottom: 16px;
  /* Light Mode Color: Dark text */
  color: #333; 
}

.infinity-heading p {
  font-size: 18px;
  /* Light Mode Color: Slightly lighter dark text */
  color: #666; 
  max-width: 600px;
  margin: 0 auto;
}

.infinity-container {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}
/* Add to html and body */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
/* ... other non-color-related styles ... */

.content-table {
  /* Light Mode Colors: Light background and subtle border */
  border: 1px solid #e0d0c3; /* Subtle light brown border */
  border-radius: 24px;
  padding: 0;
  background-color: #fcf7f4; /* Very light, off-white background */
  min-height: 500px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.tab-navigation {
  display: flex;
  /* Light Mode Colors: Light border and transparent background */
  border-bottom: 1px solid #e0d0c3;
  background-color: transparent; 
  border-radius: 24px 24px 0 0;
}

.tab-btn {
  flex: 1;
  padding: 20px;
  background: none;
  border: none;
  /* Light Mode Color: Inactive tab text */
  color: #999; 
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-bottom: 3px solid transparent;
}

.tab-btn:hover {
  color: #333; /* Darker hover text */
}

.tab-btn.active {
  /* Light Mode Accent Color: Burnt orange for active tab */
  color: #e66a33; 
  border-bottom-color: #e66a33;
}

/* ... other non-color-related styles ... */

.content-box h3 {
  font-size: 32px;
  margin-bottom: 24px;
  /* Light Mode Color: Dark text */
  color: #333; 
  font-weight: 700;
}

.content-box p {
  font-size: 16px;
  line-height: 1.7;
  /* Light Mode Color: Slightly lighter dark text */
  color: #555; 
  margin-bottom: 32px;
}

.content-box h4 {
  font-size: 16px;
  /* Light Mode Color: Dark text */
  color: #333; 
  margin-bottom: 20px;
  font-weight: 600;
}

.content-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-box ul li {
  padding: 0 0 16px 0;
  /* Light Mode Accent Color: Burnt orange for list items */
  color: #e66a33; 
  font-size: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.content-box ul li:hover {
  color: #cf5e2e; /* Slightly darker orange on hover */
  transform: translateX(5px);
}

/* --- Dark Mode (Using .dark_mode class) --- */

/* Selector assumes the .dark_mode class is applied to a parent of the element. 
   If .dark_mode is applied to <body>, this will work for all elements. */

.dark_mode .infinity-heading h2 {
  color: #fff; /* White text for dark mode */
}

.dark_mode .infinity-heading p {
  color: #999; /* Light grey text for dark mode */
}

.dark_mode .content-table {
  border: 1px solid #444;
  background-color: #1a1a1a; /* Dark background for the table */
}

.dark_mode .tab-navigation {
  border-bottom: 1px solid #333;
  background-color: #222; /* Slightly lighter dark background for navigation */
}

.dark_mode .tab-btn {
  color: #888; /* Grey text for inactive tabs */
}

.dark_mode .tab-btn:hover {
  color: #aaa;
}

.dark_mode .tab-btn.active {
  /* Dark Mode Accent Color: Cyan for active tab */
  color: #00f5ff; 
  border-bottom-color: #00f5ff;
}

.dark_mode .content-box h3 {
  color: #fff; /* White heading text */
}

.dark_mode .content-box p {
  color: #bbb; /* Light grey body text */
}

.dark_mode .content-box h4 {
  color: #fff; /* White sub-heading text */
}

.dark_mode .content-box ul li {
  /* Dark Mode Accent Color: Cyan for list items */
  color: #00f5ff; 
}

.dark_mode .content-box ul li:hover {
  color: #00d4e0;
}

/* --- Responsive Media Queries (Non-Color, Apply to both modes) --- */

/* ... non-color related styles and media queries (kept from previous response) ... */

.content-wrapper {
  padding: 60px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.content-box {
  display: none;
  animation: fadeIn 0.5s ease;
}

.content-box.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-box ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .infinity-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .content-table {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .infinity-heading h2 {
    font-size: 32px;
  }

  .content-wrapper {
    padding: 30px 25px;
  }

  .content-box h3 {
    font-size: 24px;
  }

  .tab-btn {
    font-size: 12px;
    padding: 16px 10px;
  }
}

  /* Light mode */
  #infinityBorder {
    stroke: #d2691e;
    stroke-width: 2;
  }

  #infinityPath {
    stroke: url(#orangeGradient);
    stroke-width: 88;
  }    
/* Dark mode */
    body.dark_mode #shape {
      fill: #222222;
    }
    body.dark_mode #shape {
      stroke: #333333;
    }
    #infinityPath {
      stroke: #e66a33; /* Different gradient for dark mode */
    }
    body.dark_mode #infinityPath {
      stroke: #00B2C6; /* Different gradient for dark mode */
    }
    
    body.dark_mode #text-01,
    body.dark_mode #text-02,
    body.dark_mode #text-03,
    body.dark_mode #text-04,
    body.dark_mode  #numbers{
      fill: #00B2C6;
    }
    
    body.dark_mode #orangeGradient stop {
      stop-color: #00B2C6;
    }


/* Prevent any horizontal overflow site-wide */
.infinity-section {
  overflow-x: hidden;
}

/* SVG wrapper */
.infinity-svg-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}

/* Base SVG */
.infinity-svg {
  width: 100%;
  height: auto;
  max-width: 835px;
  margin-right: 4px;
  display: block;
  transform-origin: center center;
}