.header{color:#fff;background-position:top;background-repeat:no-repeat;background-size:cover;position:relative}
.header1{height:100vh;position:relative}
.jumbo{width: 100%; min-height: 100vh; position: relative; padding: 80px 0; display: flex; align-items: center; justify-content: center; color: var(--default-color);}
.header__title{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-weight:700}
.header__button{font-size:1.1rem;color:#fff;border:1px solid #c51d1d;background-color:#ec111a;border-radius:25px 0 25px 0;font-weight:600;padding:.6em 1em}
:focus{outline:0!important}
.header__button:hover{border-radius:0;border:1px solid #000;background-color:#c4ac7b;color:#000}
.header__button a{text-decoration:none;color:#fff}
.header__button a:hover{color:#000}
.title1{font-size:2.5rem;letter-spacing:8px;font-weight:600}
.minititle{font-family:'Yellowtail',cursive;letter-spacing:3px;font-size:1.2rem}
.images img:hover{transform:scale(1.1,1.2);transition:.7s}
.deals-title{color:#e09900;font-size:26px;line-height:1em}
.deals-desc{color:#fff}
.deals-price{color:#e09900;font-size:18px}
.jumbo img{position: absolute; position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; z-index: 1;}
.jumbo div.content-section{position: relative; z-index: 3;}
@media (min-width: 200px) and (max-width: 341px) {
.padding-mobile-view{padding-top:0!important}
.padding-mobile-view h1{font-size:24px!important;}
.header__button{font-size:13px!important}
}@media (min-width: 342px) and (max-width: 700px) {
.jumbo{align-items:initial; justify-content:initial; min-height: 65vh;padding-top:4rem!important;}
.padding-mobile-view h1{font-size:34px!important}
.header__button{font-size:13px!important}
.header__title{letter-spacing:unset;}
.header__subtitle{font-size: unset;}
.content-section{padding-top: 5rem;}
}


.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    margin-top: 32px;
    margin-bottom: 19px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.faq-header {
    text-align: center;
    margin-bottom: 20px;
}

    .faq-header h1 {
        font-size: 2.5em;
        color: white;
    }

.faq-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .faq-controls button {
        padding: 10px 20px;
        font-size: 1em;
        background: #3498db;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s;
    }

        .faq-controls button:hover {
            background: #2980b9;
        }

.search-bar input {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s;
}

    .search-bar input:focus {
        border-color: #3498db;
    }

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    color: #2c3e50;
    transition: background 0.3s;
}

    .faq-question:hover {
        background: #e0f7fa;
    }

    .faq-question .toggle-icon {
        font-size: 1.2em;
        transition: transform 0.3s;
    }

    .faq-question.active .toggle-icon {
        transform: rotate(45deg);
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

    .faq-answer.active {
        max-height: 300px;
        padding: 15px;
    }

    .faq-answer p {
        color: #555;
    }

@@media (max-width: 600px) {
    .faq-container {
        padding: 15px;
        margin-top: 55px;
    }

    .faq-header h1 {
        font-size: 2em;
    }

    .faq-question {
        font-size: 1em;
    }

    .faq-controls {
        flex-direction: column;
        gap: 10px;
    }

        .faq-controls button {
            width: 100%;
        }
}

.collapsible {
    margin-bottom: 5px;
    background-color: #bdc5be91;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border: none;
    text-align: left;
    outline: none;
    width: 100%;
    font-size: 16px;
    position: relative;
}

    .collapsible::after {
        content: '+';
        position: absolute;
        right: 10px;
    }

.content {
    padding: 0 18px;
    display: none;
    background-color: black;
    color: white;
}

.active, .collapsible:hover {
    background-color: #ede8e5a1;
}

    .active::after {
        content: '-';
    }

ul {
    list-style-type: disc;
    padding-left: 20px;
}

.buton-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
