* {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background: #020816;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/hero.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(2, 8, 22, 0.98) 0%,
        rgba(2, 8, 22, 0.92) 35%,
        rgba(2, 8, 22, 0.55) 65%,
        rgba(2, 8, 22, 0.15) 100%
    );
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    color: #19a0ff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-badge i {
    font-size: 18px;
}

.hero-title {
    font-size: clamp(2rem, 4vw, 5rem);
    font-weight: 700;
    line-height: 1;
    max-width: 12ch;
    color: #fff;
}

.hero-title span {
    color: #1597f5;
}

.hero-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 34rem;
}

.hero-feature {
    text-align: center;
}

.hero-feature-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    box-shadow: 0 0 0 1px rgba(80, 160, 255, 0.35);
}

.hero-feature p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .hero-title {
        max-width: 100%;
    }

    .hero-section {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.1rem;
    }

    .hero-text {
        font-size: 1rem;
    }
}
/*=========================================
    FINANCE SOLUTIONS SECTION
=========================================*/

.finance-section{
    padding:80px 0;
    background:#fff;
}

/*=========================================
    SECTION HEADING
=========================================*/

.finance-subtitle{
    display:inline-block;
    color:#1488f5;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.section-line{
    width:45px;
    height:3px;
    background:#1488f5;
    margin:12px auto 25px;
    border-radius:50px;
}

.finance-title{
    font-size:58px;
    font-weight:700;
    color:#111;
    line-height:1.6;
    margin-bottom:20px;
}

.finance-description{
    max-width:650px;
    margin:0 auto;
    font-size:20px;
    line-height:1.8;
    color:#666;
}

/*=========================================
    CARD
=========================================*/

.finance-card{

    background:#f9f9f9;

    border:1px solid #ececec;

    border-radius:24px;

    padding:22px;

    height:100%;

    transition:.35s ease;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.finance-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 35px rgba(0,0,0,.14);

    border-color:#1488f5;

}

/*=========================================
    IMAGE
=========================================*/

.finance-img{

    width:130px;

    max-width:100%;

    display:block;

    margin:auto;

    transition:.35s;

}

.finance-card:hover .finance-img{

    transform:scale(1.05);

}

/*=========================================
    TITLE
=========================================*/

.finance-card-title{

    font-size:28px;

    font-weight:700;

    line-height:1.25;

    color:#111;

    margin-bottom:10px;

}

/*=========================================
    SMALL BLUE LINE
=========================================*/

.card-line{

    width:42px;

    height:2px;

    background:#1488f5;

    margin-bottom:15px;

}

/*=========================================
    TEXT
=========================================*/

.finance-card-text{

    font-size:18px;

    line-height:1.7;

    color:#666;

    margin-bottom:0;

}

/*=========================================
    DESKTOP
=========================================*/

@media (max-width:1199px){

.finance-title{

font-size:48px;

}

.finance-card{

padding:20px;

}

.finance-card-title{

font-size:24px;

}

.finance-card-text{

font-size:17px;

}

.finance-img{

width:115px;

}

}

/*=========================================
    TABLET
=========================================*/

@media (max-width:991.98px){

.finance-section{

padding:70px 0;

}

.finance-title{

font-size:40px;

}

.finance-description{

font-size:18px;

}

.finance-card{

padding:20px;

}

.finance-card-title{

font-size:22px;

}

.finance-card-text{

font-size:16px;

}

.finance-img{

width:100px;

}

}

/*=========================================
    MOBILE
=========================================*/

@media (max-width:767.98px){

.finance-section{

padding:60px 0;

}

.finance-title{

font-size:34px;

}

.finance-description{

font-size:16px;

}

.finance-card{

padding:18px;

text-align:center;

}

.finance-card .row{

text-align:center;

}

.finance-card .col-4,
.finance-card .col-8{

width:100%;

flex:0 0 100%;

max-width:100%;

}

.finance-img{

width:95px;

margin-bottom:18px;

}

.card-line{

margin:12px auto;

}

.finance-card-title{

font-size:22px;

}

.finance-card-text{

font-size:15px;

}

}

/*=========================================
    SMALL MOBILE
=========================================*/

@media (max-width:575.98px){

.finance-title{

font-size:30px;

}

.finance-subtitle{

font-size:14px;

}

.finance-description{

font-size:15px;

}

.finance-card{

padding:16px;

border-radius:20px;

}

.finance-img{

width:85px;

}

.finance-card-title{

font-size:20px;

}

.finance-card-text{

font-size:14px;

line-height:1.6;

}

}
/*=========================
 Finance CTA
==========================*/

.finance-cta{
    padding:90px 0;
    background:#fff;
}

.finance-image img{
    width:100%;
    display:block;
    border-radius:32px;
}

.finance-tag{
    display:inline-block;
    color:#0d8bff;
    font-weight:700;
    text-transform:uppercase;
    font-size:17px;
    letter-spacing:.5px;
}

.finance-line{
    width:60px;
    height:3px;
    background:#0d8bff;
    margin:12px 0 25px;
}

.finance-title{
    font-size:clamp(2rem,4vw,3rem);
    font-weight:700;
    color:#111;
    line-height:1;
    margin-bottom:25px;
}

.finance-text{
    font-size:1.1rem;
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

/*=========================
 Laptop
==========================*/

@media (max-width:1199px){

.finance-title{
font-size:3rem;
}

}

/*=========================
 Tablet
==========================*/

@media (max-width:991px){

.finance-cta{
padding:70px 0;
}

.finance-title{
font-size:2.5rem;
}

.finance-text{
font-size:1rem;
}

.finance-image{
margin-bottom:20px;
}

}

/*=========================
 Mobile
==========================*/

@media (max-width:767px){

.finance-cta{
padding:50px 0;
text-align:center;
}

.finance-line{
margin:12px auto 20px;
}

.finance-title{
font-size:2rem;
}

.finance-text{
font-size:.95rem;
line-height:1.8;
}

.finance-image img{
border-radius:20px;
}

}
.custom-row{
    --bs-gutter-x:3rem;
    --bs-gutter-y:3rem;
}

@media (max-width:575.98px){

.custom-row{
    --bs-gutter-x:0;
    --bs-gutter-y:0;
}

}
/* ==========================
   Why WebConvoy Card Hover
========================== */

.why-webconvoy .card{
    transition: transform .35s ease;
}

.why-webconvoy .card:hover{
    transform: translateY(-10px);
}
/* ==========================
   Why WebConvoy Card Hover
========================== */

.why-webconvoy .card{
    transition: all .35s ease;
}

.why-webconvoy .card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12) !important;
}