/* ----------------------------------

Template Name: Urane - Insurance Company HTML Template
Author: validtheme
Description:
Version: 1.3

Main Font    : Manrope
Main Color   : #015FC9

-------------------------------------

[Typography]

Body copy:    15px 'Manrope', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  16px 'Manrope', sans-serif
Sidebar heading:  22px 'Manrope', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
        - Navbar Fixed
        - Navbar Center
    04. Banner
        - Banner Slide
        - Banner Zoom
        - Banner Animtion
	05. About
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Version Six
    06. Insureance
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Version Six
	07. Estimate / Quote
        - Version One
        - Version Two
        - Version Three
        - Version Four
    08. Gallery
        - Gallery Masonary
        - Gallery Single
    09. Team
        - Team Version One
        - Team Version Two
        - Team Single
	10. Features
        - Style One
        - Style Two
    12. Testimonials
		- Version One
        - Version Two
        - Version Three
	13. Pricing Table
		- Version One
        - Version Two
    14. Partners / Brand
    15. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/

/*
** General Styles for HTML tags
*/

/* Improved Form Styles for Estimate Section */
.improved-forms {
    padding: 30px !important;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.improved-forms .nav-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    border: none;
    background: transparent;
}

.improved-forms .nav-tabs li.nav-item {
    flex: 1;
    margin: 0;
}

.improved-forms .nav-tabs li.nav-item .nav-link {
    padding: 14px 20px;
    border-radius: 10px;
    background: #f8f9fa;
    border: 2px solid transparent;
    color: #555;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.improved-forms .nav-tabs li.nav-item .nav-link i {
    font-size: 16px;
}

.improved-forms .nav-tabs li.nav-item .nav-link:hover {
    background: #e9ecef;
    border-color: #dee2e6;
}

.improved-forms .nav-tabs li.nav-item .nav-link.active {
    background: linear-gradient(135deg, #015FC9 0%, #013d82 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(1, 95, 201, 0.3);
}

.improved-forms .nav-tabs li.nav-item .nav-link.active i {
    color: #fff;
}

.improved-forms .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.improved-forms .form-group {
    margin-bottom: 0;
}

.improved-forms .form-group.full-width {
    grid-column: 1 / -1;
}

.improved-forms .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.improved-forms .input-icon {
    position: relative;
}

.improved-forms .input-icon i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 1;
}

.improved-forms .input-icon input,
.improved-forms .input-icon select {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    height: 46px;
}

.improved-forms .input-icon select {
    cursor: pointer;
    appearance: none;
    /* background-image: url("data:image/svgxml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); */
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

.improved-forms .input-icon input:focus,
.improved-forms .input-icon select:focus {
    border-color: #015FC9;
    box-shadow: 0 0 0 4px rgba(1, 95, 201, 0.1);
    outline: none;
}

.improved-forms .input-icon input::placeholder {
    color: #aaa;
}

.improved-forms .submit-btn {
    width: 100%;
    padding: 16px 30px;
    margin-top: 20px;
    background: linear-gradient(135deg, #015FC9 0%, #013d82 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(1, 95, 201, 0.3);
}

.improved-forms .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(1, 95, 201, 0.4);
}

.improved-forms .submit-btn i {
    font-size: 16px;
}

/* First Home Theme */
.first-home-theme {
    --primary-color: #28a745;
    --accent-green: #20c997;
}

.first-home-theme .btn-success {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-green) 100%) !important;
    border-color: var(--primary-color) !important;
}

.first-home-theme .btn-success:hover {
    background: linear-gradient(135deg, var(--accent-green) 0%, var(--primary-color) 100%) !important;
    transform: translateY(-2px);
}

.first-home-hero {
    position: relative;
}

.first-home-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.8), rgba(32, 201, 151, 0.6));
    z-index: 1;
}

.first-home-hero > * {
    position: relative;
    z-index: 2;
}

.first-home-hero .pulse {
    animation: pulse 2s infinite;
}

.masonry-grid {
    transition: all 0.3s ease;
}

.masonry-item {
    margin-bottom: 30px;
}

.mason-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mason-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Process Alternating Cards */
.process-alt-item {
    margin-bottom: 60px;
}

.process-alt-content {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.process-alt-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-green));
}

.process-alt-right .process-alt-content {
    margin-left: 40px;
}

.process-alt-right .process-alt-content::before {
    background: linear-gradient(135deg, var(--accent-green), var(--primary-color));
}

.process-alt-content .thumb {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
}

.process-alt-content .thumb img {
    width: 40px;
    height: 40px;
}

.process-alt-content .thumb span {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--accent-green);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgba(32, 201, 151, 0.4);
}

.process-alt-content h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #1a1a1a;
}

.process-alt-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .process-alt-right .process-alt-content {
        margin-left: 0;
    }
    
    .process-alt-content {
        margin-bottom: 40px !important;
    }
}

/* Timeline styles for Key Steps (Phase 2) */
.timeline-step {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}

.timeline-step::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: -40px;
    width: 2px;
    background: var(--primary-color);
}

.timeline-step:last-child::before {
    display: none;
}

.timeline-step .thumb {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 4px solid var(--primary-color);
    background: #fff;
    box-shadow: 0 5px 20px rgba(40, 167, 69, 0.3);
}

.timeline-step .thumb.bg-green {
    background: var(--primary-color);
}

.timeline-step .thumb img {
    width: 28px;
    height: 28px;
}

.timeline-step .thumb span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 3px solid #fff;
}

/* Stats Circle Layout */
.stats-circle-item {
    margin-bottom: 50px;
    transition: transform 0.3s ease;
}

.stats-circle {
    position: relative;
    height: 200px;
    margin: 0 auto 25px;
}

.stats-circle .stats-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.stats-circle .stats-icon img {
    width: 40px;
    height: 40px;
}

.stats-circle::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    border: 4px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.stats-circle::after {
    content: '';
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    border: 4px solid var(--accent-green);
    border-radius: 50%;
    animation: rotate 15s linear infinite reverse;
}

.counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    font-size: 36px;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.stats-circle span {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
    white-space: nowrap;
}

.stats-circle-item h5 {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--primary-color);
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.stats-circle-item:hover {
    transform: scale(1.05);
}

/* CTA Form - Inverted Layout */
.estimate-two-box .row > div:first-child {
    order: 2;
}

.estimate-two-box .row > div:last-child {
    order: 1;
}

/* Brands Vertical List */
.brand-vertical-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    align-items: center;
}

.brand-vertical-list .brand-item {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.brand-vertical-list .brand-item:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.brand-vertical-list img {
    max-height: 60px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.brand-vertical-list .brand-item:hover img {
    filter: grayscale(0%);
}

/* FAQ Accordion */
.faq-item {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.faq-question {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-green));
    color: white;
    padding: 20px 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: linear-gradient(135deg, var(--accent-green), var(--primary-color));
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-question.active i {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.4s ease;
    padding: 0 30px;
}

.faq-answer.active {
    max-height: 200px;
    padding: 30px;
}

.faq-answer p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

/* Deposit Slider */
.deposit-slider {
    margin: 20px 0;
}

.deposit-slider .irs--flat .irs-bar,
.deposit-slider .irs--flat .irs-from,
.deposit-slider .irs--flat .irs-to,
.deposit-slider .irs--flat .irs-single,
.deposit-slider .irs--flat .irs-grid-pol {
    background: var(--primary-color);
}

.deposit-slider .irs--flat .irs-handle {
    border: 2px solid var(--primary-color);
    background: #fff;
    top: -8px;
}

.deposit-slider-value {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.bg-gradient-green {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    position: relative;
}

.bg-gradient-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/img/shape/6.png') center/cover;
    opacity: 0.1;
}

.bg-gradient-green > * {
    position: relative;
    z-index: 2;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .improved-forms {
        padding: 20px !important;
    }
    
    .improved-forms .form-grid {
        grid-template-columns: 1fr;
    }
    
    .improved-forms .nav-tabs {
        flex-direction: column;
    }
    
    .improved-forms .nav-tabs li.nav-item .nav-link {
        justify-content: flex-start;
    }
}

/* Fun Fact Icons */
.fun-fact-icon {
    height: 55px;
    width: auto;
    margin-bottom: 15px;
    display: block;
}

.fun-factor-style-one-box .fun-fact .info {
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .brand-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Life Insurance - Info Card Grid (animated) */
.wmm-info-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border: 1px solid rgba(1, 95, 201, 0.12);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.wmm-info-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 4px;
    background: linear-gradient(90deg, #015FC9 0%, #20c997 100%);
    opacity: 0.9;
}

.wmm-info-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(1,95,201,0.06) 0%, rgba(32,201,151,0.06) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.wmm-info-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.35;
    color: #0f172a;
    font-weight: 800;
}

.wmm-info-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
    font-size: 14.5px;
}

.wmm-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(1, 95, 201, 0.18);
    border-color: rgba(1, 95, 201, 0.22);
}

.wmm-info-card:hover::after {
    opacity: 1;
}

/* entrance animation using existing animate.css keyframes */
.wmm-info-card[data-animate] {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

/* Key Benefits (Life Insurance) - Image + Cards */
.wmm-benefits-hero {
    margin-top: 35px;
}

.wmm-benefits-hero .wmm-benefits-image {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.wmm-benefits-hero .wmm-benefits-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(1,95,201,0.25) 0%, rgba(32,201,151,0.15) 100%);
    z-index: 1;
}

.wmm-benefits-hero .wmm-benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.wmm-benefits-hero .wmm-benefits-image .wmm-benefits-badge {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 18px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(1,95,201,0.12);
    border-radius: 999px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.wmm-benefits-hero .wmm-benefits-badge i {
    color: #015FC9;
    font-size: 18px;
}

.wmm-benefits-hero .wmm-benefits-badge span {
    font-weight: 800;
    color: #0f172a;
    font-size: 13.5px;
}

.wmm-benefits-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: start;
}

.wmm-benefits-item {
    padding: 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(1, 95, 201, 0.12);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.wmm-benefits-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 4px;
    background: linear-gradient(90deg, #015FC9 0%, #20c997 100%);
    opacity: 0.9;
}

.wmm-benefits-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(1, 95, 201, 0.16);
    border-color: rgba(1, 95, 201, 0.22);
}

.wmm-benefits-item .wmm-benefits-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(1, 95, 201, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.wmm-benefits-item .wmm-benefits-icon i {
    color: #015FC9;
    font-size: 20px;
}

.wmm-benefits-item h3 {
    margin: 0 0 8px 0;
    font-size: 16.5px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.3;
}

.wmm-benefits-item p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
    font-size: 14.2px;
}

@media (max-width: 991px) {
    .wmm-benefits-list {
        grid-template-columns: 1fr;
    }
}


