 /*==================================================
Aarohan Wealth
Home CSS
Financial Journey Part 1
==================================================*/
/*==================================
Journey Section
==================================*/
.journey{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fbff 100%
    );
    }
    /*==================================
    Background Effects
    ==================================*/
    .journey::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    top:-260px;
    right:-180px;
    border-radius:50%;
    background:
    radial-gradient(
    circle,
    rgba(18,60,115,.05),
    transparent 70%
    );
    }
    .journey::after{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    left:-150px;
    bottom:-150px;
    border-radius:50%;
    background:
    radial-gradient(
    circle,
    rgba(200,155,60,.08),
    transparent 70%
    );
    }
    /*==================================
    Section Heading
    ==================================*/
    .journey .section-heading{
    margin-bottom:80px;
    }
    .journey .section-title{
    max-width:760px;
    margin:auto;
    }
    .journey .section-description{
    max-width:700px;
    margin:auto;
    }
    /*==================================
    Timeline Wrapper
    ==================================*/
    .journey-wrapper{
    position:relative;
    max-width:1180px;
    margin:0 auto;
    z-index:2;
    }
    /*==================================
    Center Timeline
    ==================================*/
    .journey-wrapper::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:4px;
    transform:translateX(-50%);
    border-radius:20px;
    background:
    linear-gradient(
    to bottom,
    var(--primary),
    var(--secondary)
    );
    box-shadow:
    0 0 25px rgba(18,60,115,.12);
    }
    /*==================================
    Timeline Node
    ==================================*/
    .journey-item{
    position:relative;
    width:50%;
    margin-bottom:70px;
    display:flex;
    }
    .journey-item:last-child{
    margin-bottom:0;
    }
    /* Left Side */
    .journey-item.left{
    justify-content:flex-end;
    padding-right:70px;
    }
    /* Right Side */
    .journey-item.right{
    margin-left:50%;
    justify-content:flex-start;
    padding-left:70px;
    }

    /*==================================================
Aarohan Wealth
Home CSS
Financial Journey Part 2
==================================================*/
/*==================================
Timeline Number
==================================*/
.journey-number{
    position:absolute;
    top:50%;
    left:100%;
    transform:translate(-50%, -50%);
    width:72px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--gradient-primary);
    color:#ffffff;
    font-family:var(--heading-font);
    font-size:1.2rem;
    font-weight:800;
    letter-spacing:.05em;
    z-index:5;
    box-shadow:
    0 15px 35px rgba(18,60,115,.25);
    transition:all .4s ease;
    }
    /* Right Side Position */
    .journey-item.right .journey-number{
    left:0;
    transform:translate(-50%, -50%);
    }
    /*==================================
    Outer Ring
    ==================================*/
    .journey-number::before{
    content:"";
    position:absolute;
    inset:-10px;
    border-radius:50%;
    border:2px dashed rgba(200,155,60,.45);
    transition:.4s ease;
    }
    /*==================================
    Timeline Connector
    ==================================*/
    .journey-number::after{
    content:"";
    position:absolute;
    inset:-22px;
    border-radius:50%;
    border:1px solid rgba(18,60,115,.10);
    }
    /*==================================
    Journey Card
    ==================================*/
    .journey-card{
    position:relative;
    width:100%;
    padding:36px;
    background:#ffffff;
    border-radius:24px;
    border:1px solid rgba(18,60,115,.08);
    box-shadow:
    0 15px 45px rgba(15,23,42,.06);
    transition:all .4s ease;
    overflow:hidden;
    }
    /*==================================
    Top Accent
    ==================================*/
    .journey-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:var(--gradient-primary);
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s ease;
    }
    /*==================================
    Background Glow
    ==================================*/
    .journey-card::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    right:-90px;
    bottom:-90px;
    border-radius:50%;
    background:
    radial-gradient(
    circle,
    rgba(18,60,115,.08),
    transparent 70%
    );
    opacity:0;
    transition:.4s ease;
    }

    /*==================================================
Aarohan Wealth
Home CSS
Financial Journey Part 3
==================================================*/
/*==================================
Journey Icon
==================================*/
.journey-icon{
    width:72px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    border-radius:20px;
    background:linear-gradient(
    135deg,
    #F7FAFF 0%,
    #EEF5FF 100%
    );
    border:1px solid rgba(18,60,115,.08);
    transition:all .4s ease;
    }
    .journey-icon i{
    font-size:30px;
    color:var(--primary);
    transition:all .4s ease;
    }
    /*==================================
    Content
    ==================================*/
    .journey-card h4{
    font-size:1.55rem;
    font-weight:800;
    color:var(--dark);
    margin-bottom:16px;
    line-height:1.3;
    position:relative;
    z-index:2;
    }
    .journey-card p{
    margin:0;
    color:var(--text-light);
    line-height:1.9;
    font-size:1rem;
    position:relative;
    z-index:2;
    }
    /*==================================
    Hover Effects
    ==================================*/
    .journey-item:hover .journey-card{
    transform:translateY(-10px);
    border-color:rgba(18,60,115,.12);
    box-shadow:
    0 28px 70px rgba(15,23,42,.12);
    }
    .journey-item:hover .journey-card::before{
    transform:scaleX(1);
    }
    .journey-item:hover .journey-card::after{
    opacity:1;
    }
    .journey-item:hover .journey-icon{
    background:var(--gradient-primary);
    transform:rotate(-8deg);
    }
    .journey-item:hover .journey-icon i{
    color:#ffffff;
    transform:scale(1.08);
    }
    .journey-item:hover .journey-number{
    transform:translate(-50%, -50%) scale(1.08);
    box-shadow:
    0 20px 45px rgba(18,60,115,.30);
    }
    .journey-item.right:hover .journey-number{
    transform:translate(-50%, -50%) scale(1.08);
    }
    .journey-item:hover .journey-number::before{
    transform:rotate(90deg);
    border-color:rgba(200,155,60,.75);
    }
    /*==================================
    Layer Management
    ==================================*/
    .journey-icon,
    .journey-card h4,
    .journey-card p{
    position:relative;
    z-index:2;
    }

    /*==================================================
Aarohan Wealth
Home CSS
Financial Journey Part 4
==================================================*/
/*==================================
Floating Decorative Dots
==================================*/
.journey-card .journey-decoration{
    position:absolute;
    top:24px;
    right:24px;
    width:48px;
    height:48px;
    opacity:.05;
    pointer-events:none;
    }
    .journey-card .journey-decoration::before,
    .journey-card .journey-decoration::after{
    content:"";
    position:absolute;
    border-radius:50%;
    background:var(--primary);
    }
    .journey-card .journey-decoration::before{
    width:10px;
    height:10px;
    top:0;
    right:0;
    }
    .journey-card .journey-decoration::after{
    width:6px;
    height:6px;
    bottom:8px;
    left:8px;
    }
    /*==================================
    Premium Card Background
    ==================================*/
    .journey-card{
    background:
    linear-gradient(
    180deg,
    #ffffff 0%,
    #fcfdff 100%
    );
    }
    /*==================================
    Left Card Alignment
    ==================================*/
    .journey-item.left .journey-card{
    text-align:left;
    }
    /*==================================
    Right Card Alignment
    ==================================*/
    .journey-item.right .journey-card{
    text-align:left;
    }
    /*==================================
    Timeline Glow
    ==================================*/
    .journey-wrapper::after{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:18px;
    height:100%;
    transform:translateX(-50%);
    background:
    radial-gradient(
    ellipse,
    rgba(18,60,115,.08),
    transparent 70%
    );
    pointer-events:none;
    }
    /*==================================
    Number Animation
    ==================================*/
    .journey-number{
    animation:journeyFloat 5s ease-in-out infinite;
    }
    .journey-item:nth-child(even) .journey-number{
    animation-delay:1.2s;
    }
    .journey-item:nth-child(3){
    animation-delay:2s;
    }
    .journey-item:nth-child(4){
    animation-delay:2.8s;
    }
    .journey-item:nth-child(5){
    animation-delay:3.6s;
    }
    @keyframes journeyFloat{
    0%{
    transform:translate(-50%,-50%);
    }
    50%{
    transform:translate(-50%,calc(-50% - 6px));
    }
    100%{
    transform:translate(-50%,-50%);
    }
    }
    /*==================================
    Hover Overrides
    ==================================*/
    .journey-item:hover .journey-number{
    animation-play-state:paused;
    }
    /*==================================
    Smooth Rendering
    ==================================*/
    .journey-card,
    .journey-number,
    .journey-icon{
    will-change:transform;
    }

    /*==================================================
Aarohan Wealth
Home CSS
Financial Journey Part 5
==================================================*/
/*==================================
Large Laptop
==================================*/
@media (max-width:1199.98px){
    .journey-wrapper{
    max-width:1000px;
    }
    .journey-item.left{
    padding-right:55px;
    }
    .journey-item.right{
    padding-left:55px;
    }
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .journey .section-heading{
    margin-bottom:60px;
    }
    .journey-wrapper{
    padding-left:35px;
    }
    .journey-wrapper::before{
    left:35px;
    transform:none;
    }
    .journey-wrapper::after{
    left:35px;
    transform:none;
    }
    .journey-item,
    .journey-item.left,
    .journey-item.right{
    width:100%;
    margin-left:0;
    justify-content:flex-start;
    padding-left:70px;
    padding-right:0;
    }
    .journey-number{
    left:35px;
    transform:translate(-50%, -50%);
    }
    .journey-item.right .journey-number{
    left:35px;
    }
    .journey-card{
    padding:32px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:767.98px){
    .journey{
    overflow:hidden;
    }
    .journey .section-heading{
    margin-bottom:45px;
    }
    .journey-wrapper{
    padding-left:28px;
    }
    .journey-wrapper::before{
    left:28px;
    }
    .journey-wrapper::after{
    left:28px;
    }
    .journey-item,
    .journey-item.left,
    .journey-item.right{
    padding-left:58px;
    margin-bottom:40px;
    }
    .journey-number{
    width:58px;
    height:58px;
    left:28px;
    font-size:1rem;
    }
    .journey-item.right .journey-number{
    left:28px;
    }
    .journey-number::before{
    inset:-7px;
    }
    .journey-number::after{
    inset:-15px;
    }
    .journey-card{
    padding:28px 24px;
    border-radius:20px;
    }
    .journey-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    margin-bottom:20px;
    }
    .journey-icon i{
    font-size:24px;
    }
    .journey-card h4{
    font-size:1.3rem;
    margin-bottom:12px;
    }
    .journey-card p{
    font-size:.95rem;
    line-height:1.8;
    }
    }
    /*==================================
    Small Mobile
    ==================================*/
    @media (max-width:575.98px){
    .journey::before,
    .journey::after{
    display:none;
    }
    .journey-wrapper{
    padding-left:22px;
    }
    .journey-wrapper::before{
    left:22px;
    width:3px;
    }
    .journey-wrapper::after{
    left:22px;
    width:14px;
    }
    .journey-item,
    .journey-item.left,
    .journey-item.right{
    padding-left:48px;
    margin-bottom:32px;
    }
    .journey-number{
    width:50px;
    height:50px;
    left:22px;
    font-size:.9rem;
    }
    .journey-item.right .journey-number{
    left:22px;
    }
    .journey-card{
    padding:24px 20px;
    }
    .journey-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    }
    .journey-icon i{
    font-size:22px;
    }
    }
    /*==================================
    Reduced Motion
    ==================================*/
    @media (prefers-reduced-motion: reduce){
    .journey *,
    .journey-card,
    .journey-number,
    .journey-icon{
    animation:none !important;
    transition:none !important;
    }
    }
