/*====================================================

DME PREMIUM V2

Developer :
ChatGPT + Rishu

====================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{

scroll-behavior:smooth;

}

body{

font-family:'Inter',sans-serif;

font-size:16px;

background:#ffffff;

color:#0f172a;

overflow-x:hidden;

}

h1,h2,h3,h4,h5,h6{

font-family:'Poppins',sans-serif;

font-weight:700;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

}

.container{

max-width:1320px;

}

section{

padding:100px 0;

}
/* ===========================
   NAVBAR
=========================== */

.dme-navbar{

position:fixed;

top:25px;

left:50%;

transform:translateX(-50%);

width:92%;

max-width:1400px;

background:rgba(255,255,255,.88);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border-radius:28px;

padding:18px 25px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

z-index:9999;

}

.logo{

height:55px;

width:auto;

}

.navbar-nav{

gap:18px;

}

.nav-link{

font-family:'Poppins',sans-serif;

font-weight:600;

font-size:15px;

color:#111827 !important;

transition:.3s;

}

.nav-link:hover{

color:#4f46e5 !important;

}

.nav-btn{

padding:13px 30px;

border-radius:50px;

background:linear-gradient(90deg,#4f46e5,#8b5cf6);

border:none;

font-weight:600;

}
/*==============================
HERO SECTION
==============================*/

.hero-section{

padding-top:180px;
padding-bottom:120px;

position:relative;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

border-radius:50px;

background:#ffffff;

box-shadow:0 10px 40px rgba(0,0,0,.08);

font-weight:600;

margin-bottom:30px;

}

.hero-title{

font-size:72px;

font-weight:800;

line-height:1.05;

color:#09122b;

margin-bottom:30px;

}

.hero-title span{

background:linear-gradient(90deg,#4F46E5,#8B5CF6,#06B6D4);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero-text{

font-size:20px;

line-height:1.9;

color:#666;

max-width:620px;

margin-bottom:40px;

}

.hero-services{

display:flex;

gap:14px;

flex-wrap:wrap;

margin-bottom:35px;

}

.hero-services span{

background:#fff;

padding:12px 18px;

border-radius:12px;

box-shadow:0 10px 30px rgba(0,0,0,.06);

font-weight:600;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:50px;

}

.btn-primary-custom{

padding:18px 34px;

border-radius:14px;

background:linear-gradient(90deg,#4F46E5,#8B5CF6);

color:#fff;

text-decoration:none;

font-weight:700;

}

.btn-secondary-custom{

padding:18px 34px;

border-radius:14px;

background:#fff;

text-decoration:none;

color:#09122b;

font-weight:700;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.hero-clients{

display:flex;

align-items:center;

gap:20px;

}

.client-images{

display:flex;

}

.client-circle{

width:50px;

height:50px;

border-radius:50%;

background:#ddd;

margin-left:-12px;

border:3px solid #fff;

}

.dashboard{

background:#fff;

border-radius:30px;

padding:30px;

box-shadow:0 40px 80px rgba(0,0,0,.08);

}

.dashboard-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-top:30px;

}

.card-box{

background:#fff;

border-radius:20px;

padding:25px;

box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.card-box h2{

font-size:38px;

font-weight:800;

}

.chart-area{

margin-top:25px;

height:280px;

border-radius:20px;

background:#f5f7ff;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

}