

/* Start:/local/templates/silamarket/css/internal.css?1748840053842*/
nav {
    border-radius: 15px !important;
}

.inner-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 40px 0;
    height: 290px;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


.inner-hero-content {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inner-hero p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
/* End */


/* Start:/local/templates/silamarket/css/info/faq.css?17488400534019*/
.faq-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 80px 0;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.faq-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.faq-hero p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-section {
    background: white;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #D61A19;
    border-radius: 2px;
}

.faq-search {
    position: relative;
    margin-bottom: 40px;
}

.faq-search input {
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #E2E3E4;
    border-radius: 50px;
    font-size: 16px;
    outline: none;
}

.faq-search button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #606060;
    font-size: 18px;
    cursor: pointer;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.faq-category {
    background: #F8F9FA;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    color: #203E5C;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-category:hover, .faq-category.active {
    background: #203E5C;
    color: white;
}

.faq-accordion {
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #203E5C;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 20px 20px;
}

.faq-answer-content {
    font-size: 16px;
    line-height: 1.6;
    color: #606060;
}

.faq-answer-content p {
    margin-bottom: 15px;
}

.faq-answer-content ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.faq-answer-content li {
    margin-bottom: 8px;
}

.faq-contact {
    background: linear-gradient(135deg, #D61A19 0%, #B01514 100%);
    color: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.faq-contact-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.faq-contact-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-contact-button {
    display: inline-block;
    background: white;
    color: #D61A19;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-contact-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    
    .faq-hero {
        padding: 60px 20px;
    }
    
    .faq-hero h1 {
        font-size: 36px;
    }
    
    .faq-section {
        padding: 30px;
    }
}
/* End */
/* /local/templates/silamarket/css/internal.css?1748840053842 */
/* /local/templates/silamarket/css/info/faq.css?17488400534019 */
