/* Insurance Slider Styles */
.insurance-slider {
    margin-top: 30px;
}

.insurance-slider .insurance-item {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.insurance-slider .insurance-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.insurance-slider .insurance-content {
    text-align: center;
}

.insurance-slider .insurance-content .icon {
    font-size: 40px;
    color: #00a86f;
    margin-bottom: 20px;
}

.insurance-slider .insurance-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #302353;
}

.insurance-slider .insurance-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.insurance-slider .insurance-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: left;
}

.insurance-slider .insurance-features li {
    padding: 8px 0;
    color: #666;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.insurance-slider .insurance-features li:last-child {
    border-bottom: none;
}

.insurance-slider .insurance-features li i {
    color: #00a86f;
    margin-right: 10px;
    font-size: 14px;
}

.insurance-slider .insurance-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #00a86f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.insurance-slider .insurance-btn:hover {
    background: #302353;
    color: #fff;
}

/* Owl Carousel Customization for Insurance Slider */
.insurance-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
}

.insurance-slider .owl-nav button {
    width: 40px;
    height: 40px;
    background: #00a86f !important;
    color: #fff !important;
    border-radius: 50% !important;
    margin: 0 5px;
    font-size: 20px !important;
    line-height: 40px !important;
}

.insurance-slider .owl-nav button:hover {
    background: #302353 !important;
}

.insurance-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.insurance-slider .owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
}

.insurance-slider .owl-dot.active {
    background: #00a86f !important;
}

/* Responsive Styles for Insurance Slider */
@media (max-width: 768px) {
    .insurance-slider .insurance-item {
        margin: 10px;
    }
    
    .insurance-slider .insurance-content h3 {
        font-size: 20px;
    }
    
    .insurance-slider .insurance-features li {
        font-size: 14px;
    }
}

/* Policy Slider Section Styles */
.policy-slider-section {
    position: relative;
    padding: 80px 0;
    background-color: #f8f9fa;
}

.policy-slider-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.policy-slider-section .section-title span {
    color: #00a86f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.policy-slider-section .section-title h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #302353;
}

.policy-slider-section .section-title p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.policy-slider {
    position: relative;
}

.policy-item {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin: 5px;
}

.policy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.policy-content {
    text-align: center;
}

.policy-content .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.policy-content .icon i {
    font-size: 32px;
    color: #00a86f;
}

.policy-item:hover .icon {
    background: #00a86f;
}

.policy-item:hover .icon i {
    color: #fff;
}

.policy-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #302353;
}

.policy-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.policy-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: left;
}

.policy-features li {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.policy-features li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #00a86f;
}

.policy-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #00a86f;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.policy-btn:hover {
    background: #302353;
    color: #fff;
}

/* Owl Carousel Customization */
.policy-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    margin: 0;
}

.policy-slider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.policy-slider .owl-nav button:hover {
    background: #00a86f !important;
    border-color: #00a86f !important;
}

.policy-slider .owl-nav button i {
    color: #302353;
    font-size: 16px;
}

.policy-slider .owl-nav button:hover i {
    color: #fff;
}

.policy-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.policy-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.policy-slider .owl-dots button.active {
    background: #00a86f !important;
    width: 20px;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .policy-slider-section .section-title h3 {
        font-size: 28px;
    }
    
    .policy-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .policy-slider-section {
        padding: 60px 0;
    }
    
    .policy-slider-section .section-title h3 {
        font-size: 24px;
    }
    
    .policy-item {
        padding: 5px;
    }
    
    .policy-content .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    
    .policy-content .icon i {
        font-size: 24px;
    }
    
    .policy-content h3 {
        font-size: 20px;
    }
    
    .policy-features li {
        font-size: 14px;
    }
    
    .policy-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .policy-slider-section .section-title h3 {
        font-size: 22px;
    }
    
    .policy-slider .owl-nav {
        display: none;
    }
} 