Conversation opened. 1 unread message.

Skip to content
Using Gmail with screen readers
Conversations

Unread
 
1–25 of 178
 
Grammarly
A year of Grammarly Pro, now $72! That’s 50% off 😮
 - Step into 2026 focused, confident, and professional. ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
 
Jan 7

Everything else
 
1–50 of 8,614
 
Rubina Gafur
pr
 - // GaonMeAI Website v2 - Success tracking + floating WhatsApp menu document.getElementById("year").textContent = new Date().getFullYear(); const form = document.getElementById("leadForm
 
7:55 AM
36% of 15 GB used
Terms · Privacy · Program Policies
Last account activity: 0 minutes ago
Open in 1 other location · Details
rubinahealux@gmail.com. Press tab to insert.
/* GaonMeAI Website v2 - Floating WhatsApp + Enquiry + Success metrics */

:root{
  --bg:#0b1220;
  --card:#111a2e;
  --soft:#10192c;
  --text:#ffffff;
  --muted:#c7d0e2;
  --accent:#00d084;
  --border:rgba(255,255,255,0.08);
  --shadow: 0 14px 40px rgba(0,0,0,0.35);
}

*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);}
.container{width:min(1100px,92%);margin:auto;}

/* Sticky header */
.sticky-header{
  position:fixed;top:0;left:0;width:100%;z-index:999;
  background:rgba(11,18,32,0.92);
  border-bottom:1px solid var(--border);
  backdrop-filter: blur(10px);
}
.header-inner{
  height:66px;
  display:grid;
  grid-template-columns: 140px 1fr 140px;
  align-items:center;
}
.logo-slot{
  margin-left:16px;width:110px;height:40px;border-radius:10px;
  border:1px dashed rgba(255,255,255,0.22);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,0.6);font-weight:900;font-size:12px;
}
.brand-title{
  justify-self:center;
  font-size:22px;
  font-weight:900;
  letter-spacing:0.5px;
}
.header-right{justify-self:end;margin-right:16px;}
.header-cta{
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(0,208,132,0.16);
  border:1px solid rgba(0,208,132,0.32);
  padding:10px 14px;border-radius:12px;
  color:var(--text);font-weight:900;text-decoration:none;
  transition:0.2s;
}
.header-cta:hover{transform:translateY(-1px);filter:brightness(1.05);}

/* Hero */
.hero{padding:120px 0 54px;}
.hero-grid{display:grid;grid-template-columns:1.3fr 0.9fr;gap:26px;align-items:center;}
.hero h1{font-size:44px;line-height:1.1;}
.hero p{margin-top:14px;color:var(--muted);font-size:16px;line-height:1.6;}

.hero-buttons{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap;}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:12px;
  text-decoration:none;font-weight:900;
  border:1px solid var(--border);
  transition:0.2s;cursor:pointer;
}
.btn.primary{background:var(--accent);color:#02130b;border:none;}
.btn.primary:hover{transform:translateY(-1px);filter:brightness(0.95);}
.btn.secondary{background:transparent;color:var(--text);}
.btn.secondary:hover{border-color:rgba(255,255,255,0.25);transform:translateY(-1px);}

.hero-badges{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px;}
.hero-badges span{
  background:rgba(255,255,255,0.06);
  border:1px solid var(--border);
  padding:8px 10px;border-radius:999px;
  font-size:13px;color:var(--muted);
}

.stats-strip{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.stat{
  background:rgba(255,255,255,0.06);
  border:1px solid var(--border);
  border-radius:14px;
  padding:10px;
}
.stat-num{font-size:18px;font-weight:1000;}
.stat-label{color:rgba(255,255,255,0.65);font-size:12px;margin-top:4px;}

.hero-card{
  background:linear-gradient(180deg, rgba(47,128,255,0.15), rgba(0,208,132,0.08));
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.avatar-box{text-align:center;}
.avatar-circle{
  width:90px;height:90px;border-radius:50%;
  margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;font-weight:1000;
  background:rgba(255,255,255,0.12);
  border:1px solid var(--border);
}
.mini-list{list-style:none;margin-top:12px;text-align:left;color:var(--muted);line-height:1.8;padding-left:6px;}

.section{padding:56px 0;}
.section.alt{background:rgba(255,255,255,0.03);}
.section h2{font-size:30px;margin-bottom:12px;}
.subtext{color:var(--muted);line-height:1.6;margin-bottom:18px;}

.cards{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.card{
  background:var(--card);
  border:1px solid var(--border);
  padding:16px;border-radius:16px;
  color:var(--muted);line-height:1.5;
}
.feature-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:14px;margin-top:10px;
}
.feature{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;padding:18px;
}
.feature h3{margin-bottom:8px;}
.feature p{color:var(--muted);line-height:1.6;}

.contact{padding-bottom:86px;}
.lead-form{
  margin-top:18px;
  background:var(--soft);
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
}
.form-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:12px;
}
input,select,textarea{
  width:100%;
  padding:12px 14px;border-radius:12px;
  border:1px solid var(--border);
  background:rgba(255,255,255,0.05);
  color:var(--text);outline:none;
}
textarea{grid-column:1/-1;resize:vertical;min-height:90px;}
input::placeholder,textarea::placeholder{color:rgba(255,255,255,0.55);}
select{cursor:pointer;}
.btn.full{width:100%;margin-top:14px;}
.form-msg{margin-top:10px;color:var(--muted);font-size:14px;text-align:center;}

.note-box{
  margin-top:16px;
  background:rgba(0,208,132,0.08);
  border:1px solid rgba(0,208,132,0.22);
  border-radius:16px;
  padding:14px;
}
.note-box h3{font-size:16px;margin-bottom:6px;}
.note-box p{color:rgba(255,255,255,0.75);line-height:1.6;font-size:14px;}

.footer{
  padding:22px 0;border-top:1px solid var(--border);
  text-align:center;color:var(--muted);font-size:14px;
}

/* Floating actions */
.floating-actions{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1000;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.fab{
  display:flex;align-items:center;gap:10px;
  border:none;
  border-radius:999px;
  padding:12px 14px;
  cursor:pointer;
  box-shadow: var(--shadow);
  font-weight:900;
}
.fab span{font-size:14px}
.fab-enquiry{
  background:rgba(47,128,255,0.2);
  border:1px solid rgba(47,128,255,0.35);
  color:var(--text);
}
.fab-wa{
  background:rgba(0,208,132,0.18);
  border:1px solid rgba(0,208,132,0.35);
  color:var(--text);
}
.wa-widget{position:relative;display:flex;flex-direction:column;align-items:flex-end;}
.wa-menu{
  position:absolute;
  right:0;
  bottom:56px;
  width:240px;
  background:rgba(17,26,46,0.98);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:16px;
  padding:10px;
  box-shadow: var(--shadow);
  display:none;
}
.wa-menu.show{display:block;}
.wa-menu-title{
  font-weight:1000;
  padding:8px 8px 10px 8px;
  border-bottom:1px solid rgba(255,255,255,0.10);
  margin-bottom:8px;
}
.wa-item{
  width:100%;
  text-align:left;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
  color:var(--text);
  padding:10px 10px;
  border-radius:12px;
  cursor:pointer;
  font-weight:800;
  margin-bottom:8px;
}
.wa-item:hover{filter:brightness(1.08);transform:translateY(-1px);}

@media (max-width:860px){
  .header-inner{grid-template-columns: 110px 1fr 110px;}
  .logo-slot{width:90px}
  .hero-grid{grid-template-columns:1fr;}
  .cards{grid-template-columns:1fr;}
  .feature-grid{grid-template-columns:1fr;}
  .form-grid{grid-template-columns:1fr;}
  .hero h1{font-size:36px;}
  .header-inner{height:60px;}
  .stats-strip{grid-template-columns:repeat(2,1fr);}
  .fab span{display:none;}
}
style.css
Displaying index.html.