/* ===============================
   Common Css For all
================================= */

p{
	line-height: 1.7;
    font-size: 16px;
}

h2{
	font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ===============================
   Top Banner LP V2 – First Section
================================= */

.lp-v2-firstsection {
    background-image: url('https://eintelligenceweb.com/wp-content/uploads/2025/12/banner-lp-new.webp');
    padding: 130px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.lp-v2-firstsection .top-banner-content-v2 {
    max-width: 560px;
}

.lp-v2-firstsection .banner-title-v2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
	text-transform: capitalize;
}

.lp-v2-firstsection .banner-desc-v2 {
    margin-bottom: 30px;
    color: #fff !important;
}

/* Right Form Box */
.lp-v2-firstsection .top-banner-iframe-v2 {
    width: 100%;              
    max-width: 500px;         
    margin-left: auto;        
    padding: 35px;
    background: #fff;
    border-radius: 15px;
    color: #000;
	height: 470px;
}

.lp-v2-firstsection .iframe-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

/* ===============================
   LP V2 – Second Section
================================= */

.lp-v2-secondsection {
    padding: 70px 0;
    background: #fff;
}

.lp-v2-secondsection .lp-v2-section-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.lp-v2-secondsection .lp-v2-section-desc {
    max-width: 900px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.lp-v2-secondsection .row.lp-v2-cards-row {
    margin-bottom: 40px;
}

.lp-v2-secondsection .lp-v2-case-card {
	border: 1px solid #d2dfe8;
    background-color: #F9FBFF;
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease; 
    padding: 18px;
    text-align: center;
    height: 100%;
}

.lp-v2-secondsection .lp-v2-case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.lp-v2-secondsection .lp-v2-case-card img {
    object-position: center;
    object-fit: cover;
	height: 230px;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
}

.lp-v2-secondsection .lp-v2-case-card h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Metrics */
.lp-v2-secondsection .lp-v2-metrics {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.lp-v2-secondsection .lp-v2-metrics strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.lp-v2-secondsection .lp-v2-metrics span {
    font-size: 14px;
    color: #666;
}

.lp-v2-secondsection .lp-v2-metrics .divider {
    width: 1px;
    height: 40px;
    background: #ddd;
}

/* Load More */
.lp-v2-secondsection .lp-v2-loadmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    padding: 14px 28px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: background .3s ease;
}

.lp-v2-secondsection .lp-v2-loadmore-btn:hover {
    background: #084298;
    color: #fff;
}

.lp-v2-secondsection .lp-v2-load-row {
    display: none;
}

.lp-v2-secondsection.lp-v2-load-row.show-row {
    display: flex !important;
}





