.main-title {
    font-size: calc(2rem + 1.5vw);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.orange-text {
    color: #FF8C42;
}
.subtitle {
    color: #666;
    font-size: calc(1rem + 0.2vw);
    margin-top: 20px;
    margin-bottom: 30px;
}
.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}
.feature-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: start;
    font-size: calc(0.9rem + 0.1vw);
}
.feature-list li:before {
    background-image: url("../img/partner/Goshippro-pine-cone.png");
    content: '';
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}
.btn-refer {
    border: 2px solid #FF8C42;
    color: #FF8C42;
    padding: 10px 25px;
    background: white;
    border-radius: 5px;
    margin: 0 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-refer:hover{
    background-color: #FF8C42;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}


.btn-chat {
    border: 2px solid #FF8C42;
    color: #FF8C42;
    padding: 10px 25px;
    background: white;
    border-radius: 5px;
    margin: 0 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-chat:hover {
    background-color: #FF8C42;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-marketing {
    border: 2px solid #666;
    color: #666;
    padding: 10px 25px;
    background: white;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn-marketing:hover{
    background: #666;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 25px;
    color: white;
    cursor: pointer;
}


.illustration img{
    height: 630px;
}
.referred-title {
    font-family: Roboto, 'sans-serif';
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.feature-list li{
    font-family: Open Sans, 'sans-serif';
}

@media (max-width: 768px) {
    .btn-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .btn-refer, .btn-chat, .btn-marketing {
        margin: 5px 0;
        width: 100%;
    }
    h1{
        font-size: 30px;
    }
    .main-title {
        font-size: calc(1.4rem + 1vw);
    }
    .subtitle {
        font-size: 0.8rem;
    }
    .section-title{
        font-size: 22px !important;
    }
    .affiliate-dashboard img{
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .content-wrapper {
        padding-right: 40px;
    }
}
.partner-container{
    margin-top: 84px;
    padding-top: 60px;
}
.explore-link{
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.record-subtitle{
    color: #666;
    font-size: calc(1rem + 0.2vw);
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}


.program-header {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.program-step {
    text-align: center;
    margin-bottom: 20px;
}
.step-img{
    border: 1px solid rgb(221,221,221);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 30px auto;
}

.step-img img{
   width: 100%;
}

.step-number {
    font-weight: bold;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-family: Roboto, 'sans-serif';
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
/*.subtitle {*/
/*    text-align: center;*/
/*    margin-bottom: 20px;*/
/*    font-family: Open Sans, 'sans-serif';*/
/*    font-size: 24px;*/
/*    margin-top: 20px;*/
/*}*/
.affiliate-dashboard-pc {
    width: 65%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.affiliate-dashboard-pc img{
    width: 100%;

}
.affiliate-dashboard {
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.affiliate-dashboard img{
    width: 60%;
}

.text-overlay-head {
    font-family: Open Sans, 'sans-serif';
    color: #000000;
    font-weight: bold;
}

.text-overlay-number {
    font-size: 18px;
    font-weight: bold;
    font-family: Open Sans, 'sans-serif';
    color: #000000;
    line-height: 30px;
    margin-bottom: 18px;
}

.color-orange {
    color: #f08300;
}

/* Default positioning for larger screens */
.font-size-left {
    font-size: 30px;
    position: absolute;
    left: 12%;
    top: 21%;
}

.font-size-center {
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 21%;
    transform: translateX(-50%);
}

.font-size-right {
    font-size: 30px;
    position: absolute;
    left: 83%;
    top: 21%;
}

.text-overlay.left {
    position: absolute;
    top: 50%;
    left: 4%;
    text-align: center;
}

.text-overlay.center {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.text-overlay.right {
    position: absolute;
    top: 50%;
    left: 76%;
    text-align: center;
}

.center-font{
    font-size: 28px !important;
    line-height: 36px;
    margin-bottom: 22px;
}


.content {
    text-align: center;
    color: #FFFFFF;
    font-family: Roboto, 'sans-serif';
}
.content-head{
    font-size: 44px;
}

.icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.icon-text a{
    font-size: 24px;
    color: #ffffff;
}
.icon-text a:hover{
    color: #f08300;
}

.icon-text i {
    font-size: 2rem;


    margin-right: 10px;
}
.content-icon{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
