.one-section-ofer-prognoz {
    min-height: 100vh;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center;
    background-image: url(/assets/img/background-purple.webp);
    background-repeat: no-repeat;
} 

.forecast-card {
    padding: 50px 40px; 
    height: 100%;
    background-color: rgba(255, 255, 255, 0.67);
    display: inline-block;
    width: 100%;
    border-radius: 2px;
}

.ofer-title {
    font-size: 52px;
    width: 670px;
}

.ofer-subtitle {
    width: 670px;
}

.margin-top-47 {
    margin-top: 47px;
}

.margin-top-37 {
    margin-top: 37px;
}

.margin-top-57 {
    margin-top: 57px;
}

.alert {
    border-radius: 2px;
}

.alert-danger {
    background-color: #a47764;
    color: #E4D6C6;
    border-color: #dbb690;
}

.alert-success {
    background-color: #dbb690;
    color: #171931;
    border-color: #a47764;
}

.sp_image {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    width: auto;
    max-height: 400px;
    height: 100%;
    margin: auto;
}

.sp_image_holder {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.sp_image_holder img {
    display: block;
    max-width: 100%;
}

/* Прозорий шар поверх зображення */
.sp_image_holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}

.sp_descr_text_holder {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#sp_descr_btn {
    width: 100%;
    text-align: center;
}

.your_sp {
    font-weight: 500;
    color: #a47764;
}

.modal-body-new {
    padding: 40px 40px !important;
    border-radius: 2px;
    background-image: url(/assets/img/bg1.jpg);
    background-size: cover; 
    background-position: 50% 100%;
}

.btn-close-man {
    position: absolute;
    top: 15px;
    right: 15px;
}

.description {
    position: relative;
    max-height: 4em; /* ~2-3 рядки тексту */
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.btn-sm-padding {
    padding: 15px 16px !important;
}

.dark_color {
    color: rgb(23,25,49);
}

.pink_color {
    color: #dbb690;
}

.pink_color_dark {
    color: #a47764;
}

.b600 {
    font-weight: 600;
}

.b500 {
    font-weight: 500;
}

.padding-left-15 {
    padding-left: 15px;
}

.what_you_get_tile {
    position: relative;
    border-radius: 2px;
    padding: 100px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;       
}

.what_you_get_tile1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.25;
    background-size: 120%;
    background-position: 50% 30%;
    background-image: url(/assets/img/decks/ukrainian_historical_taro/2.jpg);
}

.top-text {
    z-index: 5; 
    position: relative;
}


.what_you_get_tile2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.25;
    background-size: 120%;
    background-position: 50% 35%;
    background-image: url(/assets/img/decks/ukrainian_historical_taro/7.jpg);
}

.what_you_get_tile3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.25;
    background-size: 120%;
    background-position: 50% 60%;
    background-image: url(/assets/img/decks/ukrainian_historical_taro/23.jpg);
}

.what_you_get_tile4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.25;
    background-size: 120%;
    background-position: 50% 50%;
    background-image: url(/assets/img/decks/ukrainian_historical_taro/10.jpg);
}

.testimonial-card {
    background: rgba(255,255,255,0.67);
    border: 1px solid #E4D6C6;
    border-radius: 2px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(233, 30, 140, 0.15);
    border-color: #dbb690;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dbb690, #a47764);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-weight: 600;
    font-size: 16px;
    color: #2C2C2C;
    margin-bottom: 3px;
}

.testimonial-date {
    font-size: 13px;
    color: #888888;
}

.testimonial-stars {
    color: #FFB800;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4A4A4A;
}

.accordion-item {
    background: transparent; 
    border: 0px solid black !important; 
    box-shadow: none !important; 
}

.accordion-button {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    box-shadow: none !important; 
    color: #dbb690 !important; 
    border: 0px solid black !important; 
}

.accordion-item {
    background: transparent;
    line-height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    position: relative;
    padding-left: 50px !important;
}

.accordion-button::after {
    display: none;
}

.accordion-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #E4D6C6;
}

.accordion-button:not(.collapsed) .accordion-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(233, 30, 140, 0.3);
}

.accordion-body {
    padding: 0px 20px 25px 50px;
}

@media (max-width: 1399.99px) { 
    .forecast-card ul {
        min-height: 140px;
    }
}

@media (max-width: 1199.99px) { 
    .forecast-card ul {
        min-height: 200px;
    }
}

@media (max-width: 991.99px) { 
    .ofer-title {
        font-size: 42px;
        width: 100%;
    }
    
    .ofer-subtitle {
        width: 100%;
    }
    
    .prognoz_type_header {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .ofer-title {
        font-size: 38px;
        width: 100%;
    }
    
    .ofer-subtitle {
        width: 100%;
    }
    
    .prognoz_type_header {
        font-size: 28px;
    }
    
    .forecast-card ul {
        min-height: auto;
    }
}

@media (max-width: 391.98px) {
    .ofer-title {
        font-size: 34px;
        width: 100%;
    }
    
    .ofer-subtitle {
        width: 100%;
    }
}