/* /*==========================
      FIXED DEPOSIT HERO
==========================

.fd-hero{

     padding-top:60px;
    padding-bottom:90px;
    background:linear-gradient(135deg,#f8fbff,#eef6ff);

}

.fd-content{

    padding-right:30px;

}

.fd-tag{

    display:inline-block;

    background:#e6f0ff;

    color:#0b5ed7;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}

.fd-content h1{

    font-size:50px;

    font-weight:700;

    color:#143d7a;

    line-height:1.25;

    margin-bottom:25px;

}

.fd-content h1 span{

    color:#0d6efd;

}

.fd-content p{

    font-size:17px;

    color:#5d6d7e;

    line-height:1.9;

    margin-bottom:20px;

}

.fd-buttons{

    display:flex;

    gap:18px;

    margin-top:35px;

    flex-wrap:wrap;

}

.btn-primary{

    background:#0d6efd;

    color:#fff;

    text-decoration:none;

    padding:14px 32px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-primary:hover{

    background:#0b5ed7;

    color:#fff;

}

.btn-outline{

    border:2px solid #0d6efd;

    color:#0d6efd;

    text-decoration:none;

    padding:12px 30px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-outline:hover{

    background:#0d6efd;

    color:#fff;

}

.fd-image img{

    width:100%;

    max-width:600px;

    animation:floatImage 4s ease-in-out infinite;

}

@keyframes floatImage{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0);

    }

}
@media(max-width:991px){

.fd-hero{

    padding:60px 0;

}

.fd-content{

    padding-right:0;

    text-align:center;

}

.fd-content h1{

    font-size:38px;

}

.fd-content p{

    font-size:16px;

}

.fd-buttons{

    justify-content:center;

}

.fd-image{

    margin-top:40px;

}

.fd-image img{

    max-width:380px;

}

}

@media(max-width:576px){

.fd-content h1{

    font-size:30px;

}

.fd-content p{

    font-size:15px;

}

.fd-buttons{

    flex-direction:column;

}

.btn-primary,
.btn-outline{

    width:100%;

    text-align:center;

}

.fd-image img{

    max-width:100%;

}

} */
/*==================================
        WHY DMK WEALTH
===================================*/

.why-dmk{

    background:#eef7ff;

    padding:90px 0;

}

.why-heading{

    text-align:center;

    max-width:820px;

    margin:0 auto 60px;

}

.why-heading span{

    color:#0d6efd;

    font-size:16px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

}

.why-heading h2{

    font-size:46px;

    color:#143d7a;

    font-weight:700;

    margin:15px 0;

}

.why-heading p{

    font-size:17px;

    color:#5b6777;

    line-height:1.8;

}

.why-features{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

}

.why-item{

    text-align:center;

    padding:10px;

}

.why-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#dceeff;

    display:flex;

    justify-content:center;

    align-items:center;

}

.why-icon i{

    font-size:38px;

    color:#0d6efd;

}

.why-item h4{

    color:#143d7a;

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.why-item p{

    color:#5f6f82;

    font-size:15px;

    line-height:1.8;

}

/*====================
    Responsive
====================*/

@media(max-width:991px){

.why-features{

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

}

@media(max-width:576px){

.why-dmk{

    padding:70px 20px;

}

.why-heading h2{

    font-size:34px;

}

.why-heading p{

    font-size:15px;

}

.why-features{

    grid-template-columns:1fr;

    gap:35px;

}

.why-icon{

    width:75px;

    height:75px;

}

.why-icon i{

    font-size:32px;

}

.why-item h4{

    font-size:20px;

}

}
/*==========================
      INVEST BUTTON
==========================*/

.fd-invest-btn{
    text-align:center;
    margin-top:50px;
}

.invest-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    padding:16px 42px;
    border-radius:60px;   /* Fully rounded */
    font-size:17px;
    font-weight:600;
    transition:0.35s ease;
    box-shadow:0 12px 30px rgba(13,110,253,.25);
}

.invest-btn i{
    font-size:18px;
    transition:.3s;
}

.invest-btn:hover{
    background:#084fc7;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(13,110,253,.35);
}

.invest-btn:hover i{
    transform:translateX(5px);
}

/* Mobile */

@media(max-width:768px){

.invest-btn{
    padding:14px 34px;
    font-size:16px;
}

}
/*==================================
     HOW FIXED DEPOSIT WORKS
===================================*/

.fd-work-section{

    padding:90px 0;
    background:#ffffff;

}

.section-heading{

    text-align:center;
    margin-bottom:60px;

}

.section-heading span{

    color:#0d6efd;
    font-weight:600;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1px;

}

.section-heading h2{

    font-size:42px;
    color:#173f7a;
    font-weight:700;
    margin:15px 0;

}

.section-heading p{

    max-width:720px;
    margin:auto;
    color:#666;
    line-height:1.8;

}

/* Grid */

.fd-work-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}

/* Card */

.fd-work-card{

    background:#f7f8fa;
    border-radius:22px;
    padding:35px 28px;
    text-align:center;
    border:1px solid #e5e7eb;
    transition:.35s;
    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.fd-work-card:hover{

    transform:translateY(-8px);
    border-color:#0d6efd;
    box-shadow:0 18px 35px rgba(13,110,253,.15);

}

/* Step Number */

.step-number{

    width:60px;
    height:60px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;

}

.fd-work-card h3{

    font-size:22px;
    color:#173f7a;
    margin-bottom:15px;
    font-weight:700;

}

.fd-work-card p{

    color:#666;
    font-size:15px;
    line-height:1.8;

}

/* Responsive */

@media(max-width:992px){

.fd-work-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.section-heading h2{

    font-size:32px;

}

.fd-work-grid{

    grid-template-columns:1fr;
    gap:20px;

}

.fd-work-card{

    padding:28px;

}

}
/*==========================
      START NOW BUTTON
==========================*/

.fd-start-btn{
    text-align:center;
    margin-top:50px;
}

.start-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:linear-gradient(135deg,#0d6efd,#1e88ff);
    color:#fff;
    text-decoration:none;
    padding:16px 42px;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    transition:.35s ease;
    box-shadow:0 12px 30px rgba(13,110,253,.25);
}

.start-btn i{
    font-size:18px;
    transition:.3s;
}

.start-btn:hover{
    background:linear-gradient(135deg,#084fc7,#0d6efd);
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(13,110,253,.35);
}

.start-btn:hover i{
    transform:translateX(5px);
}

/* Mobile */

@media(max-width:768px){

.start-btn{
    padding:14px 34px;
    font-size:16px;
}

}
/*==================================
      FIXED DEPOSIT ASPECTS
===================================*/

.fd-aspects{

    padding:90px 0;
    background:#fff;

}

.fd-heading{

    text-align:center;
    margin-bottom:45px;

}

.fd-heading h2{

    font-size:42px;
    color:#143d7a;
    font-weight:700;

}

.fd-heading p{

    color:#666;
    font-size:16px;
    max-width:700px;
    margin:15px auto 0;

}

/* Tabs */

.fd-tabs{

    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:40px;
    flex-wrap:wrap;

}

.tab-btn{

    border:none;
    background:#edf5ff;
    color:#0d6efd;
    padding:15px 35px;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;

}

.tab-btn.active,
.tab-btn:hover{

    background:#0d6efd;
    color:#fff;

}

/* Content */

.tab-content{

    display:none;

}

.tab-content.active{

    display:block;

}

.aspect-box{

    max-width:950px;
    margin:auto;
    background:#f8fbff;
    border-left:5px solid #0d6efd;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 25px rgba(13,110,253,.08);

}

.aspect-box h4{

    color:#143d7a;
    font-size:24px;
    margin-bottom:10px;
    margin-top:25px;

}

.aspect-box h4:first-child{

    margin-top:0;

}

.aspect-box p{

    color:#555;
    font-size:16px;
    line-height:1.9;

}

/* Mobile */

@media(max-width:768px){

.fd-heading h2{

    font-size:32px;

}
.fd-tabs{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;

}

.tab-btn{

    width:100%;
    padding:10px 5px;
    font-size:14px;
    border-radius:30px;

}


.aspect-box{

    padding:25px;

}

.aspect-box h4{

    font-size:20px;

}

.aspect-box p{

    font-size:15px;

}

}