/* marathon-styles.css */
/* ================== GENERAL STYLES ================== */
body {
    background-color: #FFF2DD;
}

/* ================== HEADER STYLES ================== */
.marathon-header-fixed {
    background-color: white;
}

.nav-list a {
    color: black;
}

/* ================== SLIDER STYLES ================== */
.slider {
    background: linear-gradient(to right, #F7680C, #3E4EEC);
    position: relative;
    max-width: 900px;
    width: 100%;
    height: 450px;
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
    height: 100%;
}

.slide {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}

.h2_slide {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
}

.p_slide {
    font-size: 19px;
    margin: 15px 0;
    max-width: 500px;
    line-height: 1.6;
    color: white;
}

.slide_btn {
    padding: 10px 20px;
    background: linear-gradient(to right, #F7680C, #feb47b);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slider-height {
    height: 750px;
}

.image-height {
    width: 75%;
    margin-top: -150px;
}

.banner_web {
    display: block !important;
}

.banner_mobile {
    display: none !important;
}

.banner-img {
    width: 100%;
    height: auto;
}

/* ================== BUTTON STYLES ================== */
.button-3d {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px #cc0000;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.button-3d:active {
    box-shadow: 0 2px #cc0000;
    transform: translateY(2px);
}

.btn:hover {
    color: #F7680C !important;
    border: 2px solid #F7680C !important;
    background: inherit !important;
}

/* ================== TESTIMONIAL STYLES ================== */
.testimonial-section {
    max-width: 700px;
    min-height: 400px;
    max-height: 400px;
    overflow: scroll;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #333;
}

.testimonial {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.testimonial.active {
    display: block;
    opacity: 1;
}

.testimonial p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
}

.testimonial .author {
    font-weight: bold;
    color: #F7680C;
    margin-top: 15px;
}

.indicators {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #0077cc;
}

/* ================== TITLE STYLES ================== */
.title {
    color: #333;
    position: relative;
    display: block !important;
}

.color1 {
    color: #F7680C;
}

.color2 {
    color: #3E4EEC;
}

/* ================== MARQUEE STYLES ================== */
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: white;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    font-size: 26px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.split-section {
    padding-top: 10px !important;
}

/* ================== SIR SLIDER STYLES ================== */
.sir-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 400px;
    overflow: hidden;
    margin: auto;
    border: 0px solid #ccc;
}

.sir-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.sir-slides img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 10px;
}

.sir-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
}

.sir-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.sir-prev {
    left: 10px;
}

.sir-next {
    right: 10px;
}

/* ================== FOOTER STYLES ================== */
.social-list {
    gap: 10px;
}

.f-logo {
    font-size: 20px;
}

.footer-contacts a:hover {
    color: #F7680C !important;
}

.footer-list a:hover {
    color: #F7680C !important;
}

/* ================== PRE-LOADER STYLES ================== */

.page-preloader-cover{
    
    background-color:#FFF2DD !important;
    
}

.bg-effect{
    background-image: url(assets/img/main-bg.svg) !important; 
    background-color:#FFF2DD !important;
}



/* ================== RESPONSIVE STYLES ================== */
@media (max-width: 766px) {
    .slider-height {
        height: 510px;
    }
    
    .image-height {
        width: 1200px;
        margin-top: 30px;
    }
    
    .banner_web {
        display: none !important;
    }
    
    .banner_mobile {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .banner-img {
        height: 70vh;
    }
}

@media (min-width: 766px) and (max-width: 991px) {
    .banner_web {
        display: none !important;
    }
    
    .banner_mobile {
        display: block !important;
    }
    
    .slider-height {
        height: 530px;
    }
    
    .image-height {
        width: 100%;
        margin-top: 50px;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .slider-height {
        height: 630px;
    }
    
    .banner-img {
        height: 80vh;
    }
    
    .image-height {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 1000px) and (max-width: 1366px) {
    .marathon-slide-height {
        min-height: 824px;
    }
    
    .slider-height {
        height: 824px;
    }
    
    .image-height {
        width: 100%;
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .btn-container {
        margin-top: 50px;
    }
    
    .mobile {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .sir-slider {
        max-width: 100%;
        height: auto;
    }
    
    .sir-button {
        padding: 8px 12px;
    }
}