.profile-dropdown{
position:relative;
}

.profile-btn{
background:#f5b301;
color:#111;
border:none;
padding:12px 18px;
border-radius:10px;
font-weight:700;
cursor:pointer;
}

.profile-menu{
position:absolute;
top:60px;
right:0;
background:#fff;
width:220px;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
padding:12px;
display:none;
flex-direction:column;
gap:10px;
z-index:9999;
}

.profile-menu.active{
display:flex;
}

.profile-menu a{
text-decoration:none;
color:#111;
padding:12px;
border-radius:10px;
font-weight:600;
transition:0.3s;
}

.profile-menu a:hover{
background:#f5f5f5;
}

.profile-menu button{
background:#111;
color:#fff;
border:none;
padding:12px;
border-radius:10px;
font-weight:700;
cursor:pointer;
}

body.dark-mode .profile-menu{
background:#1b1b1b;
}

body.dark-mode .profile-menu a{
color:#fff;
}

body.dark-mode .profile-menu a:hover{
background:#2a2a2a;
}

@media(max-width:900px){

.profile-menu{
right:auto;
left:0;
width:200px;
}

.profile-btn{
font-size:13px;
padding:10px 14px;
}

}
.login-user{
font-weight:700;
color:#111;
}

.logout-btn{
background:#111;
color:#fff;
border:none;
padding:12px 18px;
border-radius:10px;
cursor:pointer;
font-weight:700;
}

body.dark-mode .login-user{
color:#fff;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#ffffff;
color:#111;
line-height:1.6;
overflow-x:hidden;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
background:#fff;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 2px 20px rgba(0,0,0,0.08);
}

.logo-area{
display:flex;
align-items:center;
gap:12px;
}

.site-logo{
width:52px;
height:52px;
object-fit:contain;
}
.logo-text{
font-size:32px;
font-weight:800;
color:#111;
}

.nav-links{
display:flex;
gap:25px;
list-style:none;
}

.nav-links a{
text-decoration:none;
color:#111;
font-weight:600;
transition:0.3s;
}

.nav-links a:hover{
color:#f5b301;
}

.nav-actions{
display:flex;
align-items:center;
gap:12px;
}

.menu-btn{
display:none;
background:#111;
color:#fff;
border:none;
padding:10px 14px;
border-radius:8px;
font-size:22px;
cursor:pointer;
}

.dark-btn{
background:#111;
color:#fff;
border:none;
padding:12px 15px;
border-radius:10px;
cursor:pointer;
font-size:18px;
}

.primary-btn{
background:#f5b301;
padding:14px 28px;
border-radius:10px;
color:#111;
text-decoration:none;
font-weight:700;
display:inline-block;
transition:0.3s;
}

.primary-btn:hover{
transform:translateY(-3px);
}

.secondary-btn{
border:2px solid #fff;
padding:14px 28px;
border-radius:10px;
color:#fff;
text-decoration:none;
font-weight:700;
}

.hero{
min-height:100vh;
background:linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),
url('https://images.unsplash.com/photo-1621905252507-b35492cc74b4?q=80&w=1600&auto=format&fit=crop');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:40px 20px;
color:#fff;
}

.hero-content{
max-width:850px;
}

.hero-tag{
display:inline-block;
background:rgba(255,255,255,0.12);
padding:10px 18px;
border-radius:30px;
margin-bottom:25px;
font-size:14px;
}

.hero-content h1{
font-size:68px;
line-height:1.15;
margin-bottom:20px;
font-weight:800;
}

.hero-content p{
font-size:20px;
margin-bottom:30px;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.hero-stats{
display:flex;
justify-content:center;
gap:30px;
margin-top:50px;
flex-wrap:wrap;
}

.hero-stats div{
background:rgba(255,255,255,0.1);
padding:20px 30px;
border-radius:20px;
}

.hero-stats h3{
font-size:32px;
color:#f5b301;
}

.section{
padding:100px 8%;
}

.section-title{
font-size:42px;
margin-bottom:50px;
text-align:center;
}

.card-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.card{
padding:40px;
border-radius:20px;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.card:hover{
transform:translateY(-10px);
}

.testimonials{
background:#f8f8f8;
}

.customers{
background:#111;
color:#fff;
}

.customers .section-title{
color:#fff;
}

.customers .card{
background:#1d1d1d;
color:#fff;
}

.premium-footer{
background:#111;
color:#fff;
padding:60px 20px;
text-align:center;
}

.footer-badges{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-top:25px;
}

.footer-badges span{
background:#f5b301;
color:#111;
padding:10px 18px;
border-radius:30px;
font-weight:700;
font-size:14px;
}

.floating-whatsapp{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:#fff;
padding:15px 22px;
border-radius:50px;
text-decoration:none;
font-weight:600;
z-index:999;
}

.quote-popup-btn{
position:fixed;
bottom:85px;
right:20px;
background:#f5b301;
color:#111;
border:none;
padding:15px 22px;
border-radius:50px;
font-weight:700;
z-index:999;
cursor:pointer;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.quote-popup{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,0.65);
z-index:2000;
align-items:center;
justify-content:center;
padding:20px;
}

.quote-popup.active{
display:flex;
}

.quote-box{
background:#fff;
color:#111;
width:100%;
max-width:420px;
padding:35px;
border-radius:20px;
position:relative;
box-shadow:0 20px 60px rgba(0,0,0,0.3);
}

.quote-box h2{
margin-bottom:20px;
}

.quote-box input,
.quote-box select{
width:100%;
padding:14px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:10px;
}

.close-popup{
position:absolute;
right:20px;
top:15px;
font-size:28px;
cursor:pointer;
font-weight:700;
}

form{
display:flex;
flex-direction:column;
gap:20px;
margin-top:30px;
}

input,
textarea{
padding:16px;
border:1px solid #ddd;
border-radius:10px;
font-size:16px;
width:100%;
outline:none;
}

textarea{
min-height:140px;
resize:vertical;
}

button{
font-family:'Poppins',sans-serif;
}

iframe{
width:100%;
border-radius:20px;
margin-top:20px;
}

body.dark-mode{
background:#0f0f0f;
color:#fff;
}

body.dark-mode .navbar{
background:#111;
}

body.dark-mode .logo-text,
body.dark-mode .nav-links a{
color:#fff;
}

body.dark-mode .card{
background:#1b1b1b;
color:#fff;
box-shadow:0 10px 30px rgba(255,255,255,0.05);
}

body.dark-mode .testimonials{
background:#151515;
}

body.dark-mode .quote-box{
background:#1b1b1b;
color:#fff;
}

body.dark-mode .dark-btn{
background:#f5b301;
color:#111;
}

@media(max-width:900px){

.navbar{
flex-wrap:wrap;
padding:18px 20px;
}

.menu-btn{
display:block;
}

.nav-links{
display:none;
width:100%;
flex-direction:column;
gap:12px;
text-align:center;
padding-top:20px;
}

.nav-links.active{
display:flex;
}

.nav-actions{
gap:8px;
}

.logo-text{
font-size:26px;
}

.hero{
padding:120px 20px;
}

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

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

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

.primary-btn,
.secondary-btn{
width:100%;
max-width:280px;
text-align:center;
}

.section{
padding:70px 20px;
}

.section-title{
font-size:30px;
}

.card-grid{
grid-template-columns:1fr;
}

.hero-stats div{
width:100%;
max-width:220px;
}

.quote-popup-btn{
bottom:75px;
right:15px;
padding:13px 18px;
font-size:14px;
}

.floating-whatsapp{
bottom:15px;
right:15px;
padding:13px 18px;
font-size:14px;
}

}

.ai-banner{
margin:40px 8%;
padding:80px 8%;
border-radius:30px;
background:
linear-gradient(135deg, rgba(0,0,0,0.88), rgba(0,0,0,0.72)),
url('https://images.unsplash.com/photo-1621905251918-48416bd8575a?q=80&w=1600&auto=format&fit=crop');
background-size:cover;
background-position:center;
color:#fff;
position:relative;
overflow:hidden;
}

.ai-banner::before{
content:'';
position:absolute;
width:300px;
height:300px;
background:rgba(245,179,1,0.25);
border-radius:50%;
right:-80px;
top:-80px;
filter:blur(80px);
}

.ai-banner-content{
max-width:750px;
position:relative;
z-index:2;
}

.ai-tag{
display:inline-block;
background:rgba(245,179,1,0.18);
color:#f5b301;
padding:10px 18px;
border-radius:30px;
font-size:14px;
font-weight:700;
margin-bottom:20px;
}

.ai-banner h2{
font-size:44px;
line-height:1.2;
margin-bottom:20px;
}

.ai-banner p{
font-size:17px;
line-height:1.8;
margin-bottom:30px;
}

@media(max-width:900px){
.ai-banner{
margin:25px 20px;
padding:55px 25px;
border-radius:22px;
}

.ai-banner h2{
font-size:30px;
}
}

.loader-wrapper{
position:fixed;
inset:0;
background:#111;
display:flex;
align-items:center;
justify-content:center;
z-index:99999;
transition:0.6s;
}

.loader-logo img{
width:160px;
height:auto;
animation:pulse 1.5s infinite;
}

.loader-wrapper.hide{
opacity:0;
visibility:hidden;
}

@keyframes pulse{

0%{
transform:scale(1);
opacity:0.7;
}

50%{
transform:scale(1.08);
opacity:1;
}

100%{
transform:scale(1);
opacity:0.7;
}

}

@media(max-width:900px){

.loader-logo{
font-size:34px;
}

}

/* PREMIUM FORM & BUTTON UPGRADE */

form input,
form textarea,
form select{
border:2px solid #eee;
background:#fff;
border-radius:14px;
padding:16px 18px;
font-size:16px;
transition:0.3s;
}

form input:focus,
form textarea:focus,
form select:focus{
border-color:#f5b301;
box-shadow:0 0 0 4px rgba(245,179,1,0.18);
}

form button,
button[type="submit"],
button[type="button"]{
background:#f5b301;
color:#111;
border:none;
padding:15px 22px;
border-radius:14px;
font-weight:800;
font-size:15px;
cursor:pointer;
box-shadow:0 10px 25px rgba(245,179,1,0.30);
transition:0.3s;
}

form button:hover,
button[type="submit"]:hover,
button[type="button"]:hover{
transform:translateY(-3px);
background:#ffcc22;
}

.required-note{
font-size:13px;
font-weight:600;
color:#d60000;
margin-bottom:15px;
}

.required-star::after{
content:" *";
color:#d60000;
font-weight:900;
}

.card form{
gap:18px;
}

select{
height:56px;
}

.notification-btn{
position:relative;
background:#f5b301;
color:#111;
border:none;
padding:12px 15px;
border-radius:12px;
font-size:18px;
cursor:pointer;
font-weight:800;
box-shadow:0 10px 25px rgba(245,179,1,0.3);
}

#notificationCount{
position:absolute;
top:-7px;
right:-7px;
background:#d60000;
color:#fff;
font-size:11px;
width:20px;
height:20px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:800;
}

.notification-panel{
position:fixed;
top:90px;
right:25px;
width:280px;
background:#fff;
color:#111;
padding:20px;
border-radius:18px;
box-shadow:0 20px 50px rgba(0,0,0,0.25);
z-index:99999;
}

.notification-panel h3{
margin-bottom:12px;
}

.notification-panel p{
font-size:14px;
margin:10px 0;
font-weight:600;
}

body.dark-mode .notification-panel{
background:#1b1b1b;
color:#fff;
}

/* GLASSMORPHISM PREMIUM UI */

body{
background:
radial-gradient(circle at top left, rgba(245,179,1,0.18), transparent 35%),
radial-gradient(circle at bottom right, rgba(245,179,1,0.12), transparent 35%),
#f7f7f7;
}

body.dark-mode{
background:
radial-gradient(circle at top left, rgba(245,179,1,0.16), transparent 35%),
radial-gradient(circle at bottom right, rgba(245,179,1,0.10), transparent 35%),
#070707;
}

.navbar{
background:rgba(255,255,255,0.72);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,0.35);
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

body.dark-mode .navbar{
background:rgba(15,15,15,0.75);
border:1px solid rgba(255,255,255,0.08);
}

.card,
.stat-box,
.official-stat,
.notification-panel,
.profile-menu{
background:rgba(255,255,255,0.72) !important;
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,0.35);
box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

body.dark-mode .card,
body.dark-mode .stat-box,
body.dark-mode .official-stat,
body.dark-mode .notification-panel,
body.dark-mode .profile-menu{
background:rgba(20,20,20,0.72) !important;
border:1px solid rgba(255,255,255,0.08);
box-shadow:0 20px 60px rgba(0,0,0,0.45);
}

.section{
position:relative;
}

.section::before{
content:"";
position:absolute;
width:240px;
height:240px;
background:rgba(245,179,1,0.18);
filter:blur(70px);
border-radius:50%;
top:20px;
right:20px;
z-index:-1;
}

input,
textarea,
select{
background:rgba(255,255,255,0.78) !important;
backdrop-filter:blur(10px);
border:1px solid rgba(0,0,0,0.08) !important;
}

body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select{
background:rgba(25,25,25,0.78) !important;
border:1px solid rgba(255,255,255,0.12) !important;
color:#fff;
}

.primary-btn,
button,
button[type="button"],
button[type="submit"]{
background:linear-gradient(135deg,#f5b301,#ffcc33) !important;
color:#111 !important;
border:none !important;
box-shadow:0 12px 30px rgba(245,179,1,0.35);
}

.primary-btn:hover,
button:hover{
transform:translateY(-3px);
box-shadow:0 18px 40px rgba(245,179,1,0.45);
}

.footer-badges span,
.staff-badge,
.official-badge{
background:rgba(245,179,1,0.85) !important;
backdrop-filter:blur(12px);
box-shadow:0 10px 25px rgba(245,179,1,0.25);
}

.premium-footer{
background:rgba(10,10,10,0.88);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
}

/* AI CHATBOT */

.ai-chatbot{
position:fixed;
right:25px;
bottom:95px;
z-index:99999;
}

.ai-chat-btn{
width:58px;
height:58px;
border-radius:50%;
font-size:24px;
display:flex;
align-items:center;
justify-content:center;
}

.ai-chat-box{
position:absolute;
right:0;
bottom:75px;
width:320px;
background:rgba(255,255,255,0.92);
backdrop-filter:blur(18px);
border-radius:20px;
box-shadow:0 20px 55px rgba(0,0,0,0.25);
overflow:hidden;
display:none;
border:1px solid rgba(245,179,1,0.4);
}

.ai-chat-box.active{
display:block;
}

.ai-chat-header{
background:#111;
color:#f5b301;
padding:15px;
font-weight:800;
display:flex;
justify-content:space-between;
align-items:center;
}

.ai-chat-header span{
cursor:pointer;
font-size:24px;
color:#fff;
}

.ai-chat-body{
padding:15px;
max-height:260px;
overflow-y:auto;
}

.bot-msg,
.user-msg{
padding:10px 12px;
border-radius:14px;
margin:8px 0;
font-size:14px;
font-weight:600;
}

.bot-msg{
background:#f5f5f5;
color:#111;
}

.user-msg{
background:#f5b301;
color:#111;
text-align:right;
}

.ai-chat-options{
display:flex;
gap:8px;
flex-wrap:wrap;
padding:12px;
border-top:1px solid #eee;
}

.ai-chat-options button{
padding:8px 10px;
font-size:12px;
border-radius:10px;
}

body.dark-mode .ai-chat-box{
background:rgba(20,20,20,0.95);
}

body.dark-mode .bot-msg{
background:#2a2a2a;
color:#fff;
}

/* DARK LUXURY REDESIGN */

body{
background:#050505 !important;
color:#f5f5f5;
}

body.dark-mode{
background:#050505 !important;
color:#f5f5f5;
}

.navbar{
background:rgba(5,5,5,0.86) !important;
border-bottom:1px solid rgba(245,179,1,0.25);
box-shadow:0 15px 45px rgba(0,0,0,0.55);
}

.logo-text,
.navbar h2{
color:#f5b301 !important;
letter-spacing:1px;
}

.nav-links a{
color:#f5f5f5 !important;
}

.nav-links a:hover{
color:#f5b301 !important;
}

.hero{
background:
linear-gradient(135deg,#050505,#111111,#1c1600,#050505) !important;
color:#fff;
}

.section{
background:transparent !important;
}

.section-title{
color:#f5b301 !important;
text-shadow:0 0 30px rgba(245,179,1,0.35);
}

.section-subtitle,
.section p{
color:#ddd;
}

.card,
.profile-menu,
.notification-panel,
.ai-chat-box{
background:rgba(15,15,15,0.88) !important;
color:#f5f5f5 !important;
border:1px solid rgba(245,179,1,0.25) !important;
box-shadow:0 25px 70px rgba(0,0,0,0.60) !important;
backdrop-filter:blur(20px);
}

.card h2,
.card h3{
color:#f5b301 !important;
}

.card p,
.card strong{
color:#f5f5f5;
}

input,
textarea,
select{
background:rgba(8,8,8,0.92) !important;
color:#fff !important;
border:1px solid rgba(245,179,1,0.35) !important;
}

input::placeholder,
textarea::placeholder{
color:#aaa !important;
}

.primary-btn,
button,
.profile-btn,
.notification-btn{
background:linear-gradient(135deg,#f5b301,#ffcf33) !important;
color:#111 !important;
font-weight:900 !important;
border:none !important;
box-shadow:0 12px 35px rgba(245,179,1,0.32) !important;
}

.secondary-btn{
background:transparent !important;
color:#f5b301 !important;
border:2px solid #f5b301 !important;
}

.premium-footer{
background:#030303 !important;
border-top:1px solid rgba(245,179,1,0.25);
color:#ddd;
}

.floating-whatsapp{
background:#25d366 !important;
color:#fff !important;
}

.timeline-step{
background:#111 !important;
color:#aaa !important;
border:1px solid rgba(245,179,1,0.25) !important;
}

.timeline-step.active{
background:#f5b301 !important;
color:#111 !important;
box-shadow:0 0 25px rgba(245,179,1,0.55) !important;
}

.staff-badge,
.official-badge{
background:#f5b301 !important;
color:#111 !important;
}

.stat-box,
.official-stat{
background:linear-gradient(145deg,#090909,#151515) !important;
border:1px solid rgba(245,179,1,0.25) !important;
}

/* NAVBAR LOGO SIZE FIX */

.navbar{
  min-height: 110px;
  padding: 14px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area{
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-logo{
  width: 105px;
  height: 105px;
  object-fit: contain;
  display: block;
}

.logo-text{
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
}

/* Navbar links alignment */
.nav-links{
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links li{
  list-style: none;
}

.nav-links a{
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

/* Right buttons alignment */
.nav-actions{
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Mobile Responsive */
@media (max-width: 768px){

  .navbar{
    min-height: 86px;
    padding: 10px 5%;
  }

  .site-logo{
    width: 72px;
    height: 72px;
  }

  .logo-text{
    font-size: 20px;
  }

  .logo-area{
    gap: 10px;
  }

  .nav-links{
    gap: 14px;
  }

}

/* BIG VISIBLE LOGO FINAL FIX */

.navbar{
  min-height: 120px !important;
  padding: 12px 8% !important;
}

.logo-area{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  overflow:visible !important;
}

.site-logo{
  width:140px !important;
  height:95px !important;
  object-fit:contain !important;
  transform:scale(1.35) !important;
  transform-origin:left center !important;
  display:block !important;
}

/* Mobile */
@media (max-width:768px){
  .navbar{
    min-height:90px !important;
    padding:10px 5% !important;
  }

  .site-logo{
    width:105px !important;
    height:75px !important;
    transform:scale(1.25) !important;
  }
}

/* LOGO NAVBAR OVERLAP FIX */

.navbar{
  min-height: 96px !important;
  padding: 10px 6% !important;
}

.logo-area{
  width: 165px !important;
  min-width: 165px !important;
  max-width: 165px !important;
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.site-logo{
  width: 150px !important;
  height: 85px !important;
  object-fit: contain !important;
  transform: none !important;
  position: static !important;
}

.nav-links{
  margin-left: 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

/* Mobile Fix */
@media (max-width: 768px){

  .navbar{
    min-height: 82px !important;
    padding: 8px 5% !important;
  }

  .logo-area{
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    height: 70px !important;
  }

  .site-logo{
    width: 115px !important;
    height: 65px !important;
  }

  .nav-links{
    margin-left: 0 !important;
  }
}

/* =====================================================
   UMAMTEK FINAL THEME
   Yellow + Black + White Premium Business UI
===================================================== */

:root{
  --um-yellow:#f5b301;
  --um-yellow-light:#ffcf33;
  --um-black:#080808;
  --um-dark:#111111;
  --um-white:#ffffff;
  --um-soft:#f7f7f7;
  --um-text:#111111;
  --um-muted:#666666;
  --um-border:rgba(0,0,0,0.10);
  --um-shadow:0 18px 45px rgba(0,0,0,0.10);
}

/* BASE */
body{
  background:var(--um-white) !important;
  color:var(--um-text) !important;
  font-family:'Poppins',sans-serif;
}

body.dark-mode{
  background:var(--um-black) !important;
  color:var(--um-white) !important;
}

/* NAVBAR */
.navbar{
  background:var(--um-black) !important;
  color:var(--um-white) !important;
  border-bottom:2px solid rgba(245,179,1,0.45) !important;
  box-shadow:0 10px 35px rgba(0,0,0,0.25) !important;
  min-height:96px !important;
  padding:10px 6% !important;
}

.logo-area{
  width:165px !important;
  min-width:165px !important;
  max-width:165px !important;
  height:88px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.site-logo{
  width:150px !important;
  height:82px !important;
  object-fit:contain !important;
  transform:none !important;
  position:static !important;
}

.logo-text{
  color:var(--um-yellow) !important;
}

/* NAV LINKS */
.nav-links{
  display:flex !important;
  align-items:center !important;
  gap:24px !important;
  margin-left:20px !important;
}

.nav-links li{
  list-style:none;
}

.nav-links a{
  color:var(--um-white) !important;
  font-weight:700 !important;
  text-decoration:none !important;
  transition:0.25s ease;
}

.nav-links a:hover{
  color:var(--um-yellow) !important;
}

/* NAV ACTIONS */
.nav-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

/* HERO */
.hero{
  background:
    radial-gradient(circle at top right, rgba(245,179,1,0.30), transparent 30%),
    linear-gradient(135deg,#0a0a0a,#161616,#241b00) !important;
  color:var(--um-white) !important;
  border-bottom:3px solid var(--um-yellow);
}

.hero h1,
.hero-title{
  color:var(--um-white) !important;
  text-shadow:0 8px 35px rgba(0,0,0,0.45);
}

.hero p,
.hero-subtitle{
  color:#f1f1f1 !important;
}

.hero-tag{
  background:rgba(255,255,255,0.12) !important;
  color:var(--um-white) !important;
  border:1px solid rgba(245,179,1,0.35);
}

/* SECTIONS */
.section{
  background:var(--um-white) !important;
  color:var(--um-text) !important;
}

.section:nth-of-type(even){
  background:var(--um-soft) !important;
}

.section-title{
  color:var(--um-black) !important;
  text-shadow:none !important;
}

.section-title::after{
  background:var(--um-yellow);
}

.section-subtitle{
  color:var(--um-muted) !important;
}

/* CARDS */
.card{
  background:var(--um-white) !important;
  color:var(--um-text) !important;
  border:1px solid var(--um-border) !important;
  border-radius:22px !important;
  box-shadow:var(--um-shadow) !important;
  transition:0.3s ease;
}

.card:hover{
  transform:translateY(-6px);
  box-shadow:0 25px 65px rgba(0,0,0,0.14) !important;
  border-color:rgba(245,179,1,0.55) !important;
}

.card h1,
.card h2,
.card h3{
  color:var(--um-black) !important;
}

.card p,
.card strong{
  color:var(--um-text) !important;
}

/* IMPORTANT YELLOW BOX */
.bill-box,
.assigned-box{
  background:#fff8d6 !important;
  border:2px solid var(--um-yellow) !important;
  color:var(--um-black) !important;
}

/* BUTTONS */
button,
.primary-btn,
.profile-btn,
.notification-btn{
  background:linear-gradient(135deg,var(--um-yellow),var(--um-yellow-light)) !important;
  color:var(--um-black) !important;
  border:none !important;
  border-radius:14px !important;
  font-weight:900 !important;
  box-shadow:0 10px 28px rgba(245,179,1,0.30) !important;
  transition:0.25s ease;
}

button:hover,
.primary-btn:hover,
.profile-btn:hover,
.notification-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(245,179,1,0.42) !important;
}

.secondary-btn{
  background:transparent !important;
  color:var(--um-black) !important;
  border:2px solid var(--um-black) !important;
  border-radius:14px !important;
  font-weight:800 !important;
}

/* FORMS */
input,
textarea,
select{
  background:var(--um-white) !important;
  color:var(--um-black) !important;
  border:1.5px solid rgba(0,0,0,0.16) !important;
  border-radius:14px !important;
  outline:none !important;
}

input:focus,
textarea:focus,
select:focus{
  border-color:var(--um-yellow) !important;
  box-shadow:0 0 0 4px rgba(245,179,1,0.16) !important;
}

input::placeholder,
textarea::placeholder{
  color:#888 !important;
}

/* DARK MODE */
body.dark-mode .section{
  background:var(--um-black) !important;
  color:var(--um-white) !important;
}

body.dark-mode .section:nth-of-type(even){
  background:#101010 !important;
}

body.dark-mode .section-title{
  color:var(--um-yellow) !important;
}

body.dark-mode .section-subtitle{
  color:#d6d6d6 !important;
}

body.dark-mode .card{
  background:#151515 !important;
  color:var(--um-white) !important;
  border:1px solid rgba(245,179,1,0.25) !important;
}

body.dark-mode .card h1,
body.dark-mode .card h2,
body.dark-mode .card h3{
  color:var(--um-yellow) !important;
}

body.dark-mode .card p,
body.dark-mode .card strong{
  color:#f1f1f1 !important;
}

body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select{
  background:#111 !important;
  color:#fff !important;
  border:1.5px solid rgba(245,179,1,0.30) !important;
}

/* TIMELINE / STATUS */
.timeline-step{
  background:#222 !important;
  color:#fff !important;
  border:1px solid rgba(245,179,1,0.28) !important;
}

.timeline-step.active{
  background:var(--um-yellow) !important;
  color:var(--um-black) !important;
  box-shadow:0 0 25px rgba(245,179,1,0.45) !important;
}

.staff-badge,
.official-badge{
  background:var(--um-yellow) !important;
  color:var(--um-black) !important;
}

/* STATS */
.stat-box,
.official-stat{
  background:var(--um-black) !important;
  color:var(--um-white) !important;
  border:1px solid rgba(245,179,1,0.35) !important;
  border-radius:20px !important;
}

.stat-box h2,
.official-stat h2{
  color:var(--um-yellow) !important;
}

/* NOTIFICATION PANEL */
.notification-panel{
  background:var(--um-white) !important;
  color:var(--um-black) !important;
  border:1.5px solid var(--um-yellow) !important;
  box-shadow:0 25px 70px rgba(0,0,0,0.22) !important;
}

body.dark-mode .notification-panel{
  background:#151515 !important;
  color:#fff !important;
}

/* AI CHATBOT */
.ai-chat-box{
  background:var(--um-white) !important;
  color:var(--um-black) !important;
  border:1.5px solid var(--um-yellow) !important;
}

.ai-chat-header{
  background:var(--um-black) !important;
  color:var(--um-yellow) !important;
}

.bot-msg{
  background:#f2f2f2 !important;
  color:#111 !important;
}

.user-msg{
  background:var(--um-yellow) !important;
  color:#111 !important;
}

/* FOOTER */
.premium-footer,
footer{
  background:var(--um-black) !important;
  color:var(--um-white) !important;
  border-top:3px solid var(--um-yellow) !important;
}

.premium-footer h2,
footer h2{
  color:var(--um-yellow) !important;
}

.premium-footer p,
footer p{
  color:#f0f0f0 !important;
}

/* FLOATING BUTTONS */
.floating-whatsapp{
  background:#25d366 !important;
  color:#fff !important;
  border:none !important;
}

.quote-floating,
.get-quote{
  background:var(--um-yellow) !important;
  color:var(--um-black) !important;
}

/* TABLES */
table{
  background:var(--um-white);
  color:var(--um-black);
}

th{
  background:var(--um-black);
  color:var(--um-yellow);
}

td{
  color:var(--um-black);
}

/* MOBILE */
@media (max-width:768px){

  .navbar{
    min-height:82px !important;
    padding:8px 5% !important;
  }

  .logo-area{
    width:120px !important;
    min-width:120px !important;
    max-width:120px !important;
    height:70px !important;
  }

  .site-logo{
    width:115px !important;
    height:65px !important;
  }

  .nav-links{
    margin-left:0 !important;
    gap:14px !important;
  }

  .hero h1{
    font-size:36px !important;
  }

  .card{
    border-radius:18px !important;
  }
}

/* =====================================================
   UMAMTEK LIGHT PREMIUM THEME
   Main: White + Yellow | Black only for text/borders
===================================================== */

:root{
  --um-yellow:#f5b301;
  --um-yellow-light:#ffcf33;
  --um-black:#111111;
  --um-white:#ffffff;
  --um-soft:#fffaf0;
  --um-soft-2:#f8f8f8;
  --um-text:#111111;
  --um-muted:#555555;
  --um-border:rgba(17,17,17,0.10);
  --um-shadow:0 16px 40px rgba(0,0,0,0.08);
}

/* BASE */
body{
  background:var(--um-white) !important;
  color:var(--um-text) !important;
}

/* NAVBAR - light premium */
.navbar{
  background:rgba(255,255,255,0.96) !important;
  color:var(--um-black) !important;
  border-bottom:1.5px solid rgba(245,179,1,0.45) !important;
  box-shadow:0 8px 28px rgba(0,0,0,0.06) !important;
  min-height:96px !important;
  padding:10px 6% !important;
}

.logo-area{
  width:165px !important;
  min-width:165px !important;
  max-width:165px !important;
  height:88px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.site-logo{
  width:150px !important;
  height:82px !important;
  object-fit:contain !important;
  transform:none !important;
  position:static !important;
}

.logo-text{
  color:var(--um-black) !important;
}

/* NAV LINKS */
.nav-links{
  display:flex !important;
  align-items:center !important;
  gap:24px !important;
  margin-left:20px !important;
}

.nav-links li{
  list-style:none !important;
}

.nav-links a{
  color:var(--um-black) !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.nav-links a:hover{
  color:var(--um-yellow) !important;
}

/* NAV BUTTON AREA */
.nav-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

/* HERO - white/yellow premium */
.hero{
  background:
    radial-gradient(circle at top right, rgba(245,179,1,0.30), transparent 32%),
    linear-gradient(135deg,#ffffff,#fff8df,#ffffff) !important;
  color:var(--um-black) !important;
  border-bottom:2px solid rgba(245,179,1,0.35) !important;
}

.hero h1,
.hero-title{
  color:var(--um-black) !important;
  text-shadow:none !important;
}

.hero p,
.hero-subtitle{
  color:#333 !important;
}

.hero-tag{
  background:#fff4c8 !important;
  color:var(--um-black) !important;
  border:1.5px solid rgba(245,179,1,0.65) !important;
}

/* SECTIONS */
.section{
  background:var(--um-white) !important;
  color:var(--um-black) !important;
}

.section:nth-of-type(even){
  background:var(--um-soft) !important;
}

.section-title{
  color:var(--um-black) !important;
  text-shadow:none !important;
}

.section-subtitle{
  color:var(--um-muted) !important;
}

/* CARDS */
.card{
  background:var(--um-white) !important;
  color:var(--um-black) !important;
  border:1px solid rgba(245,179,1,0.25) !important;
  border-radius:22px !important;
  box-shadow:var(--um-shadow) !important;
}

.card:hover{
  transform:translateY(-5px);
  border-color:var(--um-yellow) !important;
  box-shadow:0 20px 55px rgba(245,179,1,0.18) !important;
}

.card h1,
.card h2,
.card h3,
.card p,
.card strong{
  color:var(--um-black) !important;
}

/* BILL / TECHNICIAN BOX */
.bill-box,
.assigned-box{
  background:#fff8d6 !important;
  border:2px solid var(--um-yellow) !important;
  color:var(--um-black) !important;
}

/* BUTTONS */
button,
.primary-btn,
.profile-btn,
.notification-btn{
  background:linear-gradient(135deg,var(--um-yellow),var(--um-yellow-light)) !important;
  color:var(--um-black) !important;
  border:none !important;
  border-radius:14px !important;
  font-weight:900 !important;
  box-shadow:0 10px 28px rgba(245,179,1,0.25) !important;
}

button:hover,
.primary-btn:hover,
.profile-btn:hover,
.notification-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 38px rgba(245,179,1,0.34) !important;
}

.secondary-btn{
  background:#ffffff !important;
  color:var(--um-black) !important;
  border:2px solid var(--um-yellow) !important;
  border-radius:14px !important;
  font-weight:800 !important;
}

/* FORMS */
input,
textarea,
select{
  background:#ffffff !important;
  color:var(--um-black) !important;
  border:1.5px solid rgba(17,17,17,0.14) !important;
  border-radius:14px !important;
}

input:focus,
textarea:focus,
select:focus{
  border-color:var(--um-yellow) !important;
  box-shadow:0 0 0 4px rgba(245,179,1,0.16) !important;
}

input::placeholder,
textarea::placeholder{
  color:#888 !important;
}

/* STATUS / TIMELINE */
.timeline-step{
  background:#fff !important;
  color:var(--um-black) !important;
  border:1.5px solid rgba(245,179,1,0.45) !important;
}

.timeline-step.active{
  background:var(--um-yellow) !important;
  color:var(--um-black) !important;
  box-shadow:0 0 20px rgba(245,179,1,0.35) !important;
}

.staff-badge,
.official-badge{
  background:var(--um-yellow) !important;
  color:var(--um-black) !important;
}

/* STATS */
.stat-box,
.official-stat{
  background:#ffffff !important;
  color:var(--um-black) !important;
  border:1.5px solid rgba(245,179,1,0.45) !important;
  border-radius:20px !important;
  box-shadow:var(--um-shadow) !important;
}

.stat-box h2,
.official-stat h2{
  color:var(--um-yellow) !important;
}

/* NOTIFICATION */
.notification-panel{
  background:#ffffff !important;
  color:var(--um-black) !important;
  border:1.5px solid var(--um-yellow) !important;
  box-shadow:0 22px 60px rgba(0,0,0,0.14) !important;
}

/* AI CHATBOT */
.ai-chat-box{
  background:#ffffff !important;
  color:var(--um-black) !important;
  border:1.5px solid var(--um-yellow) !important;
}

.ai-chat-header{
  background:var(--um-yellow) !important;
  color:var(--um-black) !important;
}

.bot-msg{
  background:#f5f5f5 !important;
  color:#111 !important;
}

.user-msg{
  background:var(--um-yellow) !important;
  color:#111 !important;
}

/* FOOTER - minimal black use */
.premium-footer,
footer{
  background:#ffffff !important;
  color:var(--um-black) !important;
  border-top:2px solid var(--um-yellow) !important;
}

.premium-footer h2,
footer h2{
  color:var(--um-black) !important;
}

.premium-footer p,
footer p{
  color:#333 !important;
}

/* FLOATING BUTTONS */
.floating-whatsapp{
  background:#25d366 !important;
  color:#fff !important;
}

.quote-floating,
.get-quote{
  background:var(--um-yellow) !important;
  color:var(--um-black) !important;
}

/* TABLES */
table{
  background:#ffffff !important;
  color:var(--um-black) !important;
}

th{
  background:#fff4c8 !important;
  color:var(--um-black) !important;
}

td{
  color:var(--um-black) !important;
}

/* DARK MODE OPTIONAL - still black if user clicks moon */
body.dark-mode{
  background:#0b0b0b !important;
  color:#fff !important;
}

body.dark-mode .section,
body.dark-mode .card,
body.dark-mode .navbar,
body.dark-mode footer,
body.dark-mode .premium-footer{
  background:#111 !important;
  color:#fff !important;
}

body.dark-mode .nav-links a,
body.dark-mode .card p,
body.dark-mode .card strong,
body.dark-mode .section-title{
  color:#fff !important;
}

/* MOBILE */
@media (max-width:768px){

  .navbar{
    min-height:82px !important;
    padding:8px 5% !important;
  }

  .logo-area{
    width:120px !important;
    min-width:120px !important;
    max-width:120px !important;
    height:70px !important;
  }

  .site-logo{
    width:115px !important;
    height:65px !important;
  }

  .nav-links{
    margin-left:0 !important;
    gap:14px !important;
  }

  .hero h1{
    font-size:36px !important;
  }
}

/* NAV LINK SINGLE LINE FIX */

.nav-links a{
  white-space: nowrap !important;
}

.nav-links{
  gap: 20px !important;
}

.navbar{
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.logo-area{
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}

.site-logo{
  width: 135px !important;
}

/* =====================================================
   UMAMTEK PROFESSIONAL LIGHT THEME FINAL FIX
   White + Yellow + Black Text
===================================================== */

:root{
  --um-yellow:#f5b301;
  --um-yellow-2:#ffcf33;
  --um-black:#111111;
  --um-white:#ffffff;
  --um-soft:#fff8df;
  --um-soft2:#fafafa;
  --um-text:#111111;
  --um-muted:#555555;
  --um-border:rgba(245,179,1,0.45);
  --um-shadow:0 18px 45px rgba(0,0,0,0.08);
}

*{
  box-sizing:border-box;
}

html,body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

body{
  background:#fff !important;
  color:var(--um-text) !important;
  font-family:'Poppins',sans-serif !important;
}

/* NAVBAR */
.navbar{
  width:100% !important;
  min-height:96px !important;
  padding:10px 5.5% !important;
  background:#fff !important;
  color:#111 !important;
  border-bottom:2px solid rgba(245,179,1,0.35) !important;
  box-shadow:0 8px 30px rgba(0,0,0,0.06) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:22px !important;
  position:relative !important;
  z-index:1000 !important;
}

.logo-area{
  width:150px !important;
  min-width:150px !important;
  max-width:150px !important;
  height:78px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.logo-area a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.site-logo{
  width:145px !important;
  height:74px !important;
  object-fit:contain !important;
  transform:none !important;
  position:static !important;
  display:block !important;
}

.logo-text{
  color:#f5b301 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}

/* NAV LINKS */
.nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
  margin:0 !important;
  padding:0 !important;
  flex-wrap:nowrap !important;
}

.nav-links li{
  list-style:none !important;
}

.nav-links a{
  color:#111 !important;
  text-decoration:none !important;
  font-weight:800 !important;
  font-size:15.5px !important;
  white-space:nowrap !important;
  transition:0.25s ease;
}

.nav-links a:hover,
.nav-links a.active{
  color:#f5b301 !important;
}

.nav-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-shrink:0 !important;
}

/* BUTTONS */
button,
.primary-btn,
.profile-btn,
.notification-btn,
.dark-btn{
  background:linear-gradient(135deg,var(--um-yellow),var(--um-yellow-2)) !important;
  color:#111 !important;
  border:none !important;
  border-radius:16px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:0 10px 28px rgba(245,179,1,0.25) !important;
  transition:0.25s ease !important;
}

button:hover,
.primary-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(245,179,1,0.35) !important;
}

.secondary-btn{
  background:#fff !important;
  color:#111 !important;
  border:2px solid var(--um-yellow) !important;
  border-radius:16px !important;
  font-weight:800 !important;
}

/* HERO */
.hero{
  min-height:620px !important;
  padding:80px 8% 90px !important;
  background:
    radial-gradient(circle at top right, rgba(245,179,1,0.32), transparent 32%),
    radial-gradient(circle at bottom left, rgba(245,179,1,0.16), transparent 28%),
    linear-gradient(135deg,#fff,#fff8df,#fff) !important;
  color:#111 !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
}

.hero::before{
  content:"";
  position:absolute;
  inset:30px;
  border:1px solid rgba(245,179,1,0.18);
  border-radius:36px;
  pointer-events:none;
}

.hero::after{
  content:"“ Your Project Our Priority ”";
  position:absolute;
  bottom:35px;
  left:50%;
  transform:translateX(-50%);
  color:rgba(17,17,17,0.08);
  font-size:44px;
  font-weight:900;
  white-space:nowrap;
  pointer-events:none;
}

.hero h1,
.hero-title{
  color:#111 !important;
  font-size:clamp(42px,6vw,78px) !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  letter-spacing:-1px !important;
  margin:30px auto 22px !important;
  max-width:980px !important;
}

.hero p,
.hero-subtitle{
  color:#333 !important;
  max-width:820px !important;
  margin:0 auto 28px !important;
  font-size:20px !important;
  line-height:1.6 !important;
}

.hero-tag{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  background:#fff4c8 !important;
  border:1.5px solid var(--um-yellow) !important;
  color:#111 !important;
  padding:12px 26px !important;
  border-radius:999px !important;
  font-weight:700 !important;
}

/* SECTIONS */
.section{
  padding:90px 8% !important;
  background:#fff !important;
  color:#111 !important;
}

.section:nth-of-type(even){
  background:#fffaf0 !important;
}

.section-title{
  color:#111 !important;
  font-size:clamp(34px,4vw,52px) !important;
  font-weight:900 !important;
  text-align:center !important;
  margin-bottom:18px !important;
}

.section-subtitle{
  color:#555 !important;
  max-width:850px !important;
  text-align:center !important;
  margin:0 auto 45px !important;
  font-size:18px !important;
  line-height:1.7 !important;
}

/* CARDS / GRID */
.card-grid,
.grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr)) !important;
  gap:30px !important;
  align-items:stretch !important;
}

.card{
  background:#fff !important;
  color:#111 !important;
  border:1.5px solid rgba(245,179,1,0.35) !important;
  border-radius:26px !important;
  padding:32px !important;
  box-shadow:var(--um-shadow) !important;
  transition:0.25s ease !important;
  overflow:hidden !important;
}

.card:hover{
  transform:translateY(-6px);
  border-color:var(--um-yellow) !important;
  box-shadow:0 25px 65px rgba(245,179,1,0.17) !important;
}

.card h2,
.card h3{
  color:#111 !important;
  font-weight:900 !important;
  margin-bottom:10px !important;
}

.card p,
.card strong{
  color:#111 !important;
  line-height:1.7 !important;
}

/* QUOTE BOX */
.um-quote{
  background:#fff4c8;
  border-left:6px solid #f5b301;
  padding:24px 28px;
  border-radius:18px;
  font-weight:800;
  color:#111;
  box-shadow:0 12px 32px rgba(245,179,1,0.13);
}

/* FORMS */
input,
textarea,
select{
  width:100%;
  background:#fff !important;
  color:#111 !important;
  border:1.5px solid rgba(17,17,17,0.14) !important;
  border-radius:16px !important;
  padding:16px 18px !important;
  font-size:15.5px !important;
  outline:none !important;
}

input:focus,
textarea:focus,
select:focus{
  border-color:#f5b301 !important;
  box-shadow:0 0 0 4px rgba(245,179,1,0.16) !important;
}

textarea{
  min-height:140px;
  resize:vertical;
}

/* FLOATING BUTTONS */
.floating-whatsapp{
  background:#25d366 !important;
  color:#fff !important;
  border-radius:999px !important;
  font-weight:900 !important;
}

.quote-floating,
.get-quote{
  background:#f5b301 !important;
  color:#111 !important;
}

/* FOOTER */
footer,
.premium-footer{
  background:#fff !important;
  color:#111 !important;
  border-top:2px solid #f5b301 !important;
  padding:45px 8% !important;
  text-align:center !important;
}

footer h2,
.premium-footer h2{
  color:#111 !important;
  font-weight:900 !important;
}

footer p,
.premium-footer p{
  color:#333 !important;
}

/* LOGIN/SIGNUP PAGE FIX */
.auth-section,
.login-section,
.signup-section{
  min-height:calc(100vh - 96px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:80px 8% !important;
  background:linear-gradient(135deg,#fff,#fff8df,#fff) !important;
}

.auth-card,
.login-card,
.signup-card{
  max-width:460px !important;
  width:100% !important;
  margin:auto !important;
  background:#fff !important;
  border:1.5px solid rgba(245,179,1,0.38) !important;
  border-radius:28px !important;
  padding:36px !important;
  box-shadow:0 24px 70px rgba(0,0,0,0.10) !important;
}

/* MOBILE */
@media(max-width:980px){
  .navbar{
    flex-wrap:wrap !important;
    justify-content:center !important;
    padding:10px 4% !important;
  }

  .nav-links{
    order:3;
    width:100%;
    overflow-x:auto;
    justify-content:flex-start !important;
    padding:8px 0 !important;
  }

  .nav-actions{
    margin-left:auto;
  }
}

@media(max-width:768px){
  .logo-area{
    width:120px !important;
    min-width:120px !important;
    height:65px !important;
  }

  .site-logo{
    width:115px !important;
    height:62px !important;
  }

  .hero{
    min-height:auto !important;
    padding:70px 6% !important;
  }

  .section{
    padding:70px 6% !important;
  }

  .card{
    padding:24px !important;
  }
}

/* =====================================================
   UMAMTEK PREMIUM TEXTURED LIGHT THEME
   White + Yellow + Black Text
===================================================== */

/* Soft textured background */
body{
  background:
    radial-gradient(circle at 12% 18%, rgba(245,179,1,0.16), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(255,207,51,0.20), transparent 25%),
    radial-gradient(circle at 50% 100%, rgba(245,179,1,0.12), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#fffdf6 45%,#fff7d8 100%) !important;
  color:#111 !important;
  position:relative;
}

/* Subtle dot/grid texture */
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background-image:
    linear-gradient(rgba(17,17,17,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,17,17,0.035) 1px, transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.08));
}

/* Navbar premium glass white */
.navbar{
  background:rgba(255,255,255,0.84) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  border:1px solid rgba(245,179,1,0.35) !important;
  border-left:none !important;
  border-right:none !important;
  box-shadow:0 14px 42px rgba(0,0,0,0.08) !important;
}

/* Hero premium textured card feel */
.hero{
  background:
    radial-gradient(circle at 15% 25%, rgba(245,179,1,0.22), transparent 28%),
    radial-gradient(circle at 82% 25%, rgba(255,207,51,0.28), transparent 30%),
    linear-gradient(135deg,#fff 0%,#fff8df 48%,#ffffff 100%) !important;
  position:relative !important;
  border-bottom:1px solid rgba(245,179,1,0.45) !important;
}

.hero::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1.5px solid rgba(245,179,1,0.30);
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(255,255,255,0.50),rgba(255,255,255,0.08));
  box-shadow:inset 0 0 45px rgba(245,179,1,0.10);
  pointer-events:none;
}

.hero::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:8%;
  top:18%;
  background:rgba(245,179,1,0.20);
  border-radius:50%;
  filter:blur(60px);
  animation:umGlowMove 4s ease-in-out infinite alternate;
  pointer-events:none;
}

@keyframes umGlowMove{
  from{transform:translateY(0) scale(1);}
  to{transform:translateY(35px) scale(1.08);}
}

/* Hero text sharper */
.hero h1,
.hero-title{
  color:#111 !important;
  text-shadow:0 12px 35px rgba(245,179,1,0.14) !important;
}

.hero p,
.hero-subtitle{
  color:#333 !important;
}

/* Section premium divider */
.section{
  background:transparent !important;
  position:relative;
}

.section::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:82%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(245,179,1,0.45),transparent);
}

/* Premium section titles */
.section-title{
  position:relative;
  display:block;
  width:max-content;
  max-width:100%;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-bottom:14px;
}

.section-title::after{
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:85px;
  height:5px;
  border-radius:20px;
  background:linear-gradient(90deg,#f5b301,#ffcf33);
  box-shadow:0 8px 22px rgba(245,179,1,0.28);
}

/* Premium cards with yellow outline */
.card{
  background:
    linear-gradient(145deg,rgba(255,255,255,0.94),rgba(255,250,230,0.74)) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  border:1.5px solid rgba(245,179,1,0.38) !important;
  box-shadow:
    0 18px 45px rgba(0,0,0,0.075),
    inset 0 1px 0 rgba(255,255,255,0.85) !important;
  position:relative;
}

.card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#f5b301,#ffcf33,transparent);
}

.card:hover{
  transform:translateY(-7px) !important;
  border-color:#f5b301 !important;
  box-shadow:
    0 26px 70px rgba(245,179,1,0.18),
    0 16px 42px rgba(0,0,0,0.08) !important;
}

/* Quote premium */
.um-quote{
  background:
    linear-gradient(135deg,#fff8d6,#ffffff) !important;
  border:1.5px solid rgba(245,179,1,0.55) !important;
  border-left:7px solid #f5b301 !important;
  box-shadow:0 16px 42px rgba(245,179,1,0.14) !important;
  position:relative;
}

.um-quote::before{
  content:"“";
  position:absolute;
  top:-18px;
  left:18px;
  font-size:68px;
  color:rgba(245,179,1,0.25);
  font-weight:900;
}

/* Inputs premium */
input,
textarea,
select{
  background:rgba(255,255,255,0.92) !important;
  border:1.5px solid rgba(245,179,1,0.28) !important;
  box-shadow:0 8px 22px rgba(0,0,0,0.035) !important;
}

input:focus,
textarea:focus,
select:focus{
  border-color:#f5b301 !important;
  box-shadow:0 0 0 4px rgba(245,179,1,0.16), 0 12px 28px rgba(245,179,1,0.12) !important;
}

/* Buttons more premium */
button,
.primary-btn,
.profile-btn,
.notification-btn,
.dark-btn{
  background:linear-gradient(135deg,#f5b301 0%,#ffd84d 55%,#ffbf00 100%) !important;
  color:#111 !important;
  border:1px solid rgba(17,17,17,0.08) !important;
  box-shadow:
    0 12px 28px rgba(245,179,1,0.28),
    inset 0 1px 0 rgba(255,255,255,0.35) !important;
}

button:hover,
.primary-btn:hover{
  transform:translateY(-3px) scale(1.02) !important;
}

/* Footer light but premium */
footer,
.premium-footer{
  background:
    linear-gradient(135deg,#ffffff,#fff8df) !important;
  border-top:2px solid rgba(245,179,1,0.70) !important;
  box-shadow:0 -12px 35px rgba(245,179,1,0.08) !important;
}

/* Login signup card centered premium */
.auth-card,
.login-card,
.signup-card{
  background:
    linear-gradient(145deg,#ffffff,#fff8df) !important;
  border:1.5px solid rgba(245,179,1,0.45) !important;
  box-shadow:0 25px 75px rgba(245,179,1,0.14), 0 18px 48px rgba(0,0,0,0.08) !important;
}

/* Bill/assigned box */
.bill-box,
.assigned-box,
[style*="background:#fff8d6"]{
  background:linear-gradient(135deg,#fff8d6,#ffffff) !important;
  border:1.5px solid #f5b301 !important;
  box-shadow:0 14px 38px rgba(245,179,1,0.13) !important;
}

/* Mobile */
@media(max-width:768px){
  body::before{
    background-size:28px 28px;
  }

  .hero::before{
    inset:14px;
    border-radius:24px;
  }

  .hero::after{
    width:170px;
    height:170px;
    right:-30px;
    top:60px;
  }

  .section-title{
    width:auto;
  }
}

/* FINAL MOBILE NAVBAR FIX */

@media(max-width:768px){

  .navbar{
    min-height:auto !important;
    padding:10px 5% !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-wrap:wrap !important;
  }

  .logo-area{
    width:120px !important;
    min-width:120px !important;
    max-width:120px !important;
    height:65px !important;
  }

  .site-logo{
    width:115px !important;
    height:62px !important;
  }

  .menu-btn{
    display:block !important;
  }

  .nav-links{
    width:100% !important;
    display:none !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:12px !important;
    background:#fff !important;
    padding:18px !important;
    border:1px solid rgba(245,179,1,0.35) !important;
    border-radius:18px !important;
    margin-top:12px !important;
    box-shadow:0 15px 35px rgba(0,0,0,0.08) !important;
  }

  .nav-links.active{
    display:flex !important;
  }

  .nav-links a{
    color:#111 !important;
    font-size:16px !important;
  }

  .nav-actions{
    gap:8px !important;
  }

  .hero h1{
    font-size:34px !important;
  }

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

}

/* =====================================================
   UMAMTEK PERMANENT DARK PREMIUM THEME
   Black + Yellow + White
===================================================== */

:root{
  --um-yellow:#f5b301;
  --um-yellow-2:#ffcf33;
  --um-black:#0b0b0b;
  --um-dark:#111111;
  --um-card:#171717;
  --um-white:#ffffff;
  --um-muted:#d6d6d6;
  --um-border:rgba(245,179,1,0.38);
}

/* FORCE DARK EVERYWHERE */
html,
body{
  background:#0b0b0b !important;
  color:#ffffff !important;
}

body{
  background:
    radial-gradient(circle at 15% 15%, rgba(245,179,1,0.14), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(255,207,51,0.13), transparent 28%),
    linear-gradient(135deg,#050505,#101010,#0b0b0b) !important;
}

/* remove light mode effect */
body.dark-mode{
  background:#0b0b0b !important;
  color:#ffffff !important;
}

/* NAVBAR */
.navbar{
  background:#0f0f0f !important;
  color:#ffffff !important;
  border-bottom:1.5px solid rgba(245,179,1,0.45) !important;
  box-shadow:0 14px 42px rgba(0,0,0,0.45) !important;
}

.nav-links a{
  color:#ffffff !important;
}

.nav-links a:hover,
.nav-links a.active{
  color:var(--um-yellow) !important;
}

.logo-text{
  color:var(--um-yellow) !important;
}

/* HERO */
.hero{
  background:
    radial-gradient(circle at 78% 22%, rgba(245,179,1,0.22), transparent 32%),
    radial-gradient(circle at 18% 20%, rgba(245,179,1,0.10), transparent 28%),
    linear-gradient(135deg,#080808,#161616,#211900) !important;
  color:#ffffff !important;
  border-bottom:1.5px solid rgba(245,179,1,0.45) !important;
}

.hero h1,
.hero-title{
  color:#ffffff !important;
  text-shadow:0 12px 35px rgba(0,0,0,0.55) !important;
}

.hero p,
.hero-subtitle{
  color:#eeeeee !important;
}

.hero-tag{
  background:rgba(255,255,255,0.10) !important;
  color:#ffffff !important;
  border:1.5px solid rgba(245,179,1,0.65) !important;
}

/* SECTIONS */
.section{
  background:transparent !important;
  color:#ffffff !important;
}

.section:nth-of-type(even){
  background:rgba(255,255,255,0.02) !important;
}

.section-title{
  color:#ffffff !important;
}

.section-subtitle{
  color:#dddddd !important;
}

/* CARDS */
.card{
  background:
    linear-gradient(145deg,rgba(28,28,28,0.96),rgba(14,14,14,0.96)) !important;
  color:#ffffff !important;
  border:1.5px solid rgba(245,179,1,0.35) !important;
  box-shadow:
    0 18px 45px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

.card h1,
.card h2,
.card h3{
  color:#ffffff !important;
}

.card p,
.card strong,
.card li{
  color:#eeeeee !important;
}

.card:hover{
  border-color:#f5b301 !important;
  box-shadow:
    0 26px 70px rgba(245,179,1,0.16),
    0 16px 42px rgba(0,0,0,0.50) !important;
}

/* QUOTES */
.um-quote{
  background:linear-gradient(135deg,rgba(245,179,1,0.18),rgba(255,255,255,0.04)) !important;
  color:#ffffff !important;
  border:1.5px solid rgba(245,179,1,0.55) !important;
  border-left:7px solid #f5b301 !important;
  box-shadow:0 16px 42px rgba(0,0,0,0.35) !important;
}

/* FORMS */
input,
textarea,
select{
  background:#151515 !important;
  color:#ffffff !important;
  border:1.5px solid rgba(245,179,1,0.30) !important;
}

input::placeholder,
textarea::placeholder{
  color:#bdbdbd !important;
}

input:focus,
textarea:focus,
select:focus{
  border-color:#f5b301 !important;
  box-shadow:0 0 0 4px rgba(245,179,1,0.16) !important;
}

/* BUTTONS */
button,
.primary-btn,
.profile-btn,
.notification-btn,
.dark-btn{
  background:linear-gradient(135deg,#f5b301,#ffcf33) !important;
  color:#111111 !important;
  border:none !important;
  font-weight:900 !important;
  box-shadow:0 12px 30px rgba(245,179,1,0.28) !important;
}

.secondary-btn{
  background:transparent !important;
  color:#ffffff !important;
  border:2px solid #f5b301 !important;
}

/* STATS / BADGES */
.stat-box,
.official-stat{
  background:#151515 !important;
  color:#ffffff !important;
  border:1.5px solid rgba(245,179,1,0.40) !important;
}

.staff-badge,
.official-badge,
.timeline-step.active{
  background:#f5b301 !important;
  color:#111111 !important;
}

.timeline-step{
  background:#151515 !important;
  color:#ffffff !important;
  border:1px solid rgba(245,179,1,0.30) !important;
}

/* NOTIFICATION / PROFILE DROPDOWN */
.notification-panel,
.profile-menu,
.dropdown-menu{
  background:#171717 !important;
  color:#ffffff !important;
  border:1.5px solid rgba(245,179,1,0.45) !important;
  box-shadow:0 24px 70px rgba(0,0,0,0.55) !important;
}

.notification-panel p,
.profile-menu p,
.profile-menu a,
.dropdown-menu a{
  color:#ffffff !important;
}

/* FOOTER */
footer,
.premium-footer{
  background:#0f0f0f !important;
  color:#ffffff !important;
  border-top:2px solid rgba(245,179,1,0.70) !important;
}

footer h2,
.premium-footer h2{
  color:#f5b301 !important;
}

footer p,
.premium-footer p{
  color:#eeeeee !important;
}

/* TABLES */
table{
  background:#151515 !important;
  color:#ffffff !important;
}

th{
  background:#f5b301 !important;
  color:#111111 !important;
}

td{
  color:#ffffff !important;
}

/* AUTH PAGES */
.auth-section,
.login-section,
.signup-section{
  background:
    radial-gradient(circle at 80% 20%, rgba(245,179,1,0.18), transparent 30%),
    linear-gradient(135deg,#050505,#101010,#0b0b0b) !important;
}

.auth-card,
.login-card,
.signup-card{
  background:#171717 !important;
  color:#ffffff !important;
  border:1.5px solid rgba(245,179,1,0.45) !important;
  box-shadow:0 25px 75px rgba(0,0,0,0.55) !important;
}

/* WHATSAPP SAME */
.floating-whatsapp{
  background:#25d366 !important;
  color:#ffffff !important;
}

/* MOBILE MENU DARK */
@media(max-width:768px){
  .nav-links{
    background:#151515 !important;
    border:1.5px solid rgba(245,179,1,0.40) !important;
  }

  .nav-links a{
    color:#ffffff !important;
  }
}

/* ABOUT PAGE PROFESSIONAL DESIGN */

.about-heading{
  text-align:center;
  max-width:1000px;
  margin:0 auto 40px;
}

.founder-section{
  background:linear-gradient(135deg,#fff,#fff8df,#fff) !important;
}

.founder-card{
  max-width:1150px;
  margin:0 auto;
  display:grid;
  grid-template-columns:360px 1fr;
  gap:40px;
  align-items:center;
  background:#fff;
  border:1.5px solid rgba(245,179,1,0.45);
  border-radius:32px;
  padding:38px;
  box-shadow:0 24px 70px rgba(0,0,0,0.08);
  position:relative;
  overflow:hidden;
}

.founder-card::before{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width:220px;
  height:220px;
  background:rgba(245,179,1,0.16);
  border-radius:50%;
}

.founder-photo-box{
  background:#fff8df;
  border:2px solid #f5b301;
  border-radius:28px;
  padding:18px;
  box-shadow:0 18px 45px rgba(245,179,1,0.16);
}

.founder-photo{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:22px;
  display:block;
}

.founder-content{
  position:relative;
  z-index:2;
}

.founder-badge{
  display:inline-block;
  background:#f5b301;
  color:#111;
  padding:8px 16px;
  border-radius:999px;
  font-weight:900;
  margin-bottom:14px;
}

.founder-content h2{
  font-size:38px;
  font-weight:900;
  margin:0 0 18px;
  color:#111;
}

.founder-content p{
  font-size:16.5px;
  line-height:1.8;
  color:#222;
  margin-bottom:14px;
}

.founder-quote{
  margin-top:20px;
  background:#fff4c8;
  border-left:6px solid #f5b301;
  padding:18px 22px;
  border-radius:16px;
  font-weight:900;
  color:#111;
}

.faq-container{
  max-width:1000px;
  margin:0 auto;
  display:grid;
  gap:20px;
}

.faq-item{
  background:#fff;
  border:1.5px solid rgba(245,179,1,0.40);
  border-radius:22px;
  padding:26px 30px;
  box-shadow:0 16px 42px rgba(0,0,0,0.06);
}

.faq-item h3{
  margin:0 0 10px;
  font-size:21px;
  font-weight:900;
  color:#111;
}

.faq-item p{
  margin:0;
  color:#333;
  line-height:1.75;
}

@media(max-width:900px){
  .founder-card{
    grid-template-columns:1fr;
    padding:26px;
  }

  .founder-photo{
    height:360px;
  }

  .founder-content h2{
    font-size:30px;
  }
}

/* SERVICES PAGE PROFESSIONAL DESIGN */

.service-card{
  position:relative;
}

.service-icon{
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff4c8;
  border:2px solid #f5b301;
  border-radius:20px;
  font-size:30px;
  margin-bottom:18px;
}

.service-list{
  margin:18px 0 0;
  padding-left:20px;
}

.service-list li{
  margin-bottom:9px;
  color:#222;
  line-height:1.5;
  font-weight:600;
}

.service-process-section{
  background:linear-gradient(135deg,#fff,#fff8df,#fff) !important;
}

.process-row{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:24px;
}

.process-card{
  background:#fff;
  border:1.5px solid rgba(245,179,1,0.42);
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 45px rgba(0,0,0,0.07);
}

.process-card span{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#f5b301;
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:16px;
}

.process-card h3{
  margin:0 0 10px;
  font-size:22px;
  font-weight:900;
}

.process-card p{
  margin:0;
  line-height:1.7;
  color:#333;
}
