 
:root{
    --primary:#f97316;
    --secondary:#fbbf24;
    --dark:#111827;
}

body{
    font-family:'Poppins',sans-serif;
}

.navbar-nav .nav-link {
    padding-left: 0px !important;
}

/* Top Bar */
.top-bar{
    background:#111827;
    padding:10px 0;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.social-icons a{
    color:#fff;
    margin-left:15px;
    transition:.3s;
}

.social-icons a:hover{
    color:#fbbf24;
}

/* Header */
.header-area{
    position:sticky;
    top:0;
    z-index:999;
    background:#fff;
    box-shadow:0 2px 20px rgba(0,0,0,.05);
}

.navbar{
    padding:15px 0;
}

.logo-img{
    height:50px;
}

@media (min-width: 1400px) {
    .logo-img{
        height:70px;
    }
}
.nav-link{
    font-size:15px;
    font-weight:600;
    color:#222;
    margin:0 10px;
}

.nav-link:hover,
.nav-link.active{
    color:var(--primary);
}

.btn-join{
    background:linear-gradient(135deg,#f97316,#fbbf24);
    border:none;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
}

.btn-join:hover{
    color:#fff;
    transform:translateY(-2px);
} 




/* /// hero */
.hero-section{
    position:relative;
    overflow:hidden;
    padding:120px 0 80px;
    background:#fff;
}

.hero-badge{
    display:inline-block;
    background:rgba(249,115,22,.1);
    color:#f97316;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-title{
    font-size:60px;
    line-height:1.1;
    font-weight:800;
    color:#111827;
    margin-bottom:25px;
}

.hero-description{
    font-size:18px;
    line-height:1.8;
    color:#6b7280;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary-custom{
    background:linear-gradient(
        135deg,
        #f97316,
        #fbbf24
    );

    color:#fff;
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
}

.btn-outline-custom{
    border:2px solid #f97316;
    color:#f97316;
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
}

.hero-image img{
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}



.hero-slider{
    position:relative;
}

.hero-slider .swiper{
    width:100%;
    /* height:100vh; */
}

.slide-bg{
    position:relative;
    width:100%; 

    background-size:cover;
    background-position:center;
}

.slide-bg::before{
    content:'';
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.55);
}

.hero-content{
    position:relative;
    z-index:2; 
    max-width:700px; 
    color:#fff;
}

.hero-subtitle{
    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    margin-bottom:20px;
}

.hero-content h1{
    font-size:72px;
    font-weight:800;
    line-height:1.1;

    margin-bottom:25px;
}

.hero-content h1 span{
    color:#f97316;
}

.hero-content p{
    font-size:20px;
    line-height:1.8;

    margin-bottom:35px;

    max-width:600px;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev{
    color:#fff;
}

.hero-slider .swiper-pagination-bullet{
    width:12px;
    height:12px;
}

.hero-slider .swiper-pagination-bullet-active{
    background:#f97316;
}

@media(max-width:991px){

    .hero-content{
        padding-top:180px;
    }

    .hero-content h1{
        font-size:52px;
    }

}

@media(max-width:767px){

    .hero-content h1{
        font-size:38px;
    }

    .hero-content p{
        font-size:16px;
    }

}


/* Home About */
.section-padding{
    padding:100px 0;
}

.section-subtitle{
    color:#f97316;
    font-weight:600;
    display:block;
    margin-bottom:10px;
}

.section-title h2{
    font-size:46px;
    font-weight:700;
    color:#111827;
    margin-bottom:25px;
}

.about-section p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:20px;
}

.about-image img{
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.1);
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:30px;
}

.feature-item{
    background:#fff;
    padding:18px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    font-weight:600;
}

.feature-item i{
    color:#f97316;
    margin-right:10px;
}


/* vision */
.bg-light{
    background:#f8fafc !important;
}

.vm-card{
    background:#fff;
    padding:40px;
    border-radius:24px;
    text-align:center; 
    box-shadow:0 15px 50px rgba(0,0,0,.05);
    transition:.3s;
}

.vm-card:hover{
    transform:translateY(-8px);
}

.vm-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #f97316,
        #fbbf24
    );

    display:flex;
    align-items:center;
    justify-content:center;
}

.vm-icon i{
    color:#fff;
    font-size:28px;
}


/* Journey */
.journey-card{
    background:#fff;
    padding:35px 25px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.journey-card:hover{
    transform:translateY(-8px);
}

.journey-card span{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    border-radius:50%;
    background: #fbbf24;
    color:#ffffff ;
    font-weight:700;
}

.journey-card h4 { 
    color:#f97316; 
    font-weight: 600;
}
.journey-card p { 
    color:#6a6a6a; 
}

/* ==========================
   Rewards Section
========================== */

.rewards-section{
    background:#f8fafc;
}

.reward-card{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    border:1px solid rgba(0,0,0,.04);
}

.reward-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.reward-card i{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    border-radius:50%;
    background: #3d372d;
    color:#fff;
    font-size:32px;
}

.reward-card h4 {
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#111827;
}

.reward-card p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:0;
}


/* ==========================
   Contact CTA
========================== */

.cta-section{
    position:relative;
    padding:100px 0;
    overflow:hidden;

    background:linear-gradient(
        135deg,
        #f97316 0%,
        #fbbf24 100%
    );
}

.cta-section::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-150px;
    right:-100px;
}

.cta-section::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    bottom:-100px;
    left:-100px;
}

.cta-section .container{
    position:relative;
    z-index:2;
}

.cta-section h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

.cta-section p{
    color:rgba(255,255,255,.9);
    font-size:18px;
    margin-bottom:35px;
}

.cta-section .btn-light{
    background:#fff;
    color:#f97316;
    border:none;
    font-weight:600;
    padding:15px 40px;
    border-radius:50px;
    transition:.3s;
}

.cta-section .btn-light:hover{
    transform:translateY(-3px);
    color:#111827;
}


/* ==========================
   Footer
========================== */

.footer{
    background:#111827;
    color:#fff;
    padding-top:80px;
}

.footer-logo{
    max-height:80px;
}

.footer-widget p{
    color:rgba(255,255,255,.7);
    line-height:1.8;
}

.footer-widget h5{
    color:#fff;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-widget h5::after{
    content:"";
    width:40px;
    height:3px;
    background:#f97316;
    display:block;
    margin-top:10px;
}

/* Footer Links */

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:rgba(255,255,255,.7);
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#f97316;
    padding-left:5px;
}

/* Contact */

.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
    color:rgba(255,255,255,.7);
}

.footer-contact i{
    color:#f97316;
    margin-top:5px;
}

/* Social */

.footer-social{
    margin-top:25px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-right:10px;
    transition:.3s;
}

.footer-social a:hover{
    background:#f97316;
    color:#fff;
    transform:translateY(-3px);
}

/* Bottom */

.footer-bottom{
    margin-top:60px;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-bottom p{
    color:rgba(255,255,255,.6);
    margin:0;
}

.financial-banner-top {
    margin-top: 3rem;
}

.financial-banner{
    position:relative;
    overflow:hidden;
    padding:30px 0;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 30% 50%, rgba(255,120,60,.15), transparent 35%),
        linear-gradient(
            90deg,
            #4d1b1b 0%,
            #8e2d24 35%,
            #f37c26 70%,
            #f97316 100%
        );
}

.financial-title{
    text-align: center;
    color:#ffffff;
    font-size:2.5rem;
    line-height:1.15;
    font-weight:300;
    margin:0;
    text-shadow:0 3px 10px rgba(0,0,0,.35);
}

.financial-title span{
    font-weight:800;
}

/* Decorative Arrow Pattern */

.pattern-arrow{
    position:absolute;
    opacity:.35;
    pointer-events:none;
}

.pattern-arrow::before{
    content:'';
    display:block;
    width:100%;
    height:100%;

    background:
        radial-gradient(circle, #ff5b6b 2px, transparent 3px);

    background-size:12px 12px;

    clip-path:polygon(
        0 50%,
        65% 50%,
        65% 0,
        100% 50%,
        65% 100%,
        65% 50%
    );
}

.arrow-1{
    top:30px;
    right:130px;
    width:70px;
    height:70px;
}

.arrow-2{
    top:110px;
    right:50px;
    width:90px;
    height:90px;
}

/* Tablet */

@media (max-width:991px){

    .financial-banner{
        padding:50px 0;
    }

    .financial-title{
        font-size:2.8rem;
    }

    .arrow-1{
        width:50px;
        height:50px;
        right:80px;
    }

    .arrow-2{
        width:65px;
        height:65px;
        right:20px;
    }
}

/* Mobile */

@media (max-width:767px){

    .financial-banner{
        padding:40px 0;
    }

    .financial-title{
        font-size:2rem;
        line-height:1.3;
    }

    .pattern-arrow{
        display:none;
    }
}


/*=================================
Page Banner
=================================*/

.page-banner{
    position:relative;
    padding:20px 0;
    background-color:#f8fafc;

    /* Pattern */
    background-image:url('../images/page-banner-pattern.jpg');
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:cover;

    /* Parallax */
    background-attachment:fixed;

    overflow:hidden;
}

 

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1rem 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    backdrop-filter: blur(20px);
    
}

.page-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.page-banner h1 {
    font-size: 45px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.2;
}

.page-banner h1::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #f97316;
    margin: 10px auto 0;
    border-radius: 50px;
}

.page-banner .breadcrumb {
    margin-top: 25px;
    margin-bottom: 0;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
}

.page-banner .breadcrumb-item.active {
    color: #111827;
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
    color: #9ca3af;
}

/* Responsive */

@media (max-width: 991px) {
 
    .page-banner h1 {
        font-size: 48px;
    }

}

@media (max-width: 767px) {

 
    .page-banner h1 {
        font-size: 36px;
    }

    .page-subtitle {
        font-size: 13px;
    }

}

/* about company */
/*=================================
About Company
=================================*/

.about-company{
    background:#fff;
}

.about-company-image img{
    width:100%;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.section-subtitle{
    display:inline-block;
    color:#f97316;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{ 
    font-weight:700;
    color:#111827;
    margin-bottom:25px;
}

.about-company p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:20px;
}

.about-feature{
    display:flex;
    align-items:flex-start;
    gap:15px;
    background:#fff;
    padding:20px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    height:100%;
}

.about-feature i{
    width:55px;
    height:55px;
    min-width:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;

    background:linear-gradient(
        135deg,
        #f97316,
        #fbbf24
    );

    color:#fff;
    font-size:20px;
}

.about-feature h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
}

.about-feature p{
    margin:0;
    font-size:14px;
}


/*=================================
Our Journey
=================================*/

.our-journey{
    background:#ffffff;
}

.journey-box{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    height:100%;
    text-align:center;
    border:1px solid #e5e7eb;
    transition:.3s;
}

.journey-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.journey-box span{
    display:inline-flex;
    width:60px;
    height:60px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f97316;
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
}

.journey-box h4{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
    color:#111827;
}

.journey-box p{
    color:#6b7280;
    margin-bottom:0;
}


/*=================================
Leadership Section
=================================*/

.leadership-section{
    background:#ffffff;
}

.leadership-image img{
    width:100%;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.founder-info{
    margin-top:30px;
    padding-left:20px;
    border-left:4px solid #f97316;
}

.founder-info h5{
    margin-bottom:5px;
    font-weight:700;
    color:#111827;
}

.founder-info span{
    color:#6b7280;
}

/*=================================
About CTA
=================================*/

.about-cta{
    padding:100px 0;
    background:#f8fafc;
}

.about-cta-box{
    max-width:850px;
    margin:auto;
}

.about-cta-box h2{
    font-size:52px;
    font-weight:700;
    color:#111827;
    margin-bottom:20px;
}

.about-cta-box p{
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
    max-width:650px;
    margin:auto;
}

/* Mobile */

@media(max-width:767px){

    .about-cta-box h2{
        font-size:34px;
    }

}

.benefit-card{
    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:20px;
    border:1px solid #e5e7eb;
    transition:.3s;
    height:100%;
}

.benefit-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.benefit-card i{
    font-size:40px;
    color:#f97316;
    margin-bottom:20px;
}

.benefit-card h4{
    font-size:20px;
    font-weight:600;
}


/*=================================
Rewards Hero
=================================*/

.rewards-hero{
    position:relative;
    overflow:hidden;
    background:#fff;
    padding:120px 0;
}

.rewards-hero::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(249,115,22,.05);

    top:-250px;
    right:-250px;
}

.rewards-hero::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(251,191,36,.08);

    bottom:-150px;
    left:-150px;
}

.hero-tag{
    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(249,115,22,.08);

    color:#f97316;

    font-weight:600;

    margin-bottom:25px;
}

.rewards-hero h1{
    font-size:72px;
    line-height:1.1;
    font-weight:800;
    color:#111827; 
    margin-bottom:25px;
}

.rewards-hero h1 span{
    color:#f97316;
}

.rewards-hero p{
    font-size:20px;
    line-height:1.9;
    color:#6b7280;

    max-width:650px;

    margin-bottom:35px;
}

.hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-image{
    text-align:center;
}

.hero-image img{
    max-height:650px;
}

@media(max-width:991px){

    .rewards-hero{
        text-align:center;
    }

    .rewards-hero h1{
        font-size:52px;
    }

    .hero-image{
        margin-top:50px;
    }
}

@media(max-width:767px){

    .rewards-hero h1{
        font-size:40px;
    }

    .rewards-hero p{
        font-size:16px;
    }
}


/*=================================
Achievement Timeline
==================================*/

.achievement-journey{
    padding:120px 0;
    background:#f3f3f3;
}

.timeline{
    position:relative;
    max-width:850px;
    margin:80px auto 0;
}

.timeline::before{
    content:'';
    position:absolute;
    left:40px;
    top:0;
    width:3px;
    height:100%;
    background:#e5e7eb;
}

.timeline-item{
    position:relative;
    padding-left:110px;
    margin-bottom:30px;
}

.timeline-item:last-child{
    margin-bottom:0;
}

.timeline-icon{
    position:absolute;
    left:0;
    top:0;

    width:80px;
    height:80px;

    border-radius:50%;

    background:#353433;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;
    font-size:22px;

    box-shadow:0 15px 35px rgba(249,115,22,.25);
}

.timeline-content{
    background:#fff; 
    padding:30px; 
    border-radius:20px; 
    border:1px solid #e5e7eb; 
    transition:.3s;
}

.timeline-content:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.timeline-content h3{
    margin-bottom:12px;
    color:#111827;
    font-weight:700;
}

.timeline-content p{
    margin:0;
    color:#6b7280;
    line-height:1.8;
}

.vision-title{
    font-size:60px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin-bottom:30px;
}

.vision-section p{
    font-size:20px;
    line-height:1.9;
    color:#6b7280;
}

.commitment-section{
    padding:120px 0;
    background:#111827;
}

.commitment-box{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.commitment-box h2{
    color:#fff;
    font-size:54px;
    margin-bottom:25px;
}

.commitment-box p{
    color:rgba(255,255,255,.8);
    font-size:20px;
    line-height:1.9;
}

/*=================================
Core Values
=================================*/

.core-values{
    padding: 120px 0;
    background:#ffffff;
}

.value-card{
    background:#fff;
    border:1px solid #eef2f7;
    border-radius:24px;
    padding:20px;
    text-align:center;
    height:100%;
    transition:all .3s ease;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

.value-card:hover{
    transform:translateY(-10px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.08);

    border-color:#f97316;
}

.value-card i{
    width:80px;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px;

    border-radius:50%;

    background:#fff7ed;

    color:#f97316;

    font-size:32px;

    transition:.3s;
}

.value-card:hover i{
    background:#f97316;
    color:#fff;
}

.value-card h4{
    font-size:24px;
    font-weight:700;
    color:#111827;

    margin-bottom:15px;
}

.value-card p{
    color:#6b7280;
    line-height:1.8;
    margin:0;
}

/* Section Heading */

.core-values .section-title{
    margin-bottom:15px;
}

.core-values .section-subtitle{
    margin-bottom:15px;
}

/* Mobile */

@media(max-width:991px){

    .core-values{
        padding:80px 0;
    }

    .value-card{
        padding:30px 20px;
    }

}

@media(max-width:767px){

    .value-card h4{
        font-size:20px;
    }

    .value-card i{
        width:70px;
        height:70px;
        font-size:28px;
    }

}

.contact-info-section{
    padding:100px 0;
}

.contact-card{
    background:#fff;
    border:1px solid #eef2f7;
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
    height:100%;

    transition:.3s;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

.contact-card:hover{
    transform:translateY(-8px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.08);
}

.contact-icon{
    width:80px;
    height:80px;

    margin:0 auto 25px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff7ed;
}

.contact-icon i{
    color:#f97316;
    font-size:30px;
}

.contact-card h4{
    margin-bottom:15px;
    font-weight:700;
}

.contact-card p{
    color:#6b7280;
    margin:0;
}

.contact-form-box,
.office-info{
    /* background:#fff;
    padding:40px; */
    /* border-radius:24px; */

    /* box-shadow:
        0 10px 30px rgba(0,0,0,.04); */
}

.contact-form-box h2,
.office-info h3{
    margin-bottom:25px;
}

.form-control{
    height:58px;
    border-radius:14px;
    border:1px solid #e5e7eb;
}

textarea.form-control{
    height:auto;
}

.form-control:focus{
    border-color:#f97316;
    box-shadow:none;
}

.office-info ul{
    padding:0;
    margin:0;
    list-style:none;
}

.office-info li{
    margin-bottom:20px;
    color:#6b7280;
}

.legal-card{
    background:#fff;
    border:1px solid #eef2f7;
    border-radius:24px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.3s;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

.legal-card:hover{
    transform:translateY(-8px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.08);
}

.legal-card i{
    font-size:40px;
    color:#f97316;
    margin-bottom:20px;
}

.legal-card h4{
    font-size:20px;
    margin-bottom:15px;
}

.legal-btn i {
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
}
.legal-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:12px 24px;

    background:#2a2929;
    color:#fff;

    font-size:14px;
    font-weight:600;

    border-radius:50px;

    text-decoration:none;

    transition:all .3s ease;
}

.legal-btn:hover{
    background:#ea580c;
    color:#fff;

    /* transform:translateY(-3px); */

    box-shadow:
        0 10px 25px rgba(249,115,22,.25);
}

.product-card{
    border-radius:20px;
    overflow:hidden;
    transition:all .3s ease;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12)!important;
}

.product-img{
    overflow:hidden;
    background:#f8f9fa;
    position: relative;
}

.product-img img{
    width:100%; 
    object-fit:cover;
    transition:all .4s ease;
}

.product-img .overlay {
    position: absolute;
    background: rgb(34, 34, 34, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #e5e7eb;
    text-decoration: none;
    opacity: 0;
    transition: all 0.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}
.product-card:hover .overlay {
    opacity: 1;
}

.product-title{
    font-size:20px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:10px;
}

.product-desc{
    color:#6b7280;
    font-size:15px;
    min-height:45px;
}

.price{
    font-size:24px;
    font-weight:700;
    color:#ff6b00;
}

.old-price{
    color:#9ca3af;
    text-decoration:line-through;
}

.btn-primary{
    background:#ff6b00;
    border:none;
    border-radius:10px;
    padding:12px;
    font-weight:600;
}

.btn-primary:hover{
    background:#e65f00;
}