.text-center {
    text-align: center;
}

.desktop-only {
    display: block;
}

.tablet-only {
    display: none;
} 

.mobile-only {
    display: none;
}

.transformation-package{
    display:flex;
}

.transformation-package .left-image {
    width: 48%;
}

.transformation-package .right-content {
    background: linear-gradient(135deg, #875D99, #4A0D66);
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    color:white;
    padding:20px;
}

.transformation-package .right-content .gradient-text {
        background: linear-gradient(45deg, #f7e0a4, #a2782b, #f7e0a4, #a2782b,#f7e0a4, #a2782b);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 2rem;
        line-height: 1.5em;
}


.transformation-package .right-content li {
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-family: 'Roboto Light', sans-serif;
}

.reset-max-width {
    max-width:1280px;
    margin:auto;
}

.p-5 {
    padding: 5%;
}

.effortless-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
    max-width:1040px;
    margin:auto;
    margin-top:25px;
    
}

.effortless-grid p {
    margin-top: 15px;
}

@media (max-width: 1079px) {
    .effortless-grid p {
        font-size: 14px;
        margin-top:auto;
    }
    .effortless-grid h3 {
        height:70px;
    }
}

@media (max-width: 767px) {
    .effortless-grid {
        grid-template-columns: 1fr;
    }
    .effortless-grid p {
        margin-top: 0;
    }

    .effortless-grid h3 {
        height:auto;
    }
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.six-week-margin-top {
    margin-top:200px;
}

.six-week-top {
    top: -160px;
    position: absolute;
    width: 100%;
    margin:auto;
    height:160px;
}

.six-week-content {
    background-color:white;
    max-width: 1040px;
    margin:auto;
    margin-top:40px;
    padding: 15px;
}

.six-week-content ul {
    margin-left: 0;
}

.six-week-content ul li {
    list-style-type: none;
    padding: 0;
    margin-top:15px;
    font-size: 1.1rem;
    position:relative;
    padding-left:35px;
}

.six-week-box {
    padding: 30px;
    display:flex;
    border: 3px solid #a2782b;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;

}

.six-week-right {
    padding: 25px;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

.six-week-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;  /* Set desired image width */
    height: 20px; /* Set desired image height */
    background: url("/wp-content/themes/wecreate/resources/assets/images/slim-reset/green-check.png") no-repeat center center;
    background-size: contain;
}

.at-a-glance h3{
    margin-top:10px;
}

.at-a-glance p {
    width:80%;
    margin:auto;    
    margin-top:10px;
}


.your-journey-text {
    position:absolute;
    box-sizing: border-box;

    text-align: center;
    bottom: 70px;
    width: 100%;
}

.your-journey-text h2 {
    font-size: 180px;
    color:white;
    line-height: 0;
    margin:0;
}

.your-journey-small-text {
    position:absolute;
    box-sizing: border-box;
    text-align: center;
    inset:0;
    color:white;
    padding-top:150px;
}

.your-journey-small-text h3 {
    font-size: 40px;
    line-height: 0;
    margin:0;
    color:white;
}

@media (max-width: 1079px) {
    .your-journey-text {
        bottom:40px; 
    }
    .your-journey-text h2 {
        font-size: 100px;
    }

    .your-journey-small-text h3 {
        font-size: 30px;
    }

    .your-journey-small-text {
        padding-top:70px;
    }
}

@media (max-width: 767px) {
    .your-journey-text {
        bottom:30px; 
    }
    .your-journey-text h2 {
        font-size: 75px;
    }

    .your-journey-small-text h3 {
        font-size: 20px;
    }

    .your-journey-small-text {
        padding-top:50px;
    }
}


.price-quote {
    margin:15px auto;
    padding: 25px 15px;
    max-width:1040px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding-top:25px;
}

.form-grid input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top:15px;
}
.form-grid select {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top:15px;
}
.form-grid .btn {
    display: block;
    width: 350px;
    padding: 10px;
    border-radius: 25px;
    background-color: #490D67;
    color:white;
    font-weight: bold;
    margin:auto;
}

.form-grid label {
    color: #35363B;
    font-family: "Roboto Light";
}

@media (max-width: 767px) {
    .form-grid {
        display:block;
    }

    .form-grid .btn {
        width: 100%;
        margin-top: 25px;
    }

    .form-label {
        margin-top:25px;
    }
}


.gender-select {
    display:flex;
    gap: 25px;
    margin-top:15px;
    width:100%;
}


.gender-select button {
    background-color:white;
    color: #35363B;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px 20px;
    flex-grow:1;
}

.gender-select .active {
    background-color: #490D67;
    color:white;
}

#acitivty input {
    background: black;
}

.calculated {
    display:flex;
    justify-content: center;
}

.calculated-graph {
    background-color:#FAF9FF;
    border: 2px solid #EAEAFF;
    padding: 35px;
    border-radius: 23px;

}

.results-kg {
    font-size: 32px;
    font-weight: bold;
    color: #4B0D66;
    font-family: 'Roboto';
    margin:10px 0;
}



@media (max-width: 1279px) {
    .desktop-only {
        display: none;
    }

    .tablet-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .tablet-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .transformation-package{
        display:block;
    }
    
    .transformation-package .left-image {
        width: 100%;
    }
}


.reset-svg-container {
    width: 80%;
    max-width: 600px;
    margin: auto;
    position: relative;
}

.reset-svg-curve {
    fill: none;
    stroke: #9166A3;
    stroke-width: 8;
}

.reset-svg-point {
    fill: #CA95E1;
    r: 16;
}

.reset-svg-label {
    font-family: Arial, sans-serif;
    text-anchor: middle;
}

.reset-svg-date {
    fill: #4b5563;
    font-size: 24px;
}

.reset-svg-weight {
    fill: #1f2937;
    font-size: 24px;
}

.reset-svg-extension-line {
    stroke: #E8CEF4;
    stroke-width: 6;
    stroke-dasharray: 5,5;
}

.six-week-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    z-index: 3;
}

.six-week-popup {
    background: white;
    padding: 20px 50px;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    margin: 20px;
    height: 70vh;
    display:flex;
    flex-direction: column;
    color:#222;
}

.six-week-popup ol {
    color: #222;
    font-size: 16px;
    font-family: 'Roboto Light', sans-serif;
    margin-top: 10px;
    text-align:left;
    line-height: 1.5em;
}
.six-week-overflow-y-scroll {
    overflow-y: scroll;
    max-height: 100%;
    flex-grow:1;
    padding-right:5px;
}

.six-week-popup input {
    font-family: 'Roboto Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
}


.sixWeekCheckbox {
    font-family: 'Roboto Light', sans-serif;
    font-size: 16px;
    margin-top:15px;
}

.popup-buttons {
    text-align:center;
}
[x-cloak] { display: none !important; }


.transition {
transition-property: all;
}
.ease-in {
transition-timing-function: ease-in;
}
.ease-out {
transition-timing-function: ease-out;
}
.duration-300 {
transition-duration: 300ms;
}
.duration-2000 {
transition-duration: 2000ms;
}
.opacity-0 {
opacity: 0;
}
.opacity-100 {
opacity: 1;
}
.transform {
transform-origin: center;
}
.scale-90 {
transform: scale(0.9);
}
.scale-100 {
transform: scale(1);
}

.posting-overlay {
position: absolute;
top: 0;
left: 0;
width:100%;
height:100%;
border-radius: 30px;
background: rgba(255,255,255,0.5);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
z-index: 3;
}

.posting-spinner {
width: 50px;
height: 50px;
border: 10px solid #f3f3f3;
border-top: 10px solid #490D67;
border-radius: 50%;
animation: spin 1s linear infinite;
}

/* Style for the checkboxes */
.sixWeekCheckbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Style for the span next to the checkbox */
.sixWeekCheckbox span {
    position: relative;
    padding-left: 35px; /* Space for the icon */
    cursor: pointer;
    display: inline-block;
}

/* Style for the checkbox icon when checked */
.sixWeekCheckbox input[type="checkbox"]:checked + span::before {
    content: url('/wp-content/themes/wecreate/resources/assets/images/icons/purple_checkmark.svg');
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Style for the checkbox icon when unchecked */
.sixWeekCheckbox input[type="checkbox"]:not(:checked) + span::before {
    content: url('/wp-content/themes/wecreate/resources/assets/images/icons/gray_checkmark.svg');
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

input[type="range"] {
    -webkit-appearance: none;  /* Removes default styling */
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #FFF;  /* Light gray background for track */
    outline: none;
    margin: 15px 0;
    border: none;
  }
  
  /* Thumb styling for Webkit browsers (Chrome, Safari) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4B0D66;  /* Purple color matching your theme */
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    margin-top: -5px;  /* Aligns thumb with track */
   
  }
  

input[type="range"]::-webkit-slider-thumb:hover {
    background: #6b1996;  /* Lighter purple on hover */
  }
  

/* Thumb styling for Firefox */
input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: #4B0D66;  /* Same purple color */
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
  }

  /* Fill styling - the colored portion to show progress */
input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #4B0D66 0%, #4B0D66 calc(var(--value, 0) * 25%), #e0e0e0 calc(var(--value, 0) * 25%), #e0e0e0 100%);
  }
  