.tlfis-full-section{
    font-family:'Segoe UI',sans-serif;
    /*background:#f9f6fb;*/
}

.tlfis-hero{
    background:linear-gradient(rgba(92,26,99,0.9),rgba(92,26,99,0.9)),
               url('https://images.unsplash.com/photo-1509062522246-3755977927d7') center/cover;
    padding:50px 20px;
    text-align:center;
    color:#fff;
}

.tlfis-container{
    max-width:1200px;
    margin:auto;
    padding:10px 20px;
}

.tlfis-block{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:120px;
}

.tlfis-block.reverse{
    flex-direction:row-reverse;
}

.tlfis-img img{
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.tlfis-text h2,
.tlfis-text h3{
    color:#5c1a63;
    margin-bottom:20px;
}

.tlfis-text p{
    line-height:1.8;
    margin-bottom:15px;
}

.tlfis-why{
background:#ffffff;
padding:70px 60px;
border-radius:18px;
box-shadow:0 25px 50px rgba(0,0,0,0.08);
margin-bottom:120px;
text-align:center;
position:relative;
overflow:hidden;
}

/* TITLE */

.tlfis-why h2{
font-size:32px;
color:#3c2b68;
margin-bottom:50px;
font-weight:700;
}

/* GRID */

.why-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:22px;
}

/* CARD */

.why-item{
display:flex;
align-items:center;
gap:18px;
background:#f9f9ff;
padding:18px 22px;
border-radius:12px;
transition:all 0.35s ease;
font-size:16px;
font-weight:500;
color:#333;
position:relative;
overflow:hidden;
}

/* ICON */

.why-item i{
width:44px;
height:44px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#632383,#9c27b0);
color:#fff;
border-radius:50%;
font-size:18px;
transition:all 0.3s ease;
}

/* HOVER EFFECT */

.why-item::before{
content:"";
position:absolute;
width:0;
height:100%;
background:linear-gradient(90deg,#632383,#9c27b0);
left:0;
top:0;
transition:0.4s;
z-index:0;
opacity:0.08;
}

.why-item:hover::before{
width:100%;
}

/* TEXT ABOVE EFFECT */

.why-item span{
position:relative;
z-index:1;
}

/* CARD HOVER */

.why-item:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.12);
}

/* ICON HOVER */

.why-item:hover i{
transform:scale(1.15) rotate(6deg);
}

/* MOBILE */

@media(max-width:768px){

.why-grid{
grid-template-columns:1fr;
}

.tlfis-why{
padding:40px 25px;
}

.tlfis-why h2{
font-size:24px;
}

}
.tlfis-cta-section{
padding:80px 20px;
background:#f6f7fb;
}

.tlfis-cta-box{
max-width:1200px;
margin:auto;
padding:70px 50px;
text-align:center;
color:#fff;
border-radius:35px;
background:linear-gradient(135deg,#8e2a8c,#c63db9);
box-shadow:0 25px 60px rgba(0,0,0,0.15);
position:relative;
overflow:hidden;
}

/* Background effect */

.tlfis-cta-box:before{
content:'';
position:absolute;
width:350px;
height:350px;
background:rgba(255,255,255,0.08);
border-radius:50%;
top:-100px;
right:-100px;
}

.tlfis-cta-box h2{
font-size:38px;
margin-bottom:20px;
font-weight:600;
}

.tlfis-cta-box p{
max-width:750px;
margin:auto;
line-height:1.7;
opacity:0.95;
font-size:17px;
}

/* Contact */

.tlfis-contact{
display:flex;
justify-content:center;
gap:35px;
margin-top:25px;
flex-wrap:wrap;
}

.contact-item{
display:flex;
align-items:center;
gap:10px;
font-weight:500;
}

.contact-item i{
font-size:18px;
color:#ffd9ff;
}

/* Button */

.tlfis-btn{
display:inline-block;
margin-top:35px;
padding:16px 45px;
background:#fff;
color:#8e2a8c;
border-radius:50px;
font-weight:600;
text-decoration:none;
transition:0.3s;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.tlfis-btn:hover{
transform:translateY(-4px);
background:#f9f9f9;
}


/* Tablet */

@media(max-width:992px){

.tlfis-cta-box{
padding:50px 30px;
}

.tlfis-cta-box h2{
font-size:30px;
}

}


/* Mobile */

@media(max-width:768px){

.tlfis-cta-section{
padding:40px 15px;
}

.tlfis-cta-box{
padding:40px 25px;
border-radius:25px;
}

.tlfis-cta-box h2{
font-size:24px;
line-height:1.4;
}

.tlfis-cta-box p{
font-size:15px;
}

.tlfis-contact{
flex-direction:column;
gap:12px;
}

.contact-item{
justify-content:center;
}

.tlfis-btn{
padding:14px 35px;
font-size:15px;
}

}
