.body-bg {
    background: #7e9a70;
}

.nav-bg {
    background: #f4f1ed;
}
.line{
    position: relative;
}
.line::after{
    content: '';
    display: block;
    width: 200px;
    height: 4px;
    background-color: #173f38;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.hero-section {
    background: #f4f1ed;
}
.wheel .hero-paragraphs li{
    list-style-type: disc;
    font-size: 16px;
    margin-left: 20px;
}
.wheel .hero-content{
    margin-top: 30px;
}
.gap-15{
    margin: 15px 0;
}

.nav-link-btn {
    padding: 15px 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.nav-link-btn.active {
    background: #e9e1de;
}

.hero-img-wrapper {
    max-width: 600px;
    margin: 0 auto 0;
    text-align: center;
    height: 150px;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-text-bg {
    /* background: url('../img/2.png') no-repeat right bottom; */
    /* background-size: auto 500px; */
    /* background-position: calc(100% + 40px) 100%; */
    position: relative;
}

.hero-text-container {
    padding: 0 50px;
}

.hero-hr {
    width: 160px;
    height: 4px;
    background-color: #173f38;
    border: none;
    display: block;
    opacity: 1;
    margin: 0.5rem 0 1rem 0;
}

.hero-paragraphs {
    font-size: 19px;
    line-height: 1.8;
    color: #173f38;
}
.index .hero-paragraphs{
    padding-right: 490px;
}
.index .hero-text-bg {
    background: url(../img/2.png) no-repeat right bottom;
    background-size: auto 500px;
    background-position: calc(100% + 40px) 100%;
    position: relative;
}
.hero-section h4{
    font-size: 1.5rem;
}
.hero-section p{
    font-size: 16px;
}

ul{
    padding-left: 10px;
}
.body-bg li{
    list-style-type: none;
}

.title-line {
    display: inline-block;
    border-bottom: 4px solid #173f38;
}

.hero-btn {
    background-color: #598074;
    border-color: #598074;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    padding: 10px 30px;
}

.hero-btn:hover {
    background-color: #2a6b5f;
    color: #fff;
    transform: translateY(-2px);
}

.hero-img-bg {
    background: linear-gradient(to right, #0f1e1e 0%, #0c3220 50%, #0f1e1e 100%);

}

@media (max-width: 768px) {
    .hero-paragraphs {
        padding-right: 15px;
        padding-left: 15px;
    }

    .index .hero-paragraphs{
        width: 100%;
        padding: 0;
    }

    .hero-text-bg {
        background-size: auto 300px;
        background-position: right bottom;
    }

    .hero-text-container {
        padding: 0 15px;
    }

    .hero-img-wrapper {
        height: 120px;
    }

    .nav-link-btn {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .navbar-nav {
        flex-wrap: wrap;
    }
}

/* Investment Section Styles */
.investment {
    padding: 40px 0;
    background-color: #f4f1ed;
}

.investment h2 {
    color: #173f38;
    font-size: 36px;
}

.investment-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.investment-container-total{
    background-color: #7e9a70;
    text-align: center;
    font-size: 26px;
    color: white;
    padding: 20px 0;
    border-radius: 12px;
    width: 80%;
    margin: auto;
}
.investment-card {
    flex: 0 0 30%;
    margin-right: 3%;
    margin-bottom: 3%;
    border: 2px solid #7e9a70;
    border-radius: 8px;
    padding: 10px;
    background-color: #F6F3F2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.investment-card h3 {
    color: #173F38;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.live-stats {
    background-color: #EDE7E4;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    border:2px solid #959290;
}

.live-stats-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.live-stats-header span:first-child {
    color: #173F38;
}

.percentage {
    color: #318467;
}

.progress-bar {
    width: 100%;
    height: 15px;
    background-color: #e9ecef;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 100%;
    background-color: #69A28D;
    border-radius: 8px;
}

.vote-count {
    font-size: 14px;
    color: #6c757d;
    text-align: left;
    font-weight: bold;
}

.positioning {
    margin-bottom: 15px;
}

.positioning strong, .features strong {
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.positioning p, .features p {
    color: #333;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
}

.features {
    margin-bottom: 25px;
}

.vote-btn {
    width: 70%;
    background-color: #598074;
    color: #E9E1DE;
    border: none;
    border-radius: 20px;
    padding: 12px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.vote-btn:hover {
    background-color: #2a6b5f;
}

/* Responsive Design */
@media (max-width: 768px) {
    .investment-container {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .investment-card {
        padding: 20px;
    }
    
    .investment h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .investment-card h3 {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .investment-container{
        justify-content: space-between;
    }
    .investment-container-total{
        font-size: 18px;
    }
    .investment-card {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .modal h2{
        font-size: 30px !important;
    }
    .modal-content{
        padding: 10px !important;
    }
    .modal .o-box{
        width: 90% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .o-row{
        flex-direction: column !important;
        align-items: flex-start !important;
    } 
    .modal-form label{
        width: 100% !important;
    }
    .modal-form input{
        width: 100% !important;
    }
    .spinPhone-modal .o-row:last-child{
        flex-direction: row !important;
    }
    .spinPhone-modal .submit-btn,.cancel-btn, .close-btn{
        width: 120px !important;
    }
    .modal.spin-resulte-modal .success-text, .insufficient-text{
        width: 100% !important;
    }
    .modal.reward-modal .modal-content .close-btn{
        width: 80% !important;
    }
}

/* Learning Section Styles */
.learning {
    background-color: #A0AE9C;
    padding: 40px 20px;
    margin: 40px 0;
    border-radius: 8px;
}

.learning h2 {
    color: #173f38;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
}

.learning-description {
    color: #4A685D;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.learning-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.learning-left {
    flex: 0 0 35%;
    min-width: 300px;
}

.learning-right {
    flex: 0 0 60%;
    min-width: 300px;
}

.total-points {
    background-color: #DDDFDA;
    color: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    padding-bottom: 20px;
}
.points-header{
    padding: 20px 0 5px 0;
    border-radius: 15px;
    background: #598074;
    line-height: 28px;
}

.total-points h3 {
    font-size: 22px;
    color: #E9E1DE;
    font-weight: bold;
}

.total-points p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.points-display {
    background: #7E9A70;
    padding: 10px;
    margin: 0 50px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.points-number {
    display: block;
    font-size: 16px;
    font-weight: bold;
 
}

.points-label {
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
}

.phone-id {
    font-size: 14px;
    color: #000;
    min-width: 50%;
    text-align: left;
    display: inline-block;
}

.points-redemption {
    background-color: #e4ebe9;
    padding: 25px;
    border-radius: 8px;
}

.points-redemption h3 {
    color: #173f38;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.points-redemption h3::after{
    content: '';
    display: block;
    width: 200px;
    height: 4px;
    background-color: #173F38;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.points-redemption ul {
    margin-bottom: 20px;
}

.points-redemption li {
    font-size: 12px;
    color: #737373;
    font-weight: bold;
    margin-bottom: 10px;
    list-style: none;
}

.points-redemption p {
    color: #737373;
    margin: 0;
    font-size: 12px;
}

.learning-right{
    background: #F0F2EF;
    border:2px solid #E9E9E6;
    padding: 20px;
    border-radius: 20px;
}
.learning-right h3 {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.rule-box {
    background-color: #E9E1DE;
    border:2px solid #000;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.rule-box:last-child{
    margin-bottom: 0;
}

.rule-box h4 {
    color: #737373;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.rule-box ul {
    margin: 0;
    padding-left: 20px;
}

.rule-box li {
    color: #737373;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .learning-content {
        flex-direction: column;
    }
    
    .learning-left,
    .learning-right {
        flex: 0 0 100%;
        width: 100%;
        min-width:auto;
    }
    
    .learning h2 {
        font-size: 28px;
    }
    
    .total-points,
    .points-redemption {
        padding: 20px;
    }
    
    .points-number {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .learning-content {
        gap: 20px;
    }
    
    .learning-left {
        flex: 0 0 100%;
    }
    
    .learning-right {
        flex: 0 0 100%;
    }
}

.hero-text-padding {
    padding: 0 30px;
}

.hero-inner-padding {
    padding: 20px 0;
}

.hero-new-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #7C9179;
    padding: 50px 0 20px;
}
.hero-new-img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

.hero-new-img div{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}


.hero-content{
    background: #598074;
    padding: 30px;
    border-radius: 30px;
}
.hero-content-title{
    display: flex;
    font-size: 32px;
    color: #fff;
    align-items: center;
}
.hero-content-title img{
    width: 80px;
    object-fit: cover;
    display: block;
    margin-right: 20px;
}
.hero-content-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hero-content-left{
    background: #E4EBE9;
}
.hero-content-left,.hero-content-right{
    flex: 0 0 48%;
    border-radius: 20px;
    padding: 20px;
}

.hero-content-right{
    background: #C8D1CE;
}
.hero-content-box h4{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}
.hero-content-box h4::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 200px;
    height: 4px;
    background-color: #173f38;
}
.box{
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.box h5{
    font-size: 18px;
    font-weight: bold;
}
.box1{
    background: #D5DCD5;
    color: #737373;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.box1 p{
    width: calc(100% - 10px);
    margin: 10px 0;
}
.box1 p::before{
    content: "·";
    font-size: 18px;
    position: absolute;
    left: 10px;
}
.box2{
    background: #7A9276;
    color: #E9E1DE;
    line-height: 22px;
}
.box3{
    background: #7A9276;
    color: #E9E1DE;
    line-height: 22px;
}
.box4{
    background: #F7F4F4;
    color: #737373;
    line-height: 22px;
}

@media (max-width: 1500px) {
   .hero-content-left, .hero-content-right{
    flex: 0 0 100%;
    margin-top: 10px;
   }
}

/* Reward Section Styles */
.reward {
    background-color: #ECE6E2;
    padding: 40px 20px;
    margin: 40px 0;
    border-radius: 8px;
    color: #173F38;
}

.reward h2,
.hero-paragraphs h2 {
    color: #173F38;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}

.reward-description {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.reward-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: flex-start;
    background-color: transparent;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
}

.spin-section {
    flex: 0 0 100%;
    display: flex;
    min-width: 300px;
    text-align: center;
    background: #FCFBFA;
    border:2px solid #EFE9CB;
    border-radius: 20px;
    padding: 50px 0;
}

.spin-container {
    position: relative;
    width: 480px;
    height: 480px;
    margin: 0 auto 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spin-wheel {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #F6F3F2;
    border: 5px solid #173F38;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.wheel-segment {
    position: absolute;
    width: 50%;
    height: 50%;
    transform-origin: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #173F38;
}

.segment-1 { background-color: #EDE7E4; transform: rotate(0deg) skew(0deg); }
.segment-2 { background-color: #DDDFDA; transform: rotate(45deg) skew(-45deg); }
.segment-3 { background-color: #EDE7E4; transform: rotate(90deg) skew(-45deg); }
.segment-4 { background-color: #DDDFDA; transform: rotate(135deg) skew(-45deg); }
.segment-5 { background-color: #EDE7E4; transform: rotate(180deg) skew(-45deg); }
.segment-6 { background-color: #DDDFDA; transform: rotate(225deg) skew(-45deg); }
.segment-7 { background-color: #EDE7E4; transform: rotate(270deg) skew(-45deg); }
.segment-8 { background-color: #DDDFDA; transform: rotate(315deg) skew(-45deg); }

.spin-pointer {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 35px solid #F7D794;
    z-index: 10;
}

/* .spin-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #7E9A70;
    z-index: 1;
} */

/* .spin-container::after {
    content: '';
    position: absolute;
    width: 92%;
    height: 92%;
    border-radius: 50%;
    background-color: #F5F2EF;
    z-index: 1;
} */

.wheel-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #173F38;
    z-index: 5;
}

/* Golden dots decoration */
/* .spin-container {
    background-image: 
        radial-gradient(circle at 50% 5%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 61% 8%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 71% 15%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 79% 25%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 83% 36%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 85% 48%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 83% 61%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 78% 72%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 71% 82%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 60% 89%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 50% 94%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 40% 89%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 29% 82%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 22% 72%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 17% 61%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 15% 48%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 17% 36%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 21% 25%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 29% 15%, #F7D794 4px, transparent 4px),
        radial-gradient(circle at 39% 8%, #F7D794 4px, transparent 4px);
} */

.spin-info {
    text-align: center;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spin-info h3 {
    color: #737373;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
}

.available-spin {
    font-size: 45px;
    font-weight: bold;
    color: #173F38;
    margin-bottom: 20px;
    display: inline-block;
    background-color: transparent;
    padding: 5px 20px;
    border-radius: 0;
}

.spin-btn {
    background-color: #598074;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 12px 150px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: none;
}

.spin-btn:hover {
    background-color: #2A6B5F;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.reward-pool {
    flex: 0 0 100%;
    min-width: 300px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: none;
    margin-top: 10px;
      background: #FCFBFA;
    border:2px solid #EFE9CB;
}

.reward-pool h3 {
    color: #173F38;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-bottom: 8px;
    text-align: left;
}

.reward-items {
    display: flex;
    flex-wrap: wrap;
}

.reward-item {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.reward-item img{
    width: 70px;
}

.reward-icon {
    font-size: 24px;
    margin-right: 15px;
    width: 40px;
    text-align: center;
    color: #173F38;
}

.reward-item p {
    margin: 0;
    font-size: 14px;
    color: #737373;
    line-height: 1.4;
    font-weight: normal;
    display: block;
    padding-left: 40px;
    position: relative;
}
.reward-item p::before{
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #737373;
}

/* Responsive Design for Reward Section */
@media (max-width: 768px) {
    .reward-content {
        flex-direction: column;
        padding: 10px;
    }
    
    .spin-section,
    .reward-pool {
        flex: 0 0 100%;
    }
    
    .reward h2 {
        font-size: 28px;
    }
    
    /* .spin-container {
        width: 250px;
        height: 250px;
    } */
    
    .wheel-segment {
        font-size: 12px;
    }
    
    .spin-btn {
        font-size: 18px;
        padding: 10px 30px;
    }
    
    .reward-items {
        flex-direction: column;
    }
    
    .reward-pool h3 {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .reward-content {
        gap: 20px;
    }
    .reward{
        padding: 10px;
    }
    .back-spin{
        width: 100%;
        transform: translate(calc(-50% - 0px), -50%) !important;
    }
    .deal-wheel {
        margin-top: 0;
        --size: clamp(50px, 180vmin, 200px) !important;
        font-size: 10px !important;
        transform: translate(0, -2px) !important;
    }
    .spin-section {
        width: 100%;
        min-width:auto;
        flex-direction: column;
    }
    .spin-section .spin-container{
        width: 100%;
        height: 280px;
        margin: 0;
    }
    
    .reward-pool {
    }
    
    .spin-btn{
        padding: 12px 50px;
    }
    .card-body.p-5{
        padding: 10px !important;
    }
    .card-body.p-5 .d-flex{
        flex-direction: column;
        margin: 20px 0 0 0 !important;
        align-items: flex-start !important;
    }
}

/* Discipline Matters Section */
.discipline-section {
    background-color: #A0AE9C;
    padding: 50px 20px;
    margin: 40px 0;
    border-radius: 8px;
}

.discipline-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.discipline-title img{
    width: 75px;
    height: auto;
}

.discipline-icon {
    width: 40px;
    height: 40px;
}

.discipline-title h2 {
    color: #173F38;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.discipline-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.discipline-card {
    flex: 0 0 50%;
    background-color: transparent;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.discipline-card img{
    width: 65px;
    background-color: #d0d4cc;
    border-radius: 8px;
}

.reward-pool h3{
    padding: 20px 0 0 20px;
}
.reward-pool .discipline-card{
    align-items: center;
    padding: 10px 20px;
}

.reward-pool .discipline-card p{
    display: flex;
    align-items: center;
    color: #737373;
}
.reward-pool .discipline-card p::before{
    content: "·";
    font-size: 24px;
}
.reward-pool .discipline-card img{
    background-color: rgba(0, 0, 0, 0);
}

.card-icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
}

/* Target Icon */
.target-icon::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #173F38;
    border-radius: 50%;
}

.target-icon::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #173F38;
    border-radius: 50%;
    background-color: #173F38;
}

/* Book Icon */
.book-icon::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 25px;
    border: 3px solid #173F38;
    background-color: rgba(255, 255, 255, 0.9);
}

.book-icon::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    border-right: 3px solid #173F38;
    left: 50%;
    transform: translateX(-50%);
}

/* Communication Icon */
.communication-icon::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid #173F38;
    border-radius: 50%;
    top: 15px;
}

.communication-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid #173F38;
    border-radius: 50%;
    top: 15px;
    left: 20px;
}

/* Mindset Icon */
.mindset-icon::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 20px;
    border: 3px solid #173F38;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
}

.mindset-icon::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 12px;
    border-bottom: 3px solid #173F38;
    border-right: 3px solid #173F38;
    border-radius: 0 0 5px 0;
    bottom: 20px;
    left: 30px;
    transform: rotate(-30deg);
}

.discipline-card h3 {
    color: #173F38;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.discipline-card p {
    color: #173F38;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

/* Responsive Design for Discipline Section */
@media (max-width: 768px) {
    .discipline-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .discipline-title {
        flex-direction: column;
        text-align: center;
    }
    
    .discipline-card {
        flex: 0 0 100%;
        align-items: center;
        text-align: center;
    }
    
    .discipline-card p {
        text-align: center;
    }
}

/* Disclaimer Section */
.disclaimer-section {
    width: 95%;
    background-color: #d8e0d4;
    padding: 25px 30px;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.disclaimer-section h2 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
    display: block;
    margin-left: 0;
    transform: none;
}

.disclaimer-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.disclaimer-list li {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
    list-style:disc;
}

.disclaimer-list li:last-child {
    margin-bottom: 0;
}

/* Responsive Design for Disclaimer Section */
@media (max-width: 768px) {
    .disclaimer-section {
        padding: 20px;
        margin: 30px 0;
    }
    
    .disclaimer-section h2 {
        font-size: 18px;
    }
    
    .disclaimer-list {
        padding-left: 15px;
    }
    
    .disclaimer-list li {
        font-size: 13px;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(126, 154, 112, 0.8);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
     flex-direction: column;
}

.modal h2{
    font-size: 50px;
    font-weight: bold;
    color: #173F38;
    margin-bottom: 40px;
}

.modal-content {
    background-color: #dbded9;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 4px solid #577e6e;
}

.modal-content h2 {
    color: #173F38;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.modal-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-form label {
    display: block;
    color: #173F38;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    max-width: 200px;
    font-weight: bold;
}

.modal-form input {
    width: 100%;
    max-width: 300px;
    padding: 6px;
    border: 1px solid #000000;
    border-radius: 50px;
    font-size: 16px;
    background-color: #f5eed4;
}

.submit-btn {
    background-color: #679f8a;
    color: black;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 200px;
    margin: 10px;
}

.submit-btn:hover {
    background-color: #5D7357;
}

.cancel-btn, .close-btn {
    background-color: #A03B3B;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 180px;
    margin: 10px;
}

.cancel-btn:hover, .close-btn:hover {
    background-color: #7A2727;
}

/* Success Modal Styles */
.success-content {
    background-color: #F6F3F2;
}

.success-details {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0 30px;
    border: 1px solid #EDE7E4;
}

.success-details p {
    color: #173F38;
    margin-bottom: 10px;
    font-size: 14px;
}

.success-details p:last-child {
    margin-bottom: 0;
    font-style: italic;
}

/* Spin Modal Styles */
#spinPhoneModal .modal-content {
    background-color: #f9f6f0;
}

.insufficient-points {
    background-color: #fff3cd;
    padding: 20px;
    border-radius: 5px;
}

.insufficient-text {
    background-color: #dc3545;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.phone-number {
    font-size: 16px;
    color: #737373;
    margin-bottom: 15px;
}

.insufficient-points ul {
    text-align: left;
    margin-bottom: 20px;
}

.insufficient-points li {
    color: #737373;
    margin-bottom: 5px;
}

/* Spin Success Modal Styles */
.spin-success {
    background-color: #d4edda;
    padding: 20px;
    border-radius: 5px;
}

.success-text {
    background-color: #28a745;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.spin-success ul {
    text-align: left;
    margin-bottom: 20px;
}

.spin-success li {
    color: #737373;
    margin-bottom: 5px;
}

/* Reward Modal Styles */
#rewardModal .modal-content {
}


.reward-details {
    text-align: center;
}

.reward-icon-container {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #598074;
}

#rewardIcon {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reward-name {
    font-size: 20px;
    font-weight: bold;
    color: #173F38;
    margin-bottom: 15px;
}

.reward-details p {
    color: #737373;
    margin: 10px 0;
}

/* Reward Icons */
.reward-icon-dollar {
    background-image: url('../img/new/1.png');
}

.reward-icon-book {
    background-image: url('../img/new/2.png');
}

.reward-icon-graduation {
    background-image: url('../img/new/3.png');
}

.reward-icon-tools {
    background-image: url('../img/new/4.png');
}

.reward-icon-events {
    background-image: url('../img/new/5.png');
}

.nav-item{
    position: relative;
}
.nav-item:hover .hover-tag{
    visibility: visible;
    opacity: 1;
}

.hover-tag{
    position: absolute;
    left: 50%;
    bottom: -10px;
    background-color: white;
    transform: translate(-50%,100%);
    padding: 8px 4px;
    width: 80%;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: .5s all;
    cursor: pointer;
}
.hover-tag::before{
    content: "";
    display: inline-block;
    width: 10px;height: 10px;
    background-color: white;
    position: absolute;
    top: -2px;left: 50%;
    transform: rotate(45deg);
}
.hover-tag a{
    color: black;
    text-decoration: none;
}
.hover-tag:hover{
    background-color: rgb(235, 235, 235);
}
.hover-tag:hover::before{
    background-color: rgb(235, 235, 235);
}
.o-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.gap-25{
    height: 25px;
}

.modal.submission-modal .modal-content{
    max-width: 800px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.modal.submission-modal .o-row{
    margin-top: 50px;
}
.modal .o-box{
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: #e4e0dc;
    border-radius: 10px;
    border: 1px solid black;
}
.modal.submission-modal .cancel-btn{
    margin-top: 50px;
}

.modal.success-modal {
    font-weight: bold;
}
.modal.success-modal .success-details{
    line-height: 26px;
    padding: 40px 20px;
}
.modal.success-modal .success-content{
    background-color: #eee7c9;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal.success-modal h2{
    transform: translateY(95%);
}
.modal.success-modal h3{
    font-weight: bold;
    font-size: 18px;
    color: #0f3b34;
}
.modal.spinPhone-modal .submit-btn{
    width: 180px;
    padding: 12px 30px;
}
.modal.spin-resulte-modal{
    font-weight: bold;
}
.modal.spin-resulte-modal h2{
    transform: translateY(95%);
}
.modal.spin-resulte-modal .spin-success,.modal.spin-resulte-modal .insufficient-points{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal.spin-resulte-modal .phone-number{
    background-color: rgba(255, 255, 255, 0.5);
    width: 300px;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid white;
    color: black;
}
.modal.spin-resulte-modal ul{
    width: 90%;
    color: black;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}
.modal.spin-resulte-modal ul li{
    color: black;
    list-style-type: disc;
    padding: 0 10%;
}
.modal.spin-resulte-modal .success-text,.insufficient-text{
    width: 80%;
    padding: 20px ;
}
.modal.reward-modal .modal-content{
    background-color: #d7d5b8;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal.reward-modal h3{
    font-size: 28px;
    margin: 0;
    color: #0f3b34;
}
.modal.reward-modal .modal-content .close-btn{
    width: auto;
}
.modal.reward-modal>p{
    font-style: oblique;
    margin-top: 30px;
}
.modal.reward-modal .modal-content>p{
    font-weight: bold;
    line-height: 26px;
}