.refund-policy {
    font-family: Arial, sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    max-width: 800px !important;
    margin: 20px auto !important;
    padding: 20px !important;
    border-radius: 8px !important;
    background-color: transparent !important;
}

.refund-policy h3 {
    color: #2a5885 !important;
    font-size: 12px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 10px !important;
    font-weight: bold !important;
}
.mobile_menu {
    float: left;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .logo {
        margin-left: 10px;
    }

    .slicknav_menu {
        margin-right: 10px;
    }

    .main-header.header-sticky .main-menu,
    .header-right-btn {
        display: none !important;
    }
}
.policy-item {
    margin-bottom: 20px !important;
}

.policy-item h4 {
    color: #333 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}

.policy-item p {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.blue-link {
    color: #0066cc !important;
    text-decoration: none !important;
    font-weight: bold !important;
    transition: color 0.3s !important;
}

.blue-link:hover {
    color: #004499 !important;
    text-decoration: underline !important;
}


.single-slider.slider-heightAuto {
   height: auto !important;  /* Makes height fit content */
    min-height: 0 !important; /* Overrides any minimum height */
    overflow: visible !important; /* Prevents scrollbars */
    align-items: flex-start; /* Aligns content at top */
    flex-wrap: wrap; /* Allows content to expand naturally */
}

/* If parent containers need adjustment */
.slider-heightAuto .container,
.slider-heightAuto .row,
.slider-heightAuto .hero-wrapper {
    height: auto !important;
}
.term-policy {
    font-family: Arial, sans-serif !important;
    line-height: 1.5 !important;
    color: #333 !important;
    max-width: 800px !important;
    margin: 10px auto !important;
    padding: 10px !important;
    border-radius: 8px !important;
    background-color: transparent !important;
}

.term-policy h3 {
    color: #2a5885 !important;
    font-size: 10px !important;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 5px !important;
    font-weight: bold !important;
}

.term-item {
    margin-bottom: 5px !important;
}

.term-item h4 {
    color: #333 !important;
    font-size: 12px !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
}

.term-item p {
    margin-bottom: 5px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}
