@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins,sans-serif;
}

body{
background:#f8fbff;
overflow-x:hidden;
}

/* NAVBAR */

.custom-navbar{

padding:14px 0;

transition:.4s;

background:rgba(255,255,255,.85);

backdrop-filter:blur(20px);

}

.custom-navbar.sticky{

background:#fff;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.logo{

height:65px;

}

.nav-link{

font-size:13px;

font-weight:500;

margin:0 8px;

color:#1E316A!important;

transition:.4s;

}

.nav-link:hover{

color:#E59A28!important;

}

.language{

border:1px solid #ddd;

padding:8px 15px;

font-size:13px;

border-radius:30px;

outline:none;

}

/*======================================
Google Font
======================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

/*======================================
Brand Colors
======================================*/

:root{

--primary:#1D2F6F;
--secondary:#E69A2C;
--teal:#0F8C8C;
--light:#FFF9F1;
--white:#ffffff;
--dark:#16213E;

}


/*======================================
Hero Section
======================================*/

.hero-section{

position:relative;
overflow:hidden;

}


/*======================================
Background
======================================*/

.hero-bg{

min-height:100vh;
display:flex;
align-items:center;
position:relative;
overflow:hidden;
padding-top: 100px;

}

.hero-one{

background:linear-gradient(135deg,#ffffff,#eef7ff,#ffffff);

}

.hero-two{

background:linear-gradient(135deg,#fffaf2,#fff7eb,#ffffff);

}

.hero-three{

background:linear-gradient(135deg,#edf9fa,#ffffff,#eef7ff);

}


/*======================================
Animated Shapes
======================================*/

.hero-bg::before{

content:'';
position:absolute;

width:650px;
height:650px;

border-radius:50%;

background:rgba(230,154,44,.12);

top:-180px;
right:-180px;

animation:rotateShape 20s linear infinite;

}

.hero-bg::after{

content:'';
position:absolute;

width:420px;
height:420px;

border-radius:50%;

background:rgba(15,140,140,.08);

bottom:-120px;
left:-120px;

animation:rotateShape2 15s linear infinite;

}


/*======================================
Hero Content
======================================*/

.hero-content{

position:relative;
z-index:5;
padding-top: 70px;

}

.badge-custom{

display:inline-block;

padding:10px 22px;

background:rgba(230,154,44,.15);

color:var(--secondary);

font-weight:600;

border-radius:40px;

margin-bottom:20px;

backdrop-filter:blur(10px);

}


.hero-content h1{


font-weight:800;

line-height:1.2;

color:var(--primary);

margin-bottom:25px;

}

.hero-content h1 span{

color:var(--secondary);

}


.hero-content p{

font-size:18px;

color:#5f6c82;

line-height:1.9;

max-width:600px;

}


/*======================================
Buttons
======================================*/

.btn-theme{

background:linear-gradient(135deg,var(--secondary),#f3b04c);

padding:15px 38px;

border:none;

border-radius:50px;

color:#fff;

font-weight:600;

box-shadow:0 15px 35px rgba(230,154,44,.35);

transition:.4s;

}

.btn-theme:hover{

transform:translateY(-6px);

box-shadow:0 20px 45px rgba(230,154,44,.45);

color:#fff;

}


.btn-outline-theme{

padding:15px 38px;

border:2px solid var(--primary);

border-radius:50px;

color:var(--primary);

font-weight:600;

transition:.4s;

background:#fff;

}

.btn-outline-theme:hover{

background:var(--primary);

color:#fff;

}


/*======================================
Statistics
======================================*/

.stats{

margin-top:50px;

}

.stats h2{

font-size:42px;

font-weight:700;

color:var(--secondary);

}

.stats p{

margin:0;

font-weight:500;

color:#6d778b;

}


/*======================================
Hero Image
======================================*/

.hero-image{

position:relative;

height:600px;

display:flex;

align-items:center;

justify-content:center;

z-index:5;

}

.hero-image img{

max-width:420px;

animation:floatLogo 5s ease-in-out infinite;

position:relative;

z-index:3;

}


/*======================================
Floating Circles
======================================*/

.circle-one{

position:absolute;

width:430px;
height:430px;

background:rgba(29,47,111,.07);

border-radius:50%;

animation:pulseOne 5s infinite;

}

.circle-two{

position:absolute;

width:320px;
height:320px;

border-radius:50%;

border:2px dashed rgba(230,154,44,.5);

animation:rotateCircle 18s linear infinite;

}

.circle-three{

position:absolute;

width:530px;
height:530px;

border-radius:50%;

border:2px solid rgba(15,140,140,.12);

animation:pulseTwo 6s infinite;

}


/*======================================
Carousel Controls
======================================*/

.carousel-control-prev{

width:60px;
height:60px;

background:#fff;

border-radius:50%;

top:50%;

left:25px;

transform:translateY(-50%);

box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.carousel-control-next{

width:60px;
height:60px;

background:#fff;

border-radius:50%;

top:50%;

right:25px;

transform:translateY(-50%);

box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

filter:invert(1);

}


/*======================================
Indicators
======================================*/

.carousel-indicators{

bottom:40px;

}

.carousel-indicators button{

width:14px;
height:14px;

border-radius:50%;

background:var(--secondary);

}


/*======================================
Animations
======================================*/

@keyframes floatLogo{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-20px);

}

100%{

transform:translateY(0px);

}

}

@keyframes pulseOne{

0%{

transform:scale(.9);

}

50%{

transform:scale(1.05);

}

100%{

transform:scale(.9);

}

}

@keyframes pulseTwo{

0%{

transform:scale(1);

}

50%{

transform:scale(.92);

}

100%{

transform:scale(1);

}

}

@keyframes rotateCircle{

100%{

transform:rotate(360deg);

}

}

@keyframes rotateShape{

100%{

transform:rotate(360deg);

}

}

@keyframes rotateShape2{

100%{

transform:rotate(-360deg);

}

}


/*======================================
Responsive
======================================*/

@media(max-width:991px){

.hero-content{

text-align:center;

margin-top:80px;

}

.hero-content h1{

font-size:42px;

}

.hero-content p{

margin:auto;

}

.hero-image{

height:auto;

margin-top:60px;

}

.hero-image img{

max-width:280px;

}

.stats{

text-align:center;

}

}

@media(max-width:576px){

.hero-content h1{

font-size:32px;

}

.hero-content p{

font-size:15px;

}

.btn-theme,
.btn-outline-theme{

width:100%;

margin-bottom:15px;

}

.carousel-control-prev,
.carousel-control-next{

display:none;

}

.badge-custom{

font-size:13px;

}



}
/* Decorative */

.circle{

position:absolute;

border-radius:50%;

z-index:0;

}

.one{

width:420px;

height:420px;

background:#148A8A10;

top:20px;

left:70px;

}

.two{

width:280px;

height:280px;

background:#E59A2815;

top:90px;

left:140px;

}

.three{

width:500px;

height:500px;

border:2px dashed #1E316A15;

top:-10px;

left:0;

animation:rotate 25s linear infinite;

}

/* Animation */

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

@keyframes rotate{

100%{

transform:rotate(360deg);

}

}

@keyframes rotate2{

100%{

transform:rotate(-360deg);

}

}

/* Mobile */

@media(max-width:991px){

.hero{

text-align:center;

padding-top:140px;

}

.hero-logo{

width:250px;

margin-top:50px;

}

.finance-card{

display:none;

}

.hero h1{

font-size:28px;

}

}
/*======================
ABOUT US
=======================*/

.about-section{
background:#fff;
position:relative;
overflow:hidden;
}

.section-tag{
display:inline-block;
background:#148A8A15;
color:#148A8A;
padding:8px 18px;
border-radius:30px;
font-size:12px;
font-weight:600;
margin-bottom:18px;
}

.section-title{
font-size:34px;
font-weight:700;
color:#1E316A;
line-height:1.4;
margin-bottom:20px;
}

.section-title span{
color:#E59A28;
}

.section-text{
font-size:13px;
color:#666;
line-height:28px;
margin-bottom:18px;
}

/* LEFT */

.about-images{
position:relative;
height:520px;
display:flex;
justify-content:center;
align-items:center;
}

.about-logo{
width:320px;
z-index:5;
animation:float 5s ease-in-out infinite;
}

.shape-circle{
position:absolute;
width:420px;
height:420px;
border-radius:50%;
background:linear-gradient(135deg,#148A8A15,#E59A2815);
}

.experience-box{
position:absolute;
top:20px;
left:20px;
background:#1E316A;
color:#fff;
padding:22px;
border-radius:18px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.15);
animation:float 4s infinite;
}

.experience-box h2{
font-size:38px;
margin:0;
font-weight:700;
}

.experience-box p{
font-size:12px;
margin-top:5px;
}

.about-card{
position:absolute;
background:#fff;
padding:18px;
width:180px;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.about-card i{
font-size:30px;
color:#E59A28;
margin-bottom:10px;
}

.about-card h6{
font-size:14px;
color:#1E316A;
font-weight:600;
}

.about-card p{
font-size:11px;
color:#666;
margin:0;
}

.card-one{
right:20px;
top:80px;
animation:float 5s infinite;
}

.card-two{
left:0;
bottom:70px;
animation:float 6s infinite;
}

/* FEATURES */

.feature-box{
display:flex;
align-items:flex-start;
gap:15px;
background:#fff;
padding:18px;
border-radius:15px;
margin-bottom:18px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.4s;
height:100%;
}

.feature-box:hover{
transform:translateY(-8px);
}

.icon{
width:45px;
height:45px;
background:#E59A28;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:16px;
flex-shrink:0;
}

.feature-box h6{
font-size:14px;
font-weight:600;
color:#1E316A;
margin-bottom:6px;
}

.feature-box p{
font-size:12px;
color:#777;
margin:0;
line-height:22px;
}

.about-btn{
background:#E59A28;
color:#fff;
padding:12px 28px;
border-radius:50px;
font-size:13px;
font-weight:600;
transition:.4s;
}

.about-btn:hover{
background:#1E316A;
color:#fff;
}

/* Mobile */

@media(max-width:991px){

.about-images{
height:auto;
margin-bottom:50px;
}

.about-logo{
width:230px;
}

.about-card,
.experience-box{
display:none;
}

.section-title{
font-size:26px;
text-align:center;
}

.section-text{
text-align:center;
}

.section-tag{
display:table;
margin:auto auto 15px;
}

.about-btn{
display:table;
margin:auto;
}

}
/*=========================
WHY CHOOSE US
==========================*/

.why-us{

background:#f6f9ff;

position:relative;

overflow:hidden;

}

.section-badge{

display:inline-block;

background:#148A8A15;

padding:8px 20px;

border-radius:50px;

font-size:12px;

font-weight:600;

color:#148A8A;

margin-bottom:15px;

}

.section-title{

font-size:34px;

font-weight:700;

color:#1E316A;

}

.section-title span{

color:#E59A28;

}

.section-subtitle{

max-width:720px;

margin:auto;

font-size:13px;

color:#666;

line-height:28px;

margin-top:15px;

}

/* CARD */

.why-card{

background:#fff;

padding:55px 35px;

border-radius:25px;

text-align:center;

height:100%;

transition:.45s;

position:relative;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.why-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#E59A28,#148A8A);

transform:scaleX(0);

transition:.4s;

}

.why-card:hover::before{

transform:scaleX(1);

}

.why-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.icon-box{

width:90px;

height:90px;

margin:auto;

background:linear-gradient(135deg,#1E316A,#148A8A);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

transition:.4s;

}

.icon-box i{

font-size:34px;

color:#fff;

}

.why-card:hover .icon-box{

transform:rotate(360deg) scale(1.1);

background:linear-gradient(135deg,#E59A28,#f6b344);

}

.why-card h4{

font-size:24px;

font-weight:700;

color:#1E316A;

margin-bottom:18px;

}

.why-card p{

font-size:13px;

line-height:30px;

color:#666;

margin:0;

}

@media(max-width:991px){

.section-title{

font-size:28px;

}

.why-card{

padding:40px 25px;

}

.icon-box{

width:75px;

height:75px;

}

.icon-box i{

font-size:28px;

}

}
/*==========================
FEATURE SECTION
===========================*/

.features-section{

padding:90px 0;

background:
linear-gradient(rgba(245,249,255,.94),rgba(245,249,255,.94)),
url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80');

background-size:cover;

background-position:center;

position:relative;

overflow:hidden;

}

.section-badge{

display:inline-block;

padding:8px 22px;

background:#148A8A15;

border-radius:50px;

font-size:12px;

font-weight:600;

color:#148A8A;

margin-bottom:15px;

}

.section-title{

font-size:38px;

font-weight:700;

color:#1E316A;

margin-bottom:15px;

}

.section-title span{

color:#E59A28;

}

.section-desc{

font-size:13px;

line-height:28px;

color:#666;

max-width:650px;

margin:auto;

}

/* CARD */

.feature-card{

background:rgba(255,255,255,.92);

backdrop-filter:blur(10px);

padding:45px 30px;

border-radius:25px;

text-align:center;

height:100%;

transition:.45s;

position:relative;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

border:1px solid rgba(255,255,255,.5);

}

.feature-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#1E316A,#148A8A,#E59A28);

transform:scaleX(0);

transition:.4s;

}

.feature-card:hover::before{

transform:scaleX(1);

}

.feature-card:hover{

transform:translateY(-15px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

/* ICON */

.feature-icon{

width:90px;

height:90px;

background:linear-gradient(135deg,#1E316A,#148A8A);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin:auto;

margin-bottom:25px;

transition:.5s;

}

.feature-icon i{

font-size:34px;

color:#fff;

}

.feature-card:hover .feature-icon{

background:linear-gradient(135deg,#E59A28,#ffb347);

transform:rotate(360deg);

}

/* TEXT */

.feature-card h4{

font-size:24px;

font-weight:700;

color:#1E316A;

margin-bottom:18px;

}

.feature-card p{

font-size:13px;

line-height:30px;

color:#666;

margin:0;

}

/* MOBILE */

@media(max-width:991px){

.features-section{

padding:70px 0;

}

.section-title{

font-size:28px;

}

.feature-card{

padding:35px 25px;

}

.feature-icon{

width:75px;

height:75px;

}

.feature-icon i{

font-size:28px;

}

}
/*==========================
FOOTER
===========================*/

.footer{

background:#17264d;

position:relative;

color:#fff;

padding-top:80px;

overflow:hidden;

}

.footer::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#148A8A,#E59A28,#1E316A);

}

.footer-logo{

height:70px;

}

.footer-about{

font-size:13px;

line-height:28px;

color:#d9d9d9;

}

.footer h5{

font-size:22px;

font-weight:700;

margin-bottom:25px;

position:relative;

padding-left:18px;

}

.footer h5::before{

content:"";

position:absolute;

left:0;

top:4px;

width:4px;

height:24px;

background:#E59A28;

border-radius:10px;

}

.footer ul{

padding:0;

margin:0;

list-style:none;

}

.footer ul li{

margin-bottom:14px;

font-size:13px;

}

.footer ul li a{

color:#dcdcdc;

text-decoration:none;

transition:.4s;

}

.footer ul li a:hover{

color:#E59A28;

padding-left:8px;

}

.contact-info li{

display:flex;

align-items:flex-start;

gap:12px;

line-height:26px;

}

.contact-info i{

color:#E59A28;

margin-top:4px;

}

/* Newsletter */

.newsletter h6{

font-size:15px;

margin-bottom:15px;

}

.subscribe-box{

display:flex;

background:#fff;

border-radius:50px;

overflow:hidden;

}

.subscribe-box input{

flex:1;

border:none;

padding:13px 18px;

font-size:13px;

outline:none;

}

.subscribe-box button{

width:60px;

background:#E59A28;

border:none;

color:#fff;

transition:.4s;

}

.subscribe-box button:hover{

background:#148A8A;

}

/* Social */

.social-icons{

margin-top:25px;

display:flex;

gap:12px;

}

.social-icons a{

width:45px;

height:45px;

background:rgba(255,255,255,.08);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

text-decoration:none;

transition:.4s;

}

.social-icons a:hover{

background:#E59A28;

transform:translateY(-5px);

}

/* Bottom */

.footer-bottom{

margin-top:70px;

background:#0f1c3d;

padding:18px 0;

font-size:13px;

color:#ddd;

border-top:1px solid rgba(255,255,255,.08);

}

/* Responsive */

@media(max-width:991px){

.footer{

text-align:center;

}

.footer h5{

padding-left:0;

}

.footer h5::before{

display:none;

}

.contact-info li{

justify-content:center;

}

.social-icons{

justify-content:center;

}

.footer-bottom{

text-align:center;

}

.footer-bottom .text-md-end{

margin-top:10px;

text-align:center !important;

}

}
/*=========================
PAGE BANNER
=========================*/

.page-banner{

padding:140px 0 90px;

background:linear-gradient(135deg,#ffffff,#f3f8ff);

overflow:hidden;

position:relative;

}

.page-banner::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:radial-gradient(#148A8A18,transparent);

top:-220px;

right:-180px;

border-radius:50%;

}

.banner-tag{

display:inline-block;

padding:8px 20px;

background:#148A8A15;

color:#148A8A;

border-radius:30px;

font-size:12px;

font-weight:600;

margin-bottom:20px;

}

.banner-title{

font-size:52px;

font-weight:700;

line-height:1.2;

color:#1E316A;

margin-bottom:20px;

}

.banner-title span{

color:#E59A28;

}

.banner-text{

font-size:14px;

color:#666;

line-height:30px;

max-width:520px;

margin-bottom:30px;

}

.breadcrumb-nav{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 25px;

background:#fff;

border-radius:50px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.breadcrumb-nav a{

text-decoration:none;

color:#1E316A;

font-weight:600;

font-size:13px;

}

.breadcrumb-nav span{

font-size:13px;

color:#777;

}

/* Right */

.banner-image{

position:relative;

display:flex;

justify-content:center;

align-items:center;

min-height:520px;

}

.circle-bg{

width:420px;

height:420px;

background:linear-gradient(180deg,#148A8A,#1E316A,#E59A28);

border-radius:50%;

position:absolute;

opacity:.15;

animation:rotateCircle 18s linear infinite;

}

.person-img{

max-height:520px;

position:relative;

z-index:2;

animation:float 4s ease-in-out infinite;

}

/* Floating Cards */

.floating-card{

position:absolute;

background:#fff;

padding:18px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

text-align:center;

width:160px;

z-index:5;

transition:.4s;

}

.floating-card:hover{

transform:translateY(-8px);

}

.floating-card i{

font-size:28px;

color:#E59A28;

margin-bottom:10px;

}

.floating-card h6{

font-size:15px;

font-weight:600;

color:#1E316A;

margin-bottom:5px;

}

.floating-card small{

font-size:11px;

color:#666;

}

.card1{

top:50px;

left:20px;

animation:float 5s infinite;

}

.card2{

right:20px;

top:120px;

animation:float 6s infinite;

}

.card3{

left:70px;

bottom:50px;

animation:float 7s infinite;

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

@keyframes rotateCircle{

100%{

transform:rotate(360deg);

}

}

/* Mobile */

@media(max-width:991px){

.page-banner{

padding:120px 0 70px;

text-align:center;

}

.banner-title{

font-size:34px;

}

.banner-image{

margin-top:50px;

min-height:350px;

}

.person-img{

max-height:320px;

}

.circle-bg{

width:280px;

height:280px;

}

.floating-card{

display:none;

}

.banner-text{

margin:auto auto 30px;

}

}
/*==================================================
ABOUT COMPANY
==================================================*/

.about-company{
    padding:100px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.about-company::before{
    content:'';
    position:absolute;
    left:-180px;
    top:-180px;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(20,138,138,.05);
}

.about-company::after{
    content:'';
    position:absolute;
    right:-200px;
    bottom:-200px;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(229,154,40,.06);
}

/* Heading */

.section-tag{

display:inline-block;

padding:8px 18px;

background:#148A8A15;

border-radius:30px;

font-size:12px;

font-weight:600;

color:#148A8A;

margin-bottom:18px;

letter-spacing:1px;

}

.section-title{

font-size:42px;

font-weight:700;

color:#1E316A;

line-height:1.3;

margin-bottom:25px;

}

.section-title span{

color:#E59A28;

}

.about-company p{

font-size:14px;

line-height:30px;

color:#666;

margin-bottom:18px;

}

/* Image */

.about-image{

position:relative;

padding:25px;

}

.about-image img{

border-radius:25px;

width:100%;

box-shadow:0 20px 60px rgba(0,0,0,.10);

transition:.5s;

}

.about-image:hover img{

transform:scale(1.03);

}

/* Experience */

.experience-box{

position:absolute;

top:0;

left:0;

background:#1E316A;

padding:22px 30px;

border-radius:18px;

color:#fff;

text-align:center;

box-shadow:0 20px 40px rgba(0,0,0,.15);

animation:float 4s infinite;

}

.experience-box h2{

font-size:42px;

margin:0;

font-weight:700;

}

.experience-box span{

font-size:12px;

}

/* Floating */

.floating-box{

position:absolute;

right:-10px;

bottom:30px;

display:flex;

align-items:center;

gap:15px;

background:#fff;

padding:18px 22px;

border-radius:18px;

box-shadow:0 20px 45px rgba(0,0,0,.10);

animation:float 5s infinite;

}

.floating-box i{

width:55px;

height:55px;

background:#E59A28;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:22px;

}

.floating-box h5{

margin:0;

font-size:24px;

font-weight:700;

color:#1E316A;

}

.floating-box p{

margin:0;

font-size:12px;

color:#777;

line-height:18px;

}

/* Features */

.about-feature{

display:flex;

gap:15px;

padding:20px;

background:#fff;

border-radius:18px;

margin-bottom:20px;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.4s;

height:100%;

}

.about-feature:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.about-feature i{

font-size:22px;

color:#E59A28;

margin-top:4px;

}

.about-feature h5{

font-size:16px;

font-weight:600;

color:#1E316A;

margin-bottom:8px;

}

.about-feature p{

font-size:13px;

line-height:24px;

margin:0;

}

/* Button */

.theme-btn{

display:inline-block;

padding:14px 35px;

border-radius:50px;

background:linear-gradient(135deg,#E59A28,#d67f05);

color:#fff;

text-decoration:none;

font-size:14px;

font-weight:600;

transition:.4s;

}

.theme-btn:hover{

background:#1E316A;

color:#fff;

transform:translateY(-4px);

}



/*==================================================
MISSION & VISION
==================================================*/

.mission-section,

.vision-section{

padding:90px 0;

background:#f8fbff;

position:relative;

overflow:hidden;

}

.vision-section{

background:#fff;

}

/* Background Pattern */

.mission-section::before,

.vision-section::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:url('assets/images/pattern.png');

opacity:.04;

}

/* Content */

.content-box{

padding:25px;

position:relative;

z-index:5;

}

.content-box h2{

font-size:38px;

font-weight:700;

color:#1E316A;

margin:18px 0;

line-height:1.3;

}

.content-box p{

font-size:14px;

line-height:30px;

color:#666;

}

/* List */

.mission-list{

padding:0;

margin:30px 0 0;

list-style:none;

}

.mission-list li{

margin-bottom:18px;

font-size:14px;

color:#444;

display:flex;

align-items:center;

}

.mission-list i{

width:38px;

height:38px;

background:#148A8A;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-right:15px;

font-size:13px;

}

/* Images */

.image-box{

position:relative;

overflow:hidden;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.image-box img{

width:100%;

transition:.6s;

}

.image-box:hover img{

transform:scale(1.08);

}

/* Decorative Border */

.image-box::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

border:5px solid transparent;

border-image:linear-gradient(45deg,#148A8A,#E59A28) 1;

opacity:0;

transition:.5s;

z-index:2;

}

.image-box:hover::before{

opacity:1;

}

/*==================================================
ANIMATION
==================================================*/

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.about-company,

.mission-section,

.vision-section{

padding:70px 0;

text-align:center;

}

.section-title,

.content-box h2{

font-size:30px;

}

.about-image{

margin-bottom:40px;

}

.experience-box,

.floating-box{

display:none;

}

.about-feature{

text-align:left;

}

.content-box{

padding:0;

}

.image-box{

margin-top:40px;

}

}

@media(max-width:767px){

.section-title,

.content-box h2{

font-size:26px;

}

.about-company p,

.content-box p{

font-size:13px;

line-height:28px;

}

.theme-btn{

padding:12px 28px;

font-size:13px;

}

.about-feature{

padding:18px;

}

}
/*=================================
WHY CHOOSE US
=================================*/

.choose-us{

padding:100px 0;

background:#f6f8fd;

position:relative;

overflow:hidden;

}

.choose-us::before{

content:"";

position:absolute;

left:-250px;

top:-250px;

width:500px;

height:500px;

border-radius:50%;

background:rgba(20,138,138,.05);

}

.choose-us::after{

content:"";

position:absolute;

right:-220px;

bottom:-220px;

width:500px;

height:500px;

border-radius:50%;

background:rgba(229,154,40,.05);

}

/* Heading */

.section-desc{

font-size:14px;

line-height:30px;

color:#666;

max-width:700px;

margin:15px auto 0;

}

/* Card */

.reason-card{

background:#fff;

padding:45px 30px;

border-radius:20px;

text-align:center;

height:100%;

position:relative;

overflow:hidden;

transition:.45s;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.reason-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#148A8A,#E59A28);

transform:scaleX(0);

transition:.45s;

}

.reason-card:hover::before{

transform:scaleX(1);

}

.reason-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

/* Icon */

.icon-box{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#1E316A,#148A8A);

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

transition:.5s;

}

.icon-box i{

font-size:34px;

color:#fff;

}

.reason-card:hover .icon-box{

transform:rotate(360deg) scale(1.08);

background:linear-gradient(135deg,#E59A28,#f4b03e);

}

/* Title */

.reason-card h4{

font-size:24px;

font-weight:700;

color:#1E316A;

margin-bottom:18px;

}

/* Text */

.reason-card p{

font-size:13px;

line-height:28px;

color:#666;

margin:0;

}

/* Mobile */

@media(max-width:991px){

.choose-us{

padding:70px 0;

}

.reason-card{

padding:35px 25px;

}

.icon-box{

width:75px;

height:75px;

}

.icon-box i{

font-size:28px;

}

.reason-card h4{

font-size:20px;

}

}
/*=========================
How It Works
=========================*/

.how-it-works{

padding:100px 0;

background:#f8fbff;

position:relative;

overflow:hidden;

}

.section-tag{

display:inline-block;

padding:10px 22px;

background:#E69A2C20;

color:#E69A2C;

font-weight:600;

border-radius:30px;

margin-bottom:20px;

}

.section-title{

font-size:46px;

font-weight:700;

color:#1D2F6F;

}

.section-title span{

color:#E69A2C;

}

.section-text{

color:#6c757d;

font-size:18px;

margin-top:15px;

}

.work-card{

background:#fff;

padding:40px 25px;

border-radius:25px;

position:relative;

text-align:center;

transition:.4s;

height:100%;

box-shadow:0 20px 50px rgba(0,0,0,.05);

overflow:hidden;

}

.work-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(29,47,111,.15);

}

.step-number{

position:absolute;

top:18px;

right:20px;

font-size:48px;

font-weight:800;

color:#f3f3f3;

}

.icon-box{

width:90px;

height:90px;

margin:auto;

background:linear-gradient(135deg,#1D2F6F,#0F8C8C);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:40px;

color:#fff;

margin-bottom:25px;

transition:.4s;

}

.work-card:hover .icon-box{

transform:rotateY(180deg);

background:linear-gradient(135deg,#E69A2C,#ffbc45);

}

.work-card h4{

font-weight:700;

margin-bottom:15px;

color:#1D2F6F;

}

.work-card p{

color:#666;

line-height:28px;

}

.work-card::before{

content:'';

position:absolute;

bottom:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#1D2F6F,#E69A2C);

transform:scaleX(0);

transition:.5s;

}

.work-card:hover::before{

transform:scaleX(1);

}
.loan-service{
background:#fff;
}

.loan-image{
position:relative;
text-align:center;
}

.loan-image img{
max-width:100%;
animation:float 5s infinite;
}

.loan-card{
position:absolute;
background:#fff;
padding:18px;
border-radius:18px;
box-shadow:0 20px 40px rgba(0,0,0,.08);
width:170px;
text-align:center;
}

.loan-card i{
font-size:26px;
color:#E59A28;
margin-bottom:10px;
}

.loan-card h5{
color:#1E316A;
font-weight:700;
font-size:20px;
}

.loan-card p{
font-size:12px;
margin:0;
}

.card1{
left:0;
top:40px;
}

.card2{
right:0;
top:170px;
}

.card3{
left:60px;
bottom:30px;
}

.loan-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:35px;
}

.feature-item{
display:flex;
align-items:center;
font-size:14px;
font-weight:500;
}

.feature-item i{
width:30px;
height:30px;
background:#148A8A;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
margin-right:12px;
font-size:12px;
}

/* WHY */

.why-loan{
background:#f7faff;
}

.why-card{
background:#fff;
padding:35px;
border-radius:20px;
text-align:center;
height:100%;
transition:.4s;
box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.why-card:hover{
transform:translateY(-10px);
}

.why-icon{
width:80px;
height:80px;
background:linear-gradient(135deg,#1E316A,#148A8A);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:20px;
}

.why-icon i{
font-size:30px;
color:#fff;
}

.why-card h4{
font-size:22px;
color:#1E316A;
margin-bottom:15px;
}

.why-card p{
font-size:13px;
line-height:28px;
color:#666;
}

@media(max-width:991px){

.loan-card{
display:none;
}

.loan-features{
grid-template-columns:1fr;
}

}
.business-loan{
    background:#ffffff;
}

.why-business{
    background:#f8fbff;
}

/* Loan Features */

.loan-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:30px;
}

.feature-item{
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:500;
    color:#444;
}

.feature-item i{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#148A8A;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    font-size:12px;
}

/* Responsive */

@media(max-width:991px){

.loan-features{
grid-template-columns:1fr;
}

.loan-card{
display:none;
}

}
/*=========================================
RESOURCES SECTION
=========================================*/

.resources-section{
    padding:100px 0;
    background:linear-gradient(180deg,#f8fbff,#ffffff);
    position:relative;
    overflow:hidden;
}

.resources-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(20,138,138,.05);
    top:-180px;
    right:-180px;
}

.resources-section::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(229,154,40,.05);
    left:-120px;
    bottom:-120px;
}

/*=========================================
TABS
=========================================*/

.resource-tabs{
    gap:18px;
}

.resource-tabs .nav-link{

    border:none;

    padding:16px 28px;

    border-radius:60px;

    background:#fff;

    color:#1E316A;

    font-size:14px;

    font-weight:600;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.45s;

    display:flex;

    align-items:center;

    gap:10px;

}

.resource-tabs .nav-link i{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#f3f8ff;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#148A8A;

    transition:.4s;

}

.resource-tabs .nav-link:hover{

    transform:translateY(-5px);

}

.resource-tabs .nav-link.active{

    background:linear-gradient(135deg,#1E316A,#148A8A);

    color:#fff;

}

.resource-tabs .nav-link.active i{

    background:#fff;

    color:#E59A28;

}

/*=========================================
CONTENT BOX
=========================================*/

.resource-box{

    background:#fff;

    border-radius:30px;

    padding:50px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    position:relative;

    overflow:hidden;

}

.resource-box::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(20,138,138,.05);

    right:-120px;

    top:-120px;

}

.resource-box h3{

    font-size:34px;

    font-weight:700;

    color:#1E316A;

    margin:20px 0;

}

.resource-box p{

    font-size:14px;

    line-height:30px;

    color:#666;

}

/*=========================================
ICON
=========================================*/

.icon-circle{

    width:90px;

    height:90px;

    border-radius:50%;

    background:linear-gradient(135deg,#1E316A,#148A8A);

    display:flex;

    justify-content:center;

    align-items:center;

}

.icon-circle i{

    font-size:34px;

    color:#fff;

}

/*=========================================
LIST
=========================================*/

.resource-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:30px;

}

.resource-list div{

    display:flex;

    align-items:center;

    font-size:14px;

    color:#444;

}

.resource-list i{

    width:28px;

    height:28px;

    border-radius:50%;

    background:#148A8A;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:11px;

    margin-right:12px;

}

/*=========================================
BUTTONS
=========================================*/

.btn-theme{

display:inline-block;

padding:14px 32px;

border-radius:50px;

background:linear-gradient(135deg,#E59A28,#d8860a);

color:#fff;

font-size:14px;

font-weight:600;

text-decoration:none;

transition:.4s;

}

.btn-theme:hover{

background:#1E316A;

color:#fff;

transform:translateY(-5px);

}

.btn-outline-theme{

display:inline-block;

padding:14px 32px;

border-radius:50px;

border:2px solid #1E316A;

color:#1E316A;

font-weight:600;

text-decoration:none;

transition:.4s;

}

.btn-outline-theme:hover{

background:#1E316A;

color:#fff;

}

/*=========================================
IMAGE
=========================================*/

.resource-box img{

max-width:100%;

animation:floatImage 5s ease-in-out infinite;

}

/*=========================================
ANIMATION
=========================================*/

@keyframes floatImage{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.resource-box{

padding:35px;

text-align:center;

}

.resource-list{

grid-template-columns:1fr;

}

.resource-tabs{

justify-content:center;

}

.resource-tabs .nav-link{

margin-bottom:12px;

}

.resource-box img{

margin-top:40px;

max-width:280px;

}

.icon-circle{

margin:auto;

}

}

@media(max-width:767px){

.resources-section{

padding:70px 0;

}

.resource-tabs{

gap:12px;

}

.resource-tabs .nav-link{

width:100%;

justify-content:center;

padding:14px;

font-size:13px;

}

.resource-box{

padding:25px;

}

.resource-box h3{

font-size:26px;

}

.resource-box p{

font-size:13px;

line-height:28px;

}

.btn-theme,

.btn-outline-theme{

width:100%;

margin:10px 0;

text-align:center;

}

}
/*=================================
FAQ
==================================*/

.faq-section{
background:#f8fbff;
}

.faq-image img{
animation:float 5s infinite;
}

.custom-faq .accordion-item{

border:none;

margin-bottom:18px;

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.custom-faq .accordion-button{

padding:20px 25px;

font-size:15px;

font-weight:600;

color:#1E316A;

background:#fff;

box-shadow:none;

}

.custom-faq .accordion-button:not(.collapsed){

background:linear-gradient(135deg,#1E316A,#148A8A);

color:#fff;

}

.custom-faq .accordion-button::after{

filter:brightness(0);

}

.custom-faq .accordion-button:not(.collapsed)::after{

filter:invert(1);

}

.custom-faq .accordion-body{

padding:22px 25px;

font-size:14px;

line-height:28px;

color:#666;

}

@media(max-width:991px){

.faq-image{

margin-bottom:40px;

text-align:center;

}

}
/*===================================
CONTACT SECTION
===================================*/

.contact-section{

background:#f8fbff;

}

.contact-info-box,

.contact-form-box{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

height:100%;

}

.contact-item{

display:flex;

align-items:flex-start;

margin-bottom:30px;

}

.contact-item .icon{

width:60px;

height:60px;

border-radius:50%;

background:linear-gradient(135deg,#1E316A,#148A8A);

display:flex;

justify-content:center;

align-items:center;

margin-right:20px;

}

.contact-item .icon i{

color:#fff;

font-size:22px;

}

.contact-item h5{

font-size:18px;

color:#1E316A;

margin-bottom:8px;

font-weight:600;

}

.contact-item p{

font-size:14px;

color:#666;

line-height:26px;

margin:0;

}

.social-links{

display:flex;

gap:15px;

margin-top:20px;

}

.social-links a{

width:45px;

height:45px;

background:#1E316A;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

transition:.4s;

text-decoration:none;

}

.social-links a:hover{

background:#E59A28;

transform:translateY(-5px);

}

/* FORM */

.form-control,

.form-select{

height:55px;

border-radius:12px;

border:1px solid #ddd;

font-size:14px;

padding:15px;

box-shadow:none;

}

textarea.form-control{

height:auto;

}

.form-control:focus,

.form-select:focus{

border-color:#148A8A;

box-shadow:none;

}

.btn-theme{

padding:14px 35px;

border:none;

border-radius:50px;

background:linear-gradient(135deg,#E59A28,#d98806);

color:#fff;

font-weight:600;

transition:.4s;

}

.btn-theme:hover{

background:#1E316A;

color:#fff;

}

/* MAP */

.map-box{

border-radius:25px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.map-box iframe{

width:100%;

height:420px;

border:0;

}

/* Responsive */

@media(max-width:991px){

.contact-info-box{

margin-bottom:30px;

}

}
/*=====================================
DISCLAIMER
======================================*/

.disclaimer-section{

background:#f8fbff;

position:relative;

overflow:hidden;

}

.disclaimer-box{

background:#fff;

padding:60px;

border-radius:30px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

position:relative;

}

.disclaimer-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

background:linear-gradient(135deg,#E59A28,#d88707);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

}

.disclaimer-icon i{

font-size:38px;

color:#fff;

}

.disclaimer-box p{

font-size:14px;

line-height:30px;

color:#666;

margin-bottom:20px;

text-align:justify;

}

.important-note{

display:flex;

align-items:flex-start;

gap:20px;

background:#f8fbff;

padding:30px;

border-left:5px solid #148A8A;

border-radius:15px;

margin-top:40px;

}

.important-note i{

font-size:34px;

color:#148A8A;

margin-top:5px;

}

.important-note h5{

color:#1E316A;

font-size:20px;

font-weight:600;

margin-bottom:10px;

}

.important-note p{

margin:0;

font-size:14px;

line-height:28px;

}

/* Responsive */

@media(max-width:991px){

.disclaimer-box{

padding:35px;

}

.important-note{

flex-direction:column;

text-align:center;

}

}
/*==================================================
   PRIVACY POLICY PAGE
   Vasundhara Agencies Pvt. Ltd.
==================================================*/

:root{

    --primary:#1E316A;
    --secondary:#E59A28;
    --accent:#148A8A;
    --light:#F7FAFF;
    --white:#ffffff;
    --dark:#222;
    --text:#666;
    --border:#E9EEF5;

}

/*==================================================
SECTION
==================================================*/

.privacy-policy{

    position:relative;

    padding:100px 0;

    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);

    overflow:hidden;

}

/* Decorative */

.privacy-policy::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(20,138,138,.05);

    top:-220px;

    right:-220px;

}

.privacy-policy::after{

    content:"";

    position:absolute;

    width:400px;

    height:400px;

    border-radius:50%;

    background:rgba(229,154,40,.06);

    bottom:-180px;

    left:-180px;

}

/*==================================================
SECTION TAG
==================================================*/

.section-tag{

display:inline-block;

padding:8px 22px;

border-radius:40px;

background:rgba(20,138,138,.10);

color:var(--accent);

font-size:12px;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

margin-bottom:18px;

}

/*==================================================
TITLE
==================================================*/

.section-title{

font-size:48px;

font-weight:700;

color:var(--primary);

line-height:1.25;

margin-bottom:18px;

}

.section-title span{

color:var(--secondary);

}

/*==================================================
TEXT
==================================================*/

.section-text{

font-size:15px;

line-height:30px;

color:var(--text);

}

/*==================================================
POLICY CARD
==================================================*/

.privacy-card{

position:relative;

background:#fff;

padding:40px;

border-radius:22px;

margin-bottom:35px;

box-shadow:0 20px 50px rgba(0,0,0,.06);

transition:.4s;

overflow:hidden;

border:1px solid #eef2f7;

}

/* Top Border */

.privacy-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,

var(--primary),

var(--accent),

var(--secondary));

}

/* Left Decoration */

.privacy-card::after{

content:"";

position:absolute;

right:-60px;

bottom:-60px;

width:180px;

height:180px;

background:rgba(20,138,138,.04);

border-radius:50%;

}

/* Hover */

.privacy-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(0,0,0,.10);

}

/*==================================================
HEADING
==================================================*/

.privacy-card h3{

font-size:28px;

font-weight:700;

color:var(--primary);

margin-bottom:22px;

position:relative;

padding-left:18px;

}

.privacy-card h3::before{

content:"";

position:absolute;

left:0;

top:5px;

width:5px;

height:32px;

background:linear-gradient(

180deg,

var(--secondary),

var(--accent)

);

border-radius:20px;

}

/*==================================================
PARAGRAPH
==================================================*/

.privacy-card p{

font-size:14px;

line-height:30px;

color:var(--text);

text-align:justify;

margin-bottom:18px;

}

/*==================================================
ORDER NUMBER
==================================================*/

.policy-number{

position:absolute;

right:30px;

top:25px;

font-size:70px;

font-weight:700;

color:rgba(30,49,106,.05);

line-height:1;

pointer-events:none;

}

/*==================================================
QUOTE BOX
==================================================*/

.policy-note{

margin-top:25px;

padding:22px;

background:#F8FBFF;

border-left:5px solid var(--accent);

border-radius:12px;

font-size:14px;

line-height:28px;

color:#555;

}

/*==================================================
LIST
==================================================*/

.policy-list{

margin-top:25px;

padding-left:20px;

}

.policy-list li{

margin-bottom:14px;

line-height:28px;

color:#555;

font-size:14px;

}

/*==================================================
HIGHLIGHT
==================================================*/

.policy-highlight{

display:inline-block;

padding:5px 12px;

border-radius:6px;

background:rgba(229,154,40,.15);

color:var(--secondary);

font-weight:600;

}

/*==================================================
DIVIDER
==================================================*/

.policy-divider{

height:1px;

background:#eceff5;

margin:30px 0;

}

/*==================================================
SMALL TITLE
==================================================*/

.policy-subtitle{

font-size:20px;

font-weight:600;

color:var(--primary);

margin-bottom:15px;

}

/*==================================================
LINKS
==================================================*/

.privacy-card a{

color:var(--accent);

font-weight:600;

text-decoration:none;

}

.privacy-card a:hover{

color:var(--secondary);

}

/*==================================================
ANIMATION
==================================================*/

@keyframes fadeUp{

0%{

opacity:0;

transform:translateY(30px);

}

100%{

opacity:1;

transform:translateY(0);

}

}

.privacy-card{

animation:fadeUp .8s ease;

}
/*==================================================
INFO BOX
==================================================*/

.policy-info{

display:flex;

align-items:flex-start;

gap:20px;

background:#ffffff;

padding:30px;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

margin:30px 0;

border-left:5px solid var(--accent);

transition:.4s;

}

.policy-info:hover{

transform:translateY(-6px);

}

.policy-info i{

width:65px;

height:65px;

min-width:65px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

background:linear-gradient(135deg,var(--primary),var(--accent));

color:#fff;

font-size:26px;

}

.policy-info h4{

font-size:22px;

font-weight:700;

color:var(--primary);

margin-bottom:12px;

}

.policy-info p{

margin:0;

line-height:28px;

font-size:14px;

color:#666;

}

/*==================================================
IMPORTANT NOTICE
==================================================*/

.policy-warning{

padding:35px;

background:linear-gradient(135deg,#FFF8E8,#FFFDF8);

border-left:6px solid var(--secondary);

border-radius:18px;

margin:35px 0;

display:flex;

gap:25px;

align-items:flex-start;

}

.policy-warning i{

font-size:40px;

color:var(--secondary);

}

.policy-warning h4{

font-size:24px;

font-weight:700;

color:var(--primary);

margin-bottom:12px;

}

.policy-warning p{

margin:0;

font-size:14px;

line-height:30px;

}

/*==================================================
SUCCESS BOX
==================================================*/

.policy-success{

padding:30px;

background:#F4FFFB;

border-left:5px solid #27AE60;

border-radius:18px;

margin:35px 0;

}

.policy-success h5{

font-size:20px;

font-weight:700;

color:#27AE60;

margin-bottom:15px;

}

.policy-success p{

margin:0;

}

/*==================================================
DOWNLOAD BUTTON
==================================================*/

.policy-download{

display:inline-flex;

align-items:center;

gap:12px;

padding:15px 35px;

border-radius:50px;

background:linear-gradient(135deg,var(--secondary),#d98606);

color:#fff;

text-decoration:none;

font-weight:600;

transition:.4s;

box-shadow:0 12px 35px rgba(229,154,40,.35);

}

.policy-download:hover{

transform:translateY(-5px);

background:var(--primary);

color:#fff;

}

.policy-download i{

font-size:18px;

}

/*==================================================
CONTACT CARD
==================================================*/

.policy-contact{

margin-top:60px;

padding:45px;

background:linear-gradient(135deg,var(--primary),var(--accent));

border-radius:25px;

color:#fff;

position:relative;

overflow:hidden;

}

.policy-contact::before{

content:"";

position:absolute;

right:-100px;

top:-100px;

width:250px;

height:250px;

background:rgba(255,255,255,.08);

border-radius:50%;

}

.policy-contact h3{

font-size:32px;

font-weight:700;

margin-bottom:15px;

}

.policy-contact p{

font-size:15px;

line-height:30px;

opacity:.95;

margin-bottom:30px;

}

.policy-contact ul{

list-style:none;

padding:0;

margin:0;

}

.policy-contact ul li{

display:flex;

align-items:flex-start;

gap:15px;

margin-bottom:18px;

font-size:15px;

}

.policy-contact ul li i{

width:25px;

color:#FFD56A;

}

/*==================================================
CTA
==================================================*/

.policy-cta{

margin-top:60px;

padding:60px;

background:#fff;

border-radius:25px;

text-align:center;

box-shadow:0 20px 50px rgba(0,0,0,.06);

}

.policy-cta h2{

font-size:38px;

font-weight:700;

color:var(--primary);

margin-bottom:20px;

}

.policy-cta p{

max-width:720px;

margin:auto;

font-size:15px;

line-height:30px;

color:#666;

margin-bottom:35px;

}

.policy-btn{

display:inline-block;

padding:16px 38px;

background:linear-gradient(135deg,var(--primary),var(--accent));

color:#fff;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.4s;

}

.policy-btn:hover{

background:linear-gradient(135deg,var(--secondary),#d98606);

color:#fff;

transform:translateY(-5px);

}

/*==================================================
TABLE
==================================================*/

.policy-table{

width:100%;

border-collapse:collapse;

margin-top:35px;

background:#fff;

border-radius:15px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.policy-table th{

background:var(--primary);

color:#fff;

padding:18px;

font-size:15px;

}

.policy-table td{

padding:18px;

font-size:14px;

border-bottom:1px solid #edf2f7;

color:#555;

}

.policy-table tr:hover{

background:#f8fbff;

}

/*==================================================
TIMELINE
==================================================*/

.policy-timeline{

position:relative;

margin-top:40px;

padding-left:35px;

}

.policy-timeline::before{

content:"";

position:absolute;

left:12px;

top:0;

bottom:0;

width:3px;

background:var(--accent);

}

.timeline-item{

position:relative;

margin-bottom:35px;

}

.timeline-item::before{

content:"";

position:absolute;

left:-30px;

top:6px;

width:18px;

height:18px;

border-radius:50%;

background:var(--secondary);

border:4px solid #fff;

box-shadow:0 0 0 3px var(--accent);

}

.timeline-item h5{

font-size:18px;

font-weight:700;

color:var(--primary);

margin-bottom:10px;

}

.timeline-item p{

font-size:14px;

line-height:28px;

margin:0;

color:#666;

}

/*==================================================
LAST UPDATED
==================================================*/

.last-updated{

margin-top:40px;

padding:20px 25px;

background:#F7FAFF;

border-left:5px solid var(--secondary);

border-radius:12px;

font-size:15px;

font-weight:600;

color:#444;

display:flex;

align-items:center;

gap:12px;

}

.last-updated i{

color:var(--primary);

font-size:20px;

}
/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1200px){

.section-title{
font-size:42px;
}

.privacy-card{
padding:35px;
}

.policy-contact{
padding:40px;
}

.policy-cta{
padding:50px;
}

}



/*==================================================
TABLET
==================================================*/

@media (max-width:991px){

.privacy-policy{

padding:70px 0;

}

.section-title{

font-size:34px;

}

.section-text{

font-size:14px;

line-height:28px;

}

.privacy-card{

padding:28px;

margin-bottom:25px;

}

.privacy-card h3{

font-size:24px;

}

.privacy-card p{

font-size:13px;

line-height:28px;

}

.policy-info{

flex-direction:column;

text-align:center;

}

.policy-info i{

margin:auto;

}

.policy-warning{

flex-direction:column;

text-align:center;

}

.policy-warning i{

margin:auto;

}

.policy-contact{

text-align:center;

}

.policy-contact ul li{

justify-content:center;

}

.policy-cta{

padding:40px 30px;

}

.policy-cta h2{

font-size:30px;

}

.policy-table{

display:block;

overflow-x:auto;

white-space:nowrap;

}

}



/*==================================================
MOBILE
==================================================*/

@media (max-width:767px){

.section-tag{

font-size:11px;

padding:8px 18px;

}

.section-title{

font-size:28px;

}

.section-text{

font-size:13px;

line-height:26px;

}

.privacy-card{

padding:22px;

border-radius:18px;

}

.privacy-card h3{

font-size:20px;

padding-left:15px;

}

.privacy-card h3::before{

height:24px;

}

.privacy-card p{

font-size:13px;

line-height:26px;

text-align:left;

}

.policy-info{

padding:22px;

}

.policy-warning{

padding:22px;

}

.policy-success{

padding:22px;

}

.policy-contact{

padding:30px 22px;

}

.policy-contact h3{

font-size:24px;

}

.policy-contact p{

font-size:13px;

line-height:26px;

}

.policy-contact ul li{

font-size:13px;

}

.policy-cta{

padding:30px 20px;

}

.policy-cta h2{

font-size:24px;

}

.policy-cta p{

font-size:13px;

line-height:26px;

}

.policy-btn,

.policy-download{

display:block;

width:100%;

text-align:center;

margin-bottom:15px;

}

.last-updated{

font-size:13px;

padding:15px 18px;

}

.policy-timeline{

padding-left:25px;

}

.timeline-item::before{

left:-22px;

}

}



/*==================================================
SMALL MOBILE
==================================================*/

@media (max-width:480px){

.section-title{

font-size:24px;

}

.privacy-card{

padding:18px;

}

.privacy-card h3{

font-size:18px;

}

.policy-info h4,

.policy-warning h4{

font-size:18px;

}

.policy-contact h3{

font-size:20px;

}

.policy-cta h2{

font-size:22px;

}

}



/*==================================================
SCROLLBAR
==================================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#f5f5f5;

}

::-webkit-scrollbar-thumb{

background:linear-gradient(
180deg,
var(--primary),
var(--accent)
);

border-radius:30px;

}

::-webkit-scrollbar-thumb:hover{

background:var(--secondary);

}



/*==================================================
SELECTION
==================================================*/

::selection{

background:var(--primary);

color:#fff;

}



/*==================================================
SMOOTH SCROLL
==================================================*/

html{

scroll-behavior:smooth;

}



/*==================================================
IMAGE
==================================================*/

.privacy-image{

position:relative;

}

.privacy-image img{

max-width:100%;

animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

}



/*==================================================
HOVER EFFECT
==================================================*/

.privacy-card,
.policy-info,
.policy-warning,
.policy-success,
.policy-contact,
.policy-cta{

transition:all .4s ease;

}



/*==================================================
BUTTON ANIMATION
==================================================*/

.policy-btn,
.policy-download{

position:relative;

overflow:hidden;

}

.policy-btn::before,
.policy-download::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:100%;

background:rgba(255,255,255,.25);

transform:skewX(-30deg);

transition:.6s;

}

.policy-btn:hover::before,
.policy-download:hover::before{

left:120%;

}



/*==================================================
PRINT
==================================================*/

@media print{

body{

background:#fff;

}

.privacy-policy{

padding:0;

background:#fff;

}

.privacy-card{

box-shadow:none;

border:1px solid #ddd;

page-break-inside:avoid;

}

.policy-contact,
.policy-cta{

display:none;

}

.section-title{

color:#000;

}

.section-tag{

border:1px solid #000;

background:none;

color:#000;

}

}



/*==================================================
UTILITY CLASSES
==================================================*/

.text-primary-custom{

color:var(--primary);

}

.text-secondary-custom{

color:var(--secondary);

}

.text-accent{

color:var(--accent);

}

.bg-primary-custom{

background:var(--primary);

}

.bg-secondary-custom{

background:var(--secondary);

}

.bg-accent{

background:var(--accent);

}

.rounded-20{

border-radius:20px;

}

.shadow-custom{

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.mt-40{

margin-top:40px;

}

.mb-40{

margin-bottom:40px;

}

.py-80{

padding-top:80px;

padding-bottom:80px;

}



/*==================================================
END OF FILE
==================================================*/
/*=================================
TERMS
==================================*/

.terms-section{

padding:100px 0;

background:#f8fbff;

}

.terms-sidebar{

background:#fff;

padding:35px;

border-radius:20px;

position:sticky;

top:100px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.terms-sidebar h4{

font-size:24px;

color:#1E316A;

font-weight:700;

margin-bottom:25px;

}

.terms-sidebar ul{

padding:0;

margin:0;

list-style:none;

}

.terms-sidebar ul li{

margin-bottom:12px;

}

.terms-sidebar ul li a{

display:block;

padding:12px 15px;

border-radius:10px;

text-decoration:none;

font-size:14px;

font-weight:500;

color:#555;

transition:.3s;

}

.terms-sidebar ul li a:hover{

background:#148A8A;

color:#fff;

padding-left:22px;

}

/* Cards */

.terms-card{

position:relative;

background:#fff;

padding:40px;

border-radius:20px;

margin-bottom:30px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

border-left:5px solid #148A8A;

transition:.4s;

}

.terms-card:hover{

transform:translateY(-8px);

}

.terms-number{

position:absolute;

right:30px;

top:20px;

font-size:60px;

font-weight:700;

color:rgba(30,49,106,.08);

}

.terms-card h3{

font-size:28px;

color:#1E316A;

margin-bottom:18px;

font-weight:700;

}

.terms-card p{

font-size:14px;

line-height:30px;

color:#666;

margin-bottom:18px;

}

/* Mobile */

@media(max-width:991px){

.terms-sidebar{

position:relative;

top:0;

margin-bottom:30px;

}

.terms-card{

padding:30px;

}

.terms-number{

display:none;

}

}

@media(max-width:767px){

.terms-section{

padding:70px 0;

}

.terms-card h3{

font-size:22px;

}

.terms-card p{

font-size:13px;

line-height:28px;

}

}
/*=========================================
LOAN CALCULATOR
=========================================*/

.loan-calculator{

    padding:100px 0;

    background:linear-gradient(180deg,#f8fbff,#ffffff);

    position:relative;

    overflow:hidden;

}

.loan-calculator::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(20,138,138,.06);

    top:-180px;

    right:-180px;

}

.loan-calculator::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(229,154,40,.07);

    bottom:-150px;

    left:-150px;

}

/*=========================================
CALCULATOR BOX
=========================================*/

.calculator-box{

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(20px);

    border-radius:30px;

    padding:45px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    position:relative;

    z-index:2;

}

/*=========================================
LABEL
=========================================*/

.calc-item label{

    font-size:15px;

    font-weight:600;

    color:#1E316A;

}

.calc-item span{

    font-size:15px;

    font-weight:700;

    color:#148A8A;

}

/*=========================================
SLIDER
=========================================*/

.form-range{

    width:100%;

    height:8px;

    cursor:pointer;

}

.form-range::-webkit-slider-runnable-track{

    height:8px;

    border-radius:50px;

    background:#dfe8ef;

}

.form-range::-webkit-slider-thumb{

    -webkit-appearance:none;

    width:24px;

    height:24px;

    border-radius:50%;

    background:#E59A28;

    border:4px solid #fff;

    margin-top:-8px;

    box-shadow:0 5px 15px rgba(0,0,0,.25);

    transition:.3s;

}

.form-range::-webkit-slider-thumb:hover{

    transform:scale(1.2);

}

.form-range::-moz-range-thumb{

    width:24px;

    height:24px;

    border:none;

    border-radius:50%;

    background:#E59A28;

}

/*=========================================
SUMMARY
=========================================*/

.summary-box{

    margin-top:40px;

}

.summary-card{

    background:#fff;

    border-radius:20px;

    padding:25px;

    text-align:center;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    border-top:4px solid #148A8A;

}

.summary-card:hover{

    transform:translateY(-8px);

}

.summary-card small{

    display:block;

    color:#777;

    font-size:13px;

    margin-bottom:12px;

}

.summary-card h3{

    font-size:28px;

    font-weight:700;

    color:#1E316A;

}

/*=========================================
RIGHT BOX
=========================================*/

.result-box{

    background:#fff;

    border-radius:30px;

    padding:40px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    text-align:center;

}

/*=========================================
CHART
=========================================*/

.chart-circle{

    width:280px;

    height:280px;

    margin:auto;

}

/*=========================================
RESULT LIST
=========================================*/

.result-list{

    margin-top:35px;

}

.result-list div{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #edf2f7;

}

.result-list span{

    color:#666;

    font-size:14px;

}

.result-list strong{

    color:#1E316A;

    font-size:16px;

}

/*=========================================
BENEFITS
=========================================*/

.benefit-box{

    margin-top:35px;

    background:#f8fbff;

    padding:25px;

    border-radius:20px;

}

.benefit-box h5{

    font-size:20px;

    color:#1E316A;

    margin-bottom:18px;

    font-weight:700;

}

.benefit-box ul{

    list-style:none;

    padding:0;

    margin:0;

}

.benefit-box li{

    margin-bottom:14px;

    font-size:14px;

    color:#555;

    display:flex;

    align-items:center;

}

.benefit-box li i{

    color:#148A8A;

    margin-right:10px;

}

/*=========================================
BUTTON
=========================================*/

.btn-theme{

    display:inline-block;

    padding:15px 38px;

    border-radius:50px;

    background:linear-gradient(135deg,#E59A28,#d98b0b);

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.4s;

}

.btn-theme:hover{

    background:#1E316A;

    color:#fff;

    transform:translateY(-5px);

}
/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1200px){

.calculator-box{

padding:35px;

}

.result-box{

padding:35px;

}

.chart-circle{

width:250px;

height:250px;

}

}



@media(max-width:991px){

.loan-calculator{

padding:70px 0;

}

.calculator-box{

margin-bottom:40px;

padding:30px;

}

.result-box{

padding:30px;

}

.chart-circle{

width:230px;

height:230px;

}

.summary-card{

margin-bottom:20px;

}

}



@media(max-width:767px){

.loan-calculator{

padding:60px 0;

}

.calculator-box{

padding:25px;

border-radius:20px;

}

.result-box{

padding:25px;

border-radius:20px;

}

.chart-circle{

width:200px;

height:200px;

}

.calc-item label{

font-size:14px;

}

.calc-item span{

font-size:14px;

}

.summary-card{

padding:18px;

}

.summary-card h3{

font-size:22px;

}

.result-list div{

padding:12px 0;

}

.result-list span{

font-size:13px;

}

.result-list strong{

font-size:14px;

}

.benefit-box{

padding:20px;

}

.btn-theme{

width:100%;

text-align:center;

}

}



/*=========================================
FLOATING ANIMATION
=========================================*/

@keyframes floating{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0px);

}

}

.result-box{

animation:floating 5s ease-in-out infinite;

}



/*=========================================
SUMMARY CARD ANIMATION
=========================================*/

.summary-card{

animation:fadeUp .8s ease;

}

@keyframes fadeUp{

0%{

opacity:0;

transform:translateY(30px);

}

100%{

opacity:1;

transform:translateY(0);

}

}



/*=========================================
RESULT BOX GLOW
=========================================*/

.result-box{

position:relative;

overflow:hidden;

}

.result-box::before{

content:"";

position:absolute;

width:250px;

height:250px;

background:rgba(20,138,138,.06);

border-radius:50%;

top:-120px;

right:-120px;

}

.result-box::after{

content:"";

position:absolute;

width:180px;

height:180px;

background:rgba(229,154,40,.06);

border-radius:50%;

bottom:-80px;

left:-80px;

}



/*=========================================
CHART
=========================================*/

.chart-circle canvas{

max-width:100%;

max-height:100%;

}



/*=========================================
SLIDER EFFECT
=========================================*/

.form-range:focus{

outline:none;

}

.form-range::-webkit-slider-thumb{

transition:.3s;

}

.form-range::-webkit-slider-thumb:hover{

box-shadow:

0 0 0 8px rgba(20,138,138,.15);

}



/*=========================================
VALUE BADGES
=========================================*/

.calc-item span{

padding:6px 14px;

background:#F4F9FD;

border-radius:30px;

color:#148A8A;

font-weight:700;

}



/*=========================================
RESULT LIST
=========================================*/

.result-list div:last-child{

border-bottom:none;

}

.result-list div strong{

transition:.4s;

}

.result-list div:hover strong{

color:#E59A28;

}



/*=========================================
BENEFITS
=========================================*/

.benefit-box{

transition:.4s;

}

.benefit-box:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(0,0,0,.08);

}



/*=========================================
BUTTON SHINE EFFECT
=========================================*/

.btn-theme{

position:relative;

overflow:hidden;

}

.btn-theme::before{

content:"";

position:absolute;

top:0;

left:-120%;

width:100%;

height:100%;

background:rgba(255,255,255,.25);

transform:skewX(-30deg);

transition:.8s;

}

.btn-theme:hover::before{

left:120%;

}



/*=========================================
SCROLLBAR
=========================================*/

::-webkit-scrollbar{

width:8px;

}

::-webkit-scrollbar-track{

background:#F4F8FC;

}

::-webkit-scrollbar-thumb{

background:#148A8A;

border-radius:20px;

}



/*=========================================
SELECTION
=========================================*/

::selection{

background:#1E316A;

color:#fff;

}



/*=========================================
UTILITY
=========================================*/

.text-primary-custom{

color:#1E316A;

}

.text-accent{

color:#148A8A;

}

.bg-accent{

background:#148A8A;

}

.shadow-theme{

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.rounded-20{

border-radius:20px;

}