/* ===================================================
   AngMiraeup Skillpath Services
   Professional Responsive CSS
=================================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Arial,Helvetica,sans-serif;
background:#f4f7fc;
color:#333;
line-height:1.7;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* ================= HEADER ================= */

header{

background:#ffffff;

box-shadow:0 2px 12px rgba(0,0,0,.08);

position:sticky;

top:0;

z-index:999;

}

header .container{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 0;

}

.logo h2{

font-size:28px;

font-weight:700;

color:#0b57d0;

}

nav ul{

display:flex;

list-style:none;

gap:28px;

}

nav ul li a{

text-decoration:none;

font-weight:600;

color:#222;

transition:.3s;

}

nav ul li a:hover{

color:#0b57d0;

}

/* ================= HERO ================= */

.hero{

background:linear-gradient(135deg,#0b57d0,#2f80ed);

padding:90px 0;

text-align:center;

color:#fff;

}

.hero h1{

font-size:48px;

margin-bottom:20px;

font-weight:700;

}

.hero p{

max-width:900px;

margin:auto;

font-size:18px;

line-height:1.8;

margin-bottom:35px;

color:#f3f3f3;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

/* ================= BUTTON ================= */

.btn{

display:inline-block;

padding:15px 35px;

background:#ffffff;

color:#0b57d0;

border-radius:8px;

text-decoration:none;

font-weight:bold;

transition:.3s;

}

.btn:hover{

transform:translateY(-3px);

background:#ffd54f;

color:#000;

}

.btn-outline{

background:transparent;

border:2px solid #fff;

color:#fff;

}

.btn-outline:hover{

background:#fff;

color:#0b57d0;

}

/* ================= SECTION ================= */

section{

padding:80px 0;

}

h2{

text-align:center;

font-size:36px;

margin-bottom:25px;

color:#0b57d0;

}

p{

font-size:17px;

color:#555;

}/* ================= PAGE HEADER ================= */

.page-header{

background:linear-gradient(135deg,#0b57d0,#2f80ed);

padding:70px 0;

text-align:center;

color:#fff;

}

.page-header h1{

font-size:42px;

margin-bottom:15px;

color:#fff;

}

.page-header p{

font-size:18px;

color:#eef4ff;

}

/* ================= ABOUT ================= */

.about{

background:#fff;

}

.about .container{

max-width:1000px;

text-align:center;

}

.about p{

font-size:18px;

line-height:1.9;

}

/* ================= ABOUT PAGE ================= */

.about-page{

background:#fff;

}

.about-page h2{

text-align:left;

margin-top:35px;

margin-bottom:18px;

}

.about-page ul{

padding-left:25px;

margin:20px 0;

}

.about-page li{

margin-bottom:12px;

font-size:16px;

}

/* ================= SERVICES ================= */

.services,
.services-page{

background:#f7faff;

}

.service-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:40px;

}

.service-card{

background:#fff;

padding:30px;

border-radius:14px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.35s;

border-top:4px solid transparent;

}

.service-card:hover{

transform:translateY(-10px);

border-top:4px solid #0b57d0;

box-shadow:0 18px 35px rgba(0,0,0,.12);

}

.service-card h3{

color:#0b57d0;

margin-bottom:15px;

font-size:23px;

}

.service-card p{

font-size:16px;

line-height:1.8;

}

/* ================= MSME ================= */

.msme-section{

background:#eef5ff;

}

.msme-card{

max-width:850px;

margin:auto;

background:#fff;

padding:35px;

border-radius:15px;

box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.msme-card p{

margin-bottom:15px;

}

.msme-card strong{

color:#111;

}/* ================= WHY CHOOSE US ================= */

.why-us{

background:#ffffff;

}

.why-us h2{

margin-bottom:40px;

}

.why-us .service-card{

text-align:center;

}

.why-us .service-card h3{

font-size:24px;

}

/* ================= FAQ ================= */

.faq{

background:#f7faff;

}

.faq-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:25px;

margin-top:40px;

}

.faq-item{

background:#ffffff;

padding:28px;

border-radius:12px;

box-shadow:0 8px 20px rgba(0,0,0,.08);

transition:.35s;

}

.faq-item:hover{

transform:translateY(-8px);

}

.faq-item h3{

color:#0b57d0;

font-size:21px;

margin-bottom:15px;

}

.faq-item p{

font-size:16px;

line-height:1.8;

}

/* ================= CONTACT PAGE ================= */

.contact-page{

background:#ffffff;

}

.contact-card{

background:#ffffff;

padding:30px;

border-radius:14px;

box-shadow:0 8px 20px rgba(0,0,0,.08);

margin-bottom:30px;

transition:.35s;

}

.contact-card:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.contact-card h2{

text-align:left;

margin-bottom:20px;

font-size:28px;

}

.contact-card p{

margin-bottom:14px;

}

.contact-card ul{

padding-left:22px;

margin-top:15px;

}

.contact-card li{

margin-bottom:10px;

}

/* ================= CONTACT BANNER ================= */

.contact-banner{

background:linear-gradient(135deg,#0b57d0,#2f80ed);

text-align:center;

color:#ffffff;

}

.contact-banner h2{

color:#ffffff;

font-size:38px;

margin-bottom:20px;

}

.contact-banner p{

color:#eef4ff;

max-width:800px;

margin:auto;

margin-bottom:30px;

font-size:18px;

line-height:1.8;

}/* ================= POLICY PAGES ================= */

.policy-page{

background:#ffffff;

padding:80px 0;

}

.policy-page .container{

max-width:1000px;

}

.policy-page h1{

font-size:42px;

margin-bottom:20px;

color:#0b57d0;

text-align:center;

}

.policy-page h2{

font-size:28px;

margin-top:40px;

margin-bottom:15px;

text-align:left;

color:#0b57d0;

}

.policy-page p{

font-size:17px;

line-height:1.9;

margin-bottom:18px;

color:#555;

}

.policy-page ul{

margin:20px 0;

padding-left:28px;

}

.policy-page li{

font-size:16px;

line-height:1.8;

margin-bottom:12px;

}

/* ================= LINKS ================= */

.policy-page a{

color:#0b57d0;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.policy-page a:hover{

text-decoration:underline;

}

/* ================= FOOTER ================= */

footer{

background:#0b57d0;

padding:55px 0;

color:#ffffff;

margin-top:0;

}

footer .container{

text-align:center;

}

footer h3{

font-size:28px;

margin-bottom:18px;

color:#ffffff;

}

footer p{

color:#eaf2ff;

line-height:1.8;

}

/* ================= FOOTER LINKS ================= */

.footer-links{

display:flex;

justify-content:center;

align-items:center;

flex-wrap:wrap;

gap:18px;

margin:30px 0;

}

.footer-links a{

color:#ffffff;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.footer-links a:hover{

color:#ffd54f;

}

/* ================= HR ================= */

footer hr{

border:none;

height:1px;

background:rgba(255,255,255,.25);

margin:30px 0;

}

/* ================= COPYRIGHT ================= */

footer p:last-child{

font-size:15px;

color:#dbe8ff;

}/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.hero h1{
font-size:40px;
}

.page-header h1{
font-size:36px;
}

h2{
font-size:32px;
}

header .container{
flex-direction:column;
gap:18px;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
gap:18px;
}

}

/* ================= MOBILE ================= */

@media(max-width:768px){

.container{
width:92%;
}

section{
padding:60px 0;
}

.hero{
padding:70px 0;
}

.hero h1{
font-size:32px;
line-height:1.3;
}

.hero p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
align-items:center;
}

.btn{
width:240px;
text-align:center;
}

.page-header{
padding:55px 0;
}

.page-header h1{
font-size:30px;
}

.service-grid{

grid-template-columns:1fr;

}

.footer-links{

flex-direction:column;

gap:12px;

}

.contact-card{

padding:25px;

}

.policy-page{

padding:60px 0;

}

.policy-page h2{

font-size:24px;

}

}

/* ================= SMALL MOBILE ================= */

@media(max-width:480px){

.logo h2{

font-size:22px;

text-align:center;

}

nav ul{

flex-direction:column;

gap:12px;

}

.hero h1{

font-size:28px;

}

.hero p{

font-size:15px;

}

h2{

font-size:28px;

}

.service-card{

padding:22px;

}

.contact-banner h2{

font-size:30px;

}

}

/* ================= SCROLLBAR ================= */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#f1f1f1;

}

::-webkit-scrollbar-thumb{

background:#0b57d0;

border-radius:10px;

}

::-webkit-scrollbar-thumb:hover{

background:#0847ad;

}

/* ================= SELECTION ================= */

::selection{

background:#0b57d0;

color:#fff;

}

/* ================= IMAGE ================= */

img{

max-width:100%;

height:auto;

display:block;

}

/* ================= FORM ================= */

input,
textarea{

width:100%;

padding:14px;

border:1px solid #ddd;

border-radius:8px;

font-size:16px;

margin-bottom:18px;

outline:none;

transition:.3s;

}

input:focus,
textarea:focus{

border-color:#0b57d0;

box-shadow:0 0 8px rgba(11,87,208,.20);

}

button{

cursor:pointer;
   /* ===== Header Fix ===== */

.header-top{
display:flex;
justify-content:space-between;
align-items:center;
width:100%;
}

.menu-toggle{
display:none;
font-size:30px;
background:none;
border:none;
color:#0b57d0;
cursor:pointer;
}

header{
position:sticky;
top:0;
background:#fff;
z-index:999;
}

header .container{
display:flex;
flex-direction:column;
padding:15px 0;
}

#navbar ul{
display:flex;
justify-content:center;
align-items:center;
gap:30px;
list-style:none;
margin-top:15px;
}

#navbar ul li a{
text-decoration:none;
font-size:17px;
font-weight:600;
color:#222;
transition:.3s;
}

#navbar ul li a:hover{
color:#0b57d0;
}

@media(max-width:768px){

header .container{
padding:12px 0;
}

.menu-toggle{
display:block;
}

#navbar{
display:none;
width:100%;
margin-top:15px;
}

#navbar.show{
display:block;
}

#navbar ul{
display:flex;
flex-direction:column;
gap:15px;
}

.logo h2{
font-size:22px;
}

.hero{
padding-top:60px;
}

.hero h1{
font-size:34px;
line-height:1.3;
}

.hero p{
font-size:16px;
}

}

border:none;

}

/* ================= END ================= */
/* ===== Mobile Menu Fix ===== */

@media (max-width:768px){

#navbar{
display:block !important;
}

#navbar ul{
display:flex !important;
flex-direction:row !important;
justify-content:center;
align-items:center;
gap:12px;
padding:0;
margin:10px 0;
list-style:none;
flex-wrap:wrap;
}

#navbar ul li{
margin:0 !important;
}

#navbar ul li a{
font-size:15px;
font-weight:600;
}

.menu-toggle{
display:none !important;
}

header .container{
padding:12px 0;
}

}
