body {
    background-color: #f4f4f6; 
    color: #212529;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-size: 0.8rem !important;
    color: #6c757d;
    margin-top: 5px;
    margin-bottom: 0;
}

.bg-orange-brand {
    background-color: #ff6b35 !important;
}

.custom-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.bottom-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
}

.btn-orange-static {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #ff6b35;
    color: white;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease-in-out;
}
.btn-orange-static:hover {
    background-color: #e55a2b;
}

.css-slider {
    position: relative;
    width: 100%;
    height: 450px !important; 
    overflow: hidden !important;
    border-radius: 15px; 
}
.css-slides {
    display: flex !important;
    width: 300% !important; 
    height: 100% !important;
    animation: slideAnimation 12s infinite ease-in-out;
}
.css-slides img {
    width: 33.333% !important; 
    height: 100% !important;
    object-fit: cover !important; 
}

@keyframes slideAnimation {
    0%, 28% { transform: translateX(0); }
    33%, 61% { transform: translateX(-33.333%); }
    66%, 94% { transform: translateX(-66.666%); }
    100% { transform: translateX(0); }
}

.card-img-top-custom {
    height: 180px !important;
    width: 100%;
    object-fit: cover !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.top-row-container {
    display: flex;
    flex-direction: column;
    gap: 16px;              
    margin-bottom: 24px;    
    width: 100%;
}

.top-card-left, .top-card-right {
    width: 100%;
    padding: 24px;
    border-radius: 16px;    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;       
}

.top-card-left {
    border: 2px solid #212529;
    background-color: transparent;
}

.top-card-right {
    background-color: #ff6b35;
    color: #ffffff;
}

@media (min-width: 992px) {
    .top-row-container {
        flex-direction: row; 
    }
    .top-card-left, .top-card-right {
        flex: 1;             
    }
}

.main-content-container {
    display: flex;
    flex-direction: column;
    gap: 24px;              
    margin-bottom: 48px;    
    width: 100%;
}

.main-slider-block, .main-text-block {
    width: 100%;
}

@media (min-width: 992px) {
    .main-content-container {
        flex-direction: row;  
        align-items: stretch;  
    }
    
    .main-slider-block, .main-text-block {
        flex: 1;              
        width: 50%;
    }
body {
    background-color: #f4f4f6; 
    color: #212529;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-size: 0.8rem !important;
    color: #6c757d;
    margin-top: 5px;
    margin-bottom: 0;
}

.bg-orange-brand {
    background-color: #ff6b35 !important;
}

.custom-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.bottom-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
}

.btn-orange-static {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #ff6b35;
    color: white;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease-in-out;
}
.btn-orange-static:hover {
    background-color: #e55a2b;
}

.css-slider {
    position: relative;
    width: 100%;
    height: 450px !important; 
    overflow: hidden !important;
    border-radius: 15px; 
}
.css-slides {
    display: flex !important;
    width: 300% !important; 
    height: 100% !important;
    animation: slideAnimation 12s infinite ease-in-out;
}
.css-slides img {
    width: 33.333% !important; 
    height: 100% !important;
    object-fit: cover !important; 
}

@keyframes slideAnimation {
    0%, 28% { transform: translateX(0); }
    33%, 61% { transform: translateX(-33.333%); }
    66%, 94% { transform: translateX(-66.666%); }
    100% { transform: translateX(0); }
}

.card-img-top-custom {
    height: 180px !important;
    width: 100%;
    object-fit: cover !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.top-row-container {
    display: flex;
    flex-direction: column;
    gap: 16px;              
    margin-bottom: 24px;    
    width: 100%;
}

.top-card-left, .top-card-right {
    width: 100%;
    padding: 24px;
    border-radius: 16px;    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;       
}

.top-card-left {
    border: 2px solid #212529;
    background-color: transparent;
}

.top-card-right {
    background-color: #ff6b35;
    color: #ffffff;
}

@media (min-width: 992px) {
    .top-row-container {
        flex-direction: row; 
    }
    .top-card-left, .top-card-right {
        flex: 1;             
    }
}

.main-content-container {
    display: flex;
    flex-direction: column;
    gap: 24px;              
    margin-bottom: 48px;    
    width: 100%;
}

.main-slider-block, .main-text-block {
    width: 100%;
}

@media (min-width: 992px) {
    .main-content-container {
        flex-direction: row;  
        align-items: stretch;  
    }
    
    .main-slider-block, .main-text-block {
        flex: 1;              
        width: 50%;
    }
}