/**************************************** HERO ****************************************/

.pro_offer_hero_section {
    background-image: url("/images/visitor/pro_offer/pro_offer_hero_background.png");
    background-position: center;
    background-size: cover;
    height: 700px;
    display: flex;
    justify-content: start;
    position: relative;
}

.starcar_pro_banner{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0px;
    background: var(--starcar-gold);
    transition: all 0.3s ease;
}

.starcar_pro_banner.hide{
    opacity: 0;
}

.starcar_pro_banner_content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.starcar_pro_banner_cta{
    padding: 10px;
    background: var(--starcar-dark);
    color: white;
    border-radius: 7px;
    text-align: center;
}

.starcar_pro_banner_close{
    background: transparent;
    border: none;
    cursor: pointer;
}

.pro_offer_hero_container {
    display: flex;
    align-items: flex-end;
    max-width: 1300px;
    padding: 0px 32px;
    margin-bottom: 50px;
}

.pro_offer_hero_content {
    margin-bottom: 50px;
}

.pro_offer_hero_title {
    position: relative;
    color: white;
    font-weight: 500;
    font-size: 3rem;
    margin-bottom: 30px;
    max-width: 300px;
}

.pro_offer_hero_title::after {
    content: "";
    position: absolute;
    width: 33%;
    height: 6px;
    left: 0;
    bottom: -10px;
    background-color: var(--starcar-gold);
}

.hero_title_gold {
    color: var(--starcar-gold);
}

.pro_offer_hero_description {
    color: white;
    margin-bottom: 30px;
    font-size: 1.25rem;
}

.pro_offer_hero_subtitle {
    color: white;
    font-size: 1.5rem;
}

/**************************************** FEATURES ****************************************/

.pro_offer_features_section {
    padding: 30px 0px;
    background-color: var(--starcar-dark);
}

.pro_offer_features_container {
    margin: 0px auto;
    max-width: 1300px;
    padding: 0px 32px;
}

.pro_offer_features_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    overflow: scroll;
    gap: 15px;
}

.pro_offer_features_list::-webkit-scrollbar {
    display: none;
}

.pro_offer_feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    min-width: 240px;
    max-width: 240px;
}

/**************************************** WHY STARCAR ****************************************/

.pro_offer_why_starcar_section {
    background-color: rgb(0, 0, 0);
    padding: 50px 0px;
}

.pro_offer_why_starcar_container {
    margin: 50px auto;
    max-width: 1300px;
    padding: 0px 32px;
}

.pro_offer_why_starcar_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.pro_offer_why_starcar_title {
    position: relative;
    display: flex;
    color: white;
    margin-bottom: 40px;
}

.pro_offer_why_starcar_title::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 6px;
    background-color: var(--starcar-gold);
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}

.pro_offer_why_starcar_subtitle {
    color: white;
    font-style: italic;
    font-size: 1.5rem;
}

.pro_offer_why_starcar_carousel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}


.carousel_nav.left {
    position: absolute;
    left: 10px;
    z-index: 1;
    user-select: none;
}

.carousel_nav.right {
    position: absolute;
    right: 10px;
    user-select: none;
}

.pro_offer_why_starcar_carousel_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    min-width: 350px;
    gap: 20px;
}

.pro_offer_why_starcar_carousel_item_active {}

.pro_offer_why_starcar_carousel_item_inactive {}

.pro_offer_why_starcar_carousel_item:nth-child(2) {
    filter: opacity(0.5);
    transform: scale(0.75);
}

.pro_offer_why_starcar_carousel_item:nth-child(4) {
    filter: opacity(0.5);
    transform: scale(0.75);
}

.pro_offer_why_starcar_carousel img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

.pro_offer_why_starcar_carousel_item_title {
    display: flex;
    font-weight: 600;
    color: white;
    justify-content: center;
    text-align: center;
    width: 50%;
}

.pro_offer_why_starcar_timeline {
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 2px;
    background-color: var(--starcar-gold);
}

.pro_offer_why_starcar_timeline::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(0, 0, 0), var(--starcar-gold));
}

.pro_offer_why_starcar_timeline::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    top: 0;
    right: 0;
    background: linear-gradient(to left, rgb(0, 0, 0), var(--starcar-gold));
}

.pro_offer_why_starcar_timeline_dot {
    padding: 10px;
    position: relative;
    z-index: 100;
    border: 1px solid var(--starcar-gold);
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease;
}

.pro_offer_why_starcar_timeline_dot.active {
    background-color: var(--starcar-gold);
    transform: scale(1.4);
}

/**************************************** ENGAGEMENT ****************************************/

.pro_offer_engagement_section {
    background: radial-gradient(circle at bottom right,
            rgba(66, 126, 143, 0.22),
            transparent 70%),
        #1c1b1f;
}

.pro_offer_engagement_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 32px;
    max-height: 500px;
}

.pro_offer_engagement_left {
    display: flex;
    justify-content: center;
    position: relative;
}

.pro_offer_engagement_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    padding: 50px 0px;
}

.pro_offer_engagement_title {
    position: relative;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
}

.pro_offer_engagement_title::after {
    content: "";
    position: absolute;
    width: 25%;
    height: 5px;
    background-color: var(--starcar-gold);
    bottom: -10px;
    left: 0;
}

.pro_offer_engagement_description {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.pro_offer_engagement_content img {
    position: absolute;
    right: 0;
    bottom: 15%;
    width: 200px;
}

.pro_offer_engagement_cta {
    text-decoration: none;
    color: var(--starcar-dark);
    background-color: var(--starcar-gold);
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.25rem;
}

.pro_offer_engagement_right {}

.pro_offer_engagement_right img {
    width: 100%;
    max-height: 500px;
}

/**************************************** ADVANTAGES ****************************************/

.pro_offer_advantages_section {
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.pro_offer_advantages_container {
    padding: 0px 32px;
    max-width: 1300px;
    overflow: hidden;
}

.pro_offer_advantages_top {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.pro_offer_advantages_title {
    position: relative;
    display: flex;
    color: white;
    margin-bottom: 40px;
}

.pro_offer_advantages_title::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 6px;
    background-color: var(--starcar-gold);
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}

.advantages_title_gold {
    color: var(--starcar-gold);
    font-weight: 400;
    margin-right: 10px;
}

.pro_offer_advantages_carousel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 50px;
}

.pro_offer_advantages_carousel::-webkit-scrollbar {
    display: none;
}

[data-carousel="advantages"],
.carousel_nav {
    user-select: none;
}

.pro_offer_advantages_carousel_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    min-width: 300px;
    min-height: 450px;
    background-color: var(--starcar-dark);
    padding: 10px;
    border-radius: 10px;
}

.pro_offer_advantages_carousel_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.pro_offer_advantages_carousel_item_content {}

.pro_offer_advantages_carousel_item_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.pro_offer_advantages_carousel_item_description {
    color: #ffffffa6;
    font-weight: 100;
}

.pro_offer_advantages_bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-right: 9%;
}

.carousel_buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.carousel_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--starcar-gold);
    background-color: var(--starcar-dark);
    font-size: 50px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel_nav:hover {
    transform: scale(1.2);
}

.carousel_nav:active {
    transform: scale(1);
}

/**************************************** SUPPORT ****************************************/

.pro_offer_support_section {
    display: flex;
    background-image: url("/images/visitor/pro_offer/pro_offer_support_background_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 65%;
    width: 100%;
    height: 600px;
}

.pro_offer_support_container {
    margin: 0px auto;
    max-width: 1300px;
    padding: 0px 32px;
}

.pro_offer_support_title {
    font-weight: 100;
    width: 100%;
    color: rgb(112 112 112);
    text-align: start;
    font-size: 2rem;
}

.pro_offer_support_title strong {
    font-weight: 600;
    color: white;
}

/**************************************** PRESTATIONS ****************************************/

.pro_offer_prestations_section {
    background-color: rgb(0, 0, 0);
    padding: 50px 0px;
}

.pro_offer_prestations_container {
    margin: 0px auto;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 32px;
}

.pro_offer_prestations_top {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 131px;
}

.pro_offer_prestations_title {
    position: relative;
    color: white;
}

.pro_offer_prestations_title::before {
    position: absolute;
    content: "";
    width: 84.9%;
    height: 4px;
    background-color: var(--starcar-gold);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.pro_offer_prestations_title::after {
    position: absolute;
    content: "";
    width: 115px;
    height: 3px;
    background: linear-gradient(to right,
            rgb(0, 0, 0) 0%,
            var(--starcar-gold) 80%);
    top: 99px;
    left: 11.5%;
    z-index: 2000;
    transform: translateX(50%) rotate(90deg);
}

.pro_offer_prestation_row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 25px 0px;
    margin-bottom: 50px;
}

.pro_offer_prestation_row::before {
    content: "";
    position: absolute;
    width: 84.1%;
    height: 3px;
    background-color: var(--starcar-gold);
    top: -11px;
    left: 50%;
    z-index: 2000;
    transform: translateX(-50%);
}

.pro_offer_prestation_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    max-width: 180px;
    min-width: 180px;
}

.pro_offer_prestation_item::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    top: -23px;
    background-color: var(--starcar-gold);
    transform: rotate(90deg);
}

.pro_offer_prestation_item:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 124px;
    height: 3px;
    top: -61px;
    background: linear-gradient(to right,
            rgb(0, 0, 0) 20%,
            var(--starcar-gold) 80%);
    transform: rotate(90deg);
}

.pro_offer_prestation_icon {
    color: var(--starcar-gold);
    font-size: 40px;
    padding: 15px;
    border: 3px solid var(--starcar-gold);
    border-radius: 50%;
    margin-bottom: 10px;
}

.pro_offer_prestation_title {
    color: white;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}

.pro_offer_prestation_description {
    color: white;
    text-align: center;
    font-size: 1rem;
}

.pro_offer_join_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #ffffff1c;
    border-radius: 10px;
}

.pro_offer_join_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 51%;
    padding: 40px 0px;
}

.pro_offer_join_title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 30px;
    color: white;
    text-align: center;
}

.pro_offer_join_description {
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.pro_offer_join_cta {
    text-align: center;
    text-decoration: none;
    color: var(--starcar-dark);
    background-color: var(--starcar-gold);
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.25rem;
}



/****************************************  RESPONSIVE DESING ****************************************/
@media (max-width: 1300px) {
    .pro_offer_prestations_container {
        max-width: 850px;
    }

    .pro_offer_prestation_row::before {
        width: 74.9%;
    }
}

@media (max-width: 1199px) {
    .pro_offer_hero_container {
        padding: 0px 20px;
    }
}

@media (max-width: 999px) {

    .pro_offer_hero_section {
        height: 500px;
    }

    .pro_offer_hero_container {
        padding: 0px 12px;
        margin-bottom: 0px;
    }

    .pro_offer_hero_content {
        background: #0000001f;
    }

    .pro_offer_why_starcar_section {
        padding: 25px 0px;
    }

    .pro_offer_engagement_container {
        flex-direction: column-reverse;
        max-height: 100%;
        padding-left: 0px;
        padding: 0px 20px;
    }

    .pro_offer_engagement_content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .pro_offer_engagement_description {
        margin-bottom: 20px;
    }

    .pro_offer_engagement_content img {
        margin-bottom: 20px;
        position: inherit;
    }

    .pro_offer_engagement_right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pro_offer_engagement_right img {
        object-fit: cover;
        margin: 20px 0px;
        border-radius: 12px;
    }
}

@media (max-width: 850px) {
    .pro_offer_prestations_container {
        max-width: 715px;
    }

    .pro_offer_prestation_row::before {
        width: 69.9%;
    }
}

@media (max-width: 768px) {
    .pro_offer_hero_container {
        padding: 0px 12px;
    }

    .pro_offer_hero_title {
        font-size: 2rem;
    }


    .pro_offer_hero_content {
        margin-bottom: 10px;
    }

    .pro_offer_hero_description {
        font-size: 1rem;
    }

    .pro_offer_hero_subtitle {
        font-size: 1rem;
    }

    .pro_offer_why_starcar_container {
        padding: 0px 12px;
    }

    .pro_offer_why_starcar_title {
        font-size: 1.5rem;
    }

    .pro_offer_why_starcar_subtitle {
        font-size: 1.25rem;
        text-align: center;
    }

    .pro_offer_engagement_container {
        padding: 0px 12px;
    }

    .pro_offer_engagement_description {
        font-size: 1.2rem;
    }

    .pro_offer_engagement_content img {
        width: 150px;
    }

    .pro_offer_advantages_container {
        padding: 0px 12px;
    }

    .pro_offer_support_container {
        padding: 0px 12px;
    }

    .pro_offer_prestations_container {

        padding: 0px 12px;
    }

    .pro_offer_advantages_top {
        display: initial;
    }


    .pro_offer_advantages_title {
        font-size: 1.5rem;
        flex-direction: column;
        text-align: center;
        margin-bottom: 60px;
    }

    .advantages_title_gold::after {
        width: 100%;
    }

    .pro_offer_support_section {
        height: 500px;
    }

    .pro_offer_support_title {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .pro_offer_prestations_top {
        margin-bottom: 50px;
    }

    .pro_offer_prestations_title::before {
        height: 6px;
        bottom: -10px;

    }

    .pro_offer_prestations_title{
        font-size: 1.5rem;
    }

    .pro_offer_prestations_title::after {
        display: none;
    }

    .pro_offer_prestation_row {
        justify-content: flex-start;
        overflow-x: scroll;
        gap: 30px;
        margin-bottom: 30px;
    }

    .pro_offer_prestation_row::-webkit-scrollbar {
        display: none;
    }

    .pro_offer_prestation_row::before {
        display: none;
    }

    .pro_offer_prestation_item::before {
        display: none;
    }

    .pro_offer_join_title{
        font-size: 1.5rem;
    }

    .pro_offer_join_content {
        max-width: 95%;
    }
}