
    /*==================================================
Aarohan Wealth
Home CSS
Advisor Part 1
==================================================*/
/*==================================
Advisor Section
==================================*/
.advisor{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fbff 100%
    );
    }
    /*==================================
    Background Effects
    ==================================*/
    .advisor::before{
    content:"";
    position:absolute;
    top:-220px;
    right:-180px;
    width:520px;
    height:520px;
    border-radius:50%;
    background:
    radial-gradient(
    circle,
    rgba(18,60,115,.05),
    transparent 70%
    );
    }
    .advisor::after{
    content:"";
    position:absolute;
    left:-160px;
    bottom:-180px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:
    radial-gradient(
    circle,
    rgba(200,155,60,.08),
    transparent 70%
    );
    }
    /*==================================
    Wrapper
    ==================================*/
    .advisor-wrapper{
    position:relative;
    z-index:2;
    background:#ffffff;
    border-radius:36px;
    padding:80px;
    overflow:hidden;
    border:1px solid rgba(18,60,115,.08);
    box-shadow:
    0 30px 80px rgba(15,23,42,.07);
    }
    /* Decorative Glow */
    .advisor-wrapper::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    top:-220px;
    right:-180px;
    border-radius:50%;
    background:
    radial-gradient(
    circle,
    rgba(18,60,115,.05),
    transparent 70%
    );
    }
    .advisor-wrapper::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    left:-120px;
    bottom:-120px;
    border-radius:50%;
    background:
    radial-gradient(
    circle,
    rgba(200,155,60,.08),
    transparent 70%
    );
    }
    /*==================================
    Content
    ==================================*/
    .advisor-content{
    position:relative;
    z-index:2;
    }
    .advisor-intro{
    margin:26px 0 34px;
    max-width:620px;
    color:var(--text-light);
    line-height:1.9;
    font-size:1.05rem;
    }

    /*==================================================
Aarohan Wealth
Home CSS
Advisor Part 2
==================================================*/
/*==================================
Advisor Image
==================================*/
.advisor-image{
    position:relative;
    max-width:460px;
    margin:0 auto;
    z-index:2;
    }
    /*==================================
    Portrait
    ==================================*/
    .advisor-image img{
    width:100%;
    display:block;
    border-radius:32px;
    border:8px solid #ffffff;
    box-shadow:
    0 30px 80px rgba(15,23,42,.14);
    transition:all .45s ease;
    }
    /*==================================
    Outer Decorative Frame
    ==================================*/
    .advisor-image::before{
    content:"";
    position:absolute;
    inset:-18px;
    border-radius:42px;
    border:2px dashed rgba(200,155,60,.40);
    z-index:-1;
    transition:.45s ease;
    }
    /*==================================
    Background Panel
    ==================================*/
    .advisor-image::after{
    content:"";
    position:absolute;
    top:36px;
    left:36px;
    right:-36px;
    bottom:-36px;
    border-radius:36px;
    background:
    linear-gradient(
    135deg,
    rgba(18,60,115,.08),
    rgba(200,155,60,.10)
    );
    z-index:-2;
    }
    /*==================================
    Advisor Badge
    ==================================*/
    .advisor-badge{
    position:absolute;
    left:-35px;
    bottom:45px;
    display:flex;
    align-items:center;
    gap:16px;
    padding:20px 24px;
    background:#ffffff;
    border-radius:20px;
    border:1px solid rgba(18,60,115,.08);
    box-shadow:
    0 20px 50px rgba(15,23,42,.12);
    }
    .advisor-badge i{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:var(--gradient-primary);
    color:#ffffff;
    font-size:24px;
    flex-shrink:0;
    }
    .advisor-badge h6{
    margin:0;
    font-size:1rem;
    font-weight:800;
    color:var(--dark);
    }
    .advisor-badge span{
    display:block;
    margin-top:5px;
    font-size:.9rem;
    color:var(--text-light);
    }
    /*==================================
    Hover
    ==================================*/
    .advisor-wrapper:hover .advisor-image img{
    transform:translateY(-8px) scale(1.02);
    }
    .advisor-wrapper:hover .advisor-image::before{
    transform:rotate(3deg);
    border-color:rgba(200,155,60,.65);
    }

    /*==================================================
Aarohan Wealth
Home CSS
Advisor Part 3
==================================================*/
/*==================================
Advisor Highlights
==================================*/
.advisor-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:40px;
    }
    /*==================================
    Highlight Item
    ==================================*/
    .highlight-item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 20px;
    background:#ffffff;
    border:1px solid rgba(18,60,115,.08);
    border-radius:18px;
    transition:all .35s ease;
    box-shadow:
    0 10px 30px rgba(15,23,42,.04);
    }
    .highlight-item i{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    border-radius:12px;
    background:rgba(18,60,115,.08);
    color:var(--primary);
    font-size:1rem;
    transition:all .35s ease;
    }
    .highlight-item span{
    color:var(--dark);
    font-weight:600;
    line-height:1.5;
    }
    /*==================================
    Highlight Hover
    ==================================*/
    .highlight-item:hover{
    transform:translateY(-6px);
    border-color:rgba(18,60,115,.12);
    box-shadow:
    0 18px 45px rgba(15,23,42,.08);
    }
    .highlight-item:hover i{
    background:var(--gradient-primary);
    color:#ffffff;
    transform:rotate(-8deg);
    }
    /*==================================
    Advisor Footer
    ==================================*/
    .advisor-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding-top:30px;
    border-top:1px solid rgba(18,60,115,.08);
    }
    /*==================================
    Advisor Name
    ==================================*/
    .advisor-name h4{
    margin:0;
    font-size:1.7rem;
    font-weight:800;
    color:var(--dark);
    }
    .advisor-name span{
    display:block;
    margin-top:8px;
    color:var(--text-light);
    font-size:.98rem;
    }
    /*==================================
    CTA Button
    ==================================*/
    .advisor-footer .theme-btn{
    min-width:240px;
    justify-content:center;
    }

    /*==================================================
Aarohan Wealth
Home CSS
Advisor Part 4
==================================================*/
/*==================================
Advisor Card Background
==================================*/
.advisor-wrapper{
    background:
    linear-gradient(
    180deg,
    #ffffff 0%,
    #fcfdff 100%
    );
    }
    /*==================================
    Image Decorative Glow
    ==================================*/
    .advisor-image .image-decoration{
    position:absolute;
    top:28px;
    right:28px;
    width:56px;
    height:56px;
    opacity:.05;
    pointer-events:none;
    }
    .advisor-image .image-decoration::before,
    .advisor-image .image-decoration::after{
    content:"";
    position:absolute;
    border-radius:50%;
    background:var(--primary);
    }
    .advisor-image .image-decoration::before{
    width:12px;
    height:12px;
    top:0;
    right:0;
    }
    .advisor-image .image-decoration::after{
    width:7px;
    height:7px;
    left:10px;
    bottom:10px;
    }
    /*==================================
    Highlight Card Hover
    ==================================*/
    .highlight-item{
    position:relative;
    overflow:hidden;
    }
    .highlight-item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:var(--gradient-primary);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s ease;
    }
    .highlight-item:hover::before{
    transform:scaleX(1);
    }
    /*==================================
    Advisor Name Animation
    ==================================*/
    .advisor-name h4{
    transition:.35s ease;
    }
    .advisor-wrapper:hover .advisor-name h4{
    color:var(--primary);
    }
    /*==================================
    Badge Hover
    ==================================*/
    .advisor-wrapper:hover .advisor-badge{
    transform:translateY(-6px);
    box-shadow:
    0 25px 60px rgba(15,23,42,.14);
    }
    .advisor-badge{
    transition:all .4s ease;
    }
    /*==================================
    Layer Management
    ==================================*/
    .advisor-image,
    .advisor-content,
    .advisor-badge{
    position:relative;
    z-index:2;
    }
    /*==================================
    Performance
    ==================================*/
    .advisor-image img,
    .highlight-item,
    .advisor-badge{
    will-change:transform;
    }

    /*==================================================
Aarohan Wealth
Home CSS
Advisor Part 5
==================================================*/
/*==================================
Desktop
==================================*/
@media (min-width:1200px){
    .advisor-content{
    padding-left:25px;
    }
    }
    /*==================================
    Laptop
    ==================================*/
    @media (max-width:1199.98px){
    .advisor-wrapper{
    padding:60px;
    }
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .advisor-wrapper{
    padding:50px 40px;
    }
    .advisor-image{
    max-width:420px;
    margin:0 auto 50px;
    }
    .advisor-content{
    text-align:center;
    }
    .advisor-intro{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    }
    .advisor-highlights{
    grid-template-columns:repeat(2,1fr);
    }
    .advisor-footer{
    flex-direction:column;
    align-items:center;
    text-align:center;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:767.98px){
    .advisor{
    overflow:hidden;
    }
    .advisor-wrapper{
    padding:35px 25px;
    border-radius:24px;
    }
    .advisor-image{
    max-width:340px;
    margin-bottom:40px;
    }
    .advisor-image img{
    border-width:6px;
    }
    .advisor-image::before{
    inset:-12px;
    }
    .advisor-image::after{
    top:20px;
    left:20px;
    right:-20px;
    bottom:-20px;
    }
    .advisor-badge{
    position:relative;
    left:auto;
    bottom:auto;
    margin-top:20px;
    width:100%;
    padding:18px;
    }
    .advisor-highlights{
    grid-template-columns:1fr;
    gap:15px;
    margin-bottom:35px;
    }
    .advisor-name h4{
    font-size:1.45rem;
    }
    .advisor-footer .theme-btn{
    width:100%;
    }
    }
    /*==================================
    Small Mobile
    ==================================*/
    @media (max-width:575.98px){
    .advisor::before,
    .advisor::after{
    display:none;
    }
    .advisor-wrapper{
    padding:28px 20px;
    border-radius:20px;
    }
    .advisor-image{
    max-width:300px;
    }
    .advisor-image::before,
    .advisor-image::after{
    display:none;
    }
    .advisor-badge{
    gap:12px;
    padding:16px;
    }
    .advisor-badge i{
    width:48px;
    height:48px;
    border-radius:14px;
    font-size:20px;
    }
    .advisor-badge h6{
    font-size:.95rem;
    }
    .advisor-badge span{
    font-size:.82rem;
    }
    .highlight-item{
    padding:16px;
    }
    .highlight-item i{
    width:38px;
    height:38px;
    border-radius:10px;
    }
    }
    /*==================================
    Reduced Motion
    ==================================*/
    @media (prefers-reduced-motion: reduce){
    .advisor *,
    .advisor-image img,
    .advisor-badge,
    .highlight-item{
    animation:none !important;
    transition:none !important;
    }
    }
